On 2/1/10, Dale <rdalek1...@gmail.com> wrote: > /bin/sh ../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++ > -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE > -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG > -DNO_DEBUG -O2 -march=athlon-xp -O2 -pipe -fomit-frame-pointer > -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor > -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE > -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION > -Wl,-O1 -o libkdegames.la -rpath /usr/kde/3.5/lib -L/usr/kde/3.5/lib > -L/usr/qt/3/lib -R /usr/kde/3.5/lib -R /usr/kde/3.5/lib -R > /usr/qt/3/lib -no-undefined -Wl,--no-undefined > -Wl,--allow-shlib-undefined -version-info 3:0:2 kcarddialog.lo > kstdgameaction.lo kgamemisc.lo kchatbase.lo kchat.lo kchatdialog.lo > kgameprogress.lo kcanvasrootpixmap.lo kgamelcd.lo > highscore/libkhighscore.la kgame/libkgame.la > kgame/dialogs/libkgamedialogs.la -lkio -lkdnssd
A wild guess which might or might not do any good: cd into the directory where this happens, copy & paste this monstrosity of a linking command it prints out, and switch the libs around from the end (lkio -lkdnssd => -lkdnssd -lkio). -- Arttu V.