This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC headers and DJGPP port
- To: gcc at gcc dot gnu dot org, lauras at softhome dot net
- Subject: Re: GCC headers and DJGPP port
- From: Mike Stump <mrs at windriver dot com>
- Date: Mon, 17 Jul 2000 10:36:53 -0700 (PDT)
- Cc: djgpp-workers at delorie dot com
> 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...