[Python-checkins] python/dist/src README,1.177,1.178

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Sep 23 11:01:53 EDT 2003


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

Modified Files:
	README 
Log Message:
note about HP compiler. CC="cc -Ae" is least broken, but still broken

Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.177
retrieving revision 1.178
diff -C2 -d -r1.177 -r1.178
*** README	25 Jul 2003 01:12:48 -0000	1.177
--- README	23 Sep 2003 15:01:49 -0000	1.178
***************
*** 367,371 ****
  	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.
  
  HP PA-RISC 2.0: A recent bug report (http://www.python.org/sf/546117)
--- 367,372 ----
  	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)





More information about the Python-checkins mailing list