File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -388,12 +388,16 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
388388 platform as well. This should be resolved in time for a
389389 future release.
390390
391- MacOS X: You need to add the "-traditional-cpp" option to the
392- compiler command line for the MacOS X Public Beta. This is
391+ Mac OS X: You need to add the "-traditional-cpp" option to the
392+ compiler command line for the Mac OS X Public Beta. This is
393393 appearantly a bug in the default pre-processor, and is
394394 expected not to be a problem with future versions. Run
395- configure with "OPT=-traditional-cpp ./configure" to add this
396- option.
395+ configure with "OPT='-g -traditional-cpp' ./configure
396+ --with-suffix=.exe --with-dyld" to add this
397+ option. One of the regular expression tests fails due to the
398+ small stack size used by default (how to change this?), and
399+ the test_largefile test is only expected to work on a Unix UFS
400+ filesystem (how to check for this on Mac OS X?).
397401
398402
399403Configuring threads
You can’t perform that action at this time.
0 commit comments