diff options
author | Guido van Rossum <guido@python.org> | 1997-10-20 22:57:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-20 22:57:00 (GMT) |
commit | cbfcb17e964848913f0f8a56b3c138602c1d442d (patch) | |
tree | e9c51f3d49266d93e2363b9893ef07e116cf964c /README | |
parent | 828a0bdb1df3003dc78bdae23281744fb8bbcb82 (diff) | |
download | cpython-cbfcb17e964848913f0f8a56b3c138602c1d442d.zip cpython-cbfcb17e964848913f0f8a56b3c138602c1d442d.tar.gz cpython-cbfcb17e964848913f0f8a56b3c138602c1d442d.tar.bz2 |
AIX notes are simpler -- no need to enable sharedlibs with an edit.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -274,8 +274,7 @@ DEC Unix: When enabling threads, use --with-dec-threads, not --with-thread. AIX: A complete overhaul of the shared library support is now in - place. To enable it, uncomment the LINKCC line in the Setup - file. See Misc/AIX-NOTES for some notes on how it's done. + place. See Misc/AIX-NOTES for some notes on how it's done. WARNING! In some versions of AIX, you get errors about Invalid Indent when running the Python test set. This appears |