Missing symbols when I try to link my application



next up previous contents
Next: Running and debugging Up: Writing Programs Previous: What libraries do

Missing symbols when I try to link my application

If the undefined symbols are anything like: builtin_va_arg_incr, you're probably linking an application built using gcc against a libpvm built using another compiler, or the other way round. If you build any part of a program using gcc, you probably have to link it using gcc.

If you're missing other symbols, from PVM or XDR or socket functions, see also §4.1.6.



Bob Manchek
Fri Mar 3 15:08:11 EST 1995