summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-11 16:47:30 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-11 16:47:30 (GMT)
commit583b019de4debe977c3112a3be7c64a003ea56c0 (patch)
treed8bcf391e947d1f7d32c1d66fe82c98a611554a2 /README
parentf5ade403759495e79886295d7a68a68d12ce48f9 (diff)
downloadcpython-583b019de4debe977c3112a3be7c64a003ea56c0.zip
cpython-583b019de4debe977c3112a3be7c64a003ea56c0.tar.gz
cpython-583b019de4debe977c3112a3be7c64a003ea56c0.tar.bz2
Addition to previous note -- comfigure --without-gcc also works.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 352588d..9a2f511 100644
--- a/README
+++ b/README
@@ -307,7 +307,8 @@ SGI: SGI's standard "make" utility (/bin/make or /usr/bin/make)
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)
+ problem. Or use configure --without-gcc to compile with SGI's
+ compiler, if you have it. (Raj Srinivasan, Kelvin Chu)
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