libtool/make and sysroot

2010-03-21 Thread Ersin Akinci
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'

Re: libtool/make and sysroot

2010-03-21 Thread Ersin Akinci
etting rpath, is there a way to change libpng12.la so that libtool gets the right directory but sets a different rpath? Are there any other side effects of changing .la files? Thanks, Ersin On Sun, Mar 21, 2010 at 2:56 PM, Daniel Herring wrote: > On Sun, 21 Mar 2010, Ersin Akinci wrote: >