This is the mail archive of the gcc-help@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: builtin_va_start error !


On Jul 19, 2001, "S, Saravanan (Saravanan)" <ssaravanan@lucent.com> wrote:

> Hello,
> We get this error when using
> gcc 2.95.2 on an HP-UX system 10.20 : 
> /bin/ld: Unsatisfied symbols: __builtin_va_start (code).

This is supposed to be a macro in GCC 2.95.2.  Sometimes, when a
translation unit #includes both <stdarg.h> and <varargs.h>, this kind
of error shows up.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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