Yvon Henel wrote:
Hello,
When running configure I obtain a message stating that ada won't be supported
and I've got that in the config.log
configure:2278:17: error: gmp.h: No such file or directory
configure: In function 'main':
configure:2282: error: 'choke' undeclared (first use in this function)
configure:2282: error: (Each undeclared identifier is reported only once
configure:2282: error: for each function it appears in.)
configure:2282: error: expected ';' before 'me'
configure: failed program was:
#line 2277 "configure"
#include "confdefs.h"
#include "gmp.h"
int main() {
#if __GNU_MP_VERSION < 3
choke me
#endif
; return 0; }
Could anybody give me a hint about obtaining ada?
What you show here indicates that you didn't install gmp on your system,
and that you must install at least version 3.x. If such a version isn't
available as an option in your OS installation, you may get the source
from a gnu mirror, build and install it.