On 16:34 Fri 12 Feb     , Thomas Petazzoni wrote:
> Hello,
> 
> I'm a contributor to the Buildroot project (http://www.buildroot.org),
> a build system for embedded Linux systems. We integrate many packages
> in order to ease their cross-compilation.
> 
> I'm facing an issue with several packages where libtool wants to link
> against libraries of the host (in /usr/lib), and I don't know what
> is happening. It is very likely a problem in the environment variables
> or the options we pass to the configure script, but I'm unable to find
> where the problem is, and thought that libtool experts might have an
> idea on what's going on.

This happens when doing a DESTDIR install when libtool libraries link
against other libtool libraries in the same package.  The compiled
libraries are completely correct, but 'make install' destroys them.

Unfortunately, the only solution that I'm aware of is to avoid using
'make install' and to copy the files from .libs manually :(

-- 
Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/)


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to