This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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: 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/


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