This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cpuminer configure 1.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = raspberrypi uname -m = armv7l uname -r = 4.4.9-v7+ uname -s = Linux uname -v = #884 SMP Fri May 6 17:28:59 BST 2016 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/local/games PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2352: checking build system type configure:2366: result: armv7l-unknown-linux-gnueabihf configure:2386: checking host system type configure:2399: result: armv7l-unknown-linux-gnueabihf configure:2419: checking target system type configure:2432: result: armv7l-unknown-linux-gnueabihf configure:2476: checking for a BSD-compatible install configure:2544: result: /usr/bin/install -c configure:2555: checking whether build environment is sane configure:2610: result: yes configure:2761: checking for a thread-safe mkdir -p configure:2800: result: /bin/mkdir -p configure:2807: checking for gawk configure:2837: result: no configure:2807: checking for mawk configure:2823: found /usr/bin/mawk configure:2834: result: mawk configure:2845: checking whether make sets $(MAKE) configure:2867: result: yes configure:2896: checking whether make supports nested variables configure:2913: result: yes configure:3043: checking whether to enable maintainer-specific portions of Makefiles configure:3052: result: no configure:3078: checking for style of include used by make configure:3106: result: GNU configure:3177: checking for gcc configure:3193: found /usr/bin/gcc configure:3204: result: gcc configure:3433: checking for C compiler version configure:3442: gcc --version >&5 gcc (Raspbian 4.9.2-10) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3453: $? = 0 configure:3442: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper Target: arm-linux-gnueabihf Configured with: ../src/configure -v --with-pkgversion='Raspbian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf Thread model: posix gcc version 4.9.2 (Raspbian 4.9.2-10) configure:3453: $? = 0 configure:3442: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3453: $? = 4 configure:3442: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3453: $? = 4 configure:3473: checking whether the C compiler works configure:3495: gcc conftest.c >&5 configure:3499: $? = 0 configure:3547: result: yes configure:3550: checking for C compiler default output file name configure:3552: result: a.out configure:3558: checking for suffix of executables configure:3565: gcc -o conftest conftest.c >&5 configure:3569: $? = 0 configure:3591: result: configure:3613: checking whether we are cross compiling configure:3621: gcc -o conftest conftest.c >&5 configure:3625: $? = 0 configure:3632: ./conftest configure:3636: $? = 0 configure:3651: result: no configure:3656: checking for suffix of object files configure:3678: gcc -c conftest.c >&5 configure:3682: $? = 0 configure:3703: result: o configure:3707: checking whether we are using the GNU C compiler configure:3726: gcc -c conftest.c >&5 configure:3726: $? = 0 configure:3735: result: yes configure:3744: checking whether gcc accepts -g configure:3764: gcc -c -g conftest.c >&5 configure:3764: $? = 0 configure:3805: result: yes configure:3822: checking for gcc option to accept ISO C89 configure:3885: gcc -c -g -O2 conftest.c >&5 configure:3885: $? = 0 configure:3898: result: none needed configure:3923: checking whether gcc understands -c and -o together configure:3945: gcc -c conftest.c -o conftest2.o configure:3948: $? = 0 configure:3945: gcc -c conftest.c -o conftest2.o configure:3948: $? = 0 configure:3960: result: yes configure:3979: checking dependency style of gcc configure:4090: result: gcc3 configure:4105: checking for gcc option to accept ISO C99 configure:4254: gcc -c -g -O2 conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:115:18: error: 'newvar' undeclared (first use in this function) conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:125:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code configure:4254: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4254: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4254: $? = 0 configure:4274: result: -std=gnu99 configure:4288: checking how to run the C preprocessor configure:4319: gcc -std=gnu99 -E conftest.c configure:4319: $? = 0 configure:4333: gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4333: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | /* end confdefs.h. */ | #include configure:4358: result: gcc -std=gnu99 -E configure:4378: gcc -std=gnu99 -E conftest.c configure:4378: $? = 0 configure:4392: gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4392: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | /* end confdefs.h. */ | #include configure:4421: checking for grep that handles long lines and -e configure:4479: result: /bin/grep configure:4484: checking for egrep configure:4546: result: /bin/grep -E configure:4552: checking whether gcc -std=gnu99 needs -traditional configure:4586: result: no configure:4603: checking dependency style of gcc -std=gnu99 configure:4712: result: gcc3 configure:4770: checking for ranlib configure:4786: found /usr/bin/ranlib configure:4797: result: ranlib configure:4820: checking for ANSI C header files configure:4840: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4840: $? = 0 configure:4913: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:4913: $? = 0 configure:4913: ./conftest configure:4913: $? = 0 configure:4924: result: yes configure:4937: checking for sys/types.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for sys/stat.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for stdlib.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for string.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for memory.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for strings.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for inttypes.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for stdint.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4937: checking for unistd.h configure:4937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4937: result: yes configure:4952: checking sys/endian.h usability configure:4952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:54:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. configure:4952: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4952: result: no configure:4952: checking sys/endian.h presence configure:4952: gcc -std=gnu99 -E conftest.c conftest.c:21:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. configure:4952: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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 | /* end confdefs.h. */ | #include configure:4952: result: no configure:4952: checking for sys/endian.h configure:4952: result: no configure:4952: checking sys/param.h usability configure:4952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4952: $? = 0 configure:4952: result: yes configure:4952: checking sys/param.h presence configure:4952: gcc -std=gnu99 -E conftest.c configure:4952: $? = 0 configure:4952: result: yes configure:4952: checking for sys/param.h configure:4952: result: yes configure:4952: checking syslog.h usability configure:4952: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4952: $? = 0 configure:4952: result: yes configure:4952: checking syslog.h presence configure:4952: gcc -std=gnu99 -E conftest.c configure:4952: $? = 0 configure:4952: result: yes configure:4952: checking for syslog.h configure:4952: result: yes configure:4966: checking for sys/sysctl.h configure:4966: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4966: $? = 0 configure:4966: result: yes configure:4982: checking whether be32dec is declared configure:4982: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:69:10: error: 'be32dec' undeclared (first use in this function) (void) be32dec; ^ conftest.c:69:10: note: each undeclared identifier is reported only once for each function it appears in configure:4982: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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_SYS_PARAM_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_SYS_ENDIAN_H | #include | #endif | | | int | main () | { | #ifndef be32dec | #ifdef __cplusplus | (void) be32dec; | #else | (void) be32dec; | #endif | #endif | | ; | return 0; | } configure:4982: result: no configure:4997: checking whether le32dec is declared configure:4997: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:10: error: 'le32dec' undeclared (first use in this function) (void) le32dec; ^ conftest.c:70:10: note: each undeclared identifier is reported only once for each function it appears in configure:4997: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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_SYS_PARAM_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_BE32DEC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_SYS_ENDIAN_H | #include | #endif | | | int | main () | { | #ifndef le32dec | #ifdef __cplusplus | (void) le32dec; | #else | (void) le32dec; | #endif | #endif | | ; | return 0; | } configure:4997: result: no configure:5012: checking whether be32enc is declared configure:5012: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:71:10: error: 'be32enc' undeclared (first use in this function) (void) be32enc; ^ conftest.c:71:10: note: each undeclared identifier is reported only once for each function it appears in configure:5012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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_SYS_PARAM_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_BE32DEC 0 | #define HAVE_DECL_LE32DEC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_SYS_ENDIAN_H | #include | #endif | | | int | main () | { | #ifndef be32enc | #ifdef __cplusplus | (void) be32enc; | #else | (void) be32enc; | #endif | #endif | | ; | return 0; | } configure:5012: result: no configure:5027: checking whether le32enc is declared configure:5027: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:72:10: error: 'le32enc' undeclared (first use in this function) (void) le32enc; ^ conftest.c:72:10: note: each undeclared identifier is reported only once for each function it appears in configure:5027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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_SYS_PARAM_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_BE32DEC 0 | #define HAVE_DECL_LE32DEC 0 | #define HAVE_DECL_BE32ENC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_SYS_ENDIAN_H | #include | #endif | | | int | main () | { | #ifndef le32enc | #ifdef __cplusplus | (void) le32enc; | #else | (void) le32enc; | #endif | #endif | | ; | return 0; | } configure:5027: result: no configure:5044: checking for size_t configure:5044: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5044: $? = 0 configure:5044: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:64:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:5044: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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_SYS_PARAM_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_BE32DEC 0 | #define HAVE_DECL_LE32DEC 0 | #define HAVE_DECL_BE32ENC 0 | #define HAVE_DECL_LE32ENC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:5044: result: yes configure:5057: checking for working alloca.h configure:5074: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:5074: $? = 0 configure:5082: result: yes configure:5090: checking for alloca configure:5127: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:5127: $? = 0 configure:5135: result: yes configure:5243: checking for getopt_long configure:5243: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:5243: $? = 0 configure:5243: result: yes configure:5382: checking for json_loads in -ljansson configure:5407: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ljansson >&5 configure:5407: $? = 0 configure:5416: result: yes configure:5424: checking for pthread_create in -lpthread configure:5449: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lpthread >&5 configure:5449: $? = 0 configure:5458: result: yes configure:5590: checking whether __uint128_t is supported configure:5603: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:32:8: error: unknown type name '__uint128_t' static __uint128_t i = 100; ^ configure:5603: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cpuminer" | #define PACKAGE_TARNAME "cpuminer" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "cpuminer 1.0.4" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cpuminer" | #define VERSION "1.0.4" | #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_SYS_PARAM_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_BE32DEC 0 | #define HAVE_DECL_LE32DEC 0 | #define HAVE_DECL_BE32ENC 0 | #define HAVE_DECL_LE32ENC 0 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_GETOPT_LONG 1 | #define USE_ASM 1 | /* end confdefs.h. */ | static __uint128_t i = 100; | int | main () | { | | ; | return 0; | } configure:5611: result: no configure:5727: checking for pkg-config configure:5745: found /usr/bin/pkg-config configure:5757: result: /usr/bin/pkg-config configure:5782: checking pkg-config is at least version 0.9.0 configure:5785: result: yes configure:5808: checking for OPENSSL configure:5815: $PKG_CONFIG --exists --print-errors "openssl" configure:5818: $? = 0 configure:5832: $PKG_CONFIG --exists --print-errors "openssl" configure:5835: $? = 0 configure:5873: result: yes configure:5881: checking for LIBCURL configure:5888: $PKG_CONFIG --exists --print-errors "libcurl >= 7.25.0" configure:5891: $? = 0 configure:5905: $PKG_CONFIG --exists --print-errors "libcurl >= 7.25.0" configure:5908: $? = 0 configure:6086: result: yes configure:6291: checking that generated files are newer than configure configure:6297: result: done configure:6352: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by cpuminer config.status 1.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on raspberrypi config.status:913: creating Makefile config.status:913: creating compat/Makefile config.status:913: creating compat/jansson/Makefile config.status:913: creating cpuminer-config.h config.status:1094: cpuminer-config.h is unchanged config.status:1142: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=armv7l-unknown-linux-gnueabihf ac_cv_c_compiler_gnu=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= 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_LIBCURL_CFLAGS_set= ac_cv_env_LIBCURL_CFLAGS_value= ac_cv_env_LIBCURL_LIBS_set= ac_cv_env_LIBCURL_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_OPENSSL_CFLAGS_set= ac_cv_env_OPENSSL_CFLAGS_value= ac_cv_env_OPENSSL_LIBS_set= ac_cv_env_OPENSSL_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_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_alloca_works=yes ac_cv_func_getopt_long=yes ac_cv_have_decl_be32dec=no ac_cv_have_decl_be32enc=no ac_cv_have_decl_le32dec=no ac_cv_have_decl_le32enc=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=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_endian_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=yes ac_cv_host=armv7l-unknown-linux-gnueabihf ac_cv_lib_jansson_json_loads=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_target=armv7l-unknown-linux-gnueabihf ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes pkg_cv_LIBCURL_CFLAGS= pkg_cv_LIBCURL_LIBS='-lcurl ' pkg_cv_OPENSSL_CFLAGS= pkg_cv_OPENSSL_LIBS='-lssl -lcrypto ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/pi/cpuminer-lbry/missing aclocal-1.14' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' ARCH_ARM_FALSE='#' ARCH_ARM_TRUE='' ARCH_x86_64_FALSE='' ARCH_x86_64_TRUE='#' ARCH_x86_FALSE='' ARCH_x86_TRUE='#' AUTOCONF='${SHELL} /home/pi/cpuminer-lbry/missing autoconf' AUTOHEADER='${SHELL} /home/pi/cpuminer-lbry/missing autoheader' AUTOMAKE='${SHELL} /home/pi/cpuminer-lbry/missing automake-1.14' AWK='mawk' CC='gcc -std=gnu99' CCAS='gcc -std=gnu99' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-g -O2' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' HAVE_WINDOWS_FALSE='' HAVE_WINDOWS_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JANSSON_LIBS='-ljansson' LDFLAGS='' LIBCURL_CFLAGS='' LIBCURL_CPPFLAGS='' LIBCURL_LIBS='-lcurl ' LIBOBJS='' LIBS='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/pi/cpuminer-lbry/missing makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' OPENSSL_CFLAGS='' OPENSSL_LIBS='-lssl -lcrypto ' PACKAGE='cpuminer' PACKAGE_BUGREPORT='' PACKAGE_NAME='cpuminer' PACKAGE_STRING='cpuminer 1.0.4' PACKAGE_TARNAME='cpuminer' PACKAGE_URL='' PACKAGE_VERSION='1.0.4' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PTHREAD_FLAGS='-pthread' PTHREAD_LIBS='-lpthread' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/bash' STRIP='' USE_ASM_FALSE='#' USE_ASM_TRUE='' VERSION='1.0.4' WANT_JANSSON_FALSE='' WANT_JANSSON_TRUE='#' WS2_LIBS='' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='armv7l-unknown-linux-gnueabihf' build_alias='' build_cpu='armv7l' build_os='linux-gnueabihf' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='armv7l-unknown-linux-gnueabihf' host_alias='' host_cpu='armv7l' host_os='linux-gnueabihf' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/pi/cpuminer-lbry/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' 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='armv7l-unknown-linux-gnueabihf' target_alias='' target_cpu='armv7l' target_os='linux-gnueabihf' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "cpuminer" #define PACKAGE_TARNAME "cpuminer" #define PACKAGE_VERSION "1.0.4" #define PACKAGE_STRING "cpuminer 1.0.4" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "cpuminer" #define VERSION "1.0.4" #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_SYS_PARAM_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_DECL_BE32DEC 0 #define HAVE_DECL_LE32DEC 0 #define HAVE_DECL_BE32ENC 0 #define HAVE_DECL_LE32ENC 0 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_GETOPT_LONG 1 #define USE_ASM 1 #define CURL_HAS_KEEPALIVE 1 #define HAVE_LIBCURL 1 configure: exit 0