
3 Nov
2003
3 Nov
'03
9:04 a.m.
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