> (find / | grep libqt resulted in libqt-mt.so, but no libqt.so)
I remember seeing something about this in the archives over at
http://freebsd.kde.org. We compile the multi-threaded version of the
library; thus the -mt. Not sure on the best way to fix it, but you try
symlinking libqt.so to li
Argh - it appears that I have no libqt.so on my system. Interesting - I
installed from the package system. Having poked through the configure
script, I finally figured out what it was barfing on, and manually
searched to see if it was present, but perhaps in some odd location.
(find / | grep libqt
On Wed, Jun 04, 2003 at 12:57:24PM -0400 or thereabouts, J. Seth Henry seemed to write:
> I recently started playing around with Kdevelop 2.x on my server, and
> found it much improved over the older releases. Getting into it, I decided
> to download and compile the C/C++ reference documentation, a
I recently started playing around with Kdevelop 2.x on my server, and
found it much improved over the older releases. Getting into it, I decided
to download and compile the C/C++ reference documentation, and ran into a
snag. I'm not sure if it is because the configure script is having
problems runn