summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-05 01:42:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-05 01:42:44 +0000
commitb29b105d35c9cfa06469ba931add920b89930b90 (patch)
tree5f237c61b2642cb529aa42b98d2672d854e8717f /INSTALL
parent4c18bbd32f64fb5117e27f750e0f7f223d17760d (diff)
downloadperl-b29b105d35c9cfa06469ba931add920b89930b90.tar.gz
Disable the combination of ithreads but not perlio.
p4raw-id: //depot/perl@16999
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 01a7e79dac..233cf28731 100644
--- a/INSTALL
+++ b/INSTALL
@@ -719,6 +719,9 @@ unmaintained.
By default, Configure selects ithreads if -Dusethreads is specified.
+(You need to use also the PerlIO layer, explained later, if you decide
+to use ithreads, to guarantee the good interworking of threads and I/O.)
+
However, you can select the old 5005threads behavior
sh Configure -Dusethreads -Duse5005threads