* Gary Kumfert <[EMAIL PROTECTED]> [2002-11-27 09:59:45 -0800]:
> Maybe someone knows a reason why I can't simultaneously
> have static *.a and dynamically loadable *.so on AIX...
> just like I do for Linux/Solaris? If so, I'd like to understand
> why.
"AIX Linking and Loading Mechanisms"
http:
For AIX, libtool knows how to build "dynamic" libraries if
you pass in -brtl or -Wl,-brtl using LDFLAGS. It will automatically
add the -G flag when building a shared object.
Dan
> From: Gary Kumfert <[EMAIL PROTECTED]>
>
> Libtool is currently builds shared objects only and
> dumps them into
Gary Kumfert <[EMAIL PROTECTED]> writes:
> Maybe someone knows a reason why I can't simultaneously have static *.a
> and dynamically loadable *.so on AIX... just like I do for
> Linux/Solaris? If so, I'd like to understand why.
AIX traditionally uses a completely different library format than o
On Tue, 26 Nov 2002, Jeff Trawick wrote:
> Gary Kumfert <[EMAIL PROTECTED]> writes:
>
> > Hi,
> >
> > I've found no support for AIX 5 in automake, autoconf,
> > or libtool (not even config.guess!).
> >
> > Any libtool developer interested in teaming up to add
> > AIX 5.x support to libtool