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 oth

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

2006-08-07 Thread Ralf Wildenhues
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 fails. > > I have no i

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 fa

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

2006-08-07 Thread Ralf Wildenhues
* 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 pack): ../../libtool --debug --t

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 pack

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 -Wchar-subscript

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 fa