Re: os-sunos/2044: Fatal error: Command failed for target `alloc.o' during the make process

1998-04-07 Thread Dean Gaudet
The following reply was made to PR os-sunos/2044; it has been noted by GNATS.

From: Dean Gaudet [EMAIL PROTECTED]
To: Malcolm Nooning [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: os-sunos/2044: Fatal error: Command failed for target `alloc.o'  
during the make process
Date: Tue, 7 Apr 1998 11:23:15 -0700 (PDT)

 If I had to take a wild guess, which I will, you've installed a gcc which
 doesn't match the header files on solaris 2.4.  Maybe one built against
 2.5, or maybe one built against a much earlier beta version of 2.4 (there
 was a gcc binary floating around like this for a long time).
 
 This isn't an apache bug, __builtin_va_list is gcc talking to itself, and
 if it doesn't have the definition somewhere then gcc is missing or has the
 wrong header files. 
 
 Dean
 


Re: os-sunos/2044: Fatal error: Command failed for target `alloc.o' during the make process

1998-04-07 Thread marc
Synopsis: Fatal error: Command failed for target `alloc.o'  during the make 
process

State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Tue Apr  7 11:14:14 PDT 1998
State-Changed-Why:
Your compiler is not installed properly.  You may be using
a gcc designed for a different version of Solaris or you
may not have followed the instructions properly for installing
it.  This is not an Apache problem.

Note that if you searched the bugdb for __builtin_va_alist
you would have found another PR telling you this.