autoconf
[Top][All Lists]
Advanced

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

Re: __builtin_va_start


From: Russ Allbery
Subject: Re: __builtin_va_start
Date: 31 Jul 2001 19:00:41 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Harlan Stenn <address@hidden> writes:

> So it's been a long time since I fought this problem last:
>  ...
>  /usr/bin/ld:
>  Unresolved:
>  __builtin_va_start
>  collect2: ld returned 1 exit status

> Is this a varargs.h/stdargs.h problem?

Yes, it means that gcc is picking up the system headers rather than its
own fixed headers.  The most common cause of this problem is that the
package is including -I/usr/include in the compiler flags; the second most
common cause is that the fixincludes process got botched somehow.

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

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