This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libjava "make install" silent failures


Alexandre Oliva wrote:

>On Mar 15, 2002, Bryce McKinlay <bryce@waitaki.otago.ac.nz> wrote:
>
>>The ltmain.sh patch also appears to fix the problem.
>>
>
>Great, here's what I'm checking in mainline and 3.1 branch.  It's a
>slightly modified version of the patch that doesn't trigger an
>sanity-check error in the libtool testsuite.
>
>Other libtoolers, ok to install a very similar patch in libtool mainline
>(and perhaps in the 1.4 branch, just in case)?
>

Hmm, now I am getting:

/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/powerpc-unknown-linux-gnu/libjava; /bin/sh 
./libtool --tag CXX --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/powerpc-unknown-linux-gnu/libstdc++-v3/src 
-L/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libstdc++-v3/src/.libs 
-B/home/bryce/gcc31/powerpc-unknown-linux-gnu/bin/ 
-B/home/bryce/gcc31/powerpc-unknown-linux-gnu/lib/ -isystem 
/home/bryce/gcc31/powerpc-unknown-linux-gnu/include 
-L/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava -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/powerpc-unknown-linux-gnu/libjava/../boehm-gc/.libs 
./../zlib/libzgcj.la 
-L/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/../zlib/.libs 
-version-info 2:0:0
./libtool: eval: line 2: syntax error: unexpected end of file
libtool: install: error: relink `libgcj.la' with the above command 
before installing it
make[3]: *** [install-toolexeclibLTLIBRARIES] Error 1

;-(

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]