]> granicus.if.org Git - python/commitdiff
Hint for C++ users on AIX by Gary Duzan added.
authorGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 16:03:03 +0000 (16:03 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 16:03:03 +0000 (16:03 +0000)
README

diff --git a/README b/README
index f0013429091d355e8141d5121db2779ac7d85ed4..d191ad1751e89d51b13c7dbf526969244aba5aea 100644 (file)
--- a/README
+++ b/README
@@ -231,6 +231,9 @@ AIX:        A complete overhaul of the shared library support is now in
        place.  See Misc/AIX-NOTES for some notes on how it's done.
        (The optimizer bug reported at this place in previous releases
        has been worked around by a minimal code change.)
+       In addition, Gary Duzan has a hint for C++ users: to enable
+       full C++ module support, set CC="xlC" (or CC="xlC_r" for thread
+       support in AIX 4.2.1).
 
 HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
        When using threading, you may have to add -D_REENTRANT to the