|
|
小弟是新手,在安装qterm-0.4.0pre2,configure的时候出现了如下的问题:
checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
而实际上:[root@Lzzmn qterm-0.4.0pre2]# rpm -qa|grep qt
qt-3.3.3-8
qt-devel-3.3.3-8
qt-designer-3.3.3-8
我的qt安装在/usr/lib/qt-3.3
并且:
[root@Lzzmn qterm-0.4.0pre2]# $QTDIR
bash: /usr/lib/qt-3.3: is a directory
而且我已经:
ln -s /usr/lib/qt-3.3/lib/libqt-mt.so.3.3.3 /usr/lib/qt-3.3/lib/qt-mt
但是我还是不能搞定。
安装了qterm0.2的rpm包可以的,可是不能输入汉语。
并且,在安装其他软件的时候,比如说chmviewer,也是出现如此的问题。
期待高手回答。谢谢。 |
|