summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-11-16 16:03:03 (GMT)
committerGuido van Rossum <guido@python.org>1999-11-16 16:03:03 (GMT)
commited7f9e2425403060b04c8bcb3c58f37527a4ee46 (patch)
treea6938692efea740db541f0eb52d7496f6809a96f /README
parentbcb393f2b2ef1993b77fba9752f0318bc877b2e3 (diff)
downloadcpython-ed7f9e2425403060b04c8bcb3c58f37527a4ee46.zip
cpython-ed7f9e2425403060b04c8bcb3c58f37527a4ee46.tar.gz
cpython-ed7f9e2425403060b04c8bcb3c58f37527a4ee46.tar.bz2
Hint for C++ users on AIX by Gary Duzan added.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index f001342..d191ad1 100644
--- 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