user-pic

sparvu

  • Commented on I can't install perl-5.26.0-RC1 in CentOS 5.11
    Any progress on this ? I have a similar issue ... CentOS 5.11 gcc 4.4 cc -fstack-protector -L/usr/local/lib -o miniperl \ opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o...
  • Commented on I can't install perl-5.26.0-RC1 in CentOS 5.11
    Im on CentOS release 5.11 (Final)using gcc version 4.4.7 20120313 (Red Hat 4.4.7-1) (GCC) and have same error when trying to build perl 5.24.3 ... miniperlmain.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc sv.o: In function `S_hextract': sv.c:(.text+0x9b5): undefined reference...
Subscribe to feed Recent Actions from sparvu

  • Yuki Kimoto commented on I can't install perl-5.26.0-RC1 in CentOS 5.11

    This problem is maybe fixed next release of Perl 5.26. It seems to patch to blead branch.

  • lent commented on I can't install perl-5.26.0-RC1 in CentOS 5.11

    Modifying sv.c as follows gets "make" and "make install" to work. line 11172 redefines the macro to use the fpclassify function which I thinks is intended.


    11169-#define HEXTRACT_BYTES_BE(a, b) \
    11170- for (ix = a; ix 11171:#define HEXTRACT_GET_SUBNORMAL(nv) *subnormal = Perl_fp_class_denorm(nv)
    11172-#define HEXTRACT_GET_SUBNORMAL(nv) *subnormal = fpclassify(nv)
    11173-#define HEXTRACT_IMPLICIT_BIT(nv) \

    "make test" fails one test "os/sprintf2.t"

    lib/warnings ................................................... ok
    Failed 1 test out o…

Subscribe to feed Responses to Comments from sparvu

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.