delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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" <macklobell AT hotmail DOT com>, cygwin AT cygwin DOT com, gcc AT gcc DOT gnu DOT org |
From: | "Andrea 'Fyre Wyzard' Bocci" <fwyzard AT inwind DOT it> |
Subject: | Re: How do i upgrade to gcc 3.X on cygwin? |
In-Reply-To: | <F230rVOy9Q0bB9OwLaY0000e46e@hotmail.com> |
Mime-Version: | 1.0 |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |