Re: ar cru piecewise linking of same named objects

2001-10-10 Thread Kevin Ryde
Robert Boehne <[EMAIL PROTECTED]> writes: > > What's the Ultrix problem? It was vax-dec-ultrix4.5 which had the small command line limit and suffered in the piecewise link. ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinf

Re: ar cru piecewise linking of same named objects

2001-10-10 Thread Robert Boehne
Kevin Ryde wrote: > > Robert Boehne <[EMAIL PROTECTED]> writes: > > > > Could you try changing AR_FLAGS in your libtool script > > to see if that works? > > AR_FLAGS=cq seems to work on all the systems I've tried, and fixes the > ultrix problem. As long as ranlib does its job then I imagine it'

Re: ar cru piecewise linking of same named objects

2001-10-10 Thread Kevin Ryde
Robert Boehne <[EMAIL PROTECTED]> writes: > > Could you try changing AR_FLAGS in your libtool script > to see if that works? AR_FLAGS=cq seems to work on all the systems I've tried, and fixes the ultrix problem. As long as ranlib does its job then I imagine it'd have to work everywhere. ___

Re: ar cru piecewise linking of same named objects

2001-10-08 Thread Robert Boehne
Kevin Ryde wrote: > > I think I've struck a bit of a problem trying the cvs libtool with > GMP. GMP has some object files with the same name, like mpz/random.lo > and mpn/random.lo. On vax-dec-ultrix4.5, libtool decides the command > line limit is 3073, and does the final libgmp library link in

ar cru piecewise linking of same named objects

2001-10-04 Thread Kevin Ryde
I think I've struck a bit of a problem trying the cvs libtool with GMP. GMP has some object files with the same name, like mpz/random.lo and mpn/random.lo. On vax-dec-ultrix4.5, libtool decides the command line limit is 3073, and does the final libgmp library link in two pieces. Unfortunately o