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
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to