免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2972 | 回复: 2
打印 上一主题 下一主题

tmake 后make时出现/usr/local/arm/2.95.3/arm-linux/bin/ld: cannot find -lqte [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-09-08 17:32 |只看该作者 |倒序浏览
arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/usr/lib/qt-3.1/include -o firstone.o firstone.cpp
arm-linux-g++  -o first firstone.o   -L/usr/local/arm/2.95.3/lib -L/usr/lib/qt-3.1/lib -lm -lqte
/usr/local/arm/2.95.3/arm-linux/bin/ld: cannot find -lqte
collect2: ld returned 1 exit status

我用tmake生成了Makefile后,对Makefile修改后出现
arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/usr/lib/qt-3.1/include -o firstone.o firstone.cpp
arm-linux-g++  -o first firstone.o   -L/usr/local/arm/2.95.3/lib -L/usr/lib/qt-3.1/lib -lm -lqte
/usr/local/arm/2.95.3/arm-linux/bin/ld: cannot find -lqte
collect2: ld returned 1 exit status
请问各位这怎么解决

论坛徽章:
0
2 [报告]
发表于 2009-09-08 22:32 |只看该作者
把库的路径写到 LD_LIBRARY_PATH环境变量中。
或者写到/etc/ld.so.conf中(这个文件我记不清的)

论坛徽章:
0
3 [报告]
发表于 2009-09-09 07:38 |只看该作者

回复 #2 emmoblin 的帖子

哦。。谢谢。
呵呵。一节解决了,是环境变量的问题。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP