Jean-Pierre Chretien wrote: > John Levon <[EMAIL PROTECTED]> writes: > >> On Mon, Sep 11, 2006 at 09:10:08PM +0200, Michael Gerz wrote: >> >>> Decide on your own what that means for Qt3... >> One small note: if qt3 dies (and the development cost does seem quite >> onerous), then the first 1.5.0 release should have clear pointers and >> instructions on how to get qt4 for common platforms. Aside from >> non-bleeding-edge Linux distributions, there's also the BSDs and Solaris >> to consider. > > What is the status of 1.4.2 w.r.t. qt4 ? I tried to compile against 4.1.4 > on Solaris with > <cite> > ./configure --with-version-suffix=-1.4.2-qt4 --with-frontend=qt > --enable-shared > --with-qt-dir=/usr/local/qt-4.1.4 --with-extra-lib=/usr/local/lib > --with-extra-lib=/usr/local/qt-4.1.4/lib > </cite> > > and I got this: > > <cite> > Configuration > Host type: sparc-sun-solaris2.8 > Special build flags: use-aspell use-ispell > C Compiler: gcc > C Compiler LyX flags: > C Compiler flags: -I/usr/openwin/include > -I/usr/local/include -O2 > C++ Compiler: g++ (3.3.2) > C++ Compiler LyX flags: -fno-exceptions > C++ Compiler flags: -I/usr/openwin/include > -I/usr/local/include -O2 > Linker flags: > Linker user flags: -L/usr/local/qt-4.1.4/lib > -Wl,-R/usr/local/qt-4.1.4/lib > Qt Frontend: > Qt version: > Packaging: posix > LyX binary dir: /usr/local/bin > LyX files dir: /usr/local/share/lyx-1.4.2-qt4 > > **** The following problems have been detected by configure. > **** Please check the messages below before running 'make'. > **** (see the section 'Problems' in the INSTALL file) > > ** qt library not found ! > </cite> > > Did I miss somethimg in the configure options ? >
Maybe it works without /lib: --with-extra-lib=/usr/local/qt-4.1.4 -- Peter Kümmel