GCC headers and DJGPP port
Mike Stump
mrs@windriver.com
Mon Jul 17 10:37:00 GMT 2000
> Date: Sun, 16 Jul 2000 16:42:50 +0200
> From: Laurynas Biveinis <lauras@softhome.net>
> To: gcc@gcc.gnu.org
> One of the major problems requiring addressing is relationship between
> following DJGPP and GCC-provided headers: stddef.h, stdarg.h and
> varargs.h. The problem is that GCC wants to use and install its
> own headers, but it causes type redefinitions, e.g.:
> How would you suggest to fix it?
Let it install and use its own headers, remove your headers, and fix
the port, if any of the bits are wrong.
A sure sign of a non-maintained port, is a system with its own
vararg.h...
More information about the Gcc
mailing list