Help for this page

Select Code to Download


  1. or download this
    bash-2.05# perl Makefile.PL LIBS='-L/usr/local/lib'
    Writing Makefile for Math::GMP
    ...
    "GMP.c", line 143: cannot recover from previous errors
    cc: acomp failed for GMP.c
    make: *** [GMP.o] Error 2
    
  2. or download this
     cp /exlibris/sfx_ver/src-v3/gmp-4.1.4/gmp.h .
    make
    ...
    cp GMP.bs blib/arch/auto/Math/GMP/GMP.bs
    chmod 644 blib/arch/auto/Math/GMP/GMP.bs
    Manifying blib/man3/Math::GMP.3
    
  3. or download this
    bash-2.05# make test
    PERL_DL_NONLAZY=1 /exlibris/sfx_ver/sfx_version_3/app/perl/bin/perl "-
    +MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch'
    +)" t/*.t
    ...
            Test returned status 255 (wstat 65280, 0xff00)
    FAILED--1 test script could be run, alas--no output ever seen
    make: *** [test_dynamic] Error 2