diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-12-21 12:17:57 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-12-21 12:17:57 +0100 |
commit | 30026e362a034115c7d0374a1e217a52f4111932 (patch) | |
tree | d40208260470eb9e95feb78c017632dbe8033845 /README.hpux | |
parent | 88e143059299f30e50fef40e9551880f16b9ed9f (diff) | |
download | perl-30026e362a034115c7d0374a1e217a52f4111932.tar.gz |
The use of PTH will be unsupported in perl-5.12 for HP-UX 10.20
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.hpux b/README.hpux index 594449db8d..df3e6a8ef4 100644 --- a/README.hpux +++ b/README.hpux @@ -481,7 +481,8 @@ HP-UX versions before 10.30 require a separate installation of a POSIX threads library package. Two examples are the HP DCE package, available on "HP-UX Hardware Extensions 3.0, Install and Core OS, Release 10.20, April 1999 (B3920-13941)" or the Freely available PTH package, available -on H.Merijn's site (http://mirrors.develooper.com/hpux/). +on H.Merijn's site (http://mirrors.develooper.com/hpux/). The use of PTH +will be unsupported in perl-5.12 and up and is rather buggy in 5.11.x. If you are going to use the HP DCE package, the library used for threading is /usr/lib/libcma.sl, but there have been multiple updates of that |