From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14999 invoked by alias); 20 Dec 2006 17:24:17 -0000 Received: (qmail 14988 invoked by uid 22791); 20 Dec 2006 17:24:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Dec 2006 17:24:11 +0000 Received: (qmail 4143 invoked from network); 20 Dec 2006 17:24:10 -0000 Received: from unknown (HELO localhost) (carlos@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Dec 2006 17:24:10 -0000 Date: Wed, 20 Dec 2006 17:24:00 -0000 From: Carlos O'Donell To: Bob Rossi Cc: gcc-help@gcc.gnu.org, mark@codesourcery.com Subject: Re: mingw svn trunk failure Message-ID: <20061220172407.GH14845@lios> References: <20061219155354.GD32464@cox.net> <20061219223224.GA3022@cox.net> <20061220002917.GE3022@cox.net> <20061220014540.GA14845@lios> <20061220045341.GI3022@cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061220045341.GI3022@cox.net> User-Agent: Mutt/1.5.13 (2006-08-11) Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-12/txt/msg00313.txt.bz2 On Tue, Dec 19, 2006 at 11:53:41PM -0500, Bob Rossi wrote: > > What does your 'build' default to? > > I'm not sure what you are asking, sorry. Is this what you want to know? > checking host system type... i386-pc-mingw32 > checking target system type... i386-pc-mingw32 > checking build system type... i386-pc-mingw32 This is exactly what I wanted to know. Thanks. > > I have a new patch for you if you want to try. This one is completely > > untested, but I think it will do what you need. > > > > If you can test this I would be *very* grateful, and then I can get this > > upstream. > > Yup, this get's me past the problem that I was having. I still have the > same problem I've had all along. Maybe you'll know the solution. You need to use a sysroot. You have a native compiler, without any of the standard native paths available, and therefore it can't find the headers it needs. Lastly, when you relocate the toolchain, all the configure prefix relative paths are relocated aswell. Cheers, Carlos. -- Carlos O'Donell CodeSourcery carlos@codesourcery.com (650) 331-3385 x716