Math-GMP
view release on metacpan or search on metacpan
Reinstalled gmp-4.1.4 with:
./configure ABI=32 --disable-static
** Notes for Mac OS X **
Rob writes on bug #19262:
Error:
/usr/bin/ld: /usr/local/lib/libgmp.a(mode1o.o) has local relocation entries in non-writable section (__TEXT,__text)
Solution:
Edit the Makefile, adding the following to LDDLFLAGS:
-read_only_relocs suppress
( run in 1.034 second using v1.01-cache-2.11-cpan-71847e10f99 )