diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 00:45:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 00:45:34 +0000 |
commit | cd4d06f19a64e474738f1a73548c350544b56fe4 (patch) | |
tree | b23ff33995bcad6f2bb8cee4969b42b7cec474e4 /INSTALL | |
parent | a4e2b1c6aa0a5ea1df5718aa74e08e58648748a4 (diff) | |
download | perl-cd4d06f19a64e474738f1a73548c350544b56fe4.tar.gz |
Move the obsolete README.threads out of sight to ext/Threads;
save one part of the IRIX knowledge in INSTALL (though IRIX
6.2 is quite old...)
p4raw-id: //depot/perl@16995
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -727,6 +727,18 @@ If you decide to use ithreads, the 'threads' module allows their use, and the 'Thread' module offers an interface to both 5005threads and ithreads (whichever has been configured). +For IRIX 6.2, you have to have the following patches installed: + + 1404 Irix 6.2 Posix 1003.1b man pages + 1645 IRIX 6.2 & 6.3 POSIX header file updates + 2000 Irix 6.2 Posix 1003.1b support modules + 2254 Pthread library fixes + 2401 6.2 all platform kernel rollup + +IMPORTANT: Without patch 2401, a kernel bug in IRIX 6.2 will cause +your machine to panic and crash when running threaded perl. IRIX 6.3 +and later are okay. + =head2 Large file support. Since Perl 5.6.0, Perl has supported large files (files larger than |