[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: stdio.h



On Mon, 26 May 2003 18:38:31 -0300, Valter G. Nogueira
Jr. <valter@intersic.com.br> wrote:

> I am following the open-book "Advanced Unix Programming with Linux".
> 
> When I compile
> gcc -c main.c
> 
> I got the following message
> main.c:1: stdio.h: No such file or directory
> 
> and indeed stdio.h isn't present in my system (woody bf24/gcc 2.95).
> 
> Do I need to install some other package?

You'll need libc6-dev. Debian often splits files only needed for
compiling against a library into packages of the form
libbname-dev. This usually includes the header files (for C
libraries).

                                                         Faheem.



Reply to: