chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Solaris varargs.h


From: Sven Hartrumpf
Subject: Re: [Chicken-users] Solaris varargs.h
Date: Mon, 21 Oct 2002 19:31:59 +0200 (CEST)

On 21 Oct 2002, address@hidden wrote: 

> Hi... in runtime.c, we see the following fragment:
> 
> /* This seems to be needed under Solaris (suggested by Sven Hartrumpf): */
> #ifdef __GCC_NEW_VARARGS__
> # include "varargs.h"
> #endif

I just checked with 1076; varargs.h is not needed any more.

This was the Solaris error for 1046  (maybe caused by some other build tool)
that led to this false(?) fix:
gcc -DHAVE_CONFIG_H -I. -I. -I. -DC_STACK_GROWS_DOWNWARD=1 -O3 
-fomit-frame-pointer -fstrict-aliasing -DHAVE_ALLOCA_H -c runtime.c  -fPIC 
-DPIC -o .libs/runtime.lo
runtime.c: In function `barf':
runtime.c:927: `__builtin_va_alist' undeclared (first use in this function)
runtime.c:927: (Each undeclared identifier is reported only once
runtime.c:927: for each function it appears in.) 

Ciao
Sven




reply via email to

[Prev in Thread] Current Thread [Next in Thread]