This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC headers and DJGPP port
- To: Eli Zaretskii <eliz at is dot elta dot co dot il>
- Subject: Re: GCC headers and DJGPP port
- From: Geoff Keating <geoffk at cygnus dot com>
- Date: 18 Jul 2000 09:37:01 -0700
- CC: gcc at gcc dot gnu dot org
- References: <200007180918.FAA06988@indy.delorie.com>
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>