summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-01-04 15:59:57 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-01-04 15:59:57 (GMT)
commit61fec30e1e186e96cc72f2b3027021b9128693cf (patch)
tree9e82cff6ca5e069630481fbb6a13de87aa4a5bb4
parent7d1d396134874bf63306d3cb401432afdb7969e7 (diff)
downloadcpython-61fec30e1e186e96cc72f2b3027021b9128693cf.zip
cpython-61fec30e1e186e96cc72f2b3027021b9128693cf.tar.gz
cpython-61fec30e1e186e96cc72f2b3027021b9128693cf.tar.bz2
Rephrased the OSX stack limit problem, after a complaint about it.
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 77c6b95..e34befc 100644
--- a/README
+++ b/README
@@ -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
@@ -406,7 +407,7 @@ Mac OS X 10: One of the regular expression tests fails
if you add the --enable-framework option, see below.
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"
which installs everything as superuser.