Mail Archives: djgpp-workers/2000/07/17/13:37:22
> Date: Sun, 16 Jul 2000 16:42:50 +0200
> From: Laurynas Biveinis <lauras AT softhome DOT net>
> To: gcc AT gcc DOT gnu DOT 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...
- Raw text -