I naively tried including the unmodified pthread.h in AIX 4.3.2 /usr/include into a toy program and did not receive any errors. Would you please send a SMALL test program which fails and describe exactly what error you are experiencing. As an aside, to compile a pthreads program on AIX using GCC you need to compile each object file and link with -mthreads option. David