Harlan Stenn <[EMAIL PROTECTED]> 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 ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to