mips64 and gmp observation
Simon Marlow
simonmar at microsoft.com
Mon Nov 3 14:04:44 EST 2003
> 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 for 64-bit architectures in general.
I guess I should import a more up-to-date GMP at some point.
Cheers,
Simon
More information about the Glasgow-haskell-users
mailing list