From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25056 invoked by alias); 20 Dec 2006 01:56:21 -0000 Received: (qmail 25037 invoked by uid 22791); 20 Dec 2006 01:56:19 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao06.cox.net (HELO eastrmmtao06.cox.net) (68.230.240.33) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Dec 2006 01:56:13 +0000 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao06.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061220015611.LRVE19510.eastrmmtao06.cox.net@eastrmimpo02.cox.net>; Tue, 19 Dec 2006 20:56:11 -0500 Received: from black ([70.181.32.198]) by eastrmimpo02.cox.net with bizsmtp id 0puy1W0094GV2Jm0000000; Tue, 19 Dec 2006 20:54:58 -0500 Received: from bob by black with local (Exim 4.62) (envelope-from ) id 1Gwqgk-0002TN-Sg; Tue, 19 Dec 2006 20:56:10 -0500 Date: Wed, 20 Dec 2006 01:56: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: <20061220015610.GH3022@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/msg00290.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'? I'm not sure if you still care, but I had the below error messages with the exact same configure and build line, except change --prefix=/mingw to --prefix=C:/mingw. I think it's because make doesn't handle the : well, but I have no idea. Bob Rossi echo | /home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/./gcc/xgcc -B/home/bobbybrasko/gcc/svn-trunk- orig/gcc-builddir-0/./gcc/ -L/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/mingw32/winsup/mingw -L /home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/mingw32/winsup/w32api/lib -isystem /home/bobbybrasko /gcc/svn-trunk-orig/gcc/winsup/mingw/include -isystem /home/bobbybrasko/gcc/svn-trunk-orig/gcc/winsup/w3 2api/include -BC:/mingw/mingw32/bin/ -BC:/mingw/mingw32/lib/ -isystem C:/mingw/mingw32/include -isystem C:/mingw/mingw32/sys-include -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ sort -u > tmp-macro_list /bin/sh ../../gcc/gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_list rm -rf include; mkdir include chmod a+rx include if [ -d ../prev-gcc ]; then \ cd ../prev-gcc && \ make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ libsubdir=. ; \ else \ (TARGET_MACHINE='i386-pc-mingw32'; srcdir=`cd ../../gcc/gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-mingw32/fixincludes && \ /bin/sh ./fixinc.sh ../../gcc/include \ `echo /mingw/include | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta` ); \ rm -f include/syslimits.h; \ if [ -f include/limits.h ]; then \ mv include/limits.h include/syslimits.h; \ else \ cp ../../gcc/gcc/gsyslimits.h include/syslimits.h; \ fi; \ fi make[4]: Entering directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/prev-gcc' ../../gcc/gcc/ada/Make-lang.in:430: *** multiple target patterns. Stop. make[4]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/prev-gcc' make[3]: *** [stmp-fixinc] Error 2 make[3]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0/gcc' make[2]: *** [all-stage2-gcc] Error 2 make[2]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0' make[1]: *** [stage2-bubble] Error 2 make[1]: Leaving directory `/home/bobbybrasko/gcc/svn-trunk-orig/gcc-builddir-0' make: *** [bootstrap] Error 2