Commit 3417c575 authored by Jack Jansen's avatar Jack Jansen

Rephrased the OSX stack limit problem, after a complaint about it.

parent a7bf2b7f
...@@ -396,9 +396,10 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and ...@@ -396,9 +396,10 @@ 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.
Mac OS X 10: One of the regular expression tests fails Mac OS X 10: One of the regular expression tests fails with a segmentation
with a SEGV due to the small stack size used by default, if you do violation (SIGSEGV) due to the small stack size used by default,
"limit stacksize 2048" before "make test" it should work. if you give the command "limit stacksize 2048" before "make test"
it should work.
On naked Darwin you may want to add the configure option On naked Darwin you may want to add the configure option
"--disable-toolbox-glue" to disable the glue code for the Carbon "--disable-toolbox-glue" to disable the glue code for the Carbon
...@@ -406,7 +407,7 @@ Mac OS X 10: One of the regular expression tests fails ...@@ -406,7 +407,7 @@ Mac OS X 10: One of the regular expression tests fails
if you add the --enable-framework option, see below. if you add the --enable-framework option, see below.
On a clean OSX /usr/local does not exist. Do a On a clean OSX /usr/local does not exist. Do a
"sudo mkdir -m 775 /usr/local" "sudo mkdir -m 775 /usr/local"
before you do a make install. Alternatively, do "sudo make install" before you do a make install. Alternatively, do "sudo make install"
which installs everything as superuser. which installs everything as superuser.
......
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