Kaydet (Commit) 8449f6b9 authored tarafından Fred Drake's avatar Fred Drake

Update build notes for Mac OS X 10.0.

This closes SF bug #416530.
üst b2877dd1
...@@ -386,16 +386,16 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and ...@@ -386,16 +386,16 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
platform as well. This should be resolved in time for a platform as well. This should be resolved in time for a
future release. future release.
Mac OS X: You need to add the "-traditional-cpp" option to the Mac OS X 10.0: Run configure with "OPT='-no-cpp-precomp' ./configure
compiler command line for the Mac OS X Public Beta. This is --with-suffix=.exe --with-dyld". This generates executable
appearantly a bug in the default pre-processor, and is file: 'python.exe' (it cannot be named 'python' on an HFS or
expected not to be a problem with future versions. Run HFS+ disk as the file name clashes with directory 'Python').
configure with "OPT='-g -traditional-cpp' ./configure The '-no-cpp-precomp' option prevents a large number of
--with-suffix=.exe --with-dyld" to add this compilation warnings. One of the regular expression tests
option. One of the regular expression tests fails due to the fails with a SEGV due to the small stack size used by default
small stack size used by default (how to change this?), and (how to change this?), and the test_largefile test is only
the test_largefile test is only expected to work on a Unix UFS expected to work on a Unix UFS filesystem (how to check for
filesystem (how to check for this on Mac OS X?). this on Mac OS X?).
Cygwin: Cygwin Python builds OOTB when configured as follows: Cygwin: Cygwin Python builds OOTB when configured as follows:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment