Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e1dd7d

Browse files
committed
Add warning about the HP PA-RISC 2.0 C compiler's optimizer.
1 parent 1476c27 commit 4e1dd7d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
299299
this seems to make a difference (at least for HP-UX 10.20)
300300
even though config.h defines it.
301301

302+
HP PA-RISC 2.0: A recent bug report (http://www.python.org/sf/546117)
303+
suggests that the C compiler in this 64-bit system has bugs
304+
in the optimizer that break Python. Compiling without
305+
optimization solves the problems.
306+
302307
Minix: When using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
303308

304309
SCO: The following apply to SCO 3 only; Python builds out of the box

0 commit comments

Comments
 (0)