安装qt/embedded2.3.10时,已编译完成qt-x11-2.3.2,执行
export TMAKEPATH=$TMAKEDIR/lib/qws/linux-generic-g++
export QTDIR=$QT2DIR
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
cd $QTEDIR/tools/qvfb
tmake -o Makefile qvfb.pro
make
在连接时:
g++ -o qvfb qvfb.o qvfbview.o qvfbratedlg.o main.o qanimationwriter.o skin.o config.o moc_qvfb.o moc_qvfbview.o moc_qvfbratedlg.o moc_gammaview.o moc_skin.o moc_config.o -L/home/blc/Trolltech/qt-2.3.10/lib -lqte
/usr/bin/ld: cannot find -lqte
collect2: ld 返回 1
make: *** [qvfb] 错误 1
我搜索了一下确实没找到lqte,这是怎么一回事?怎么解决阿?
[ 此贴被XChinux在2005-12-09 10:16重新编辑 ]