Commit dabed752 authored by Fred Drake's avatar Fred Drake

Added note about need for -traditional-cpp on the MacOS X Public Beta.

This closes SF bug #129827.
parent acfb3f60
...@@ -387,6 +387,13 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and ...@@ -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 platform as well. This should be resolved in time for a
future release. 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 Configuring threads
------------------- -------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment