libtool
[Top][All Lists]
Advanced

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

Re: The right way to go in automake plus libtool


From: Bob Friesenhahn
Subject: Re: The right way to go in automake plus libtool
Date: Thu, 31 Jan 2008 13:41:32 -0600 (CST)

On Thu, 31 Jan 2008, Roger Ferrer Ibanez wrote:

This works fine all the time (both running from the build directory and from the installe executable) but libtool complains, when doing 'make install' that it has to relink "libB.la" so I suspect that this is not the proper way to go.

This complaint is not a cause for concern. It is really an informational "warning" that the program installed will not be 100% identical to the one tested via 'make check'. The need to re-link at install time is OS dependent. The most important thing is to make sure that your shared libraries are installed in the correct order so that when this "relink" occurs, it is against the freshly installed library rather than some older one which was already 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]