Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for Math::GMatrix cp GMatrix.pm blib/lib/Math/GMatrix.pm AutoSplitting blib/lib/Math/GMatrix.pm (blib/lib/auto/Math/GMatrix) Manifying blib/man3/Math::GMatrix.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic....1..12 # Running under perl version 5.010000 for solaris # Current time local: Tue Nov 27 15:42:26 2007 # Current time GMT: Tue Nov 27 23:42:26 2007 # Using Test.pm version 1.25 ok 1 A random Matrix A 0.38944 0.16354 0.25360 0.06786 0.23405 0.07611 0.57652 0.81600 0.71633 ok 2 A random vector v 0.64356 0.02983 0.22233 ok 3 The equation system A*x=v 0.38944 0.16354 0.25360 0.64356 0.06786 0.23405 0.07611 0.02983 0.57652 0.81600 0.71633 0.22233 ok 4 The solution x 2.98559 -0.09185 -1.98787 ok 5 The proof that A*x yields v? 0.64356 0.02983 0.22233 ok 6 ok 7 ok 8 ok 9 transpose(A*x) overloaded 0.64356 0.02983 0.22233 =v (transpose(A*x) - v 0.00000 -0.00000 0.00000 ok 10 M identity Matrix M 1.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 0.00000 1.00000 ok 11 M after applying translate(-1,-1) 1.00000 0.00000 0.00000 0.00000 1.00000 0.00000 -1.00000 -1.00000 1.00000 M after applying rotate(90) 0.00000 1.00000 0.00000 -1.00000 0.00000 0.00000 1.00000 -1.00000 1.00000 M after applying scale(2.5) 0.00000 2.50000 0.00000 -2.50000 0.00000 0.00000 2.50000 -2.50000 1.00000 M after applying translate(1,1) 0.00000 2.50000 0.00000 -2.50000 0.00000 0.00000 3.50000 -1.50000 1.00000 xform(10,10) is (-21.5,23.5) ok 12 ok All tests successful. Files=1, Tests=12, 0 wallclock secs ( 0.15 cusr + 0.07 csys = 0.22 CPU) Installing /export/home/cpanrun/build/5.10.0/html/site/lib/Math/GMatrix.html Installing /export/home/cpanrun/build/5.10.0/site/lib/Math/GMatrix.pm Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/Math/GMatrix/new.al Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/Math/GMatrix/xform.al Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/Math/GMatrix/translate.al Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/Math/GMatrix/rotate.al Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/Math/GMatrix/scale.al Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/Math/GMatrix/autosplit.ix Installing /export/home/cpanrun/build/5.10.0/site/man/man3/Math::GMatrix.3 Appending installation info to /export/home/cpanrun/build/5.10.0/lib/perllocal.pod