diff options
author | Guido van Rossum <guido@python.org> | 1999-01-11 16:45:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-01-11 16:45:44 (GMT) |
commit | f5ade403759495e79886295d7a68a68d12ce48f9 (patch) | |
tree | 1fc6ace8cf67550c9001fc668aefe5b4613487e7 /README | |
parent | 6a1b53c16538b3d503b19aa039f4a54bc757bc21 (diff) | |
download | cpython-f5ade403759495e79886295d7a68a68d12ce48f9.zip cpython-f5ade403759495e79886295d7a68a68d12ce48f9.tar.gz cpython-f5ade403759495e79886295d7a68a68d12ce48f9.tar.bz2 |
Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -305,6 +305,10 @@ SGI: SGI's standard "make" utility (/bin/make or /usr/bin/make) without optimization. The bug is fixed in version 7.2.1 of the compiler. + A bug in gcc-2.8.1 sets sys.maxint to -1 which *also* seems to + break Modules/pypcre.c. The egcs versions of gcc fix this + problem. (Raj Srinivasan) + OS/2: If you are running Warp3 or Warp4 and have IBM's VisualAge C/C++ compiler installed, just change into the pc\os2vacpp directory and type NMAKE. Threading and sockets are supported by default |