Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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)" To: Cc: 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 AT hotmail DOT com] Sent: Thursday, 31 January 2002 7:42 To: cygwin AT cygwin DOT com; gcc AT gcc DOT gnu DOT 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/