autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: libtool update likely breaks modules...


From: Howard Chu
Subject: RE: libtool update likely breaks modules...
Date: Mon, 2 Oct 2000 13:54:29 -0700

It appears that the options to build only static libraries or only shared
libraries are still not in the 1.3 branch of libtool. They exist in the
multi-language/tagged branch.
This is going to be a problem for NT and AIX, unless they've fixed them to
use different library names for static and shared libraries. On both NT and
AIX, the same suffix is used for both static and shared libraries. The
normal libtool behavior is to build both static and shared when a platform
supports both. On NT and AIX this will result in unusable libraries because
the static and shared code will overwrite each other as compilation and
linking progress.

> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Kurt D. Zeilenga
> Sent: Monday, October 02, 2000 1:32 PM
> To: Howard Chu
> Cc: address@hidden
> Subject: RE: libtool update likely breaks modules...
>
>
> At 01:13 PM 10/2/00 -0700, Howard Chu wrote:
> >Yuck. You're probably right, I'll have to see what's changed in libtool
> >1.3.5.
> >I believe the "--only-static" flag has been renamed in 1.3.5, we have to
> >find
> >out what they're calling it now.
>
> Did you hack 1.3.3?  CVSweb seems to indicate you did...
>
>
> >> -----Original Message-----
> >> From: address@hidden
> >> [mailto:address@hidden Behalf Of Kurt D. Zeilenga
> >> Sent: Monday, October 02, 2000 1:02 PM
> >> To: address@hidden
> >> Subject: libtool update likely breaks modules...
> >>
> >>
> >> I assume the libtool update will breaks modules...
> >> Those desiring module support likely should sort
> >> out necessary changes...
> >>
> >> Kurt
> >>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]