Hi, After looking at this a bit... This is an excerpt from acinclude.m4:130 :
QT_LIBS=`ls $QTDIR/lib64/libQt*.so 2> /dev/null` if test "x$QT_LIBS" = x; then QT_LIBS=`ls $QTDIR/lib/libQt*.so 2> /dev/null` if test "x$QT_LIBS" = x; then AC_MSG_ERROR([*** Couldn't find any Qt4 libraries]) fi QT_LIB="-L$QTDIR/lib -L$QTDIR/lib/qt4" else QT_LIB="-L$QTDIR/lib64 -L$QTDIR/lib64/qt4" fi QT_LIB="$QT_LIB -lQtCore -lQtXml -lQtNetwork" QT_LIB_GUI="-lQtGui" ;; Obviously this fails on most platforms. My suggestion would be to just use pkg-config and fix this properly. Regards Konstantinos -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org