[size=5]我照着安装"QT for x11"的,但是在执行./configure命令的时候,给出如下信息:
[root@localhost qt-x11-opensource-src-4.1.1]# ./configure
This is the Qt/X11 Open Source Edition.
You are licensed to use this software under the terms of either
the Q Public License (QPL) or the GNU General Public License (GPL).
Type 'Q' to view the Q Public License.
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of either license? yes
Creating qmake. Please wait...
gmake: *** Warning: File `project.cpp' has modification time in the future (2006-02-16 18:51:06 > 2004-03-10 14:07:47.605604)
g++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -g -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/tmp/qt-x11-opensource-src-4.1.1/src/corelib/arch/generic -I/tmp/qt-x11-opensource-src-4.1.1/include -I/tmp/qt-x11-opensource-src-4.1.1/include/QtCore -I/tmp/qt-x11-opensource-src-4.1.1/include -I/tmp/qt-x11-opensource-src-4.1.1/include/QtCore -I/tmp/qt-x11-opensource-src-4.1.1/src/corelib/global -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_BUILD_QMAKE -DQT_NO_COMPRESS -I/tmp/qt-x11-opensource-src-4.1.1/mkspecs/linux-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp
gmake: g++: Command not found
gmake: *** [project.o] Error 127
现在都不知道怎么解决