Re: standard libraries

2008-08-20 Thread Jack Malmostoso
On Wed, 20 Aug 2008 20:50:16 +0200, André Timpanaro wrote: > can somebody help me? Start by installing the build-essential package. stdio.h is in libc6-dev, check that this package is indeed installed. -- Best Regards, Jack Linux user #264449 Powered by Debian Sid AMD64 -- To UNSUBSCRIBE, e

Re: standard libraries

2008-08-20 Thread Ron Johnson
On 08/20/08 13:39, André Timpanaro wrote: I tried to compile a C code for the first time in a Debian machine and apparently gcc can't find the standard libraries. For example, compiling #include int main(){ printf("Hello World\n"); return 0; } gives the following errors: hell

standard libraries

2008-08-20 Thread André Timpanaro
I tried to compile a C code for the first time in a Debian machine and apparently gcc can't find the standard libraries. For example, compiling #include int main(){ printf("Hello World\n"); return 0; } gives the following errors: hello.c:1:19: error: stdio.h: No such file or di