Re: AIX libltdl

2000-10-05 Thread Gary V. Vaughan
On Tue, Oct 03, 2000 at 06:18:08PM -0700, Howard Chu wrote: > Somewhat of a followup to the previous note: I also added native AIX shared > library support to ltdl.c, it's the only choice on AIX 3 and 4.[01]. Also, > the dlopen code > on AIX 4.2 isn't all that stable, so it's better to use the nat

Re: arg list too long (so, split it into two?)

2000-10-05 Thread Gary V. Vaughan
On Thu, Oct 05, 2000 at 02:20:17PM -0500, Robert Boehne wrote: > I have a large library that IRIX CC w/ multi-language libtool > is not happy creating. It seems that the link line is too > much for CC to handle. Is the only solution to split this > library into convience libs, then link those to

Re: arg list too long (so, split it into two?)

2000-10-05 Thread Ossama Othman
Hi, On Thu, Oct 05, 2000 at 09:44:19PM +0200, Morten Eriksen wrote: > * make larger and fewer object-files, by using some small > number of sourcefiles to include the "real" sourcefiles by > "#include" statements, and compile and link these instead. > > For

Re: arg list too long (so, split it into two?)

2000-10-05 Thread Morten Eriksen
Robert Boehne <[EMAIL PROTECTED]> writes: > I have a large library that IRIX CC w/ multi-language libtool is not > happy creating. It seems that the link line is too much for CC to > handle. Sounds familiar.. :^( > Is the only solution to split this library into convience > libs, then link tho

arg list too long (so, split it into two?)

2000-10-05 Thread Robert Boehne
I have a large library that IRIX CC w/ multi-language libtool is not happy creating. It seems that the link line is too much for CC to handle. Is the only solution to split this library into convience libs, then link those toghether? Let me see if I have THAT straight, in my Makefile.am I would