]> granicus.if.org Git - python/commitdiff
Added note about need for -traditional-cpp on the MacOS X Public Beta.
authorFred Drake <fdrake@acm.org>
Thu, 1 Feb 2001 19:41:13 +0000 (19:41 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Feb 2001 19:41:13 +0000 (19:41 +0000)
This closes SF bug #129827.

README

diff --git a/README b/README
index f15e78236eb42402a8c3d2774a59064f4b9f43ba..e81ffbed037340fa1df37ce72cdddf9e93c789f2 100644 (file)
--- a/README
+++ b/README
@@ -387,6 +387,13 @@ 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.
 
+MaxOS X:  You need to add the "-traditional-cpp" option to the
+        compiler command line for the MacOS 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.
+
 
 Configuring threads
 -------------------