This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)
[perl5.git] / README.hpux
index f07ad58..c2a0104 100644 (file)
@@ -263,7 +263,8 @@ a prebuilt binary from the HP porting center. There are two places where
 gcc prebuilds can be fetched the first and best (for HP-UX 11 only) is
 http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
 the second is http://hpux.cs.utah.edu/hppd/hpux/Gnu/ where you can also
-find the GNU binutils package.
+find the GNU binutils package. (Browse through the list, because there
+are often multiple versions of the same package available).
 
 Building a 64bit capable gcc from source is possible only when you have
 the HP C-ANSI C compiler available, which you should use anyway when
@@ -279,7 +280,7 @@ compiled using structures and functions in which these are 64 bits wide,
 rather than 32 bits wide.  (Note that this will only work with HP's ANSI
 C compiler.  If you want to compile Perl using gcc, you will have to get
 a version of the compiler that support 64-bit operations. See above for
-where to find it)
+where to find it.)
 
 There are some drawbacks to this approach.  One is that any extension
 which calls any file-manipulating C function will need to be recompiled