Under AIX 4.3, Threads.h++ may be configured to use either one of the following thread APIs:
IBM's implementation of the IEEE POSIX 1003.1c threads API (draft 10)
Threads.h++ will assume that it is being built for an AIX environment if it finds that the _AIX32 macro is defined.
Threads.h++ only supports the IBM xlC CSet++ C++ compiler in this environment (xlC and xlC_r4 aliases under AIX 4.3).
Threads.h++ uses the __xlC__ macro to identify the version of the IBM compiler. The product has been certified using CSet++ version 3.6 under AIX 4.3. To use a newer version of the compiler, you may need to modify the defs.h file to define the attributes of the new version. For Software Parts Manager installations, the defs.h file is located at:
rw_root\workspaces\OS+ver\COMPILER+ver\buildtype\rw\thr\defs.h
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.