libtool
[Top][All Lists]
Advanced

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

Re: libtool/make and sysroot


From: Bob Friesenhahn
Subject: Re: libtool/make and sysroot
Date: Sun, 21 Mar 2010 13:55:04 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Sun, 21 Mar 2010, Ersin Akinci wrote:

Hi all,

I've been trying to build DirectFB, and I think that I've narrowed down a bug 
in the build process to what
might be a confusing make or libtool behavior.  I've been cross-compiling using 
--sysroot for gcc so that
everything will link against a custom set of libraries that I've built.  Here's 
my full configure line
(the important part is to note that --sysroot=/home/ersin/vorpo/toolchain):

It seems that the problem is that libtool does not support --sysroot. Libtool searches for libpng12.so using the normal compiler search path. But first it will search for a libpng12.la file and use the library information it finds there.

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]