File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,12 +266,13 @@ DEC Ultrix: compile with GCC to avoid bugs in the native compiler,
266266 and pass SHELL=/bin/sh5 to Make when installing.
267267
268268AIX: A complete overhaul of the shared library support is now in
269- place. See Misc/AIX-NOTES for some notes on how it's done.
269+ place. See Misc/AIX-NOTES for some notes on how it's done.
270270 (The optimizer bug reported at this place in previous releases
271- has been worked around by a minimal code change.)
272- In addition, Gary Duzan has a hint for C++ users: to enable
273- full C++ module support, set CC="xlC" (or CC="xlC_r" for thread
274- support in AIX 4.2.1).
271+ has been worked around by a minimal code change.) If you get
272+ errors about ptread_* functions, during compile or during
273+ testing, try setting CC to a thread-safe (reentrant) compiler,
274+ like "cc_r". For full C++ module support, set CC="xlC_r" (or
275+ CC="xlC" without thread support).
275276
276277HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
277278 When using threading, you may have to add -D_REENTRANT to the
You can’t perform that action at this time.
0 commit comments