This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Successful build of gcc-3.0.4 on i686-pc-cygwin




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]