make check error on macos
Vincent Richomme
forumer at smartmobili.com
Mon Jan 25 16:20:41 CET 2010
Hi,
on a mac mini running Snow Leopard :
./configure --disable-shared --enable-static
make[4]: `libtests.la' is up to date.
/bin/sh ../libtool --mode=link gcc -std=gnu99 -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=pentium3 -march=pentium3 -o t-bswap
t-bswap.o libtests.la ../libgmp.la
gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3
-march=pentium3 -o t-bswap t-bswap.o ./.libs/libtests.a
/Users/amartin/Downloads/gmp-5.0.0/.libs/libgmp.a ../.libs/libgmp.a
Undefined symbols:
"_calling_conventions_save_esi", referenced from:
_calling_conventions in libtests.a(x86call.o)
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_ebp", referenced from:
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_edi", referenced from:
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_ebx", referenced from:
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_fenv", referenced from:
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_eflags", referenced from:
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_esi", referenced from:
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_retaddr", referenced from:
_calling_conventions in libtests.a(x86call.o)
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_save_ebp", referenced from:
_calling_conventions in libtests.a(x86call.o)
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_save_edi", referenced from:
_calling_conventions in libtests.a(x86call.o)
_calling_conventions in libtests.a(x86call.o)
"_calling_conventions_save_ebx", referenced from:
_calling_conventions in libtests.a(x86call.o)
_calling_conventions in libtests.a(x86call.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [t-bswap] Error 1
make[3]: *** [check-am] Error 2
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2
make check doesn't work.
More information about the gmp-bugs
mailing list