GCC headers and DJGPP port

Geoff Keating geoffk@cygnus.com
Tue Jul 18 09:37:00 GMT 2000


Eli Zaretskii <eliz@delorie.com> writes:

> I already posted a response: size_t and the rest *are* known at build
> time: they are defined in the system headers.  GCC could simply use
> them to build itself.

It can't do that because your headers might conflict with the headers
on the system that GCC is being built for.  I'm sure you're not trying
to claim that someone can include both your <stddef.h> and the one on
Solaris at the same time...

-- 
- Geoffrey Keating <geoffk@cygnus.com>


More information about the Gcc mailing list