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

yum install glibc-static

glib-static是Gcc链接时使用到的库。

原文地址:https://www.cnblogs.com/yanzi-meng/p/9045134.html