| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913 |
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by FULL-PACKAGE-NAME configure VERSION, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- $ configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = Erick-Tryzelaar-MBP.local
- uname -m = x86_64
- uname -r = 14.3.0
- uname -s = Darwin
- uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
- /usr/bin/uname -p = i386
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = Mach kernel version:
- Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
- Kernel configured for up to 8 processors.
- 4 processors are physically available.
- 8 processors are logically available.
- Processor type: x86_64h (Intel x86-64h Haswell)
- Processors active: 0 1 2 3 4 5 6 7
- Primary memory available: 16.00 gigabytes
- Default processor set: 272 tasks, 1304 threads, 8 processors
- Load average: 3.93, Mach factor: 4.18
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /Users/erickt/.rbenv/shims
- PATH: /Users/erickt/bin
- PATH: /Users/erickt/.rbenv/bin
- PATH: /usr/local/bin
- PATH: /usr/local/sbin
- PATH: /usr/bin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /sbin
- PATH: /usr/X11/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2357: checking for gcc
- configure:2373: found /usr/bin/gcc
- configure:2384: result: gcc
- configure:2613: checking for C compiler version
- configure:2622: gcc --version >&5
- Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
- Target: x86_64-apple-darwin14.3.0
- Thread model: posix
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
- configure:2633: $? = 0
- configure:2622: gcc -v >&5
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
- Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
- Target: x86_64-apple-darwin14.3.0
- Thread model: posix
- configure:2633: $? = 0
- configure:2622: gcc -V >&5
- clang: error: argument to '-V' is missing (expected 1 value)
- clang: error: no input files
- configure:2633: $? = 1
- configure:2622: gcc -qversion >&5
- clang: error: unknown argument: '-qversion'
- clang: error: no input files
- configure:2633: $? = 1
- configure:2653: checking whether the C compiler works
- configure:2675: gcc conftest.c >&5
- configure:2679: $? = 0
- configure:2727: result: yes
- configure:2730: checking for C compiler default output file name
- configure:2732: result: a.out
- configure:2738: checking for suffix of executables
- configure:2745: gcc -o conftest conftest.c >&5
- configure:2749: $? = 0
- configure:2771: result:
- configure:2793: checking whether we are cross compiling
- configure:2801: gcc -o conftest conftest.c >&5
- configure:2805: $? = 0
- configure:2812: ./conftest
- configure:2816: $? = 0
- configure:2831: result: no
- configure:2836: checking for suffix of object files
- configure:2858: gcc -c conftest.c >&5
- configure:2862: $? = 0
- configure:2883: result: o
- configure:2887: checking whether we are using the GNU C compiler
- configure:2906: gcc -c conftest.c >&5
- configure:2906: $? = 0
- configure:2915: result: yes
- configure:2924: checking whether gcc accepts -g
- configure:2944: gcc -c -g conftest.c >&5
- configure:2944: $? = 0
- configure:2985: result: yes
- configure:3002: checking for gcc option to accept ISO C89
- configure:3066: gcc -c -g -O2 conftest.c >&5
- configure:3066: $? = 0
- configure:3079: result: none needed
- configure:3110: checking for __gmpz_init in -lgmp
- configure:3135: gcc -o conftest -g -O2 conftest.c -lgmp >&5
- configure:3135: $? = 0
- configure:3144: result: yes
- configure:3166: checking for __gmpz_init in -lmpir
- configure:3191: gcc -o conftest -g -O2 conftest.c -lmpir -lgmp >&5
- ld: library not found for -lmpir
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:3191: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char __gmpz_init ();
- | int
- | main ()
- | {
- | return __gmpz_init ();
- | ;
- | return 0;
- | }
- configure:3200: result: no
- configure:3214: checking whether mpz_powm is declared
- configure:3214: gcc -c -g -O2 conftest.c >&5
- configure:3214: $? = 0
- configure:3214: result: yes
- configure:3232: checking whether mpz_powm_sec is declared
- configure:3232: gcc -c -g -O2 conftest.c >&5
- configure:3232: $? = 0
- configure:3232: result: yes
- configure:3257: checking how to run the C preprocessor
- configure:3288: gcc -E conftest.c
- configure:3288: $? = 0
- configure:3302: gcc -E conftest.c
- conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^
- 1 error generated.
- configure:3302: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | #define HAVE_DECL_MPZ_POWM 1
- | #define HAVE_DECL_MPZ_POWM_SEC 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3327: result: gcc -E
- configure:3347: gcc -E conftest.c
- configure:3347: $? = 0
- configure:3361: gcc -E conftest.c
- conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^
- 1 error generated.
- configure:3361: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | #define HAVE_DECL_MPZ_POWM 1
- | #define HAVE_DECL_MPZ_POWM_SEC 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:3390: checking for grep that handles long lines and -e
- configure:3448: result: /usr/bin/grep
- configure:3453: checking for egrep
- configure:3515: result: /usr/bin/grep -E
- configure:3520: checking for ANSI C header files
- configure:3540: gcc -c -g -O2 conftest.c >&5
- configure:3540: $? = 0
- configure:3613: gcc -o conftest -g -O2 conftest.c -lgmp >&5
- configure:3613: $? = 0
- configure:3613: ./conftest
- configure:3613: $? = 0
- configure:3624: result: yes
- configure:3637: checking for sys/types.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for sys/stat.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for stdlib.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for string.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for memory.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for strings.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for inttypes.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for stdint.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3637: checking for unistd.h
- configure:3637: gcc -c -g -O2 conftest.c >&5
- configure:3637: $? = 0
- configure:3637: result: yes
- configure:3652: checking for inttypes.h
- configure:3652: result: yes
- configure:3652: checking limits.h usability
- configure:3652: gcc -c -g -O2 conftest.c >&5
- configure:3652: $? = 0
- configure:3652: result: yes
- configure:3652: checking limits.h presence
- configure:3652: gcc -E conftest.c
- configure:3652: $? = 0
- configure:3652: result: yes
- configure:3652: checking for limits.h
- configure:3652: result: yes
- configure:3652: checking stddef.h usability
- configure:3652: gcc -c -g -O2 conftest.c >&5
- configure:3652: $? = 0
- configure:3652: result: yes
- configure:3652: checking stddef.h presence
- configure:3652: gcc -E conftest.c
- configure:3652: $? = 0
- configure:3652: result: yes
- configure:3652: checking for stddef.h
- configure:3652: result: yes
- configure:3652: checking for stdint.h
- configure:3652: result: yes
- configure:3652: checking for stdlib.h
- configure:3652: result: yes
- configure:3652: checking for string.h
- configure:3652: result: yes
- configure:3652: checking wchar.h usability
- configure:3652: gcc -c -g -O2 conftest.c >&5
- configure:3652: $? = 0
- configure:3652: result: yes
- configure:3652: checking wchar.h presence
- configure:3652: gcc -E conftest.c
- configure:3652: $? = 0
- configure:3652: result: yes
- configure:3652: checking for wchar.h
- configure:3652: result: yes
- configure:3664: checking for inline
- configure:3680: gcc -c -g -O2 conftest.c >&5
- configure:3680: $? = 0
- configure:3688: result: inline
- configure:3706: checking for int16_t
- configure:3706: gcc -c -g -O2 conftest.c >&5
- configure:3706: $? = 0
- configure:3706: gcc -c -g -O2 conftest.c >&5
- conftest.c:66:24: error: 'test_array' declared as an array with a negative size
- static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3706: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | #define HAVE_DECL_MPZ_POWM 1
- | #define HAVE_DECL_MPZ_POWM_SEC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | enum { N = 16 / 2 - 1 };
- | int
- | main ()
- | {
- | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
- | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
- | test_array [0] = 0
- |
- | ;
- | return 0;
- | }
- configure:3706: result: yes
- configure:3717: checking for int32_t
- configure:3717: gcc -c -g -O2 conftest.c >&5
- configure:3717: $? = 0
- configure:3717: gcc -c -g -O2 conftest.c >&5
- conftest.c:66:24: error: 'test_array' declared as an array with a negative size
- static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3717: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | #define HAVE_DECL_MPZ_POWM 1
- | #define HAVE_DECL_MPZ_POWM_SEC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | enum { N = 32 / 2 - 1 };
- | int
- | main ()
- | {
- | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
- | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
- | test_array [0] = 0
- |
- | ;
- | return 0;
- | }
- configure:3717: result: yes
- configure:3728: checking for int64_t
- configure:3728: gcc -c -g -O2 conftest.c >&5
- configure:3728: $? = 0
- configure:3728: gcc -c -g -O2 conftest.c >&5
- conftest.c:66:24: error: 'test_array' declared as an array with a negative size
- static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3728: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | #define HAVE_DECL_MPZ_POWM 1
- | #define HAVE_DECL_MPZ_POWM_SEC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | enum { N = 64 / 2 - 1 };
- | int
- | main ()
- | {
- | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
- | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
- | test_array [0] = 0
- |
- | ;
- | return 0;
- | }
- configure:3728: result: yes
- configure:3739: checking for int8_t
- configure:3739: gcc -c -g -O2 conftest.c >&5
- configure:3739: $? = 0
- configure:3739: gcc -c -g -O2 conftest.c >&5
- conftest.c:66:24: error: 'test_array' declared as an array with a negative size
- static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- configure:3739: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | #define HAVE_DECL_MPZ_POWM 1
- | #define HAVE_DECL_MPZ_POWM_SEC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | enum { N = 8 / 2 - 1 };
- | int
- | main ()
- | {
- | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
- | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
- | test_array [0] = 0
- |
- | ;
- | return 0;
- | }
- configure:3739: result: yes
- configure:3750: checking for size_t
- configure:3750: gcc -c -g -O2 conftest.c >&5
- configure:3750: $? = 0
- configure:3750: gcc -c -g -O2 conftest.c >&5
- conftest.c:65:21: error: expected expression
- if (sizeof ((size_t)))
- ^
- 1 error generated.
- configure:3750: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- | #define PACKAGE_TARNAME "full-package-name"
- | #define PACKAGE_VERSION "VERSION"
- | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- | #define PACKAGE_URL ""
- | #define HAVE_LIBGMP 1
- | #define HAVE_DECL_MPZ_POWM 1
- | #define HAVE_DECL_MPZ_POWM_SEC 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDDEF_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((size_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:3750: result: yes
- configure:3761: checking for uint16_t
- configure:3761: gcc -c -g -O2 conftest.c >&5
- configure:3761: $? = 0
- configure:3761: result: yes
- configure:3773: checking for uint32_t
- configure:3773: gcc -c -g -O2 conftest.c >&5
- configure:3773: $? = 0
- configure:3773: result: yes
- configure:3787: checking for uint64_t
- configure:3787: gcc -c -g -O2 conftest.c >&5
- configure:3787: $? = 0
- configure:3787: result: yes
- configure:3801: checking for uint8_t
- configure:3801: gcc -c -g -O2 conftest.c >&5
- configure:3801: $? = 0
- configure:3801: result: yes
- configure:3819: checking for stdlib.h
- configure:3819: result: yes
- configure:3829: checking for GNU libc compatible malloc
- configure:3853: gcc -o conftest -g -O2 conftest.c -lgmp >&5
- configure:3853: $? = 0
- configure:3853: ./conftest
- configure:3853: $? = 0
- configure:3863: result: yes
- configure:3887: checking for memmove
- configure:3887: gcc -o conftest -g -O2 conftest.c -lgmp >&5
- conftest.c:54:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
- char memmove ();
- ^
- conftest.c:54:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
- 1 warning generated.
- configure:3887: $? = 0
- configure:3887: result: yes
- configure:3887: checking for memset
- configure:3887: gcc -o conftest -g -O2 conftest.c -lgmp >&5
- conftest.c:55:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
- char memset ();
- ^
- conftest.c:55:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
- 1 warning generated.
- configure:3887: $? = 0
- configure:3887: result: yes
- configure:4011: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on Erick-Tryzelaar-MBP.local
- config.status:700: creating src/config.h
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_inline=inline
- ac_cv_c_int16_t=yes
- ac_cv_c_int32_t=yes
- ac_cv_c_int64_t=yes
- ac_cv_c_int8_t=yes
- ac_cv_c_uint16_t=yes
- ac_cv_c_uint32_t=yes
- ac_cv_c_uint64_t=yes
- ac_cv_c_uint8_t=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_func_malloc_0_nonnull=yes
- ac_cv_func_memmove=yes
- ac_cv_func_memset=yes
- ac_cv_have_decl_mpz_powm=yes
- ac_cv_have_decl_mpz_powm_sec=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_limits_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stddef_h=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_wchar_h=yes
- ac_cv_lib_gmp___gmpz_init=yes
- ac_cv_lib_mpir___gmpz_init=no
- ac_cv_objext=o
- ac_cv_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_type_size_t=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- CC='gcc'
- CFLAGS='-g -O2'
- CPP='gcc -E'
- CPPFLAGS=''
- DEFS='-DHAVE_CONFIG_H'
- ECHO_C='\c'
- ECHO_N=''
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT=''
- GREP='/usr/bin/grep'
- LDFLAGS=''
- LIBOBJS=''
- LIBS='-lgmp '
- LTLIBOBJS=''
- OBJEXT='o'
- PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
- PACKAGE_NAME='FULL-PACKAGE-NAME'
- PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
- PACKAGE_TARNAME='full-package-name'
- PACKAGE_URL=''
- PACKAGE_VERSION='VERSION'
- PATH_SEPARATOR=':'
- SHELL='/bin/sh'
- ac_ct_CC='gcc'
- bindir='${exec_prefix}/bin'
- build_alias=''
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host_alias=''
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "FULL-PACKAGE-NAME"
- #define PACKAGE_TARNAME "full-package-name"
- #define PACKAGE_VERSION "VERSION"
- #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
- #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- #define PACKAGE_URL ""
- #define HAVE_LIBGMP 1
- #define HAVE_DECL_MPZ_POWM 1
- #define HAVE_DECL_MPZ_POWM_SEC 1
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_STDDEF_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_WCHAR_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_MALLOC 1
- #define HAVE_MEMMOVE 1
- #define HAVE_MEMSET 1
- configure: exit 0
|