> is successful. However, if I use gcc2, the same configure script dies > with > > checking for moc2... not found > checking for moc... /sw/bin/moc > checking for uic... /sw/bin/uic > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you have > the right $QTDIR !
Shouldn't there be a --with-qt-dir=QTdirectoryname also in the configure options? I think it's looking for the executables moc, uic etc. which would be in the QT directory which hasn't been specified (only the includes have been specified) if I'm not too wrong.. Have no clue on the other problems you mentioned.. nirmal