diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2008-05-16 09:59:41 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-05-17 13:48:16 +0000 |
commit | a55bb48be6fe0e229fc7b3526b5cff8c8271a0d3 (patch) | |
tree | e24e19ac9a5f5ff728d5299832b55fc92e8bb377 /INSTALL | |
parent | 9649ed94a18776bcf75c3267a2d02b0759ed80be (diff) | |
download | perl-a55bb48be6fe0e229fc7b3526b5cff8c8271a0d3.tar.gz |
Re: Compiling perl (5.10.x) with gcc <= 3.2.3
Message-ID: <Pine.LNX.4.64.0805161344570.10409@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@33841
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |