On Sunday 24 June 2001 12:41, nezumi wrote:
> I'm currently running a RedHat 7.1 system, and I've had the usual problems
> with the "inline" tag and specifying where to find qt.  With those problems
> solved, and the configure script finally recognizing that I have qt after
> all, I still get the following:
>
> configure: warning:  Your Qt installation does not support multi-threading!
> Either upgrade to latest version or rebuild current one specifying flag
> -thread when configuring.
>
> This doesn't seem to be fatal, as the configure finishes otherwise fine.
> However, when I try to compile, I get:
>
> /bin/sh ../../libtool --silent --mode=link c++  -I../../include -march=i586
> -L/usr/X11R6/lib -L/usr/lib/qt-2.2.0/lib -o extractor  extractor.o
> /../lib/libaviplay.la -lpthread -ldl  -lqt -lXext -lX11
> /usr/bin/ld: cannot find -lqt
> collect2: ld returned 1 exit status
>
> Anyone have any idea what the problem is and how I can deal with it?

make sure you have a libqt.so  linked to your qt lib in /usr/lib or 
/usr/local/lib    run ldconfig after you make such a symlink if you need to.  
IF you have this link in there already, then i cant help you.  if you 
compiled your qt libs (and i doubt that) make sure /etc/ld.so.conf has 
/usr/local/lib before /usr/lib (if you also have the rpms installed) or after 
/usr/lib if you dont, and run ldconfig.  

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to