From a55bb48be6fe0e229fc7b3526b5cff8c8271a0d3 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Fri, 16 May 2008 09:59:41 -0400 Subject: [PATCH] Re: Compiling perl (5.10.x) with gcc <= 3.2.3 Message-ID: p4raw-id: //depot/perl@33841 --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL b/INSTALL index 7c16f9b..c7055a7 100644 --- a/INSTALL +++ b/INSTALL @@ -1886,6 +1886,13 @@ test, it does not necessarily mean you have a broken perl. This test 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 -- 2.7.4