Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dabed75

Browse files
committed
Added note about need for -traditional-cpp on the MacOS X Public Beta.
This closes SF bug #129827.
1 parent acfb3f6 commit dabed75

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,13 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
387387
platform as well. This should be resolved in time for a
388388
future release.
389389

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+
390397

391398
Configuring threads
392399
-------------------

0 commit comments

Comments
 (0)