Hi,

On Thu, 2006-10-12 at 05:58 -0400, lantian ai wrote:
> grandi:~# cat hello.c
> #include <stdio.h>
> int main()
> {
>       printf("hello world\n");
> }
> grandi:~# gcc -o hello hello.c
> hello.c:1:19: error: stdio.h: No such file or directory
> hello.c: In function 'main':
> hello.c:4: warning: incompatible implicit declaration of built-in
> function 'printf'
> grandi:~# ls /usr/include/
> initreq.h

The problem is that you don't have libc6-dev installed.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to