apt-get install libqt3-mt-dev That should do it. The libraries allow you to run files compiled against that library. However, to actually compile something, you need header files and possibly other stuff included in the *dev deb. Good luck.
On Thu, May 30, 2002 at 11:25:26AM +0200, Andreas von Heydwolff scribbled: > Hello, > > first of all thanks a lot for the great work with the KDE3 debs that > installed very well on my machine. > > A question: Trying to compile KMLOfax I ran into the following > ./configure showstopper: > > ----------------------- > checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library -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! > ----------------------- > > but my system sports > > 0 lrwxrwxrwx libqt-mt.so -> libqt-mt.so.2.3.1 > 0 lrwxrwxrwx libqt-mt.so.2 -> libqt-mt.so.2.3.1 > 0 lrwxrwxrwx libqt-mt.so.2.3 -> libqt-mt.so.2.3.1 > 4800 -rw-r--r-- libqt-mt.so.2.3.1 > 0 lrwxrwxrwx libqt-mt.so.3 -> libqt-mt.so.3.0.3 > 0 lrwxrwxrwx libqt-mt.so.3.0 -> libqt-mt.so.3.0.3 > 5980 -rw-r--r-- libqt-mt.so.3.0.3 > > Directing the libqt-mt.so symlink to version 3.0.3 did not help. > > Any ideas greatly appreciated - > > Regards, > > Andreas v. Heydwolff > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

