[Python-checkins] python/dist/src README,1.144,1.145
gvanrossum@sourceforge.net
gvanrossum@sourceforge.net
2002年4月23日 06:06:10 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv12034
Modified Files:
README
Log Message:
Add warning about the HP PA-RISC 2.0 C compiler's optimizer.
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** README 14 Apr 2002 20:12:37 -0000 1.144
--- README 23 Apr 2002 13:06:07 -0000 1.145
***************
*** 300,303 ****
--- 300,308 ----
even though config.h defines it.
+ HP PA-RISC 2.0: A recent bug report (http://www.python.org/sf/546117)
+ suggests that the C compiler in this 64-bit system has bugs
+ in the optimizer that break Python. Compiling without
+ optimization solves the problems.
+
Minix: When using ack, use "CC=cc AR=aal RANLIB=: ./configure"!