Re: libgcj/1736

2001-03-05 Thread Bryce McKinlay
Synopsis:[irix 6.5] Cannot create libgcj - Arg list too long Okay, it appears that libtool has recently got the feature we need: 2001-02-22 Robert Boehne <[EMAIL PROTECTED]> * ltconfig.in: Add a test to find the approximate limit to the length of command line arguments

Re: libgcj/1736

2001-03-06 Thread Bryce McKinlay
Alexandre Oliva wrote: > > So, it's trying to pass the compiler -Wl flag directly to the linker > > for some reason. I hacked the libtool script a bit and everything > > worked.) > > Care to post your hacks? :-) All I did was to remove the "\${wl}"s from whole_archive_spec_flag. Presumably thats

Re: libgcj/1736

2001-03-08 Thread Bryce McKinlay
Alexandre Oliva wrote: > On Mar 6, 2001, Bryce McKinlay <[EMAIL PROTECTED]> wrote: > > > Perhaps it would suffice to simply clear "wl" when entering the > > incremental mode, assuming we know the linker will always be called > > directly when doing incr