From mboxrd@z Thu Jan 1 00:00:00 1970 From: khan@xraylith.wisc.edu (Mumit Khan) To: help-gcc@gnu.org Subject: Re: Win32 port of gcc? (preferably not Cygnus) Date: Wed, 22 Dec 1999 12:03:00 -0000 Message-id: <83ra4c$jam$1@news.doit.wisc.edu> References: X-SW-Source: 1999-12/msg00314.html In article < RG884.271$n4.3794@news030.image.dk >, Klaus Seidenfaden wrote: >Can anyone direct me to a port of gcc to the Win32 platform (Win95/98)? I >would prefer not to have to install CygWin, if possible. (I have recently >installed ActiveState's Perl port and would like to make use of the perlcc >utility.) See http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ for 3 different gcc-2.95.2 ports to various win32 targets. - Cygwin -- Uses Cygnus' POSIX API (Unix'y) http://sourceware.cygnus.com/cygwin/ - Mingw -- Use Microsoft runtime, no POSIX (native Win32) - UWIN -- Uses AT&T UWIN POSIX API (Unix'y) http://www.research.att.com/sw/tools/uwin/ There is short synopsis of these terms (Cygwin, Mingw, UWIN) on my web site to help you decide. For either Cygwin or UWIN, you need install the base system from respective sites. For Mingw, all you need are the compiler tools from my site (self extracting package). All distributions come with C, C++, F77, ObjC compilers and runtime headers/libraries. Cygwin and UWIN also come with GNU Java compiler. See http://gcc.gnu.org/ for information on GCC compilers. For DOS target, see http://www.delorie.com/djgpp/ . Regards, Mumit From mboxrd@z Thu Jan 1 00:00:00 1970 From: khan@xraylith.wisc.edu (Mumit Khan) To: help-gcc@gnu.org Subject: Re: Win32 port of gcc? (preferably not Cygnus) Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <83ra4c$jam$1@news.doit.wisc.edu> References: X-SW-Source: 1999-12n/msg00314.html Message-ID: <19991231222400.MrV--RlsbfaikoRjPikvt531LfqlCJKPMZg6p1aSESk@z> In article < RG884.271$n4.3794@news030.image.dk >, Klaus Seidenfaden wrote: >Can anyone direct me to a port of gcc to the Win32 platform (Win95/98)? I >would prefer not to have to install CygWin, if possible. (I have recently >installed ActiveState's Perl port and would like to make use of the perlcc >utility.) See http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ for 3 different gcc-2.95.2 ports to various win32 targets. - Cygwin -- Uses Cygnus' POSIX API (Unix'y) http://sourceware.cygnus.com/cygwin/ - Mingw -- Use Microsoft runtime, no POSIX (native Win32) - UWIN -- Uses AT&T UWIN POSIX API (Unix'y) http://www.research.att.com/sw/tools/uwin/ There is short synopsis of these terms (Cygwin, Mingw, UWIN) on my web site to help you decide. For either Cygwin or UWIN, you need install the base system from respective sites. For Mingw, all you need are the compiler tools from my site (self extracting package). All distributions come with C, C++, F77, ObjC compilers and runtime headers/libraries. Cygwin and UWIN also come with GNU Java compiler. See http://gcc.gnu.org/ for information on GCC compilers. For DOS target, see http://www.delorie.com/djgpp/ . Regards, Mumit