[Python-checkins] CVS: python/dist/src README,1.117,1.118

Fred L. Drake fdrake@users.sourceforge.net
Fri, 23 Mar 2001 09:51:40 -0800


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

Modified Files:
	README 
Log Message:

Update Mac OS X platform notes.

This closes SF bug #406191.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -r1.117 -r1.118
*** README	2001/03/22 15:29:37	1.117
--- README	2001/03/23 17:51:37	1.118
***************
*** 389,398 ****
          future release.
  
! MacOS X:  You need to add the "-traditional-cpp" option to the
!         compiler command line for the MacOS X Public Beta.  This is
          appearantly a bug in the default pre-processor, and is
          expected not to be a problem with future versions.  Run
!         configure with "OPT=-traditional-cpp ./configure" to add this
!         option.
  
  
--- 389,402 ----
          future release.
  
! Mac OS X: You need to add the "-traditional-cpp" option to the
!         compiler command line for the Mac OS X Public Beta.  This is
          appearantly a bug in the default pre-processor, and is
          expected not to be a problem with future versions.  Run
!         configure with "OPT='-g -traditional-cpp' ./configure
!         --with-suffix=.exe --with-dyld" to add this
!         option.  One of the regular expression tests fails due to the
!         small stack size used by default (how to change this?), and
!         the test_largefile test is only expected to work on a Unix UFS
!         filesystem (how to check for this on Mac OS X?).