On Wednesday 04 August 2004 22:29, Roy Pluschke wrote: > > then configure with ./configure --with-qt3-dir=/usr/share/qt3
And that gave the same error as before: checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. Here's what config.log shows configure:5666: checking for Qt configure: 5730: /usr/share/qt/include/qstyle.h configure: 5730: /usr/share/qt/qstyle.h configure: 5730: /usr/share/qt2/include/qstyle.h configure: 5730: /usr/share/qt2/qstyle.h configure: 5730: /usr/share/qt/include/qstyle.h configure: 5730: /usr/share/qt/qstyle.h configure: 5730: /usr/local/qt/include/qstyle.h taking that tried NO configure:5840: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -I/usr/local/qt/include -I/usr/X11R6/include -D_REENTRANT -L/usr/share/qt/lib -L/usr/X11R6/lib conftest.C -lqt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE -lresolv 1>&5 /usr/bin/ld: cannot find -lqt collect2: ld returned 1 exit status configure: failed program was: #include "confdefs.h" #include <qglobal.h> #include <qapplication.h> #include <qevent.h> #include <qstring.h> #include <qstyle.h> #include <qiconview.h> #if ! (QT_VERSION >= 222) #error 1 #endif int main() { QStringList *t = new QStringList(); QIconView iv(0); iv.setWordWrapIconText(false); QString s; s.setLatin1("Elvis is alive", 14); int magnolia = QEvent::Speech; /* new in 2.2 beta2 */ return 0; } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]