LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1527|回复: 2

[求助]新装的debian,gcc不好用

[复制链接]
发表于 2007-6-28 15:38:32 | 显示全部楼层 |阅读模式
我的电脑新做的debian现在gcc不好用
#cat a.c
#include <stdio.h>
main()
{
        printf("Hello World!\n");
}

# gcc -o a a.c
a.c:1:19: error: stdio.h: 没有那个文件或目录
a.c: In function 'main':
a.c:4: warning: incompatible implicit declaration of built-in function 'printf'

这应该怎么解决?谢谢!
发表于 2007-6-28 17:29:24 | 显示全部楼层
apt-get install libc6-dev
回复 支持 反对

使用道具 举报

发表于 2007-6-29 09:01:29 | 显示全部楼层
apt-get install build-essential
彻底解决 Debian 下的编译问题。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表