diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2008-07-11 07:27:13 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-11-25 05:46:12 +0000 |
commit | 74b7c41f0d2d50702adafc135b0d95ee7dd3b77f (patch) | |
tree | 57dd14fb6b85d5bf96687c49762e4bd52e78b914 /INSTALL | |
parent | b08e453b5ad23d251311b831812c303bc4595012 (diff) | |
download | perl-74b7c41f0d2d50702adafc135b0d95ee7dd3b77f.tar.gz |
Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1
Message-ID: <Pine.LNX.4.64.0807111112440.1349@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@34906
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1534,11 +1534,9 @@ the extension passes its tests anyway (see L<"make test"> below), then don't worry about the warning message. The extension Makefile.PL goes looking for various libraries needed on various systems; few systems will need all the possible libraries listed. -For example, a system may have -lcposix or -lposix, but it's -unlikely to have both, so most users will see warnings for the one -they don't have. The phrase 'probably harmless' is intended to -reassure you that nothing unusual is happening, and the build -process is continuing. +Most users will see warnings for the ones they don't have. The +phrase 'probably harmless' is intended to reassure you that nothing +unusual is happening, and the build process is continuing. On the other hand, if you are building GDBM_File and you get the message |