why std C header files are missing from my GCC 3.3 build ?

Alexandre Oliva aoliva@redhat.com
Fri Jun 13 16:41:00 GMT 2003


On Jun 13, 2003, Ananth Durbha <avdurbha@yahoo.com> wrote:

> Summary: Unable to figure out why GCC 3.3 make did not
> install std c header files (like stdio.h).

They're not part of GCC.  They're part of the C library, that's
separate from GCC.  Which C library you can use depends on which OS
you're running GCC on.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Gcc mailing list