sos help me

编译打包和其他
回复
yong1pop
帖子: 5
注册时间: 2007-05-21 22:43

sos help me

#1

帖子 yong1pop » 2007-10-26 11:10

ck@ck-laptop:~$ gcc -o hello hello.c
hello.c:1:19: error: stdio.h: No such file or directory
hello.c: In function ‘main’:
hello.c:5: warning: incompatible implicit declaration of built-in function ‘printf’

what's wrong and how do i do?
头像
core
帖子: 209
注册时间: 2007-08-17 13:00

#2

帖子 core » 2007-10-26 11:38

不知道了
等高手.
cg19820811
帖子: 40
注册时间: 2007-04-09 15:30

#3

帖子 cg19820811 » 2007-10-28 12:42

sudo apt-get install build-essential
回复