This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: IA64 HP-UX libtool / gcc question about shared libraries
- From: "David Edelsohn" <dje dot gcc at gmail dot com>
- To: sje at cup dot hp dot com
- Cc: gcc at gcc dot gnu dot org, libtool at gnu dot org
- Date: Tue, 4 Nov 2008 13:02:33 -0500
- Subject: Re: IA64 HP-UX libtool / gcc question about shared libraries
- References: <200811041756.mA4Huc511089@lucas.cup.hp.com>
On Tue, Nov 4, 2008 at 12:56 PM, Steve Ellcey <sje@cup.hp.com> wrote:
> To fix it in libtool I think we would have to stop using +nodefaultrpath
> when building shared libraries so that there is a search path to use in
> the shared libraries. This seems simple but I am not sure about all the
> ramifications of doing this and that makes me a bit nervous.
>
> Any opinions or ideas on how (or where) this problem should be fixed?
libtool on AIX inserts a search path into shared libraries, but it often
chooses a bloated series of search directories. The search path works
but it searches for build directories not present on the install system.
David