This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: Fw: Don't build libgcj on irix6.5 - still doesn't work


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 ]



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