Menu

#1 $QTDIR/lib used instead of $QTDIR/lib64 w SuSE 10.1 x86_64

open
nobody
None
5
2006-08-08
2006-08-08
No

Under SuSE 10.1, whenever I ran configure it failed
to with an error indicating it could not build a
simple QT application. I added "set -x" to the
configure script, and found it was using the wrong
lib path. Explicitly supping a library path did not
help. However, after I reviewed the script I found
the solution:

QTDIR="" ./configure

Configure then correctly used /usr/lib/qt3/lib64
instead of /usr/lib/qt3/lib .

Bill

Discussion


Log in to post a comment.