Ulrich Hiller wrote: > Dear sirs, > we installed qt-3.2.1 on solaris 2.7 without problems. > While configuring lyx-1.3.3 it says: > > checking for moc2... not found > checking for moc... /disk-b/hiller/qt-x11-free-3.2.1/bin/moc > checking for uic... /disk-b/hiller/qt-x11-free-3.2.1/bin/uic > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you > have the right $QTDIR ! > > QTDIR is correctly defined. > The config.log says:
Things to check: * the Qt lib is written in C++. That means you must use the same compiler to compile the Qt libs and any executable using it. * it looks like the missing symbols are in the Qt library itself. Do you need to pass another library to the linker? > Is there something wrong in the qt installation or (what I think) > something wrong in my lyx configure? > > Thank you in advance for your help, ulrich hiller Regards, Angus
