[Fink-devel] qt probs

2002-04-01 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 why do I get these errors? I have qt and qt-shlibs installed. Do i need to be doing a voodoo dance when I compile or something? checking for XScreenSaverRegister in -lXext... no checking for XScreenSaverRegister in -lXss... yes checking for

Re: [Fink-devel] qt probs

2002-04-01 Thread Martin Costabel
Chris Zubrzycki wrote: checking for QT libraries... no :-( The configure script searches for libraries with names like libqt-mt.so.3. You will have to patch it so that it looks for libqt-mt.3.dylib instead. -- Martin ___ Fink-devel mailing list

Re: [Fink-devel] qt probs

2002-04-01 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 nevermind. I got it. but I do get this tidbit: checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes should it build static or shared? checking for

Re: [Fink-devel] qt probs

2002-04-01 Thread Justin Hallett
add UpdateLibTool: true and add --with-pic --enable-static --enable-shared to the configureparams [EMAIL PROTECTED] writes: nevermind. I got it. but I do get this tidbit: checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to

Re: [Fink-devel] qt probs

2002-04-01 Thread Justin Hallett
first off make sure your QTDIR env var is set. if not then your qt install isn't complete. then read the config.log from licq and see why it's failing, it might be an other reason. [EMAIL PROTECTED] writes: Install the QT libraries, or if you have them installed, override this check with the