@@ -344,8 +344,7 @@ AIX: A complete overhaul of the shared library support is now in
344344 like "cc_r". For full C++ module support, set CC="xlC_r" (or
345345 CC="xlC" without thread support).
346346
347- HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
348- When using threading, you may have to add -D_REENTRANT to the
347+ HP-UX: When using threading, you may have to add -D_REENTRANT to the
349348 OPT variable in the top-level Makefile; reported by Pat Knight,
350349 this seems to make a difference (at least for HP-UX 10.20)
351350 even though pyconfig.h defines it.
419418 little tight. To increase the stack size, edit the Makefile
420419 to read: LDFLAGS = -N 48k
421420
422- BeOS:
Chris Herborth ([email protected] ) writes: 423- See BeOS/README for notes about compiling/installing Python on
424- BeOS R3 or later. Note that only the PowerPC platform is
425- supported for R3; both PowerPC and x86 are supported for R4.
421+ BeOS: See Misc/BeOS-NOTES for notes about compiling/installing
422+ Python on BeOS R3 or later. Note that only the PowerPC
423+ platform is supported for R3; both PowerPC and x86 are
424+ supported for R4.
426425
427426Cray T3E: Mark Hadfield (
[email protected] ) writes:
428427 Python can be built satisfactorily on a Cray T3E but based on
0 commit comments