Thu, 07 Oct 2004 11:12:39 +1000, 
"Mikolaj J. Habryn" <[EMAIL PROTECTED]> wrote: 

> -Xnative-big-math uses libgmp to provide a faster BigInteger class. This
> package, although it has the libmath.la and libmath.a libraries, is
> missing libmath.so, which it attempts to load to interface to libgmp
> (observed via strace).
>
> Pointing kaffe at a libmath.so from a fresh CVS build via
> LD_LIBRARY_PATH solves the problem; suggest that problem may be either:
>       * kaffe package build libmath.a instead of libmath.so, or
>       * packaging omits libmath.so from directory for some reason

Here is a test case:

public class BigMath { public static void main(String[] args) {
  System.out.println(new java.math.BigInteger("25")); } }

[EMAIL PROTECTED]:/tmp$ javac BigMath.java
[EMAIL PROTECTED]:/tmp$ java BigMath
25
[EMAIL PROTECTED]:/tmp$

-- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-    


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to