码迷,mamicode.com
首页 > 其他好文 > 详细

关于QTE3.3.8配置问题与出现问题

时间:2015-05-08 11:11:16      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:/usr/bin/ld: cannot find -lts make[2]: *** [../../bin/moc] 错误 1

ts1.4编译通过后安装的目录:/share/tslib  (文件系统根目录下)
    ./configure --prefix=/share/tslib --host=arm-linux  ac_cv_func_malloc_0_nonnull=yes --enable-inputapi=yes
    make
    make install

QTE3.3.8配置:
设置环境变量
export QTDIR=/root/build_qt/qte
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export PATH=/usr/local/arm/4.1.2/bin:$QTDIR/bin:$PATH


./configure -qt-libjpeg  -qt-gif  -qt-libpng -system-libjpeg -qt-libmng -qt-imgfmt-jpeg  -embedded arm -thread  -no-cups  -no-stl  -no-mouse-pc -no-mouse-yope -no-mouse-bus -no-mouse-vr41xx  -qt-mouse-tslib -I/share/tslib/include -L/share/tslib/lib -lts  -qconfig local  -depths 4,8,16,32 -qvfb


问题1来了:
/usr/bin/ld: skipping incompatible /share/tslib/lib/libts.so when searching for -lts
/usr/bin/ld: cannot find -lts
collect2: ld 返回 1
make[2]: *** [../../bin/moc] 错误 1
make[2]: Leaving directory `/root/build_qt/qte/src/moc‘
make[1]: *** [src-moc] 错误 2
make[1]: Leaving directory `/root/build_qt/qte‘
make: *** [init] 错误 2

说明没有bin/中没有moc 命令,需再一次复制/usr/lib/qt-3.3/bin/moc 到你的配置文件中的/bin中 直到不再提示错误

本文出自 “小战神博客” 博客,请务必保留此出处http://510909959.blog.51cto.com/9448632/1647259

关于QTE3.3.8配置问题与出现问题

标签:/usr/bin/ld: cannot find -lts make[2]: *** [../../bin/moc] 错误 1

原文地址:http://510909959.blog.51cto.com/9448632/1647259

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!