bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mpz_powm crashes with modulus>2^2100000


From: Jens Kruse Andersen
Subject: Re: mpz_powm crashes with modulus>2^2100000
Date: Sat, 15 Mar 2003 04:46:23 +0100

Kevin Ryde wrote:
> "Jens Kruse Andersen" <address@hidden> writes:
> >
> >
D:\msys\1.0\home\Administrator\gmp-4.1.2malloc-notreentrant\.libs\libgmp.a(mul
> > _n.o): In function `interpolate3':
> > D:/msys/1.0/home/Administrator/gmp-4.1.2disable-alloca/mpn/mul_n.c:629:
> > undefined reference to `__gmp_tmp_reentrant_alloc'
>
> That's supposed to be in tal-notreent.c, in the top-level directory
> and included in libgmp.

Sorry, it seems I was too hasty and screwed up by having some object files
available from --disable-alloca when I built with
--enable-alloca=malloc-notreentrant. Make did not recompile with the new
configuration.

I have made a correct build with --enable-alloca=malloc-notreentrant and
mpz_powm works fine on modulus>2^2100000, just like with --disable-alloca.
Thanks for the help and sorry about the fuzz.

--
Jens Kruse Andersen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]