diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-23 17:51:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-23 17:51:37 (GMT) |
commit | 27dca06f0cd825635765e974a3a657d7192af6b0 (patch) | |
tree | d825bfd0ca1f6d437fe52997e3bb835d751573c2 /README | |
parent | 8f6df46d40cc8d13c1f4e7dc532163653afe8b8f (diff) | |
download | cpython-27dca06f0cd825635765e974a3a657d7192af6b0.zip cpython-27dca06f0cd825635765e974a3a657d7192af6b0.tar.gz cpython-27dca06f0cd825635765e974a3a657d7192af6b0.tar.bz2 |
Update Mac OS X platform notes.
This closes SF bug #406191.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -388,12 +388,16 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and platform as well. This should be resolved in time for a 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 +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=-traditional-cpp ./configure" to add this - option. + 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?). Configuring threads |