各位大侠,小弟在交叉编译应用程序的时候出现如下问题,已经重装过两遍QTE了,还是没有效果,
还有网上说将-lqte变成-lqte-mt,就可以,可是小弟试了下,反应是cannot find -lqte-mt
[root@localhost hello]# tmake -o Makefile hello.pro
[root@localhost hello]# make
arm-linux-gcc -o hello hello.o -L/root/arm-qtopia/qt/lib -lm -lqte
/usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld:
cannot find -lqte
collect2: ld returned 1 exit status
make: *** [hello] Error 1