Hello Ian Truelsen, On Sunday 18 November 2001 18:43, you wrote: >> >> Here is the config.log file: >> >> configure:7707: checking for Qt >> tried /usr/local/lib/qt2/lib >> tried /usr/local/qt/lib >> tried /usr/local/lib >> tried /usr/lib/qt2/lib >> tried /usr/lib/qt/lib >> tried /usr/lib/qt >> tried /usr/X11R6/lib/qt2 >> tried /usr/X11R6/lib >> tried /usr/lib >>
That's right, configure does not check for Qt in /usr/lib/qt-2.3.1 by default. If you give it --with-qt-dir=/usr/lib/qt-2.3.1 option or create a symbolic link /usr/lib/qt -> /usr/lib/qt-2.3.1, it should found libraries. Since you said that it didn't work for you, something else must be wrong, but I can't say what from this log. Run './configure --with-qt-dir=/usr/lib/qt-2.3.1' and give me config.log again. -- Best regards, Eugene _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
