Subject: | make test - fails |
system is Linux 2.4.18-6mdk #1 Fri Mar 15 02:59:08 CET 2002 i686
Compiled from source gmp-4.1.2 - no problems and wrote test programs which all functioned correctly
Below is the sequence which gives the error:
perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Math::GMP
make
cp lib/Math/GMP.pm blib/lib/Math/GMP.pm
AutoSplitting blib/lib/Math/GMP.pm (blib/lib/auto/Math/GMP)
/usr/bin/perl -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 /usr/lib/
perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.6.1/ExtUtils/typemap -typ
emap typemap GMP.xs > GMP.xsc && mv GMP.xsc GMP.c
cc -c -fno-strict-aliasing -I/usr/local/include -O3 -fomit-frame-pointer -pipe
-mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -DVERSION=\"2.03
\" -DXS_VERSION=\"2.03\" -fpic -I/usr/lib/perl5/5.6.1/i386-linux/CORE GMP.c
Running Mkbootstrap for Math::GMP ()
chmod 644 GMP.bs
rm -f blib/arch/auto/Math/GMP/GMP.so
LD_RUN_PATH="/usr/local/lib" cc -shared -L/usr/local/lib GMP.o -o blib/arch/au
to/Math/GMP/GMP.so -lgmp
chmod 755 blib/arch/auto/Math/GMP/GMP.so
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
make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i3
86-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $v
erbose=0; runtests @ARGV;' t/*.t
t/gmppm....dubious
Test returned status 0 (wstat 11, 0xb)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
I notice that GMP.bs is empty - not sure if this is OK