This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: build on i386 linux fails building gnu/gcj/xlib/natClip.cc
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Subject: Re: build on i386 linux fails building gnu/gcj/xlib/natClip.cc
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Wed, 13 Dec 2000 20:35:43 +1300
- CC: java-discuss at sources dot redhat dot com
- References: <14903.1216.162185.493355@gargle.gargle.HOWL>
Matthias Klose wrote:
> g++ is called with -nostdinc++, but the ../libstdc++-v3/include and
> $(srcdir)/libstdc++-v3/include directories aren't included with -I.
Hmm... I wonder why not? They are for me:
/bin/sh ./libtool --mode=compile /home/bryce/cvs/gcc/build/gcc/g++ -B/home/bryce
/cvs/gcc/build/gcc/ -nostdinc++ -nostdinc++ -I/home/bryce/cvs/gcc/libstdc++-v3/i
nclude/std -I/home/bryce/cvs/gcc/libstdc++-v3/include/c -I/home/bryce/cvs/gcc/li
bstdc++-v3/libsupc++ -I/home/bryce/cvs/gcc/libstdc++-v3/include -I/home/bryce/cv
s/gcc/build/i686-pc-linux-gnu/libstdc++-v3/libio -I/home/bryce/cvs/gcc/libstdc++
-v3/libio -I/home/bryce/cvs/gcc/libstdc++-v3/libmath -I/home/bryce/cvs/gcc/build
/i686-pc-linux-gnu/libstdc++-v3/include -L/home/bryce/cvs/gcc/build/i686-pc-linu
x-gnu/libstdc++-v3/src -L/home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libstdc++-v
3/src/.libs -B/home/bryce/gcc/i686-pc-linux-gnu/bin/ -B/home/bryce/gcc/i686-pc-l
inux-gnu/lib/ -isystem /home/bryce/gcc/i686-pc-linux-gnu/include -DHAVE_CONFIG_H
-I. -I../../../libjava -I./include -I../../../libjava -Iinclude -I../../../libj
ava/include -I../../../libjava/../boehm-gc -I./../boehm-gc -DLINUX_THREADS=1 -D
_REENTRANT=1 -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1
-I../../../libjava/libltdl -I../../../libjava/libltdl -I../../../libjava/../gc
c -I../../../libjava/../include -I../../../libjava/../zlib -I../../../libjava/..
/libffi/include -I../libffi/include -fno-rtti -fvtable-thunks -fasynchronous-e
xceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -W -Wall
-D_GNU_SOURCE -g -O2 -fvtable-thunks -D_GNU_SOURCE -c -o gnu/gcj/xlib/natClip.l
o ../../../libjava/gnu/gcj/xlib/natClip.cc
regards
[ bryce ]