libtool
[Top][All Lists]
Advanced

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

Re: Issue with libtool when cross-compiling


From: Nick Bowler
Subject: Re: Issue with libtool when cross-compiling
Date: Fri, 12 Feb 2010 11:09:43 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

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/)




reply via email to

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