Mail Archives: djgpp/2001/07/01/00:00:06
From: | "bowman" <bowman AT montana DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | gcc 3.0 / cygwin
|
Lines: | 26
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Newsreader: | Microsoft Outlook Express 5.50.4133.2400
|
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400
|
Message-ID: | <r6x%6.22231$D92.7199@newsfeed.slurp.net>
|
Date: | Sat, 30 Jun 2001 21:53:25 -0600
|
NNTP-Posting-Host: | 208.4.224.165
|
X-Trace: | newsfeed.slurp.net 993959447 208.4.224.165 (Sat, 30 Jun 2001 22:50:47 CDT)
|
NNTP-Posting-Date: | Sat, 30 Jun 2001 22:50:47 CDT
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
I tried a build of gcc 3.0 under cygwin on WinME with the following from the
bash history::
503 cp c:/download/gcc-3.0.tar.gz .
504 tar -xzvf gcc-3.0.tar.gz
505 mkdir objdir
506 cd objdir/
507 ../gcc-3.0/configure --enable-languages=c++,f77
508 make bootstrap
509 make install
except for going to root for the install on Linux, this is the identical
sequency I used on my Mandrake 7.1 box, and my RedHat 6.0 box at work. No
problem on any of them. I have no interest in Java or ObjeciveC, so don't
build them; apparently no one is interested in Chill anymore.
I haven't tested g++, but gcc built a Motif and a Gtk project I had handy,
and g77 built some ancient Fortran geodetic conversion code that was also
handy.
I didn't time them, but if the build on the 1 ghz ME box seemed almost as
slow as the 200 mhz Linux box. So, for the OP, if you want 3.0 for the
addtional C++ or C99 goodies, and aren't interested in the DOS specific
parts of djgpp, cygwin may be the way to go.
- Raw text -