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

Skip to content

Commit 9b32acd

Browse files
committed
note about HP compiler. CC="cc -Ae" is least broken, but still broken
1 parent 3198275 commit 9b32acd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ AIX: A complete overhaul of the shared library support is now in
366366
HP-UX: When using threading, you may have to add -D_REENTRANT to the
367367
OPT variable in the top-level Makefile; reported by Pat Knight,
368368
this seems to make a difference (at least for HP-UX 10.20)
369-
even though pyconfig.h defines it.
369+
even though pyconfig.h defines it. Experience seems to show that
370+
building with HP's compiler works best if you set CC="cc -Ae".
370371

371372
HP PA-RISC 2.0: A recent bug report (http://www.python.org/sf/546117)
372373
suggests that the C compiler in this 64-bit system has bugs

0 commit comments

Comments
 (0)