刚装上
[root@localhost exe]# qmake -v
QMake version: 2.00a
Using Qt version 4.1.4 in /c2/local/Trolltech/QtopiaCore-4.1.4-generic/lib
环境变量:
PATH=/c2/local/Trolltech/QtopiaCore-4.1.4-generic/bin:。。。
QTDIR=/c2/local/Trolltech/QtopiaCore-4.1.4-generic
QTINC=/c2/local/Trolltech/QtopiaCore-4.1.4-generic/include
QTLIB=/c2/local/Trolltech/QtopiaCore-4.1.4-generic/lib
拿带的hello world!例子 qmake 没出错
make时
出错了:
c2-linux-uclibc-g++ -c -pipe -mgrouped -fno-exceptions -mgrouped -O2 -ffast-math -Wa,-madjust-ra -D__c2__ -fsingle-precision-constant -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/c2/local/Trolltech/QtopiaCore-4.1.4-generic/mkspecs/qws/linux-c2-g++ -I. -I/c2/local/Trolltech/QtopiaCore-4.1.4-generic/include/QtCore -I/c2/local/Trolltech/QtopiaCore-4.1.4-generic/include/QtNetwork -I/c2/local/Trolltech/QtopiaCore-4.1.4-generic/include/QtGui -I/c2/local/Trolltech/QtopiaCore-4.1.4-generic/include -I. -I. -I. -o hello.o hello.cpp
make: c2-linux-uclibc-g++:命令未找到
make: *** [hello.o] 错误 127
急 请高手指点
[ 此贴被XChinux在2008-11-30 09:54重新编辑 ]