
h.m.brand at xs4all
May 17, 2008, 6:49 AM
Post #2 of 3
(78 views)
Permalink
|
|
Re: [PATCH] Re: Compiling perl (5.10.x) with gcc <= 3.2.3
[In reply to]
|
|
On Fri, 16 May 2008 13:59:41 -0400 (EDT), Andy Dougherty <doughera[at]lafayette.edu> wrote: > Ok, no change there. I think it's fair to say this is gcc-3.2.3's fault. > Where gcc keeps libgcc_s.so.1 is an internal implementation detail that > the end user shouldn't have to know. > > Further, since gcc-3.2.3 is sufficiently old that newer versions are > probably available (3.2.3 was released in April 2003, while 3.3.0 was > released in May 2003) it's probably not too important for us to > automatically work around it. > > I'm not sure if we should do anything. Perhaps add a note to INSTALL? Thanks applied as change #33841 I first though it better fit README.linux, but I guess it can happen on every OS > --- perl-current/INSTALL 2007-12-19 08:50:44.000000000 -0500 > +++ perl-andy/INSTALL 2008-05-16 13:58:21.000000000 -0400 > @@ -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 > -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using & porting perl 5.6.2, 5.8.x, 5.10.x on HP-UX 10.20, 11.00, 11.11, & 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin. http://qa.perl.org http://mirrors.develooper.com/hpux/ http://www.test-smoke.org http://www.goldmark.org/jeff/stupid-disclaimers/
|