Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Subject: RE: How do i upgrade to gcc 3.X on cygwin?
X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3
Date: Thu, 31 Jan 2002 05:18:36 +0800
Message-ID: <8D00C32549556B4E977F81DBC24E985D4101F7@crtsmail1.technol_exch.corp.riotinto.org>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: How do i upgrade to gcc 3.X on cygwin?
Thread-Index: AcGpzt96M2QiB7ZhQkOEW+BQ8DitRwABB9Zw
From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: <cygwin@cygwin.com>
Cc: <macklobell@hotmail.com>
X-OriginalArrivalTime: 30 Jan 2002 21:19:37.0471 (UTC) FILETIME=[D24F98F0:01C1A9D3]
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g0ULQfi32694

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/

