Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do I get __builtin_va_alist or __builtin_va_arg_incr undefined?

undefined
0
Posted

Why do I get __builtin_va_alist or __builtin_va_arg_incr undefined?

0

You’re using gcc without properly installing the gcc fixed include files. Or you ran fixincludes after installing gcc w/o moving the gcc supplied varargs.h and stdarg.h files out of the way and moving them back again later. This often happens when people install gcc from a binary distribution. If there’s a tmp directory in gcc’s include directory, fixincludes didn’t complete. You should have run “just-fixinc” instead. Another possible cause is that you’re using “gcc -I/usr/include.” Reinstall gcc or upgrade to gcc 2.8.0 or later, which doesn’t require a reinstallation after every OS upgrade, if you run Solaris 2.5 or later.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123