Gcc编译C语言出现stdio.h:No such file or direc..
时间:2009-08-05 来源:bensonliao
Ubuntu下使用Gcc编译C语言出现stdio.h:No such file or directory的解决办法。
原因就是没有安装库文件,使用如下命令安装解决该问题:sudo apt-get install libc6-dev
相关阅读 更多 +
排行榜 更多 +
时间:2009-08-05 来源:bensonliao