diff options
author | Guido van Rossum <guido@python.org> | 1998-02-22 04:36:34 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-22 04:36:34 (GMT) |
commit | 0e13da904c9a6d3051027433ffa2c7b43c91cfb6 (patch) | |
tree | 568a009dfc13fa2a4d20d4c1fbe94a96ae36cc24 /README | |
parent | 3ffb715032a6be1d5a3994195b16e90250617a15 (diff) | |
download | cpython-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-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |