java install bug

Martin Kahlert martin.kahlert@infineon.com
Tue Jan 9 00:28:00 GMT 2001


Hi!

This is with the gcc-2001-01-08 snapshot on Linux and the build script 

#!/bin/sh
../configure --prefix=/sw/snapshots --enable-languages=c++,f77,java --enable-threads=posix \
             --enable-libstdcxx-v3 --disable-new-gxx-abi
make
make install

after i deleted 
noconfigdirs="${libgcj}"
from line 756 in the main configure.in file.

make install produces
make[2]: Entering directory `/usr/local/sw/local_l/kahlert/gcc-20001225/obj/i686-pc-linux-gnu/libjava'
/bin/sh ./libtool --mode=compile /home/kahlert/LOCAL/gcc-20001225/obj/gcc/g++ -B/home/kahlert/LOCAL/gcc-20001225/obj/gcc/ \
        -nostdinc++ -nostdinc++ -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/include \
        -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/include/std -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/include/c_std \
        -I/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/include -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/libsupc++ \
        -I/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/libio -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/libio \
        -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/libmath -L/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/src \
        -L/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/sw/snapshots/i686-pc-linux-gnu/bin/ \
        -B/sw/snapshots/i686-pc-linux-gnu/lib/ -isystem /sw/snapshots/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I../../../libjava \
        -I./include -I../../../libjava -Iinclude -I../../../libjava/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/../gcc -I../../../libjava/../include -I../../../libjava/../zlib \
        -I../../../libjava/../libffi/include -I../libffi/include   -fno-rtti -fvtable-thunks -fasynchronous-exceptions \
        -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/convert/JIS0208_to_Unicode.lo ../../../libjava/gnu/gcj/convert/JIS0208_to_Unicode.cc
/home/kahlert/LOCAL/gcc-20001225/obj/gcc/g++ -B/home/kahlert/LOCAL/gcc-20001225/obj/gcc/ -nostdinc++ -nostdinc++ \
        -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/include -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/include/std \
        -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/include/c_std \
        -I/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/include \
        -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/libsupc++ -I/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/libio \
        -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/libio -I/home/kahlert/LOCAL/gcc-20001225/libstdc++-v3/libmath \
        -L/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/src \
        -L/home/kahlert/LOCAL/gcc-20001225/obj/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/sw/snapshots/i686-pc-linux-gnu/bin/ \
        -B/sw/snapshots/i686-pc-linux-gnu/lib/ -isystem /sw/snapshots/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I../../../libjava \
        -I./include -I../../../libjava -Iinclude -I../../../libjava/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/../gcc -I../../../libjava/../include -I../../../libjava/../zlib \
        -I../../../libjava/../libffi/include -I../libffi/include -fno-rtti -fvtable-thunks -fasynchronous-exceptions \
        -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -g -O2 -fvtable-thunks -D_GNU_SOURCE \
        -M -MF .deps/JIS0208_to_Unicode.pp -c ../../../libjava/gnu/gcj/convert/JIS0208_to_Unicode.cc  -fPIC -DPIC \
        -o gnu/gcj/convert/.libs/JIS0208_to_Unicode.o
.deps/JIS0208_to_Unicode.pp: No such file or directory
make[2]: *** [gnu/gcj/convert/JIS0208_to_Unicode.lo] Error 1
make[2]: Leaving directory `/usr/local/sw/local_l/kahlert/gcc-20001225/obj/i686-pc-linux-gnu/libjava'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/sw/local_l/kahlert/gcc-20001225/obj/i686-pc-linux-gnu/libjava'
make: *** [install-target-libjava] Error 2

There is really no .deps directory.
Thanks for any hints,
Martin.

-- 
The early bird gets the worm. If you want something else for       
breakfast, get up later.


More information about the Gcc-bugs mailing list