diff options
author | Skip Montanaro <skip@pobox.com> | 2003-01-06 17:23:37 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-01-06 17:23:37 (GMT) |
commit | 2d98db6bb6876e273a0a9104de59b769d2b89083 (patch) | |
tree | 4ebda52e571c1335b73d215142739c9a9166501f /README | |
parent | ead73b88dab9fa2cf82b049e4f9f5839156d360f (diff) | |
download | cpython-2d98db6bb6876e273a0a9104de59b769d2b89083.zip cpython-2d98db6bb6876e273a0a9104de59b769d2b89083.tar.gz cpython-2d98db6bb6876e273a0a9104de59b769d2b89083.tar.bz2 |
delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS
notes.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -344,8 +344,7 @@ AIX: A complete overhaul of the shared library support is now in like "cc_r". For full C++ module support, set CC="xlC_r" (or CC="xlC" without thread support). -HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries. - When using threading, you may have to add -D_REENTRANT to the +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. @@ -419,10 +418,10 @@ QNX: Chris Herborth (chrish@qnx.com) writes: little tight. To increase the stack size, edit the Makefile to read: LDFLAGS = -N 48k -BeOS: Chris Herborth (chrish@qnx.com) writes: - See BeOS/README for notes about compiling/installing Python on - BeOS R3 or later. Note that only the PowerPC platform is - supported for R3; both PowerPC and x86 are supported for R4. +BeOS: See Misc/BeOS-NOTES for notes about compiling/installing + Python on BeOS R3 or later. Note that only the PowerPC + platform is supported for R3; both PowerPC and x86 are + supported for R4. Cray T3E: Mark Hadfield (m.hadfield@niwa.co.nz) writes: Python can be built satisfactorily on a Cray T3E but based on |