@@ -386,16 +386,16 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
386386 platform as well. This should be resolved in time for a
387387 future release.
388388
389- Mac OS X: You need to add the "-traditional -cpp" option to the
390- compiler command line for the Mac OS X Public Beta . This is
391- appearantly a bug in the default pre-processor, and is
392- expected not to be a problem with future versions. Run
393- configure with "OPT='-g -traditional- cpp' ./configure
394- --with-suffix=.exe --with-dyld" to add this
395- option. One of the regular expression tests fails due to the
396- small stack size used by default (how to change this?), and
397- the test_largefile test is only expected to work on a Unix UFS
398- filesystem (how to check for this on Mac OS X?).
389+ Mac OS X 10.0: Run configure with "OPT='-no -cpp-precomp' ./configure
390+ --with-suffix=.exe --with-dyld" . This generates executable
391+ file: 'python.exe' (it cannot be named 'python' on an HFS or
392+ HFS+ disk as the file name clashes with directory 'Python').
393+ The '-no- cpp-precomp' option prevents a large number of
394+ compilation warnings. One of the regular expression tests
395+ fails with a SEGV due to the small stack size used by default
396+ (how to change this?), and the test_largefile test is only
397+ expected to work on a Unix UFS filesystem (how to check for
398+ this on Mac OS X?).
399399
400400Cygwin: Cygwin Python builds OOTB when configured as follows:
401401
0 commit comments