Lars Clausen wrote:
It should find libfreetype in $HOME/lib, it's been first in the LD_LIBRARY_PATH for the entire installation, and pkg-config points to there. Running strace it appears that libtool looks for '../lib/libfreetype.la', but since this is run in the subdirectory 'app', it doesn't find it. It then proceeds to find it in /usr/lib, which unfortunately is a different libfreetype. ltmain.sh says that the version is 1.5.0a. I've been looking around for references to /usr/lib/libfreetype in the local .la files, but with no luck.

Any ideas on how to proceed from here?

Does this patch from Ben Reed help? http://mail.gnu.org/archive/html/libtool-patches/2003-06/msg00002.html

Peter
--
Peter O'Gorman - http://www.pogma.com



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to