小弟安装的是rh9 毕业设计要求在minigui下开发。于是网上搜了很多安装的帖子。
我安装的是qt-3.1.位于/usr/lib/qt-3.1
现在在安装qvfb-1.1时出现了下面的问题:
1.
输入./configure --with-qt-dir=/usr/lib/qt-3.1
出现了以下错误:
checking for Qt...configure:error:Qt(>=Qt3.0.3)(library qt-mt) not found. Please check you installation!
Make sure that you have complied Qt with thread support!
我又输入:locate qt-mt
输出:
/usr/lib/qt-3.1/lib/libqt-mt.so.3.1.1
/usr/lib/qt-3.1/lib/libqt-mt.so.3
/usr/lib/qt-3.1/lib/libqt-mt.so.3.1
证明貌似有qt-mt这个库啊。
再次输入:cat config.log|grep qt
输出:configure:21418:/usr/lib/qt-3.1/include/qstyle.h
configure:21528:.....此处省略
configure:21571:error:Qt(>=Qt3.0.3)(library qt-mt)not found. Please check your installation!
ac_cv_have_qt=have_qt=no
2.
输入./configure -disable-threading --with-qt-dir=/usr/lib/qt-3.1
出现了以下错误:
checking for Qt...configure:error:Qt(>=Qt3.0.3)(library qt) not found. Please check you installation!
再次输入:cat config.log|grep qt
输出:configure:21418:/usr/lib/qt-3.1/include/qstyle.h
configure:21528:.....此处省略
configure:21571:error:Qt(>=Qt3.0.3)(library qt)not found. Please check your installation!
ac_cv_have_qt=have_qt=no
综上 是否是线程支持处出了问题?
另外,为什么有qt-mt.so.3.* 却说找不到library qt-mt呢?
这几天一直在弄这,焦头烂额!!,实在没有办法了,请各位大侠帮帮我!
谢谢各位!