Mail Archives: djgpp-workers/2000/07/19/17:35:49
> Date: Wed, 19 Jul 2000 14:25:53 -0400 (EDT)
> From: Eli Zaretskii <eliz AT delorie DOT com>
> To: martin AT loewis DOT home DOT cs DOT tu-berlin DOT de
> Yes, the actual problem is that GCC installs its headers in a way
> that cause them to be used before the system headers. A related
> problem is that GCC uses its own versions of stddef.h, limits.h, and
> other headers instead of the system headers when GCC is built. We
> were worried that using headers that are different from the system
> headers might produce buggy GCC binaries, due to conflicts with
> libc.a against which the native DJGPP port is linked.
Worrying isn't useful. Verify that they are accurate and
don't cause problems and be done with it. If there are bugs in them,
fix them, submit the patches to fix them, and be done with it.
- Raw text -