From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25217 invoked by alias); 20 Dec 2006 00:24:31 -0000 Received: (qmail 25208 invoked by uid 22791); 20 Dec 2006 00:24:30 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao02.cox.net (HELO eastrmmtao02.cox.net) (68.230.240.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Dec 2006 00:24:24 +0000 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao02.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061220002416.JQEB9317.eastrmmtao02.cox.net@eastrmimpo02.cox.net>; Tue, 19 Dec 2006 19:24:16 -0500 Received: from black ([70.181.32.198]) by eastrmimpo02.cox.net with bizsmtp id 0oP21W00m4GV2Jm0000000; Tue, 19 Dec 2006 19:23:02 -0500 Received: from bob by black with local (Exim 4.62) (envelope-from ) id 1GwpFn-0002Ll-Ak; Tue, 19 Dec 2006 19:24:15 -0500 Date: Wed, 20 Dec 2006 00:24:00 -0000 From: Bob Rossi To: Carlos O'Donell Cc: gcc-help@gcc.gnu.org, mark@codesourcery.com Subject: Re: mingw svn trunk failure Message-ID: <20061220002415.GD3022@cox.net> Mail-Followup-To: Carlos O'Donell , gcc-help@gcc.gnu.org, mark@codesourcery.com References: <20061219155354.GD32464@cox.net> <20061219223224.GA3022@cox.net> <20061219224909.GW14845@lios> <20061219225909.GC3022@cox.net> <20061219235825.GY14845@lios> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061219235825.GY14845@lios> User-Agent: Mutt/1.5.12-2006-07-14 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/msg00286.txt.bz2 On Tue, Dec 19, 2006 at 06:58:26PM -0500, Carlos O'Donell wrote: > On Tue, Dec 19, 2006 at 05:59:09PM -0500, Bob Rossi wrote: > > > Bob, could you please provide your gcc configure options? > > > > Hi Carlos, > > > > It's all here, > > http://gcc.gnu.org/ml/gcc-help/2006-12/msg00279.html > > What do you think? > > ----- > The values of the varaiables are, > p->fname=/c/mingw/include cpp_PREFIX=c:/mingw cpp_PREFIX_len=8 > ----- > > This is not at all what I expected. The problem here is that you are > configuring mingw under cygwin, and the cygwin paths are not translated. > I will have to think about this. > > Could you tell me what errors you get when using --prefix='c:/mingw'? No, I'm not configuring mingw under cygwin. I'm configuring it in a native mingw sh shell. Yeah, I tried C:/mingw, and that gives me lot's Makefile errors. Is it a problem for the C:/ to be in the prefix for Makefile targets? I'll rebuild with that as the prefix and tell you what the problems are. Bob Rossi