Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8449f6b

Browse files
committed
Update build notes for Mac OS X 10.0.
This closes SF bug #416530.
1 parent b2877dd commit 8449f6b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

400400
Cygwin: Cygwin Python builds OOTB when configured as follows:
401401

0 commit comments

Comments
 (0)