Configure script error in MinGW

Vladimir Naidenko naidenko at im.bas-net.by
Fri Feb 13 11:56:49 CET 2009


In the file "configure" find the line:

if test "$ac_cv_sizeof_mp_limb_t" = 0; then

and insert before it the command:

ac_cv_sizeof_mp_limb_t=`expr $ac_cv_sizeof_mp_limb_t : '\([0-9]*\)'` 
if test "$ac_cv_sizeof_mp_limb_t" = 0; then


More information about the gmp-bugs mailing list