RE: mips64 and gmp observation

2003-11-03 Thread Simon Marlow
> 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

Re: mips64 and gmp observation

2003-11-02 Thread Matt Chapman
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

mips64 and gmp observation

2003-10-26 Thread Donald Bruce Stewart
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