This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
build gcc 3.2.2 on Cygwin
- From: Alan Thompson <athompson at alphatech dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 11 Feb 2003 21:56:02 -0800
- Subject: build gcc 3.2.2 on Cygwin
Hi - I've compiled gcc 3.2.2 on cygwin-1.3.20-1.
> ./config.guess
i686-pc-cygwin
> gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-3/configure --enable-languages=c,c++,f77,java --enable-libgcj -
-enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interprete
r --disable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --build=i686-pc-
linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020927 (prerelease)
>
It compiled fine, no problem. My previous compiler was gcc 3.2, which was the version that came with the Cygwin install I did no 2003/2/10.
Alan Thompson