This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successfule build: gcc-3.0.4, C and C++
- From: "Jan Gerritsen" <artur at gmx dot net>
- To: <gcc at gcc dot gnu dot org>
- Date: Sun, 14 Apr 2002 16:02:29 +0200
- Subject: Successfule build: gcc-3.0.4, C and C++
Hello,
$ uname -a
CYGWIN_NT-5.0 STATION-HOME 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
$ ../gcc-3.0.4/config.guess
i686-pc-cygwin
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --prefix=/usr --enable-threads=win32
--with-system-zlib --enable-languages=c,c++ --enable-sjlj-exceptions
Thread model: win32
gcc version 3.0.4
---
mv gcc-3.0.4.tar /usr/src
cd /usr/src
tar xf gcc-3.0.4.tar
mkdir gcc_objdir
cd gcc_objdir
../gcc-3.0.4/configure --prefix=/usr --enable-threads=win32 --with-system-zl
ib
--enable-languages=c,c++ --enable-sjlj-exceptions
make bootstrap
make install
Sincerely, Jan