|
From: Greg C. <chi...@co...> - 2006-03-11 13:24:01
|
On 2006-3-11 12:48 UTC, David Rasmussen wrote: > > Where are all the C include headers such as stdio.h? > [...] I would think > that they should be in the gcc-core package, but they are not. gcc used to stand for GNU C Compiler. Now it stands for GNU Compiler Collection, because it implements many languages. But each language is optional, and you don't get a full implementation of the C standard by default with gcc-core. Jonathan has said where to get the headers. I'm only trying to explain why it makes sense that the headers are elsewhere. |