[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool problem with mipspro on irix
From: |
twisti |
Subject: |
libtool problem with mipspro on irix |
Date: |
Mon, 8 Nov 2004 17:18:42 +0100 |
User-agent: |
Mutt/1.5.6+20040907i |
Hi!
I'm currently updating our jvm to classpath-0.11. But when compiling it
on irix with the mipspro compiler i ran into a libtool problem:
address@hidden:~/twisti/cacaodev/classpath/native/jni/java-lang$ gmake
source='java_lang_VMSystem.c'
object='libjavalang_la-java_lang_VMSystem.lo' libtool=yes \
DEPDIR=.deps depmode=sgi /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -I.
-I. -I../../../include -I../../../include -I../../../native/jni/classp
ath -I../../../native/target/Linux -I../../../native/target/generic
-I../../../include -I../../../native/jni/classpath
-I../../../native/targe
t/Linux -I../../../native/target/generic -I../../../native/fdlibm -64
-O0 -g3 -OPT:Olimit=0 -woff 1110,1164,1515 -D__MIPS__ -D__MIPSEB__
-DMAP_
ANONYMOUS=0 -D__IRIX__ -D_REENTRANT -c -o
libjavalang_la-java_lang_VMSystem.lo `test -f 'java_lang_VMSystem.c' ||
echo './'`java_lang_VMSystem
.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include
-I../../../native/jni/classpath -I../../../native/target/Linux
-I../../../nat
ive/target/generic -I../../../include -I../../../native/jni/classpath
-I../../../native/target/Linux -I../../../native/target/generic
-I../../.
./native/fdlibm -64 -O0 -g3 -OPT:Olimit=0 -woff 1110,1164,1515
-D__MIPS__ -D__MIPSEB__ -DMAP_ANONYMOUS=0 -D__IRIX__ -D_REENTRANT -c
java_lang_V
MSystem.c -Wp,-MDupdate,.deps/libjavalang_la-java_lang_VMSystem.TPlo
-DPIC
mv -f libjavalang_la-java_lang_VMSystem.o
.libs/libjavalang_la-java_lang_VMSystem.o
libjavalang_la-java_lang_VMSystem.o - No such file or directory
gmake: *** [libjavalang_la-java_lang_VMSystem.lo] Error 2
The generated object file is not prefixed with libjavalang_la-.
address@hidden:~/twisti/cacaodev/classpath/native/jni/java-lang$ ls *.o
java_lang_VMSystem.o
It seems that the problem is related to `depcomp' since it works when
the first 2 lines are omitted. The last working version was 0.09, where
the target object was different:
source='java_lang_VMSystem.c' object='java_lang_VMSystem.lo' libtool=yes
\
depfile='.deps/java_lang_VMSystem.Plo'
tmpdepfile='.deps/java_lang_VMSystem.TPlo' \
depmode=sgi /bin/sh ../../../depcomp \
<snip>
I'm not very familiar with libtool, so how can this be fixed?
TWISTI
- libtool problem with mipspro on irix,
twisti <=