The following reply was made to PR general/456; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: general/456: Can't Locate Apache.pm Date: Wed, 23 Apr 1997 13:19:48 -0700 (PDT) This is almost certainly a compiler misconfiguration on your end. __builtin_va_alist is how gcc's stdargs support works. It looks like you're either missing the gcc headers, or your compiling with the gcc headers but using Sun's cc. Or you have a mixture of files compiled with Sun's cc and gcc. Dean On Wed, 23 Apr 1997, Rodent of Unusual Size wrote: > The following reply was made to PR general/456; it has been noted by GNATS. > > From: [EMAIL PROTECTED] (Rodent of Unusual Size) > To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: general/456: Can't Locate Apache.pm > Date: Wed, 23 Apr 1997 15:45:30 -0400 > > > Feedback from customer: > > From the fingers of "Victor G. Liendo R. (REACCIUN)" flowed the following: > > > >I have downloaded Apache 1.2 b8.... > > > >I have just made little changes to the Configuration File, then i > >executed the "make" command, but when compiling "alloc.c" it issues > >a message like this : > > > >In function "pstrcat": > > __builtin_va_alist undeclared (first use this function) > >In function "table_do" issues an identical message >
