Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3198275 commit 9b32acdCopy full SHA for 9b32acd
1 file changed
README
@@ -366,7 +366,8 @@ AIX: A complete overhaul of the shared library support is now in
366
HP-UX: When using threading, you may have to add -D_REENTRANT to the
367
OPT variable in the top-level Makefile; reported by Pat Knight,
368
this seems to make a difference (at least for HP-UX 10.20)
369
- even though pyconfig.h defines it.
+ 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".
371
372
HP PA-RISC 2.0: A recent bug report (http://www.python.org/sf/546117)
373
suggests that the C compiler in this 64-bit system has bugs
0 commit comments