compile gcc 3.1 under cygwin?

Billinghurst, David (CRTS) David.Billinghurst@riotinto.com
Mon Jun 17 04:22:00 GMT 2002


You will also want to configure with

  --enable-version-specific-runtime-libs

unless you want horrible clashes between different sets of c++ headers

-----Original Message-----
From: Billinghurst, David (CRTS) 
Sent: Monday, 17 June 2002 9:05 
To: Marcus Elderic Koenig; cygwin@cygwin.com
Subject: RE: compile gcc 3.1 under cygwin?


I use

/usr/local/src/gcc-3.1/configure \
    --enable-threads=posix \
    --disable-libgcj \
    --enable-sjlj-exceptions \
    --with-system-zlib \
    --enable-nls \
    --without-included-gettext \
    --disable-shared > configure.log 2>&1

make bootstrap > build.log 2>&1 || exit
make -k check > check.log 2>&1


-----Original Message-----
From: Marcus Elderic Koenig [mailto:elderic@t-online.de]
Sent: Monday, 17 June 2002 2:42 
To: cygwin@cygwin.com
Subject: compile gcc 3.1 under cygwin?


Can anyone please post a short set of commands to compile gcc 3.1 under 
cygwin?

All I get is errors and problems. too many to post here.
on the gcc.gnu.org site all the folks doesn't seem to have
that many problems with compiling gcc.

possibly I'm too dumb :P
can anyone enlight me?

-elderic



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list