This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GNU C++ for WIN98 ?
- To: help-gcc at gnu dot org
- Subject: Re: GNU C++ for WIN98 ?
- From: khan at xraylith dot wisc dot edu (Mumit Khan)
- Date: 27 Nov 1999 15:38:20 GMT
- Newsgroups: gnu.gcc.help
- Organization: Center for X-ray Lithography, UW-Madison
- References: <81oj2v$sps$1@news.koti.tpo.fi>
- Xref: wodc7nx0 gnu.gcc.help:1983
In article <81oj2v$sps$1@news.koti.tpo.fi>,
Lassi Hautakangas <lhauta@koti.tpo.fi> wrote:
>Where would I find the "gnu C++" ´ which would operate in the WIN98
>operating system from ?
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