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]

Re: Compatibility Between version 2.8.1 and 2.95.2


On May 11, 2001, Ang Chin <chinhai@yahoo.com> wrote:

>   i did a comparison between both version's include
> directory, version 2.8.1 has 182 header files, whereas
> version 2.95.2 only has 132 header files.

>   Where can i find the rest of the header files?

Header files are generally in /usr/include, but GCC fixes some of them
that wouldn't compile with GCC or simply that are buggy, and stores
them in its own installation tree.  Those that don't require fixing
remain in /usr/include.  Perhaps you're running GCC on a machine that
doesn't have development header files?

-- 
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]