[Python-checkins] CVS: python/dist/src README,1.110,1.111

Fred L. Drake fdrake@users.sourceforge.net
Thu, 01 Feb 2001 11:41:16 -0800


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

Modified Files:
	README 
Log Message:

Added note about need for -traditional-cpp on the MacOS X Public Beta.
This closes SF bug #129827.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -r1.110 -r1.111
*** README	2001/01/26 22:18:55	1.110
--- README	2001/02/01 19:41:13	1.111
***************
*** 388,391 ****
--- 388,398 ----
          future release.
  
+ MaxOS 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.
+ 
  
  Configuring threads