Mailinglist Archive: opensuse (807 mails)

< Previous Next >
[opensuse] Need Help building png2qrgb -- qt-mt not found -- but I'm looking at it??
  • From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
  • Date: Tue, 06 Apr 2010 10:51:06 -0500
  • Message-id: <4BBB586A.9030809@xxxxxxxxxxxxxxxxxx>
Guys,

I'm stuck with another lack of knowledge on how adjust the ./configure
options
to get png2qrgb to build. The configure error complaints that it cannot find the
library qt-mt, but I have it installed. I'm using as specific as possible a
configure cli to make sure the libraries are found, but it gives the same error
as running just './configure':

./configure --prefix=/opt/kde3/ \
--with-qt-dir=/usr/lib/qt3/ \
--with-qt-libraries=/usr/lib/qt3/lib/

<snip>

checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (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!

So, 'locate qt-mt':

10:48 alchemy:~/dt/kde3/apps/bld/png2qrgb-0.3> locate qt-mt
/usr/lib/libqt-mt.so.3
/usr/lib/qt3/lib/libqt-mt.so.3
/usr/lib/qt3/lib/libqt-mt.so.3.3
/usr/lib/qt3/lib/libqt-mt.so.3.3.8
/usr/lib/qt3/lib64/libqt-mt.la
/usr/lib/qt3/lib64/libqt-mt.prl
/usr/lib/qt3/lib64/libqt-mt.so
/usr/lib/qt3/lib64/libqt-mt.so.3
/usr/lib/qt3/lib64/libqt-mt.so.3.3
/usr/lib/qt3/lib64/libqt-mt.so.3.3.8
/usr/lib64/libqt-mt.so.3
/usr/lib64/pkgconfig/qt-mt.pc


Err -- I know this is simple, but it doesn't take much to stump me :-(
Anybody
see a solution?

--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >