cross-compiling and libtool

2006-05-11 Thread Yan Seiner
I am trying to cross-complie gphoto2 gphoto.sf.net , which uses ltdl I have everything compiled, but on execution it tries to find its drivers in the build tree, and not in the target tree See below How do I configure libtool in a cross-compile environment to correctly find the

Why is libtool hardcoding /usr/lib/ibjpeg.so?

2006-08-06 Thread Yan Seiner
I am trying to compile konqueror embedded. It needs libjpeg. For some reason, libtool is hardcoding /usr/lib/libjpeg.so rather than using -ljpeg. As I am cross-compiling, this means the build fails. I have no idea where to look; I am not telling it to treat libjpeg any different from any

Re: Why is libtool hardcoding /usr/lib/ibjpeg.so?

2006-08-07 Thread Yan Seiner
Ralf Wildenhues wrote: Hello Yan, * Yan Seiner wrote on Mon, Aug 07, 2006 at 05:16:52AM CEST: I am trying to compile konqueror embedded. It needs libjpeg. For some reason, libtool is hardcoding /usr/lib/libjpeg.so rather than using -ljpeg. As I am cross-compiling, this means the build

Re: Why is libtool hardcoding /usr/lib/ibjpeg.so?

2006-08-07 Thread Yan Seiner
Ralf Wildenhues wrote: * Yan Seiner wrote on Mon, Aug 07, 2006 at 10:59:02AM CEST: Ralf Wildenhues wrote: Please show ../../libtool --tag=CXX --config Attached. Hmm, that didn't turn up anything obvious. So please send the output of the link in debug mode (please

Re: Why is libtool hardcoding /usr/lib/ibjpeg.so?

2006-08-07 Thread Yan Seiner
Ralf Wildenhues wrote: Yes, please send the dump (packed, on-list). I'm better at reading that. OK, as requested /bin/sh ../../libtool --debug --tag=CXX --mode=link arm-linux-g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion

Re: Why is libtool hardcoding /usr/lib/ibjpeg.so?

2006-08-09 Thread Yan Seiner
Ralf Wildenhues wrote: Hello Yan, * Yan Seiner wrote on Mon, Aug 07, 2006 at 05:16:52AM CEST: I am trying to compile konqueror embedded. It needs libjpeg. For some reason, libtool is hardcoding /usr/lib/libjpeg.so rather than using -ljpeg. As I am cross-compiling, this means the build