[Python-checkins] CVS: python/dist/src README,1.136,1.137

Jack Jansen jackjansen@users.sourceforge.net
Fri, 04 Jan 2002 07:59:59 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv17499/Python

Modified Files:
	README 
Log Message:
Rephrased the OSX stack limit problem, after a complaint about it.

Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** README	2001/12/19 22:09:09	1.136
--- README	2002/01/04 15:59:57	1.137
***************
*** 397,403 ****
          future release.
  
! Mac OS X 10: One of the regular expression tests fails
!         with a SEGV due to the small stack size used by default, if you do
!         "limit stacksize 2048" before "make test" it should work.
  
          On naked Darwin you may want to add the configure option
--- 397,404 ----
          future release.
  
! Mac OS X 10: One of the regular expression tests fails with a segmentation 
!         violation (SIGSEGV) due to the small stack size used by default,
!         if you give the command "limit stacksize 2048" before "make test"
!         it should work.
  
          On naked Darwin you may want to add the configure option
***************
*** 407,411 ****
  
          On a clean OSX /usr/local does not exist. Do a
! 	"sudo mkdir -m 775 /usr/local"
          before you do a make install. Alternatively, do "sudo make install"
          which installs everything as superuser.
--- 408,412 ----
  
          On a clean OSX /usr/local does not exist. Do a
!         "sudo mkdir -m 775 /usr/local"
          before you do a make install. Alternatively, do "sudo make install"
          which installs everything as superuser.