Installation notes for GMP 4.1.2 on Mac OS X (darwin)

GMP -- GNU multiple precision arithmetic library

(last updated 3/27/04 by yours truly, Fang)

configure --enable-cxx --disable-shared --enable-assert CXX=g++ CFLAGS="-fast -mcpu=7450 -pipe"

make LDFLAGS="-Wl,-read_only_relocs,warning" [sudo] make install

make check dies on assertion failure:

make  check-TESTS
PASS: t-printf
t-scanf.c:1421: GNU MP assertion failed: ret == -1
FAIL: t-scanf
PASS: t-locale
===================
1 of 3 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

[back to main]