diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-31 21:55:12 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-02-01 13:17:07 -0500 |
commit | 635d4d9b3bcf39c404a79542d70bc0b780282ddb (patch) | |
tree | e06f5ef47fc97e058769e44daf20e9df598ce623 /README.hpux | |
parent | 316665f2fe39c1a5602faf1a2b0658d388ea988a (diff) | |
download | perl-635d4d9b3bcf39c404a79542d70bc0b780282ddb.tar.gz |
Pod cleanup for F<> and L<>
Add more L<> around links and F<> around filenames.
Fix one case where F<> had been incorrectly used instead of L<>.
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README.hpux b/README.hpux index df3e6a8ef4..a1b59dec8d 100644 --- a/README.hpux +++ b/README.hpux @@ -41,7 +41,7 @@ of Perl and the updated modules. The official (threaded) builds from HP, as they are shipped on the Application DVD/CD's are available on -http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL +L<http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL> for both PA-RISC and IPF (Itanium Processor Family). They are built with the HP ANSI-C compiler. Up till 5.8.8 that was done by ActiveState. @@ -69,7 +69,7 @@ HP has asked the porting centre to move Open Source binaries from /opt to /usr/local, so binaries produced since the start of July 2002 are located in /usr/local. -One of HP porting centres URL's is http://hpux.connect.org.uk/ +One of HP porting centres URL's is L<http://hpux.connect.org.uk/> The port currently available is built with GNU gcc. =head2 Compiling Perl 5 on HP-UX @@ -122,7 +122,7 @@ ends as shown in the following table: | cores | | PA-8900/rp34x0 | 2014 | +--------+----------------+----------------+-----------------+ -From http://www.hp.com/products1/evolution/9000/faqs.html +From L<http://www.hp.com/products1/evolution/9000/faqs.html> The last order date for HP 9000 systems was December 31, 2008. @@ -272,7 +272,7 @@ support all versions of HP-UX, here is a short list 11.31 11i v3 64 PA & IPF See for the full list of hardware/OS support and expected end-of-life -http://www.hp.com/go/hpuxservermatrix +L<http://www.hp.com/go/hpuxservermatrix> =head2 Building Dynamic Extensions on HP-UX @@ -402,16 +402,16 @@ for updates/patches. Enter "ANSI" as keyword. When you are going to use the GNU C compiler (gcc), and you don't have gcc yet, you can either build it yourself from the sources (available -from e.g. http://www.gnu.ai.mit.edu/software/gcc/releases.html) or fetch +from e.g. L<http://www.gnu.ai.mit.edu/software/gcc/releases.html>) or fetch a prebuilt binary from the HP porting center. gcc prebuilds can be fetched from -http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html +L<http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html> (Browse through the list, because there are often multiple versions of the same package available). Above mentioned distributions are depots. H.Merijn Brand has made prebuilt -gcc binaries available on http://mirrors.develooper.com/hpux/ and/or -http://www.cmve.net/~merijn/ for HP-UX 10.20, HP-UX 11.00, HP-UX 11.11 +gcc binaries available on L<http://mirrors.develooper.com/hpux/> and/or +L<http://www.cmve.net/~merijn/> for HP-UX 10.20, HP-UX 11.00, HP-UX 11.11 (HP-UX 11i v1), and HP-UX 11.23 (HP-UX 11i v2) in both 32- and 64-bit versions. These are bzipped tar archives that also include recent GNU binutils and GNU gdb. Read the instructions on that page to rebuild gcc @@ -481,7 +481,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 -on H.Merijn's site (http://mirrors.develooper.com/hpux/). The use of PTH +on H.Merijn's site (L<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 |