libtool-patches
[Top][All Lists]
Advanced

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

Re: rpath bug


From: Bob Friesenhahn
Subject: Re: rpath bug
Date: Sat, 27 Nov 2004 17:58:33 -0600 (CST)

On Sat, 27 Nov 2004, Gary V. Vaughan wrote:

Bob Friesenhahn wrote:
On Sat, 27 Nov 2004, Bob Friesenhahn wrote:

I am currently working to resolve the rpath bug which is in development libtool.

This command produces an executable wrapper which sets the wrong LD_LIBRARY_PATH since it uses 'magick/.libs' rather than '../magick/.libs' to find the library at run-time:

When libtool is executed, it computes two paths to the directory containing the .la file. The relative path from where `make' is executing is stored in $dir (e.g. magick/.libs) while the full path is stored in $absdir (e.g. /scratch/bfriesen/build/GraphicsMagick-8-modules/magick/.libs). Using the absolute path to local directories seems like the easiest fix. Is there any reason to not use the absolute path?

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




reply via email to

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