Change 33841 by [EMAIL PROTECTED] on 2008/05/17 13:48:16
Subject: [PATCH] Re: Compiling perl (5.10.x) with gcc <= 3.2.3
From: Andy Dougherty <[EMAIL PROTECTED]>
Date: Fri, 16 May 2008 13:59:41 -0400 (EDT)
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/INSTALL#190 edit
Differences ...
==== //depot/perl/INSTALL#190 (text) ====
Index: perl/INSTALL
--- perl/INSTALL#189~32646~ 2007-12-19 05:48:45.000000000 -0800
+++ perl/INSTALL 2008-05-17 06:48:16.000000000 -0700
@@ -1886,6 +1886,13 @@
tries to exercise the regular expression subsystem quite thoroughly,
and may well be far more demanding than your normal usage.
+=item libgcc_s.so.1: cannot open shared object file
+
+This message has been reported on gcc-3.2.3 and earlier installed with
+a non-standard prefix. Setting the LD_LIBRARY_PATH environment variable
+(or equivalent) to include gcc's lib/ directory with the libgcc_s.so.1
+shared library should fix the problem.
+
=item Failures from lib/File/Temp/t/security saying "system possibly insecure"
First, such warnings are not necessarily serious or indicative of a
End of Patch.