To me it looks like it fails if gmp doesn't use all bits in it's limb type (using say 30 bits of a long instead of 4*8).
/ Mirar
Previous text:
2004-04-21 10:49: Subject: Gmp
Shouldn't this be a configure test instead? What does it mean?
#if GMP_NUMB_BITS != SIZEOF_MP_LIMB_T * CHAR_BIT #error Cannot cope with GMP using nail bits. #endif
/ Martin Nilsson (provokatör)