Re: Where is kde 3.4 source?
Dave Feustel <[email protected]> Sun, 30 Jan 2005 19:13:43 -0500
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 30 January 2005 04:51 pm, Dirk Mueller wrote: > On Sunday 30 January 2005 19:43, Dave Feustel wrote: > > > checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not > > found. Please check your installation! > > For more details about this problem, look at the end of config.log. > > Make sure that you have compiled Qt with thread support! > > > > Note that there are mt libraries: > > > > /home/daf/KDE34s}find /usr/local/lib -name '*qt-mt*' > > /usr/local/lib/qt3/libqt-mt.so.3.32 > > /usr/local/lib/libqt-mt.so.3.32 > > /home/daf/KDE34s} > > > > So what is configure *really* complaining about? > > there is no .so symlink to libqt-mt.so.3.32 what should the ln command have as its target arg? > did you install that on your own? I've never seen such a strange .so file > name. I think that is the actual bug you're seeing.. some incompatibility in > the Qt makefile/install script. Here are the files installed by Qt 3.3.4: /home/daf/Qt334}ls -l lib total 19180 -rw-rw---- 1 daf daf 827 Jan 30 10:03 libqt-mt.la -rw-rw---- 1 daf daf 713 Jan 30 10:03 libqt-mt.prl lrwxrwx--- 1 daf daf 17 Jan 30 10:03 libqt-mt.so -> libqt-mt.so.3.3.4 lrwxrwx--- 1 daf daf 17 Jan 30 10:03 libqt-mt.so.3 -> libqt-mt.so.3.3.4 lrwxrwx--- 1 daf daf 17 Jan 30 10:03 libqt-mt.so.3.3 -> libqt-mt.so.3.3.4 -rwxrwx--- 1 daf daf 9792786 Jan 30 10:03 libqt-mt.so.3.3.4 drwxrwx--- 2 daf daf 512 Jan 30 10:03 pkgconfig