I get similar errors compiling dbus 1.2.16:
Code:
ld32: ERROR 33: Unresolved data symbol "pthread_condattr_init" -- 1st referenced by .. dbus/.libs/libdbus-convenience.a(dbus-sysdeps-pthread.o).
d32: ERROR 33: Unresolved data symbol "pthread_condattr_destroy" -- 1st referenced by .. dbus/.libs/libdbus-convenience.a(dbus-sysdeps-pthread.o).
The compiler informs that /usr/lib32/libpthread.so is not used for resolving any symbols.
I'm using gcc 4.4.2 and irix 6.5.22
Is there something missing in libpthread on 6.5.22?