libtool-patches
[Top][All Lists]
Advanced

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

executable wrapper script fails


From: Bob Friesenhahn
Subject: executable wrapper script fails
Date: Sun, 21 Nov 2004 13:48:00 -0600 (CST)

The executable wrapper scheme used by libtool-branch-2-0 is not working properly for my project:

% utilities/gm convert -list format
ld.so.1: /scratch/bfriesen/build/GraphicsMagick-8-moby/utilities/.libs/gm: fatal: libGraphicsMagick.so.2: open failed: No such file or directory
zsh: killed     utilities/gm convert -list format

When I look in the generated wrapper script (attached), I see this:

notinst_deplibs=' magick/libGraphicsMagick.la'

And if I run the script under bash's debug mode I see that LD_LIBRARY_PATH is being set like:

LD_LIBRARY_PATH=/scratch/bfriesen/build/GraphicsMagick-8-moby/utilities/magick/.libs:/usr/local/lib

which is wrong since the library is located in "/scratch/bfriesen/build/GraphicsMagick-8-moby/magick/.libs".

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

Attachment: gm
Description: Text document


reply via email to

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