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
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
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