This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Args list too long
> > The above doesn't work for me. I've changed the libjava Makefile to the
> > following:
>
> Well, it works with libtool 1.3.5. Maybe it's broken in the CVS
> version of libtool we're using? :-(
>
> What is the link command you get for libgcj1.lo?
>
/bin/sh ./libtool --mode=link
/SCRATCH/bsmith/IRIX64/gcc-20001225/build/gcc/xgcc -B/SCRATCH/bsmith/IRIX64/
gcc-20001225/build/gcc/ -B/home/bsmith/bin/IRIX64/gcc/mips-sgi-irix6.5/bin/
-B/home/bsmith/bin/IRIX64/gcc/mips-sgi-irix6.5/lib/ -isystem
/home/bsmith/bin/IRIX64/gcc/mips-sgi-irix6.5/include -L/SCRATCH/bsmith/IRIX6
4/gcc-20001225/build/mips-sgi-irix6.5/libjava -g -o libgcj1.lo
java/lang/Class.lo java/lang/Object.lo
libtool: link: warning: `-L' is ignored for archives/objects
ld -n32 -r -o libgcj1.o java/lang/.libs/Class.o java/lang/.libs/Object.o
ld -n32 -r -o libgcj1.lo java/lang/.libs/Class.o java/lang/.libs/Object.o
Similar commands are generated for the other libgcjN.lo parts.
Thanks,
Bradley