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

编译报错: /usr/bin/ld: cannot find -lc

时间:2015-11-13 19:08:52      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:cannot

在编译的时候偶尔遇到错误/usr/bin/ld: cannot find -lc,如下:

技术分享


查看是没有安装静态库glibc-static而导致的,安装在编译即可:

安装方法:

yum install glibc-static -y

然后在编译就不报错了:

技术分享





编译报错: /usr/bin/ld: cannot find -lc

标签:cannot

原文地址:http://zhangshijie.blog.51cto.com/806066/1712595

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