Change 34906 by [EMAIL PROTECTED] on 2008/11/25 05:46:12
Subject: [PATCH] Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1
From: Andy Dougherty <[EMAIL PROTECTED]>
Date: Fri, 11 Jul 2008 11:27:13 -0400 (EDT)
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/INSTALL#191 edit
Differences ...
==== //depot/perl/INSTALL#191 (text) ====
Index: perl/INSTALL
--- perl/INSTALL#190~33841~ 2008-05-17 06:48:16.000000000 -0700
+++ perl/INSTALL 2008-11-24 21:46:12.000000000 -0800
@@ -1534,11 +1534,9 @@
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
End of Patch.