]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Mac OS X platform notes.
authorFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 17:51:37 +0000 (17:51 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 17:51:37 +0000 (17:51 +0000)
This closes SF bug #406191.

README

diff --git a/README b/README
index 3fe6e07a4a6f288e4e337c135770d75d28d87cc4..c9df51470f3e74da77f391b81961606c006f6a25 100644 (file)
--- a/README
+++ b/README
@@ -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