public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GNU C++ for WIN98 ?
@ 1999-11-27  5:36 Lassi Hautakangas
  1999-11-27  7:24 ` Rick Dearman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lassi Hautakangas @ 1999-11-27  5:36 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

Where would I find the "gnu C++" ´ which would operate in the WIN98
operating system from ?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GNU C++ for WIN98 ?
  1999-11-27  5:36 GNU C++ for WIN98 ? Lassi Hautakangas
@ 1999-11-27  7:24 ` Rick Dearman
  1999-11-30 23:28   ` Rick Dearman
  1999-11-27  7:48 ` Mumit Khan
  1999-11-30 23:28 ` Lassi Hautakangas
  2 siblings, 1 reply; 6+ messages in thread
From: Rick Dearman @ 1999-11-27  7:24 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

http://www.delorie.com 			      ( DJGPP GCC/GPP GNU 32 bit C/C++
compiler )

Lassi Hautakangas wrote:
> 
> Where would I find the "gnu C++" ´ which would operate in the WIN98
> operating system from ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GNU C++ for WIN98 ?
  1999-11-27  5:36 GNU C++ for WIN98 ? Lassi Hautakangas
  1999-11-27  7:24 ` Rick Dearman
@ 1999-11-27  7:48 ` Mumit Khan
  1999-11-30 23:28   ` Mumit Khan
  1999-11-30 23:28 ` Lassi Hautakangas
  2 siblings, 1 reply; 6+ messages in thread
From: Mumit Khan @ 1999-11-27  7:48 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GNU C++ for WIN98 ?
  1999-11-27  7:24 ` Rick Dearman
@ 1999-11-30 23:28   ` Rick Dearman
  0 siblings, 0 replies; 6+ messages in thread
From: Rick Dearman @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

http://www.delorie.com 			      ( DJGPP GCC/GPP GNU 32 bit C/C++
compiler )

Lassi Hautakangas wrote:
> 
> Where would I find the "gnu C++" ´ which would operate in the WIN98
> operating system from ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* GNU C++ for WIN98 ?
  1999-11-27  5:36 GNU C++ for WIN98 ? Lassi Hautakangas
  1999-11-27  7:24 ` Rick Dearman
  1999-11-27  7:48 ` Mumit Khan
@ 1999-11-30 23:28 ` Lassi Hautakangas
  2 siblings, 0 replies; 6+ messages in thread
From: Lassi Hautakangas @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

Where would I find the "gnu C++" ´ which would operate in the WIN98
operating system from ?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GNU C++ for WIN98 ?
  1999-11-27  7:48 ` Mumit Khan
@ 1999-11-30 23:28   ` Mumit Khan
  0 siblings, 0 replies; 6+ messages in thread
From: Mumit Khan @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-11-30 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-27  5:36 GNU C++ for WIN98 ? Lassi Hautakangas
1999-11-27  7:24 ` Rick Dearman
1999-11-30 23:28   ` Rick Dearman
1999-11-27  7:48 ` Mumit Khan
1999-11-30 23:28   ` Mumit Khan
1999-11-30 23:28 ` Lassi Hautakangas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).