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

Skip to content

Commit 27dca06

Browse files
committed
Update Mac OS X platform notes.
This closes SF bug #406191.
1 parent 8f6df46 commit 27dca06

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

399403
Configuring threads

0 commit comments

Comments
 (0)