When attempting to build the latest amarok-1.4beta3 from source I was
receiving the generic error:

libtool: link: cannot find the library `'

After it was suggested that I modify my libtool script as follows:
$echo "$modename: cannot find the library \`$lib' (lib${name}.la:
$deplib)" 1>&2

I then received this much more useful error:

libtool: link: cannot find the library `' (libkdefx.la: -pthread)

A pkg_which :
[EMAIL PROTECTED] /home/kkuehl/amarok-1.4-beta3c]#
pkg_which /usr/local/lib/libkdefx.la

kdelibs-3.5.2_1


The problem was solved by removing -pthread from the following line
in /usr/local/lib/libkdefx.la

dependency_libs=' -R/usr/local/lib -R/usr/X11R6/lib -L/usr/local/lib
-L/usr/X11R6/lib -lqt-mt -lpng -lz -lXext -lX11 -lSM -lICE
-lXrender /usr/local/lib/libjpeg.la'


- Kirby Kuehl


_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to