summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2003-09-23 15:01:49 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2003-09-23 15:01:49 (GMT)
commit9b32acd1cb149f0658c5d3de5e0eefbc05307e80 (patch)
tree7f539e5f30d250e987af6478d367a7503ab4e1d6
parent3198275acef08b4fc7ea8939ed91105f50148e1e (diff)
downloadcpython-9b32acd1cb149f0658c5d3de5e0eefbc05307e80.zip
cpython-9b32acd1cb149f0658c5d3de5e0eefbc05307e80.tar.gz
cpython-9b32acd1cb149f0658c5d3de5e0eefbc05307e80.tar.bz2
note about HP compiler. CC="cc -Ae" is least broken, but still broken
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index c5cae18..8e5264a 100644
--- a/README
+++ b/README
@@ -366,7 +366,8 @@ AIX: A complete overhaul of the shared library support is now in
HP-UX: When using threading, you may have to add -D_REENTRANT to the
OPT variable in the top-level Makefile; reported by Pat Knight,
this seems to make a difference (at least for HP-UX 10.20)
- even though pyconfig.h defines it.
+ even though pyconfig.h defines it. Experience seems to show that
+ building with HP's compiler works best if you set CC="cc -Ae".
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