diff options
author | Guido van Rossum <guido@python.org> | 1999-04-12 18:16:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-12 18:16:09 (GMT) |
commit | 59a88f4ba70856825dcd24a13ddb036b2f68c6e8 (patch) | |
tree | 57e6ad0b9efa4bea481094a5e92df3c0baf24a2f /README | |
parent | d4b8b09a73cd5d613c9b0c13eca7d5aaaedd520d (diff) | |
download | cpython-59a88f4ba70856825dcd24a13ddb036b2f68c6e8.zip cpython-59a88f4ba70856825dcd24a13ddb036b2f68c6e8.tar.gz cpython-59a88f4ba70856825dcd24a13ddb036b2f68c6e8.tar.bz2 |
Add note about -D_REENTRANT for HP-UX 10.20.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -211,7 +211,11 @@ AIX: A complete overhaul of the shared library support is now in (The optimizer bug reported at this place in previous releases has been worked around by a minimal code change.) -HP-UX: Please read the file Misc/HPUX-NOTES. +HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries. + 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 config.h defines it. Minix: When using ack, use "CC=cc AR=aal RANLIB=: ./configure"! |