diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-09-10 11:42:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-09-10 11:42:11 +0000 |
commit | 0698efa86a412c81da7fa594179c7e871c3e44a7 (patch) | |
tree | c4bf1763cbf4e33dea5acc99acb2a4c00bf6fc3d /README.hpux | |
parent | 97fc8adf48785ec5f6ae34c04fddd26bb5ae50b1 (diff) | |
download | perl-0698efa86a412c81da7fa594179c7e871c3e44a7.tar.gz |
Integrate:
[ 24083]
Remove an XXX note from the public doc.
Hide it in the comments, instead
[ 24567]
Clarification on the behaviour of qw// and x :
Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Tue, 24 May 2005 08:52:00 -0700
Message-ID: <20050524155200.GA1784@efn.org>
[ 24571]
Update description of Term::ReadLine and fix typo
Subject: [perl #35963] Typo in Term::ReadLine
From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
Date: 24 May 2005 23:29:37 -0000
Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
[ 24668]
New HW model; more on threads for 10.20
[ 24684]
FAQ sync
[ 24685]
Indent fix
p4raw-link: @24685 on //depot/perl: 3a205795a9fa8c21e484e9a8efe6e9257c24bd1e
p4raw-link: @24684 on //depot/perl: 6670e5e7b286c73a0b574b82775e6e4a452e6dcc
p4raw-link: @24668 on //depot/perl: 2d99a18158f05eca46c81c61c1d5e7d024632616
p4raw-link: @24571 on //depot/perl: bbb077f89cfa51ef1f6ac455d149f566c51bbd2d
p4raw-link: @24567 on //depot/perl: 3585017fa3325abea83bccc0b2f2e0fc4d3231f3
p4raw-link: @24083 on //depot/perl: 1ef29b0ef2de54bf3c997c80d0645374658d5ef2
p4raw-id: //depot/maint-5.8/perl@25367
p4raw-integrated: from //depot/perl@24695 'copy in'
lib/Term/ReadLine.pm (@18996..) pod/perlfaq1.pod (@24129..)
README.hpux (@24234..)
p4raw-integrated: from //depot/perl@24685 'copy in' pod/perlfaq7.pod
(@24684..)
p4raw-integrated: from //depot/perl@24684 'copy in' pod/perlfaq2.pod
pod/perlfaq5.pod pod/perlfaq8.pod pod/perlfaq9.pod (@24024..)
pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod (@24128..)
p4raw-integrated: from //depot/perl@24567 'merge in' pod/perlop.pod
(@24437..)
p4raw-integrated: from //depot/perl@24083 'merge in' sv.c (@24079..)
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/README.hpux b/README.hpux index 7c52492a58..e92a19bd19 100644 --- a/README.hpux +++ b/README.hpux @@ -162,9 +162,9 @@ that contained the explanation is dead, so here's a short summary: HP 9000 L-Class servers, now renamed HP Server rp5400 series. HP 9000 N-Class servers, now renamed HP Server rp7400. - rp2400, rp2405, rp2430, rp2450, rp2470, rp3410, rp3440, rp4440, - rp5400, rp5405, rp5430, rp5450, rp5470, rp7400, rp7405, rp7410, - rp7420, rp8400, rp8420, Superdome + rp2400, rp2405, rp2430, rp2450, rp2470, rp3410, rp3440, rp4410, + rp4440, rp5400, rp5405, rp5430, rp5450, rp5470, rp7400, rp7405, + rp7410, rp7420, rp8400, rp8420, Superdome The current naming convention is: @@ -414,8 +414,7 @@ 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 -though worldwide HP-UX mirrors of precompiled packages -(e.g. http://hpux.tn.tudelft.nl/hppd/hpux/) +on H.Merijn's site (http://mirrors.develooper.com/hpux/). 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 @@ -441,6 +440,9 @@ reformatted output: Date: Apr 9 2001 10:01:06 d3:/usr/lib 107 > +For building perl to support Oracle, it needs to be linked with libcl +and libpthread. So even if your perl is an unthreaded build, these +libraries might be required. See "Oracle on HP-UX" below. =head2 64-bit Perl on HP-UX @@ -577,6 +579,6 @@ With much assistance regarding shared libraries from Marc Sabatella. =head1 DATE -Version 0.7.3: 2005-03-08 +Version 0.7.4: 2005-06-02 =cut |