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

This commit is contained in:
Jack Jansen 2002-01-04 15:59:57 +00:00
parent 7d1d396134
commit 61fec30e1e
1 changed files with 5 additions and 4 deletions

7
README
View File

@ -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
future release.
Mac OS X 10: One of the regular expression tests fails
with a SEGV due to the small stack size used by default, if you do
"limit stacksize 2048" before "make test" it should work.
Mac OS X 10: One of the regular expression tests fails with a segmentation
violation (SIGSEGV) due to the small stack size used by default,
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
"--disable-toolbox-glue" to disable the glue code for the Carbon