This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problems rebuilding libffi/Makefile.in
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Problems rebuilding libffi/Makefile.in
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 27 Mar 2001 10:00:52 -0500 (EST)
- cc: java at gcc dot gnu dot org
On Mon, 26 Mar 2001, Bryce McKinlay wrote:
> This patch allows me to rebuild libffi's configure and Makefile.in and
> still have a working build. Does it look reasonable? Tom? Alex?
On Solaris (GNU make) this gave me the error:
/bin/sh ./libtool --mode=compile
/export/home/jsturm/dev/gcc/objdir/gcc/xgcc
-B/export/home/jsturm/dev/gcc/objdir/gcc/
-B/usr/local/sparc-sun-solaris2.7/bin/
-B/usr/local/sparc-sun-solaris2.7/lib/ -isystem
/usr/local/sparc-sun-solaris2.7/include -DHAVE_CONFIG_H -I.
-I/export/home/jsturm/dev/gcc/libffi -I.
-I/export/home/jsturm/dev/gcc/libffi/include -Iinclude
-I/export/home/jsturm/dev/gcc/libffi/src -fexceptions -g -O2 -c -o
src/debug.lo /export/home/jsturm/dev/gcc/libffi/src/debug.c
./libtool: src/debug.loT: cannot create
No problem on Linux though... so color me baffled. It is libtool's job to
create the obj dir? Making it by hand and proceeding with make worked...
Jeff