Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfb3f6 commit dabed75Copy full SHA for dabed75
1 file changed
README
@@ -387,6 +387,13 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
387
platform as well. This should be resolved in time for a
388
future release.
389
390
+MaxOS X: You need to add the "-traditional-cpp" option to the
391
+ compiler command line for the MacOS X Public Beta. This is
392
+ appearantly a bug in the default pre-processor, and is
393
+ expected not to be a problem with future versions. Run
394
+ configure with "OPT=-traditional-cpp ./configure" to add this
395
+ option.
396
+
397
398
Configuring threads
399
-------------------
0 commit comments