bug-libtool
[Top][All Lists]
Advanced

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

Re: Bugreport: Incorrect forwarding of a shared library's -R flags when


From: Bob Friesenhahn
Subject: Re: Bugreport: Incorrect forwarding of a shared library's -R flags when this library is linked to an executable
Date: Wed, 6 Jan 2010 10:48:09 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Tue, 5 Jan 2010, Stefan Muller wrote:
            -L*) new_libs="$deplib $new_libs" ;;
            -R*) ;;                                                             
# !!!!!!!!!!!!!!
            *)
              # And here is the reason: when a library appears more
              # than once as an explicit dependence of a library, or
              # is implicitly linked in more than once by the

Please make sure that you are using the official FSF-released version of libtool rather than a modified one. It looks to me like you are using one which has been modified by the libtool package maintainer for your operating system. This sort of modification is common.

The easiest approach is to install official FSF autoconf, automake, and libtool, all under the same prefix, but using a different prefix than the ones provided with your operating system. Then set your path to use the versions you installed.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

reply via email to

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