Parent document is top of "comp.unix.aix Frequently Asked Questions (Part 4 of 5)"
Previous document is "2.30: How do I use POSIX threads with gcc 2.7.x?"
Next document is "2.32: How do I build programs under a later AIX release that run under earlier releases as well?"

2.31: Why does pthread_create return the error code 22?

Using Posix threads under AIX requires a special C runtime startup
initialization as well as special versions of some libraries. The IBM C
compiler includes these special libraries if called by the name xlc_r
(or xlC_r for C++). There also other maing variations to support various
defaults, consult the file /etc/xlC.cf for details.

Parent document is top of "comp.unix.aix Frequently Asked Questions (Part 4 of 5)"
Previous document is "2.30: How do I use POSIX threads with gcc 2.7.x?"
Next document is "2.32: How do I build programs under a later AIX release that run under earlier releases as well?"