diff options
author | Georg Brandl <georg@python.org> | 2009-09-04 07:55:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-04 07:55:14 (GMT) |
commit | fe18a11858d73189fee6e1677111471ba2437848 (patch) | |
tree | ee89965a7f4903e07823f843cac61ef18af4697d /README | |
parent | 2e1308f520be34d1d1ca2a979a6dc9830e189137 (diff) | |
download | cpython-fe18a11858d73189fee6e1677111471ba2437848.zip cpython-fe18a11858d73189fee6e1677111471ba2437848.tar.gz cpython-fe18a11858d73189fee6e1677111471ba2437848.tar.bz2 |
#5047: remove Monterey support from configure.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -532,14 +532,6 @@ OS/2: If you are running Warp3 or Warp4 and have IBM's VisualAge C/C++ and type NMAKE. Threading and sockets are supported by default in the resulting binaries of PYTHON15.DLL and PYTHON.EXE. -Monterey (64-bit AIX): The current Monterey C compiler (Visual Age) - uses the OBJECT_MODE={32|64} environment variable to set the - compilation mode to either 32-bit or 64-bit (32-bit mode is - the default). Presumably you want 64-bit compilation mode for - this 64-bit OS. As a result you must first set OBJECT_MODE=64 - in your environment before configuring (./configure) or - building (make) Python on Monterey. - Reliant UNIX: The thread support does not compile on Reliant UNIX, and there is a (minor) problem in the configure script for that platform as well. This should be resolved in time for a |