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