bug-libtool
[Top][All Lists]
Advanced

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

Re: shared libraries problem


From: Bob Friesenhahn
Subject: Re: shared libraries problem
Date: Sat, 10 Jan 2004 11:27:05 -0600 (CST)

On Thu, 8 Jan 2004, Rafal Wojnar wrote:

> I have problems detecting shared libraries. I got
>
> on AIX 5.1:
>
> checking dynamic linker characteristics... no
> checking if libtool supports shared libraries... no
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes

You did not specify which version of libtool you are using.  The
current release (1.5) version of libtool appears to work for AIX 5.1.
I am using the current CVS version successfully for AIX.

> on AIX 4.3:
>
> checking dynamic linker characteristics... aix4.3.3.0 ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
>
> How to force checking of "xlC_r" linker instead of "ld"
> and how to force shared libraries build when autodetection fails?

My configure scrip assigns CC=xlc_r for multi-thread builds under AIX.
This assignment is before libtool is configured.  The approach seems
to work fine.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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