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]

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


On Sat, Feb 23, 2002 at 07:16:01PM +0000, Darren Smith wrote:
> 
> 
> 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

Thanks!  I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.

Janis


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