This is the mail archive of the gcc-help@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: header files Pix.h, builtin.h ....


On Oct 15, 2001, "Inayatullah Shah, PhD." <IShah@ccis.ksu.edu.sa> wrote:

> I am not able to compile a C++ program requiring, Pix.h, builtin.h, RNG.h
> etc. header files, with gcc (egcs-1.1.2) running under linux.

These header files are not part of GCC.  In fact, GCC doesn't provide
almost any header file for C; it uses the C library that comes with
the operating system.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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