[Python-checkins] python/dist/src README,1.178,1.179
anthonybaxter at users.sourceforge.net
anthonybaxter at users.sourceforge.net
Wed Oct 1 03:24:56 EDT 2003
Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7501
Modified Files:
README
Log Message:
updated HPUX notes.
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.178
retrieving revision 1.179
diff -C2 -d -r1.178 -r1.179
*** README 23 Sep 2003 15:01:49 -0000 1.178
--- README 1 Oct 2003 07:24:54 -0000 1.179
***************
*** 364,372 ****
CC="xlC" without thread support).
! 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. 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)
--- 364,379 ----
CC="xlC" without thread support).
! 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. This seems unnecessary when
! using HP/UX 11 and later - threading seems to work "out of the
! box".
!
! HP-UX ia64: When building on the ia64 (Itanium) platform using HP's
! compiler, some experience has shown that the compiler's
! optimiser produces a completely broken version of python
! (see http://www.python.org/sf/814976). To work around this,
! edit the Makefile and remove -O from the OPT line.
HP PA-RISC 2.0: A recent bug report (http://www.python.org/sf/546117)
More information about the Python-checkins
mailing list