This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libjava "make install" silent failures
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: gcc at gcc dot gnu dot org
- Cc: aoliva at redhat dot com
- Date: Fri, 15 Mar 2002 12:35:58 +1300
- Subject: libjava "make install" silent failures
I'm still having intermittent problems with "make install" failing to
install libjava ;-(. Initially it was thought this was due to stale
config.cache etc, but now I'm having this problem even with a build in a
totally clean build directory. The problem that occurs is:
make[3]: Entering directory
`/home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libjava'
/home/bryce/cvs/gcc/mkinstalldirs /home/bryce/gcc31/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c libgcj.la
/home/bryce/gcc31/lib/libgcj.la
libtool: install: warning: relinking `libgcj.la'
cd /home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libjava; /bin/sh
./libtool --mode=relink /home/bryce/cvs/gcc/build/gcc/xgcc
-shared-libgcc -B/home/bryce/cvs/gcc/build/gcc/ -nostdinc++
-L/home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/home/bryce/gcc31/i686-pc-linux-gnu/bin/
-B/home/bryce/gcc31/i686-pc-linux-gnu/lib/ -isystem
/home/bryce/gcc31/i686-pc-linux-gnu/include
-L/home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libjava -ffloat-store -g
-O2 -o libgcj.la -objectlist libgcj.objectlist
../libffi/libfficonvenience.la -rpath /home/bryce/gcc31/lib -rpath
/home/bryce/gcc31/lib -lpthread ./libltdl/libltdlc.la
./../boehm-gc/libgcjgc.la
-L/home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libjava/../boehm-gc/.libs
./../zlib/libzgcj.la
-L/home/bryce/cvs/gcc/build/i686-pc-linux-gnu/libjava/../zlib/.libs
-version-info 2:0:0
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
libtool: install: error: relink `libgcj.la' with the above command
before installing it
Maybe this has something to do with me setting INSTALL=/usr/bin/install
-c? However thit usually works fine, and install-sh is painfully slow.
regards
Bryce.