On Fri, May 31, 2002 at 05:20:11PM -0500, Craig A. Berry wrote:
> with a -Duse64bitall configuration on OpenVMS Alpha v7.3, Compaq C 
> T6.5-003, the test fails due to the following warnings:
> 
> ok 88
> Subroutine Math::BigInt::Calc::_mul redefined at ../lib/Math/BigInt/Calc.pm line 78.
> Subroutine Math::BigInt::Calc::_div redefined at ../lib/Math/BigInt/Calc.pm line 79.
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> Subroutine Math::BigInt::Calc::_mul redefined at ../lib/Math/BigInt/Calc.pm line 84.
> Subroutine Math::BigInt::Calc::_div redefined at ../lib/Math/BigInt/Calc.pm line 85.
> ok 94
> ok 95

Would this help?

==== //depot/perl/lib/Math/BigInt/Calc.pm#19 - 
/u/vieraat/vieraat/jhi/pp4/perl/lib/Math/BigInt/Calc.pm ====
Index: perl/lib/Math/BigInt/Calc.pm
--- perl/lib/Math/BigInt/Calc.pm.~1~    Sat Jun  1 01:47:14 2002
+++ perl/lib/Math/BigInt/Calc.pm        Sat Jun  1 01:47:14 2002
@@ -72,6 +72,8 @@
     #print "BASE_LEN: $BASE_LEN MAX_VAL: $MAX_VAL BASE: $BASE RBASE: $RBASE ";
     #print "BASE_LEN_SMALL: $BASE_LEN_SMALL MBASE: $MBASE\n";
 
+    undef &_mul;
+    undef &_div;
     if ($caught & 1 != 0)
       {
       # must USE_MUL
End of Patch.


> 
> All other tests pass.
> -- 
> ________________________________________
> Craig A. Berry
> mailto:[EMAIL PROTECTED]
> 
> "... getting out of a sonnet is much more
>  difficult than getting in."
>                  Brad Leithauser

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to