libtool-patches
[Top][All Lists]
Advanced

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

Re: executable wrapper script fails


From: Bob Friesenhahn
Subject: Re: executable wrapper script fails
Date: Sun, 21 Nov 2004 21:31:58 -0600 (CST)

On Sun, 21 Nov 2004, Bob Friesenhahn wrote:

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

The critical difference I see between a wrapper that works and one that does not are these lines:

<   # install mode needs the following variable:
<   notinst_deplibs=' ../magick/libGraphicsMagick.la'
---
  # install mode needs the following variables:
  generated_by_libtool_version='1.9g'
  notinst_deplibs=' magick/libGraphicsMagick.la'

<     LD_LIBRARY_PATH="$thisdir/../magick/.libs:/usr/local/lib:$LD_LIBRARY_PATH"
---
    LD_LIBRARY_PATH="$thisdir/magick/.libs:/usr/local/lib:$LD_LIBRARY_PATH"

so it appears that the bug is in ltmain.sh and not the wrapper script itself.

Does anyone remember a change which might explain this behavior?

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




reply via email to

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