summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-02-22 04:36:34 (GMT)
committerGuido van Rossum <guido@python.org>1998-02-22 04:36:34 (GMT)
commit0e13da904c9a6d3051027433ffa2c7b43c91cfb6 (patch)
tree568a009dfc13fa2a4d20d4c1fbe94a96ae36cc24 /README
parent3ffb715032a6be1d5a3994195b16e90250617a15 (diff)
downloadcpython-0e13da904c9a6d3051027433ffa2c7b43c91cfb6.zip
cpython-0e13da904c9a6d3051027433ffa2c7b43c91cfb6.tar.gz
cpython-0e13da904c9a6d3051027433ffa2c7b43c91cfb6.tar.bz2
Add slightly more explicit warning about running "make clean" when
changing the --with-thread option. I'm doubtful this will help though...
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 33ca859..895b84e 100644
--- a/README
+++ b/README
@@ -559,7 +559,8 @@ Modules/getpath.o.
because there are run-time penalties when support for them is
compiled in even if you don't use them.) IMPORTANT: run "make
clean" after changing (either enabling or disabling) this
- option! Note: for DEC Unix use --with-dec-threads instead.
+ option, or you will get link errors! Note: for DEC Unix use
+ --with-dec-threads instead.
--with-sgi-dl: On SGI IRIX 4, dynamic loading of extension modules is
supported by the "dl" library by Jack Jansen, which is