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: Successfule build: gcc-3.1.1 on CYGWIN_NT-5.0, C and C++


On Fri, Aug 09, 2002 at 10:47:57AM +0200, Jan Gerritsen wrote:
> Hello,
> 
> $ uname -a
> CYGWIN_NT-5.0 :) 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown
> 
> $ ./config.guess
> i686-pc-cygwin
> 
> $gcc -v
> Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.1.1/specs
> Configured with: ../gcc-3.1.1/configure --prefix=/usr --enable-threads=win32 
> --with-system-zlib --enable-languages=c,c++ --enable-sjlj-exceptions
> Thread model: win32
> gcc version 3.1.1

Thanks!  Your message is linked from the GCC 3.1 build status list at
http://gcc.gnu.org/gcc-3.1/buildstat.html

> 
> ---
> 
> mv gcc-3.0.4.tar.gz /usr/src
> cd /usr/src
> tar -zxf gcc-3.0.4.tar.gz
> mkdir gcc_objdir
> cd gcc_objdir
> 
> ../gcc-3.0.4/configure --prefix=/usr --enable-threads=win32 
> --with-system-zlib --enable-languages=c,c++ --enable-sjlj-exceptions
> 
> make bootstrap
> make install

I'm confused.  Did you also build GCC 3.0.4 and then install it on top
of the 3.1.1 installation?

Janis


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