Successful build of gcc-3.0.4 on i686-pc-cygwin
Darren Smith
gccmail@darrenjs.vispa.com
Sat Feb 23 11:59:00 GMT 2002
Hello,
I have successfully downloaded and built gcc version 3.0.4 on a PIII PC-compatible computer running Windows XP Home Edition and Cygwin 1.3.9.
I placed the downloaded, unzipped gcc distribution in a directory called e:\\objdir\\srcdir, and issued the following commands from the e:\\objdir directory. All commands were issued from the cygwin prompt.
> srcdir/configure --enable-threads=win32 --enable-languages=c,c++,java
> make bootstrap
> make install
Done! (output from above commands is not shown)
> srcdir/config.guess
i686-pc-cygwin
> which gcc
/usr/local/bin/gcc
> gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.0.4/specs
Configured with: srcdir/configure --enable-threads=win32 --enable-languages=c,c+
+,java
Thread model: win32
gcc version 3.0.4
Regards,
Darren
More information about the Gcc
mailing list