gmp 5.0

Peter Badenhorst peter.badenhorst at gmail.com
Wed Jan 13 15:26:30 CET 2010


Hi,

My OS and hardware:
MacOSX 10.6.2 64-bit
4GB RAM
Core 2 Duo 2.53 GHz

XCode 3.2.1 GCC 4.2.1

I configured with:
../gmp-5.0.0/configure --prefix=/usr/local

I had to change the file 'gcd_1.asm' in the x86_64 directory in order to
compile as suggested here:
http://lists.apple.com/archives/darwin-dev/2010/Jan/msg00024.html
I changed:
L(strip_x):
LEA( L(table), %r9)
jmp L(strip_x_top)

to:
L(strip_x):
lea Ltable(%rip), %r9
jmp L(strip_x_top)

make check resulted in:

make  check-TESTS
PASS: t-asmtype
PASS: t-aors_1
PASS: t-divrem_1
/bin/sh: line 1: 79884 Segmentation fault      ${dir}$tst
FAIL: t-fat
PASS: t-get_d
PASS: t-instrument
PASS: t-iord_u
PASS: t-mp_bases
PASS: t-perfsqr
PASS: t-scan
PASS: t-toom22
PASS: t-toom32
PASS: t-toom33
PASS: t-toom42
PASS: t-toom43
PASS: t-toom44
PASS: t-toom52
PASS: t-toom53
PASS: t-toom62
PASS: t-toom63
PASS: t-toom6h
PASS: t-toom8h
PASS: t-hgcd
PASS: t-matrix22
PASS: t-mullo
PASS: t-mulmod_bnm1
PASS: t-sqrmod_bnm1
PASS: t-invert
PASS: t-div
PASS: t-bdiv
====================================
1 of 30 tests failed
Please report to gmp-bugs at gmplib.org


Kind regards,

Peter Badenhorst


More information about the gmp-bugs mailing list