[Python-checkins] python/dist/src README,1.165,1.166

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Mon, 06 Jan 2003 09:23:54 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv26753

Modified Files:
	README 
Log Message:
delete reference to defunct Misc/HPUX-NOTES.  Adjust reference for BeOS
notes.



Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.165
retrieving revision 1.166
diff -C2 -d -r1.165 -r1.166
*** README	4 Jan 2003 04:05:51 -0000	1.165
--- README	6 Jan 2003 17:23:37 -0000	1.166
***************
*** 345,350 ****
  	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
  	OPT variable in the top-level Makefile; reported by Pat Knight,
  	this seems to make a difference (at least for HP-UX 10.20)
--- 345,349 ----
  	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)
***************
*** 420,427 ****
  	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.
  
  Cray T3E: Mark Hadfield (m.hadfield@niwa.co.nz) writes:
--- 419,426 ----
  	to read: LDFLAGS = -N 48k
  
! 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: