编译make后出现以下错误:
。。。
/usr/bin/ld:cannot find -lqtopia
collect2:ld return1 exit status
。。。
之前操作步骤为:
# cd /home/project/sysapps
# tar zxvf qtopia-free-1.7.0.tar.gz
# cd qtopia-free-1.7.0
# export QTDIR=$QTEDIR
# export QPEDIR=$PWD
# export PATH=$QPEDIR/bin:$PATH
接着交叉编译qtopia:
# cd src
# ./configure –platform arm-linux-g++
# make
# cd ..
[ 此贴被XChinux在2006-04-18 23:44重新编辑 ]