The real cause of this problem is that the version of libtool that comes with KDE 3.5 apps is too old. When you are in the source directory of the app you want to build and you have run configure already, run the following commands:

rm libtool
ln -s /usr/local/bin/libtool .

This will replace the outdated version of libtool with the one provided by the system. Everything should link fine after that. If you ever need to re-run configure, it will overwrite libtool and you will need to run the commands above again.

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

Reply via email to