From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4728 invoked by alias); 19 Dec 2006 22:50:13 -0000 Received: (qmail 4702 invoked by uid 22791); 19 Dec 2006 22:50:07 -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; Tue, 19 Dec 2006 22:49:58 +0000 Received: (qmail 7712 invoked from network); 19 Dec 2006 22:49:11 -0000 Received: from unknown (HELO localhost) (carlos@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Dec 2006 22:49:11 -0000 Date: Tue, 19 Dec 2006 22:50: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: <20061219224909.GW14845@lios> References: <20061219155354.GD32464@cox.net> <20061219223224.GA3022@cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061219223224.GA3022@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/msg00282.txt.bz2 On Tue, Dec 19, 2006 at 05:32:24PM -0500, Bob Rossi wrote: > On Tue, Dec 19, 2006 at 10:53:54AM -0500, Bob Rossi wrote: > > Hi, > > > > Is this the correct place to talk about problems compiling gcc on mingw? > > > > If I checkout svn trunk, and do, > > I've reverted this patch, > http://gcc.gnu.org/viewcvs?view=rev&revision=119017 > and I am able to build svn trunk without a problem. It may not solve the > problem I'm having (making gcc relocatable), but it does build. > > Mark or Carlos, do you have any idea why this patch is giving me an > assertion? What should I do? It is giving you an assertion because the relocated toolchain is referencing an external directory which is not relocatable. We did this to make sure we had the logic right. I will bet you used --with-slibdir or --with-gxx-include-dir that references an absolute path? I have a patch that will fix this. I'll post it this evening. Bob, could you please provide your gcc configure options? Cheers, Carlos. -- Carlos O'Donell CodeSourcery carlos@codesourcery.com (650) 331-3385 x716