From: Fred Drake Date: Thu, 1 Feb 2001 19:41:13 +0000 (+0000) Subject: Added note about need for -traditional-cpp on the MacOS X Public Beta. X-Git-Tag: v2.1a2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dabed752ed2b35f5df0948ab4ee5cd99e9cb0272;p=python Added note about need for -traditional-cpp on the MacOS X Public Beta. This closes SF bug #129827. --- diff --git a/README b/README index f15e78236e..e81ffbed03 100644 --- 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 -------------------