----- Original Message ----- From: "Gabor Szabo" <[email protected]>
> then edited perldl.conf again and set > WITH_3D => 0 > > running perl Makefile.PL again complained about > > Can't locate ExtUtils/F77.pm in @INC > > but otherwise it was successful. > > make was successful but make test failed with the following: Did the 'perl Makefile.PL' step report that PDL::IO::GD would be built ? Did it report that the GSL modules would be built ? I suspect not .... and that the following errors you received can be attributed to the pre-existence of these modules in an earlier PDL build that you have. (You may need to first remove that earlier build of PDL for the new build to succeed - or, better still, have the new build repeat the building of the GD and GSL stuff.) > Test Summary Report > ------------------- > t/gd_oo_tests (Wstat: 512 Tests: 18 Failed: 0) > Non-zero exit status: 2 > Parse errors: Bad plan. You planned 27 tests but ran 18. > t/gsl_interp (Wstat: 65280 Tests: 10 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 11 tests but ran 10. > Files=109, Tests=1069, 50 wallclock secs ( 0.62 usr 0.11 sys + 42.45 > cusr 3.00 csys = 46.18 CPU) > Result: FAIL > Failed 2/109 test programs. 0/1069 subtests failed. > make: *** [test_dynamic] Error 255 If I'm barking up the wrong tree, could we see the 'perl Makefile.PL' output for the latest attempt. Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
