Lines Matching refs:GMP
1497 --enable-gmp-internals enable use of GMP undocumented functions [default=no]
1542 --with-gmp-include=DIR GMP include directory
1543 --with-gmp-lib=DIR GMP lib directory
1544 --with-gmp=DIR GMP install directory
1545 --with-gmp-build=DIR GMP build directory (please read INSTALL file)
1546 --with-mini-gmp=DIR use mini-gmp (sources in DIR) instead of GMP
1547 (experimental, please read doc/mini-gmp file)
4033 # Check whether --with-gmp was given.
4066 as_fn_error $? "Do not use --with-gmp and --with-gmp-include/--with-gmp-lib options simultaneously.
4121 as_fn_error $? "Do not use --with-gmp-build and other --with-gmp options simultaneously.
4157 if test -f "$withval/mini-gmp.c" && test -f "$withval/mini-gmp.h"; then
4166 as_fn_error $? "mini-gmp.{c,h} not found in $withval
4172 as_fn_error $? "Do not use --with-mini-gmp and other --with-gmp options simultaneously.
4189 # Check whether --enable-gmp-internals was given.
4197 *) as_fn_error $? "bad value for --enable-gmp-internals: yes or no" "$LINENO" 5 ;;
4410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CC and CFLAGS in gmp.h" >&5
4411 printf %s "checking for CC and CFLAGS in gmp.h... " >&6; }
4423 echo "#include \"gmp.h\"" > conftest.c
4429 echo "#include \"gmp.h\"" > conftest.c
14812 # (Based on GMP 5.1)
18486 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gmp.h" >&5
18487 printf %s "checking for gmp.h... " >&6; }
18491 #include "gmp.h"
18502 as_fn_error $? "gmp.h can't be found, or is unusable." "$LINENO" 5
18511 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for DLL/static GMP" >&5
18512 printf %s "checking for DLL/static GMP... " >&6; }
18519 #include "gmp.h"
18548 #include "gmp.h"
18577 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for recent GMP" >&5
18578 printf %s "checking for recent GMP... " >&6; }
18582 #include "gmp.h"
18584 # error "GMP 5.0.0 or newer is required"
18597 as_fn_error $? "GMP 5.0.0 or newer is required" "$LINENO" 5
18602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking usable gmp.h at link time" >&5
18603 printf %s "checking usable gmp.h at link time... " >&6; }
18607 #include "gmp.h"
18625 as_fn_error $? "there is an incompatibility between gmp.h and the compiler.
18633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gmp internal files" >&5
18634 printf %s "checking for gmp internal files... " >&6; }
18638 #include "gmp.h"
18639 #include "gmp-impl.h"
18654 as_fn_error $? "header files gmp-impl.h and longlong.h not found" "$LINENO" 5
18672 #include "gmp.h"
18699 You probably need to change some of the GMP or MPFR compile options.
18721 #include "gmp.h"
18773 #include "gmp.h"
18815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can link with GMP" >&5
18816 printf %s "checking if we can link with GMP... " >&6; }
18820 #include "gmp.h"
18848 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if gmp.h version and libgmp version are the same" >&5
18849 printf %s "checking if gmp.h version and libgmp version are the same... " >&6; }
18864 #include "gmp.h"
18876 fprintf (stderr, "gmp.h: %s / libgmp: %s\n", buffer, gmp_version);
18893 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GMP library vs header correctness" >&5
18894 printf %s "checking for GMP library vs header correctness... " >&6; }
18909 #include "gmp.h"
18956 as_fn_error $? "bad GMP library or header - ABI problem?
18976 #include "gmp.h"
19050 #include "gmp.h"
19111 #include "gmp.h"
19113 #include "gmp.h"
19173 #include "gmp.h"
19175 #include "gmp.h"
19237 gmp.h"
19239 #include "gmp.h"
19308 #include "gmp.h"
19310 #include "gmp.h"
19369 #include "gmp.h"
19405 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'gmp.h' and 'libgmp' seem to have different versions or" >&5
19406 printf "%s\n" "$as_me: WARNING: 'gmp.h' and 'libgmp' seem to have different versions or" >&2;}
19407 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: we cannot run a program linked with GMP (if you cannot" >&5
19408 printf "%s\n" "$as_me: WARNING: we cannot run a program linked with GMP (if you cannot" >&2;}
19411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: GMP versions with different ABI's or the use of --with-gmp" >&5
19412 printf "%s\n" "$as_me: WARNING: GMP versions with different ABI's or the use of --with-gmp" >&2;}
19413 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: or --with-gmp-include with a system include directory" >&5
19414 printf "%s\n" "$as_me: WARNING: or --with-gmp-include with a system include directory" >&2;}
19474 rm -f -- "$mpfr_build_src"/mini-gmp.*
19477 ln -s -- "$mini_gmp_path/mini-gmp.$i" "$mpfr_build_src/mini-gmp.$i"
19482 how="from mini-gmp.h"
19485 if ac_fn_c_compute_int "$LINENO" "(GMP_NUMB_BITS)" "mini_gmp_numb_bits" "#include <mini-gmp.h>"
19489 how="not in mini-gmp.h; guessed"
19491 #include <mini-gmp.h>"