summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-01 19:41:13 (GMT)
committerFred Drake <fdrake@acm.org>2001-02-01 19:41:13 (GMT)
commitdabed752ed2b35f5df0948ab4ee5cd99e9cb0272 (patch)
treee261d89b3a6c6b8af190959798fdca0dc49f2e3d /README
parentacfb3f6006a3b1c282d6949224ee39a1e8717056 (diff)
downloadcpython-dabed752ed2b35f5df0948ab4ee5cd99e9cb0272.zip
cpython-dabed752ed2b35f5df0948ab4ee5cd99e9cb0272.tar.gz
cpython-dabed752ed2b35f5df0948ab4ee5cd99e9cb0272.tar.bz2
Added note about need for -traditional-cpp on the MacOS X Public Beta.
This closes SF bug #129827.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index f15e782..e81ffbe 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
-------------------