> this code works on x86 so i believe it's a ppc-specific problem. using > -fPIC everywhere reduced the number of these errors but didn't eliminate > them. (i may try rebuilding libc6 with the recommended patch to see if it > helps)
The symbol wasn't va_arg_type_violation so it's not what I suspected. Trying the patch to libc seems like a good idea here. Michael