> The same is true on IA64, if you look at the configure script there's
> a little hack of mine...
>
> if test "$HaveLibGmp" = "NO"; then
> if test "$HostArch_CPP" = "ia64"; then
> AC_MSG_ERROR([You need to install libgmp (the in-tree version
> does not work on IA64).])
> fi;
> fi;
>
> It's pr
Hi Don,
The same is true on IA64, if you look at the configure script there's
a little hack of mine...
if test "$HaveLibGmp" = "NO"; then
if test "$HostArch_CPP" = "ia64"; then
AC_MSG_ERROR([You need to install libgmp (the in-tree version does not work on IA64).])
fi;
fi;
It's probably broken fo
Hey all,
Some mips64 and gmp observations:
The normal way, unregisterised, with the in-tree gmp, v3.1.1:
OVERALL SUMMARY for test run started at Fri Oct 24 17:17:56 PDT 2003
1070 total tests, which gave rise to
1070 test cases, of which
0 caused framework failures