> > Have you tried using cc_r for that compile line? Does that help?> > Alas, that is not an option available.> > cc_r is specific to the AIX "xlc" compiler; we're using GCC, and xlc> is not available to us.
What is missing is a -lpthread .
Andreas