From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27524 invoked by alias); 22 Dec 2007 17:54:46 -0000 Received: (qmail 27514 invoked by uid 22791); 22 Dec 2007 17:54:45 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.180) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Dec 2007 17:54:41 +0000 Received: by wa-out-1112.google.com with SMTP id m16so1206187waf.20 for ; Sat, 22 Dec 2007 09:54:39 -0800 (PST) Received: by 10.142.241.10 with SMTP id o10mr1175265wfh.27.1198346079173; Sat, 22 Dec 2007 09:54:39 -0800 (PST) Received: by 10.142.126.8 with HTTP; Sat, 22 Dec 2007 09:54:39 -0800 (PST) Message-ID: Date: Sat, 22 Dec 2007 17:54:00 -0000 From: NightStrike To: gcc-help Subject: Re: More questions on sysroots In-Reply-To: <476D4D46.260ECF52@dessent.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1106742C6EE944BC9D7488BFB2CC7E76@rocktron> <476D4D46.260ECF52@dessent.net> X-IsSubscribed: yes 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: 2007-12/txt/msg00400.txt.bz2 On 12/22/07, Brian Dessent wrote: > NightStrike wrote: > > > This is where it dies as follows: > > In file included from ../../../gcc/libgcc/../gcc/libgcc2.c:33: > > ../../../gcc/libgcc/../gcc/tsystem.h:90:19: error: stdio.h: No such > > file or directory > > ../../../gcc/libgcc/../gcc/tsystem.h:93:23: error: sys/types.h: No > > such file or directory > > ../../../gcc/libgcc/../gcc/tsystem.h:96:19: error: errno.h: No such > > file or directory > > ../../../gcc/libgcc/../gcc/tsystem.h:103:20: error: string.h: No such > > file or directory > > ../../../gcc/libgcc/../gcc/tsystem.h:104:20: error: stdlib.h: No such > > file or directory > > ../../../gcc/libgcc/../gcc/tsystem.h:105:20: error: unistd.h: No such > > file or directory > > You cut out the part that would have been useful, namely the -B and -I > arguments passed to xgcc. Not really cut out.. I just redirected stdout to /dev/null and only had the stderr to look at. Here is the part that I lost: /var/tmp/build/gcc-svn/build-x86_64-pc-linux/./gcc/xgcc -B/var/tmp/build/gcc-svn/build-x86_64-pc-linux/./gcc/ -L/var/tmp/build/gcc-svn/build-x86_64-pc-linux/x86_64-pc-mingw32/winsup/mingw -L/var/tmp/build/gcc-svn/build-x86_64-pc-linux/x86_64-pc-mingw32/winsup/w32api/lib -isystem /var/tmp/build/gcc-svn/gcc/winsup/mingw/include -isystem /var/tmp/build/gcc-svn/gcc/winsup/w32api/include -B/var/tmp/rt/x86_64-pc-mingw32/bin/ -B/var/tmp/rt/x86_64-pc-mingw32/lib/ -isystem /var/tmp/rt/x86_64-pc-mingw32/include -isystem /var/tmp/rt/x86_64-pc-mingw32/sys-include -O2 -g -g -O2 -O2 -I../../gcc/gcc/../winsup/w32api/include -O2 -g -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../gcc/libgcc -I../../../gcc/libgcc/. -I../../../gcc/libgcc/../gcc -I../../../gcc/libgcc/../include -DHAVE_CC_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../gcc/libgcc/../gcc/libgcc2.c \