From: Mike Stump Date: Mon, 17 Jul 2000 10:36:53 -0700 (PDT) Message-Id: <200007171736.KAA29313@kankakee.wrs.com> To: gcc AT gcc DOT gnu DOT org, lauras AT softhome DOT net Subject: Re: GCC headers and DJGPP port Cc: djgpp-workers AT delorie DOT com Reply-To: djgpp-workers AT delorie DOT com > Date: Sun, 16 Jul 2000 16:42:50 +0200 > From: Laurynas Biveinis > 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...