Christopher R Barry <[EMAIL PROTECTED]> writes: CRB> I've installed gcc and all the packages that dselect recommends CRB> to go with it but whenever I try to compile anything, like the CRB> kernel, I just get a bunch of error messages about missing *.h CRB> header files like stdio.h. Shouldn't gcc come with these basic CRB> fundamental headers?
No, they're in the libc5-dev package; you need to install that. In general, for any library package libfoo, there's a corresponding libfoo-dev package that contains the header files and such. -- _____________________________ / \ "The cat's been in the box for over | David Maze | 20 years. Nobody's feeding it. The | [EMAIL PROTECTED] | cat is dead." | http://donut.mit.edu/dmaze/ | -- Grant, on Schroedinger's Cat \_____________________________/ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .