gmp-4.3.2 make check errors

Jorg Rachen J.Rachen at astro.ru.nl
Wed Aug 8 13:33:36 CEST 2012


Hello,

I try to compile gmp-4.3.2 on Mac OS-X lion. Compiler is gcc-4.8.0. After configure, make does not return errors, but make check gives the following result. Do you have an idea what is going on?

best wishes
Jorg Rachen

ehef112:build jprachen$ make check
make  check-recursive
Making check in tests
Making check in .
make  libtests.la t-bswap t-constants t-count_zeros t-gmpmax t-hightomask t-modlinv t-popc t-parity t-sub
make[4]: `libtests.la' is up to date.
make[4]: `t-bswap' is up to date.
make[4]: `t-constants' is up to date.
make[4]: `t-count_zeros' is up to date.
make[4]: `t-gmpmax' is up to date.
make[4]: `t-hightomask' is up to date.
make[4]: `t-modlinv' is up to date.
make[4]: `t-popc' is up to date.
make[4]: `t-parity' is up to date.
make[4]: `t-sub' is up to date.
make  check-TESTS
/bin/sh: line 1: 63241 Segmentation fault: 11  ${dir}$tst
FAIL: t-bswap
PASS: t-constants
PASS: t-count_zeros
PASS: t-gmpmax
PASS: t-hightomask
PASS: t-modlinv
/bin/sh: line 1: 63353 Segmentation fault: 11  ${dir}$tst
FAIL: t-popc
PASS: t-parity
PASS: t-sub
====================================
2 of 9 tests failed
Please report to gmp-bugs at gmplib.org
====================================
make[4]: *** [check-TESTS] Error 1
make[3]: *** [check-am] Error 2
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2


More information about the gmp-bugs mailing list