where to find gcc/g++ for Win9x
-
Hi all, where can I download the minimal commandline version of gcc/g++ compiler for Win9x?(small download). tried dowloading gcc 1.4 from ftp.gnu.org but this doesn't work on Win. TIA. I'm an alien, I'm an alien it's a beautiful life.... Bush
-
Hi all, where can I download the minimal commandline version of gcc/g++ compiler for Win9x?(small download). tried dowloading gcc 1.4 from ftp.gnu.org but this doesn't work on Win. TIA. I'm an alien, I'm an alien it's a beautiful life.... Bush
Try www.mingw.org. The mingw distro aims to provide native Win32 support without the Cygwin layer. Best regard, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!
-
Hi all, where can I download the minimal commandline version of gcc/g++ compiler for Win9x?(small download). tried dowloading gcc 1.4 from ftp.gnu.org but this doesn't work on Win. TIA. I'm an alien, I'm an alien it's a beautiful life.... Bush
DJGPP is a port of the GNU C compiler to DOS, it allows you to compile DOS based protected mode apps. (I used this years ago, so I don't know how up to date it is) Your other option is CYGWIN (I can't seem to find a working URL at the moment) I think it allows you to compile win32 apps. (I have not used it myself) I'm sure there are others.
Quidquid latine dictum sit, altum viditur.
Whatever is said in Latin sounds profound. -
Hi all, where can I download the minimal commandline version of gcc/g++ compiler for Win9x?(small download). tried dowloading gcc 1.4 from ftp.gnu.org but this doesn't work on Win. TIA. I'm an alien, I'm an alien it's a beautiful life.... Bush
Try http://www.bloodshed.net/ There you will find a great IDE for C/C++. Enjoy it! :) Miguel Soto
-
DJGPP is a port of the GNU C compiler to DOS, it allows you to compile DOS based protected mode apps. (I used this years ago, so I don't know how up to date it is) Your other option is CYGWIN (I can't seem to find a working URL at the moment) I think it allows you to compile win32 apps. (I have not used it myself) I'm sure there are others.
Quidquid latine dictum sit, altum viditur.
Whatever is said in Latin sounds profound.The URL: http://www.cygwin.com/ - Anders Money talks, but all mine ever says is "Goodbye!"
-
Hi all, where can I download the minimal commandline version of gcc/g++ compiler for Win9x?(small download). tried dowloading gcc 1.4 from ftp.gnu.org but this doesn't work on Win. TIA. I'm an alien, I'm an alien it's a beautiful life.... Bush
While other people have pointed you to sources for GCC, I have to wonder, are you simply looking for a free C++ compiler? If so, you might be happier with the free borland 5.5 C++ compiler at http://www.borland.com/bcppbuilder/freecompiler/ Also, you might want to keep an eye on http://www.openwatcom.org/ for a free version of the Watcom compiler when it's released.