summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-11 16:45:44 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-11 16:45:44 (GMT)
commitf5ade403759495e79886295d7a68a68d12ce48f9 (patch)
tree1fc6ace8cf67550c9001fc668aefe5b4613487e7
parent6a1b53c16538b3d503b19aa039f4a54bc757bc21 (diff)
downloadcpython-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.
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 8807473..352588d 100644
--- a/README
+++ b/README
@@ -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