test_re and test_sre due to the small default stack size. If
you set the stack size to 2048 before doing a "make test" the
failure can be avoided. If you're using the tcsh (the default
- on OSX), or csh shells use "limit stacksize 2048" and for the
- bash shell, use "ulimit -s 2048".
+ on OSX), or csh shells use "limit stacksize 2048"; for the
+ bash or zsh shells, use "ulimit -s 2048".
On naked Darwin you may want to add the configure option
"--disable-toolbox-glue" to disable the glue code for the Carbon