Fw: Don't build libgcj on irix6.5 - still doesn't work
Bryce McKinlay
bryce@albatross.co.nz
Thu Mar 22 18:09:00 GMT 2001
Tom Tromey wrote:
> >>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
>> Bryce> + echo $(libgcj_la_OBJECTS) > libgcj.objectlist;
> Bryce> + echo $(libgcj_la_LIBADD) >> libgcj.objectlist;
>> Will this work on systems with a length limit where `echo' is not a
> built in? Maybe we need a for loop instead?
I guess not. Is that common?
I wrote:
> The very last entry in the
> objectlist file is "./libltdl/libltdlc.la", which is different from all
> the other files because it is an ".la" and not a ".lo". libtool seems to
> strip the filename from it, and the linker complains about ./libtldl/
> being a directory. Any ideas?
>
I fixed this by passing the ltdl on the libtool command line instead
of in the objectlist file, which seems to work fine.
regards
[ bryce ]
More information about the Java
mailing list