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 fails.

I have no idea where to look; I am not telling it to treat libjpeg any different from any other lib.

Please show
  ../../libtool --tag=CXX --config

grepping for libjpeg.so returns no results, so I have no idea where libtool gets its dependencies from:

Probably an installed libtool library.

Any ideas on where to look? grep doesn't find any reference to /usr/lib/libjpeg.so anywere, so I have no idea where to begin....

Please look at the list of "installed" .la files, especially:
`/home/local/src/qt-embedded-free-3.3.4-ys/lib/libqte-mt.la'
Ralf:

Thanks for your help. I have to confess that the root of my problem is my own stupidity, and has nothing to do with libtool. At some point while I was setting up my dev box, I installed gcc 4.1. This was the cause of all my troubles; I have now reverted back to a system with gcc 3.4 and all is well.

As is typical, the problem was between the chair and the keyboard.....  :-)

--Yan



_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to