On Fri, Jun 01, 2001 at 04:19:41PM -0700, Phil Stracchino wrote:
> I recently added a Sparc Ultra1/170 running Solaris 2.8 (aka Solaris 8) to
> my network.  I have gcc-2.95.2 installed on it, and I'm now trying to
> compile mutt.  Comilation fails with the following error:

The most common cause I've seen for problems with the builtins for
stdarg/varargs is a misinstalled compiler (gcc is getting confused between
Sun's header files and its own - note that gcc has a copy of several header
files modified for its own use, e.g., under /usr/local/lib/gcc-lib; if it
cannot find these files, it will use the standard ones under /usr/include).
 
> 
> curs_lib.c: In function `mutt_curses_error':
> curs_lib.c:207: `__builtin_va_alist' undeclared (first use in this function)
> curs_lib.c:207: (Each undeclared identifier is reported only once
> curs_lib.c:207: for each function it appears in.)
> curs_lib.c:205: warning: `ap' might be used uninitialized in this function
> curs_lib.c: In function `mutt_message':
> curs_lib.c:232: `__builtin_va_alist' undeclared (first use in this function)
> curs_lib.c:230: warning: `ap' might be used uninitialized in this function
> 
> 
> Has anyone else encountered this problem, and if so, is there a known
> workaround?
> 
> 
> -- 
>  Linux Now!   ..........Because friends don't let friends use Microsoft.
>  phil stracchino   --   the renaissance man   --   mystic zen biker geek
>     Vr00m:  2000 Honda CBR929RR   --   Cage:  2000 Dodge Intrepid R/T
>  Previous vr00mage:  1986 VF500F (sold), 1991 VFR750F3 (foully murdered)

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com

Reply via email to