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: How do i upgrade to gcc 3.X on cygwin?


To install gcc-3 into /usr/local
install dejagnu-1.4.2 if you want to run the g++ testsuite
if you want to build objc, install patch http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00578.html

cd to somewhere out of the gcc source tree
mkdir ${build}
cd ${build}
${srcdir}/configure --enable-threads=posix --disable-libgcj \
	--enable-sjlj-exceptions --with-system-zlib --enable-nls \
	--without-included-gettext --disable-shared
make bootstrap
make check
make install



-----Original Message-----
From: Mack Lobell [mailto:macklobell@hotmail.com]
Sent: Thursday, 31 January 2002 7:42 
To: cygwin@cygwin.com; gcc@gcc.gnu.org
Subject: How do i upgrade to gcc 3.X on cygwin?


Hi,

i have gcc 2.95.3 installed on a NT machine running cygwin. How do i upgrade 
to gcc 3.X?
The 3.X code won't compile with a 2.X compiler. On the successful build page 
gcc 3.X has been built on cygwin, how did you guys do that??

Best regards.

_________________________________________________________________
Join the world's largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
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]