473,480 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

gcc TR1 support under Windows 2000?

I'm interested in experimenting with the TR1 functionality in g++ (per
http://gcc.gnu.org/onlinedocs/libstdc++/ext/tr1.html). My understanding
is that this is part of libstd++ only as of g++ 4. I'm currently using
a MinGW port that contains g++ 3.4.2, and there does not appear to be
any TR1 functionality in the version of libstdc++ that ships with that
release.

Ideally, I'd like to upgrade to g++ 4 on Windows 2000, but I'd prefer to
use a prebuilt binary, and the current MinGW port seems to include only
gcc 3.4.x (per http://www.mingw.org/download.shtml), while Cygwin seems
to include 3.3.3 or 3.4.4 (per
http://sourceware.org/cygwin/packages/gcc-g++/ from
http://sources.redhat.com/cygwin/packages/).

I have two questions:

- Is there a prebuilt version of gcc 4 for Windows (along with
instructions on how to install it) available somewhere? Googling both
web pages and newsgroup postings failed to turn anything up in this
regard.

- Failing that, is there a way to download a version of libstdc++
containing TR1 support and use that with my existing gcc 3.4.2 MinGW
installation?

In general, I welcome all suggestions on how to experiment with gcc
support for TR1 under Windows 2000.

Thanks,

Scott
Oct 31 '06 #1
4 4032

Scott Meyers wrote:
I'm interested in experimenting with the TR1 functionality in g++ (per
http://gcc.gnu.org/onlinedocs/libstdc++/ext/tr1.html). My understanding
is that this is part of libstd++ only as of g++ 4. I'm currently using
a MinGW port that contains g++ 3.4.2, and there does not appear to be
any TR1 functionality in the version of libstdc++ that ships with that
release.

Ideally, I'd like to upgrade to g++ 4 on Windows 2000, but I'd prefer to
use a prebuilt binary, and the current MinGW port seems to include only
gcc 3.4.x (per http://www.mingw.org/download.shtml), while Cygwin seems
to include 3.3.3 or 3.4.4 (per
http://sourceware.org/cygwin/packages/gcc-g++/ from
http://sources.redhat.com/cygwin/packages/).

I have two questions:

- Is there a prebuilt version of gcc 4 for Windows (along with
instructions on how to install it) available somewhere? Googling both
web pages and newsgroup postings failed to turn anything up in this
regard.
The two versions of gcc available for Windows are minGW (which I, like
you, use) and Cygwin. Neither of them has pre-built binaries yet for
gcc 4.
- Failing that, is there a way to download a version of libstdc++
containing TR1 support and use that with my existing gcc 3.4.2 MinGW
installation?

In general, I welcome all suggestions on how to experiment with gcc
support for TR1 under Windows 2000.
Your best bet: Download DJGPP from www.delorie.com. Yes, it's old
school, and it lacks the Windows headers, but it will run in a Windows
DOS box, which is probably the way you use minGW anyway. DJGPP
upgraded to gcc 4.10 some time ago.

One alternative, of course, is to dual-install Linux on your Windows
system. But if you were interested in experimenting on Linux, you
would have said so.

Hope that helps.

Best regards,

Tom

Nov 1 '06 #2

Scott Meyers wrote:
I'm interested in experimenting with the TR1 functionality in g++ (per
http://gcc.gnu.org/onlinedocs/libstdc++/ext/tr1.html). My understanding
is that this is part of libstd++ only as of g++ 4. I'm currently using
a MinGW port that contains g++ 3.4.2, and there does not appear to be
any TR1 functionality in the version of libstdc++ that ships with that
release.

Ideally, I'd like to upgrade to g++ 4 on Windows 2000, but I'd prefer to
use a prebuilt binary, and the current MinGW port seems to include only
gcc 3.4.x (per http://www.mingw.org/download.shtml), while Cygwin seems
to include 3.3.3 or 3.4.4 (per
http://sourceware.org/cygwin/packages/gcc-g++/ from
http://sources.redhat.com/cygwin/packages/).

I have two questions:

- Is there a prebuilt version of gcc 4 for Windows (along with
instructions on how to install it) available somewhere? Googling both
web pages and newsgroup postings failed to turn anything up in this
regard.
The two versions of gcc available for Windows are minGW (which I, like
you, use) and Cygwin. Neither of them has pre-built binaries yet for
gcc 4.
- Failing that, is there a way to download a version of libstdc++
containing TR1 support and use that with my existing gcc 3.4.2 MinGW
installation?

In general, I welcome all suggestions on how to experiment with gcc
support for TR1 under Windows 2000.
Your best bet: Download DJGPP from www.delorie.com. Yes, it's old
school, and it lacks the Windows headers, but it will run in a Windows
DOS box, which is probably the way you use minGW anyway. DJGPP
upgraded to gcc 4.10 some time ago.

One alternative, of course, is to dual-install Linux on your Windows
system. But if you were interested in experimenting on Linux, you
would have said so.

Hope that helps.

Best regards,

Tom

Nov 1 '06 #3

Scott Meyers wrote:
I'm interested in experimenting with the TR1 functionality in g++ (per
http://gcc.gnu.org/onlinedocs/libstdc++/ext/tr1.html). My understanding
is that this is part of libstd++ only as of g++ 4. I'm currently using
a MinGW port that contains g++ 3.4.2, and there does not appear to be
any TR1 functionality in the version of libstdc++ that ships with that
release.

Ideally, I'd like to upgrade to g++ 4 on Windows 2000, but I'd prefer to
use a prebuilt binary, and the current MinGW port seems to include only
gcc 3.4.x (per http://www.mingw.org/download.shtml), while Cygwin seems
to include 3.3.3 or 3.4.4 (per
http://sourceware.org/cygwin/packages/gcc-g++/ from
http://sources.redhat.com/cygwin/packages/).

I have two questions:

- Is there a prebuilt version of gcc 4 for Windows (along with
instructions on how to install it) available somewhere? Googling both
web pages and newsgroup postings failed to turn anything up in this
regard.

- Failing that, is there a way to download a version of libstdc++
containing TR1 support and use that with my existing gcc 3.4.2 MinGW
installation?

In general, I welcome all suggestions on how to experiment with gcc
support for TR1 under Windows 2000.

Thanks,
There exists a few, and can be built.
I know a few links like
1) http://www.thisiscool.com/gcc_mingw.htm
has a GCC 4.0.2 (i.e with old ABI ) , they also gives how to compile
GCC for Windows.
2) http://javacompiler.mtsystems.ch/index.html
Though they mainly aim GCJ, but they do provide all of GCC, WIndows &
linux version. 4.2

However, none of them are MinGW port (they are GCC compiled for Windows
) , and thus misses all of the Windows tool-chain (like the resource
compilers etc) & headers. To check TR1, I think they will be perfectly
fine. They are not suitable for Windows development (I am not sure
whether they can work with MinGW runtime or not)
Thanks.
>
Scott
Nov 2 '06 #4
I ultimately ended up building gcc 4. Details are available at
http://aristeia.com/Misc/gcc4ForWindows.html

Scott
Nov 3 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1382
by: Travis Howle | last post by:
Hello.. I really need some help here, Maybe it is simple :S I have Windows 2000 Server. Running IIS 5. I created a ASP file that connects to a database and when i go to view it, It either says...
9
2533
by: rez | last post by:
I find it rather frustrating that Netscape 4.x is "no longer supported:" http://help.netscape.com/products/client/communicator/reflib.html Same seems true with IE. How am I ever supposed to...
1
3632
by: PvdK | last post by:
Hello, Although a lot of postings in the past discuss the subject of A2000 and Unicode support, I couldn't find what I was looking for. My institute is compiling a dictionary of early middle...
3
2001
by: John Baker | last post by:
Hi: I am the ?proud? owner of Access 2000, and have been using it for a while (with help from this group). I now want to put some Access applications on the web. An associate told me that this...
0
1521
by: Jasper Pearlman | last post by:
Some documentation on the WSE 2.0 package states that Kerberos support is for Windows Server 2003 and Windows XP SP1 only : "Kerberos token support has been added if you are running on Windows...
16
3379
by: Claudio Grondi | last post by:
What started as a simple test if it is better to load uncompressed data directly from the harddisk or load compressed data and uncompress it (Windows XP SP 2, Pentium4 3.0 GHz system with 3 GByte...
9
3119
by: Genady Beryozkin | last post by:
Now that we know WinFX will be branded as .NET 3.0, will Microsoft port WinFX to Windows 2000? Or we will have to wait for 4.0? (or maybe it will be 2.1?) Anybody heard anything?
8
16460
by: Divick | last post by:
Hi all, can somebody tell how much std::wstring is supported across different compilers on different platforms? AFAIK std::string is supported by almost all C++ compilers and almost all platforms,...
11
6467
by: ABC | last post by:
How to rename files with support wildcard ?
0
7054
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7057
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6756
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4495
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3008
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3000
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1310
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.