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 Message-Id: <5.1.0.14.0.20020201181442.00aec6e0@popmail.inwind.it> X-Sender: fwyzard AT popmail DOT inwind DOT it X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 01 Feb 2002 18:20:36 +0100 To: "Mack Lobell" , cygwin AT cygwin DOT com, gcc AT gcc DOT gnu DOT org From: "Andrea 'Fyre Wyzard' Bocci" Subject: Re: How do i upgrade to gcc 3.X on cygwin? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed At 08.37 31/01/2002 (GMT +0000), Mack Lobell wrote: >i only want the c and c++ parts. My build was configured with the >following flags: >../../gcc-3.0.3/configure --with-included-gettext --enable-languages=c,c++ >--enable-shared --enable-threads --target=powerpc-eabi >--host=i686-pc-cygwin --build=i686-pc-cygwin --with-newlib From your configure options, it looks like you are building a cross compiler. If his is the case, you should first build a local 3.0.3 compiler (./configure ..., make bootstrap, make install), then use the 3.0.3 system compiler to build the 3.0.3 cross compiler. P.S. I don't know if you also need updated binutils. In any case, you need to compile them as a cross tool. fwyzard -- 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/