This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problems rebuilding libffi/Makefile.in
- To: java at gcc dot gnu dot org
- Subject: Problems rebuilding libffi/Makefile.in
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Mon, 26 Mar 2001 15:40:44 +1200
After rebuilding libffi's Makefile.am and configure, I'm getting this
build error:
/home/bryce/cvs/gcc3/build/gcc/xgcc -B/home/bryce/cvs/gcc3/build/gcc/
-B/home/br
yce/gcc3/i686-pc-linux-gnu/bin/
-B/home/bryce/gcc3/i686-pc-linux-gnu/lib/ -isyst
em /home/bryce/gcc3/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I../../../lib
ffi -I. -I../../../libffi/include -Iinclude -I../../../libffi/src
-fexceptions -
g -O2 -c ../../../libffi/src/x86/sysv.S -o sysv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link /home/bryce/cvs/gcc3/build/gcc/xgcc
-B/home/bryce/
cvs/gcc3/build/gcc/ -B/home/bryce/gcc3/i686-pc-linux-gnu/bin/
-B/home/bryce/gcc3
/i686-pc-linux-gnu/lib/ -isystem
/home/bryce/gcc3/i686-pc-linux-gnu/include -fex
ceptions -g -O2 -o libffi.la -rpath /home/bryce/gcc3/lib -release
2.00-beta sr
c/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo
src/java_raw_api.lo src/x
86/ffi.lo src/x86/sysv.lo
libtool: link: `src/debug.lo' is not a valid libtool object
Automake is (correctly, I presume) passing paths to libtool's link
line, but stripping them from the "-o" argument on the compile
commands.
Any ideas?
regards
[ bryce ]