On Sat, Apr 10, 1999 at 11:10:14AM +0100, Richard Williamson wrote:
> 
> Hi all,
> I am trying to run ./configure on several programs I have downloaded, but I
> get an error saying that it can't find the qt 1.3 libraries.  I've had a
I'm having the same problem except that my desired build wants 
qt 1.42, but may be it's something Red-Hat specific that the 
developers are doing that screws up on SuSE.
> look in /usr/X11R6/lib and there is a load of qt stuff there.
> questions:
> 1)  What exactly is a qt library?
A library is shared code that any program can use.
> 2)  Do I have to point to it in a PATH variable somewhere?
A similar but different thing. The PATH is for executables. For
libraries, the compiler searches ( I think) in all the directories
in /etc/ld.so.conf.
> 3)  How can I tell if it's the 1.3 version that I have got?
try a "locate libqt". I get 
/usr/i486-linux-libc5/lib/libqt.so
/usr/i486-linux-libc5/lib/libqt.so.1
/usr/i486-linux-libc5/lib/libqt.so.1.42
/usr/i486-linux-libc5/lib/libqthreads.so
/usr/i486-linux-libc5/lib/libqthreads.so.0
/usr/i486-linux-libc5/lib/libqthreads.so.0.0.0
/usr/lib/libqt.so
/usr/lib/libqt.so.1
/usr/lib/libqt.so.1.42
/usr/lib/qt/lib/libqt.so
/usr/lib/qt/lib/libqt.so.1
/usr/lib/qt/lib/libqt.so.1.42

I don't know why configure can't find 'em. I'm going to investigate
passing options to configure to force ti to look in the right places...
Yours,
Andy
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to