Re: [Fink-devel] the stable tree and a new release

2002-04-01 Thread Max Horn
Oh and before I forget: At 23:03 Uhr -0500 31.03.2002, David R. Morrison wrote: Hi all. As the experiences from the last week have shown, it is a bit tricky updating things in the stable tree, particularly with regard to getting all of the dependencies right. This is very true, however, it is

[Fink-devel] Libtool 1.4.x porting docs

2002-04-01 Thread Max Horn
... are now here http://fink.sourceforge.net/doc/porting/libtool.php#fixing-14x If you think something should be changed there, just say it. Max -- --- Max Horn Software Developer email: mailto:[EMAIL PROTECTED] phone: (+49) 6151-494890

[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