Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id QAA18861; Sat, 28 Jun 1997 16:04:26 -0700 (PDT) Received: (from nobody@localhost) by hyperreal.com (8.8.5/8.8.5) id QAA18855; Sat, 28 Jun 1997 16:04:21 -0700 (PDT) Date: Sat, 28 Jun 1997 16:04:21 -0700 (PDT) Message-Id: <199706282304.QAA18855@hyperreal.com> To: apache-bugdb@apache.org, dgaudet@apache.org, sasmte@unx.sas.com From: dgaudet@hyperreal.com Subject: Re: config/719: Fatal make errors under cc and gcc Sender: apache-bugdb-owner@apache.org Precedence: bulk Synopsis: Fatal make errors under cc and gcc State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Jun 28 16:04:20 PDT 1997 State-Changed-Why: The gcc errors look like you've got mismatched gcc includes and system includes. This is likely caused by using a 2.5.1-built gcc on a 2.6 system. It can be fixed by re-running the "fixincludes" portion of the gcc install, or just re-building gcc. va_start takes two arguments as defined by ANSI. We don't use varargs.h, we use stdarg.h. Could you try fixing the gcc thing above and reopen another bug if there's still a problem? Thanks for using apache! Dean