linux_user_01
03-18-2002, 12:09 AM
Newbie here and I am having problems building SEQ. I am getting what appears to be a linker error after SEQ compiles:
/usr/bin/ld: cannot find -lqt-mt.
After searching on the threads here it seems this is a result of not configuring QT with the -threads option. However, after re-configuring with -threads, doing a make clean and a make on QT I am still getting this error. Is there a way to confirm that QT has been built with this option? Any other possible reasons for this linker error?
QT 2.3.2
$QTDIR=/opt/qt-2.3.2, QTLIB et all set properly.
gcc 3.0.1
Thanks in advance for any thoughts.
/usr/bin/ld: cannot find -lqt-mt.
After searching on the threads here it seems this is a result of not configuring QT with the -threads option. However, after re-configuring with -threads, doing a make clean and a make on QT I am still getting this error. Is there a way to confirm that QT has been built with this option? Any other possible reasons for this linker error?
QT 2.3.2
$QTDIR=/opt/qt-2.3.2, QTLIB et all set properly.
gcc 3.0.1
Thanks in advance for any thoughts.