This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]