mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Addition to previous note -- comfigure --without-gcc also works.
This commit is contained in:
parent
f5ade40375
commit
583b019de4
1 changed files with 2 additions and 1 deletions
3
README
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue