This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: var args issues on DEC alpha


On Sat, Aug 05, 2000 at 02:33:56PM +0930, Trevor Nichols wrote:
> While trying to use gcc to compile any program that uses stdarg.h or
> varargs.h comes up with a compiler error similar to:
> compat.c: In function `snprintf':
> compat.c:1712: warning: implicit declaration of function
> `__builtin_va_start'

Your gcc installation is broken.  The compiler should be finding
it's own copy of stdarg.h, which looks nothing like what you posted.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]