On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote: > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you have the > right $QTDIR ! > error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build) >
This is a problem in building with Mandrake linux that was not present with lyx-1.3.0pre2 but appeared with 1.3.0. Instead of commenting out a lot of lines in the configure script, you need to set more options telling it exactly where all the qt things live ./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3 --with-qt-includes=/usr/lib/qt3/include --with-qt-libraries=/usr/lib/qt3/lib Everything should then work fine. I hope this helps Morgan