Advertisement
Guest User

config.log

a guest
Aug 4th, 2014
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.88 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by cpuminer configure 2.3.3, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost.localdomain
  14. uname -m = x86_64
  15. uname -r = 3.10.0-123.el7.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Mon Jun 30 12:09:22 UTC 2014
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /root/bin
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2340: checking build system type
  42. configure:2354: result: x86_64-unknown-linux-gnu
  43. configure:2374: checking host system type
  44. configure:2387: result: x86_64-unknown-linux-gnu
  45. configure:2407: checking target system type
  46. configure:2420: result: x86_64-unknown-linux-gnu
  47. configure:2463: checking for a BSD-compatible install
  48. configure:2531: result: /usr/bin/install -c
  49. configure:2542: checking whether build environment is sane
  50. configure:2597: result: yes
  51. configure:2635: WARNING: 'missing' script is too old or missing
  52. configure:2748: checking for a thread-safe mkdir -p
  53. configure:2787: result: /usr/bin/mkdir -p
  54. configure:2794: checking for gawk
  55. configure:2810: found /usr/bin/gawk
  56. configure:2821: result: gawk
  57. configure:2832: checking whether make sets $(MAKE)
  58. configure:2854: result: yes
  59. configure:2883: checking whether make supports nested variables
  60. configure:2900: result: yes
  61. configure:2988: checking whether to enable maintainer-specific portions of Makefiles
  62. configure:2997: result: no
  63. configure:3025: checking for style of include used by make
  64. configure:3053: result: GNU
  65. configure:3124: checking for gcc
  66. configure:3140: found /usr/bin/gcc
  67. configure:3151: result: gcc
  68. configure:3380: checking for C compiler version
  69. configure:3389: gcc --version >&5
  70. gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
  71. Copyright (C) 2013 Free Software Foundation, Inc.
  72. This is free software; see the source for copying conditions. There is NO
  73. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  74.  
  75. configure:3400: $? = 0
  76. configure:3389: gcc -v >&5
  77. Using built-in specs.
  78. COLLECT_GCC=gcc
  79. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
  80. Target: x86_64-redhat-linux
  81. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20140120/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  82. Thread model: posix
  83. gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)
  84. configure:3400: $? = 0
  85. configure:3389: gcc -V >&5
  86. gcc: error: unrecognized command line option '-V'
  87. gcc: fatal error: no input files
  88. compilation terminated.
  89. configure:3400: $? = 4
  90. configure:3389: gcc -qversion >&5
  91. gcc: error: unrecognized command line option '-qversion'
  92. gcc: fatal error: no input files
  93. compilation terminated.
  94. configure:3400: $? = 4
  95. configure:3420: checking whether the C compiler works
  96. configure:3442: gcc -static conftest.c >&5
  97. configure:3446: $? = 0
  98. configure:3494: result: yes
  99. configure:3497: checking for C compiler default output file name
  100. configure:3499: result: a.out
  101. configure:3505: checking for suffix of executables
  102. configure:3512: gcc -o conftest -static conftest.c >&5
  103. configure:3516: $? = 0
  104. configure:3538: result:
  105. configure:3560: checking whether we are cross compiling
  106. configure:3568: gcc -o conftest -static conftest.c >&5
  107. configure:3572: $? = 0
  108. configure:3579: ./conftest
  109. configure:3583: $? = 0
  110. configure:3598: result: no
  111. configure:3603: checking for suffix of object files
  112. configure:3625: gcc -c -static conftest.c >&5
  113. configure:3629: $? = 0
  114. configure:3650: result: o
  115. configure:3654: checking whether we are using the GNU C compiler
  116. configure:3673: gcc -c -static conftest.c >&5
  117. configure:3673: $? = 0
  118. configure:3682: result: yes
  119. configure:3691: checking whether gcc accepts -g
  120. configure:3711: gcc -c -g conftest.c >&5
  121. configure:3711: $? = 0
  122. configure:3752: result: yes
  123. configure:3769: checking for gcc option to accept ISO C89
  124. configure:3832: gcc -c -static conftest.c >&5
  125. configure:3832: $? = 0
  126. configure:3845: result: none needed
  127. configure:3867: checking dependency style of gcc
  128. configure:3978: result: gcc3
  129. configure:3993: checking for gcc option to accept ISO C99
  130. configure:4142: gcc -c -static conftest.c >&5
  131. conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
  132. test_restrict (ccp restrict text)
  133. ^
  134. conftest.c: In function 'main':
  135. conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  136. char *restrict newvar = "Another string";
  137. ^
  138. conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
  139. conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
  140. conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
  141. for (int i = 0; i < ia->datasize; ++i)
  142. ^
  143. conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
  144. configure:4142: $? = 1
  145. configure: failed program was:
  146. | /* confdefs.h */
  147. | #define PACKAGE_NAME "cpuminer"
  148. | #define PACKAGE_TARNAME "cpuminer"
  149. | #define PACKAGE_VERSION "2.3.3"
  150. | #define PACKAGE_STRING "cpuminer 2.3.3"
  151. | #define PACKAGE_BUGREPORT ""
  152. | #define PACKAGE_URL ""
  153. | #define PACKAGE "cpuminer"
  154. | #define VERSION "2.3.3"
  155. | /* end confdefs.h. */
  156. | #include <stdarg.h>
  157. | #include <stdbool.h>
  158. | #include <stdlib.h>
  159. | #include <wchar.h>
  160. | #include <stdio.h>
  161. |
  162. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  163. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  164. | #define showlist(...) puts (#__VA_ARGS__)
  165. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  166. | static void
  167. | test_varargs_macros (void)
  168. | {
  169. | int x = 1234;
  170. | int y = 5678;
  171. | debug ("Flag");
  172. | debug ("X = %d\n", x);
  173. | showlist (The first, second, and third items.);
  174. | report (x>y, "x is %d but y is %d", x, y);
  175. | }
  176. |
  177. | // Check long long types.
  178. | #define BIG64 18446744073709551615ull
  179. | #define BIG32 4294967295ul
  180. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  181. | #if !BIG_OK
  182. | your preprocessor is broken;
  183. | #endif
  184. | #if BIG_OK
  185. | #else
  186. | your preprocessor is broken;
  187. | #endif
  188. | static long long int bignum = -9223372036854775807LL;
  189. | static unsigned long long int ubignum = BIG64;
  190. |
  191. | struct incomplete_array
  192. | {
  193. | int datasize;
  194. | double data[];
  195. | };
  196. |
  197. | struct named_init {
  198. | int number;
  199. | const wchar_t *name;
  200. | double average;
  201. | };
  202. |
  203. | typedef const char *ccp;
  204. |
  205. | static inline int
  206. | test_restrict (ccp restrict text)
  207. | {
  208. | // See if C++-style comments work.
  209. | // Iterate through items via the restricted pointer.
  210. | // Also check for declarations in for loops.
  211. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  212. | continue;
  213. | return 0;
  214. | }
  215. |
  216. | // Check varargs and va_copy.
  217. | static void
  218. | test_varargs (const char *format, ...)
  219. | {
  220. | va_list args;
  221. | va_start (args, format);
  222. | va_list args_copy;
  223. | va_copy (args_copy, args);
  224. |
  225. | const char *str;
  226. | int number;
  227. | float fnumber;
  228. |
  229. | while (*format)
  230. | {
  231. | switch (*format++)
  232. | {
  233. | case 's': // string
  234. | str = va_arg (args_copy, const char *);
  235. | break;
  236. | case 'd': // int
  237. | number = va_arg (args_copy, int);
  238. | break;
  239. | case 'f': // float
  240. | fnumber = va_arg (args_copy, double);
  241. | break;
  242. | default:
  243. | break;
  244. | }
  245. | }
  246. | va_end (args_copy);
  247. | va_end (args);
  248. | }
  249. |
  250. | int
  251. | main ()
  252. | {
  253. |
  254. | // Check bool.
  255. | _Bool success = false;
  256. |
  257. | // Check restrict.
  258. | if (test_restrict ("String literal") == 0)
  259. | success = true;
  260. | char *restrict newvar = "Another string";
  261. |
  262. | // Check varargs.
  263. | test_varargs ("s, d' f .", "string", 65, 34.234);
  264. | test_varargs_macros ();
  265. |
  266. | // Check flexible array members.
  267. | struct incomplete_array *ia =
  268. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  269. | ia->datasize = 10;
  270. | for (int i = 0; i < ia->datasize; ++i)
  271. | ia->data[i] = i * 1.234;
  272. |
  273. | // Check named initializers.
  274. | struct named_init ni = {
  275. | .number = 34,
  276. | .name = L"Test wide string",
  277. | .average = 543.34343,
  278. | };
  279. |
  280. | ni.number = 58;
  281. |
  282. | int dynamic_array[ni.number];
  283. | dynamic_array[ni.number - 1] = 543;
  284. |
  285. | // work around unused variable warnings
  286. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  287. | || dynamic_array[ni.number - 1] != 543);
  288. |
  289. | ;
  290. | return 0;
  291. | }
  292. configure:4142: gcc -std=gnu99 -c -static conftest.c >&5
  293. configure:4142: $? = 0
  294. configure:4162: result: -std=gnu99
  295. configure:4176: checking how to run the C preprocessor
  296. configure:4207: gcc -std=gnu99 -E conftest.c
  297. configure:4207: $? = 0
  298. configure:4221: gcc -std=gnu99 -E conftest.c
  299. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  300. #include <ac_nonexistent.h>
  301. ^
  302. compilation terminated.
  303. configure:4221: $? = 1
  304. configure: failed program was:
  305. | /* confdefs.h */
  306. | #define PACKAGE_NAME "cpuminer"
  307. | #define PACKAGE_TARNAME "cpuminer"
  308. | #define PACKAGE_VERSION "2.3.3"
  309. | #define PACKAGE_STRING "cpuminer 2.3.3"
  310. | #define PACKAGE_BUGREPORT ""
  311. | #define PACKAGE_URL ""
  312. | #define PACKAGE "cpuminer"
  313. | #define VERSION "2.3.3"
  314. | /* end confdefs.h. */
  315. | #include <ac_nonexistent.h>
  316. configure:4246: result: gcc -std=gnu99 -E
  317. configure:4266: gcc -std=gnu99 -E conftest.c
  318. configure:4266: $? = 0
  319. configure:4280: gcc -std=gnu99 -E conftest.c
  320. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  321. #include <ac_nonexistent.h>
  322. ^
  323. compilation terminated.
  324. configure:4280: $? = 1
  325. configure: failed program was:
  326. | /* confdefs.h */
  327. | #define PACKAGE_NAME "cpuminer"
  328. | #define PACKAGE_TARNAME "cpuminer"
  329. | #define PACKAGE_VERSION "2.3.3"
  330. | #define PACKAGE_STRING "cpuminer 2.3.3"
  331. | #define PACKAGE_BUGREPORT ""
  332. | #define PACKAGE_URL ""
  333. | #define PACKAGE "cpuminer"
  334. | #define VERSION "2.3.3"
  335. | /* end confdefs.h. */
  336. | #include <ac_nonexistent.h>
  337. configure:4309: checking for grep that handles long lines and -e
  338. configure:4367: result: /usr/bin/grep
  339. configure:4372: checking for egrep
  340. configure:4434: result: /usr/bin/grep -E
  341. configure:4440: checking whether gcc -std=gnu99 needs -traditional
  342. configure:4474: result: no
  343. configure:4482: checking whether gcc -std=gnu99 and cc understand -c and -o together
  344. configure:4513: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  345. configure:4517: $? = 0
  346. configure:4523: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  347. configure:4527: $? = 0
  348. configure:4538: cc -c conftest.c >&5
  349. configure:4542: $? = 0
  350. configure:4550: cc -c conftest.c -o conftest2.o >&5
  351. configure:4554: $? = 0
  352. configure:4560: cc -c conftest.c -o conftest2.o >&5
  353. configure:4564: $? = 0
  354. configure:4582: result: yes
  355. configure:4616: checking dependency style of gcc -std=gnu99
  356. configure:4725: result: gcc3
  357. configure:4783: checking for ranlib
  358. configure:4799: found /usr/bin/ranlib
  359. configure:4810: result: ranlib
  360. configure:4835: checking for ANSI C header files
  361. configure:4855: gcc -std=gnu99 -c -static conftest.c >&5
  362. configure:4855: $? = 0
  363. configure:4928: gcc -std=gnu99 -o conftest -static conftest.c >&5
  364. configure:4928: $? = 0
  365. configure:4928: ./conftest
  366. configure:4928: $? = 0
  367. configure:4939: result: yes
  368. configure:4952: checking for sys/types.h
  369. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  370. configure:4952: $? = 0
  371. configure:4952: result: yes
  372. configure:4952: checking for sys/stat.h
  373. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  374. configure:4952: $? = 0
  375. configure:4952: result: yes
  376. configure:4952: checking for stdlib.h
  377. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  378. configure:4952: $? = 0
  379. configure:4952: result: yes
  380. configure:4952: checking for string.h
  381. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  382. configure:4952: $? = 0
  383. configure:4952: result: yes
  384. configure:4952: checking for memory.h
  385. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  386. configure:4952: $? = 0
  387. configure:4952: result: yes
  388. configure:4952: checking for strings.h
  389. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  390. configure:4952: $? = 0
  391. configure:4952: result: yes
  392. configure:4952: checking for inttypes.h
  393. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  394. configure:4952: $? = 0
  395. configure:4952: result: yes
  396. configure:4952: checking for stdint.h
  397. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  398. configure:4952: $? = 0
  399. configure:4952: result: yes
  400. configure:4952: checking for unistd.h
  401. configure:4952: gcc -std=gnu99 -c -static conftest.c >&5
  402. configure:4952: $? = 0
  403. configure:4952: result: yes
  404. configure:4967: checking sys/endian.h usability
  405. configure:4967: gcc -std=gnu99 -c -static conftest.c >&5
  406. conftest.c:54:24: fatal error: sys/endian.h: No such file or directory
  407. #include <sys/endian.h>
  408. ^
  409. compilation terminated.
  410. configure:4967: $? = 1
  411. configure: failed program was:
  412. | /* confdefs.h */
  413. | #define PACKAGE_NAME "cpuminer"
  414. | #define PACKAGE_TARNAME "cpuminer"
  415. | #define PACKAGE_VERSION "2.3.3"
  416. | #define PACKAGE_STRING "cpuminer 2.3.3"
  417. | #define PACKAGE_BUGREPORT ""
  418. | #define PACKAGE_URL ""
  419. | #define PACKAGE "cpuminer"
  420. | #define VERSION "2.3.3"
  421. | #define STDC_HEADERS 1
  422. | #define HAVE_SYS_TYPES_H 1
  423. | #define HAVE_SYS_STAT_H 1
  424. | #define HAVE_STDLIB_H 1
  425. | #define HAVE_STRING_H 1
  426. | #define HAVE_MEMORY_H 1
  427. | #define HAVE_STRINGS_H 1
  428. | #define HAVE_INTTYPES_H 1
  429. | #define HAVE_STDINT_H 1
  430. | #define HAVE_UNISTD_H 1
  431. | /* end confdefs.h. */
  432. | #include <stdio.h>
  433. | #ifdef HAVE_SYS_TYPES_H
  434. | # include <sys/types.h>
  435. | #endif
  436. | #ifdef HAVE_SYS_STAT_H
  437. | # include <sys/stat.h>
  438. | #endif
  439. | #ifdef STDC_HEADERS
  440. | # include <stdlib.h>
  441. | # include <stddef.h>
  442. | #else
  443. | # ifdef HAVE_STDLIB_H
  444. | # include <stdlib.h>
  445. | # endif
  446. | #endif
  447. | #ifdef HAVE_STRING_H
  448. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  449. | # include <memory.h>
  450. | # endif
  451. | # include <string.h>
  452. | #endif
  453. | #ifdef HAVE_STRINGS_H
  454. | # include <strings.h>
  455. | #endif
  456. | #ifdef HAVE_INTTYPES_H
  457. | # include <inttypes.h>
  458. | #endif
  459. | #ifdef HAVE_STDINT_H
  460. | # include <stdint.h>
  461. | #endif
  462. | #ifdef HAVE_UNISTD_H
  463. | # include <unistd.h>
  464. | #endif
  465. | #include <sys/endian.h>
  466. configure:4967: result: no
  467. configure:4967: checking sys/endian.h presence
  468. configure:4967: gcc -std=gnu99 -E conftest.c
  469. conftest.c:21:24: fatal error: sys/endian.h: No such file or directory
  470. #include <sys/endian.h>
  471. ^
  472. compilation terminated.
  473. configure:4967: $? = 1
  474. configure: failed program was:
  475. | /* confdefs.h */
  476. | #define PACKAGE_NAME "cpuminer"
  477. | #define PACKAGE_TARNAME "cpuminer"
  478. | #define PACKAGE_VERSION "2.3.3"
  479. | #define PACKAGE_STRING "cpuminer 2.3.3"
  480. | #define PACKAGE_BUGREPORT ""
  481. | #define PACKAGE_URL ""
  482. | #define PACKAGE "cpuminer"
  483. | #define VERSION "2.3.3"
  484. | #define STDC_HEADERS 1
  485. | #define HAVE_SYS_TYPES_H 1
  486. | #define HAVE_SYS_STAT_H 1
  487. | #define HAVE_STDLIB_H 1
  488. | #define HAVE_STRING_H 1
  489. | #define HAVE_MEMORY_H 1
  490. | #define HAVE_STRINGS_H 1
  491. | #define HAVE_INTTYPES_H 1
  492. | #define HAVE_STDINT_H 1
  493. | #define HAVE_UNISTD_H 1
  494. | /* end confdefs.h. */
  495. | #include <sys/endian.h>
  496. configure:4967: result: no
  497. configure:4967: checking for sys/endian.h
  498. configure:4967: result: no
  499. configure:4967: checking sys/param.h usability
  500. configure:4967: gcc -std=gnu99 -c -static conftest.c >&5
  501. configure:4967: $? = 0
  502. configure:4967: result: yes
  503. configure:4967: checking sys/param.h presence
  504. configure:4967: gcc -std=gnu99 -E conftest.c
  505. configure:4967: $? = 0
  506. configure:4967: result: yes
  507. configure:4967: checking for sys/param.h
  508. configure:4967: result: yes
  509. configure:4967: checking syslog.h usability
  510. configure:4967: gcc -std=gnu99 -c -static conftest.c >&5
  511. configure:4967: $? = 0
  512. configure:4967: result: yes
  513. configure:4967: checking syslog.h presence
  514. configure:4967: gcc -std=gnu99 -E conftest.c
  515. configure:4967: $? = 0
  516. configure:4967: result: yes
  517. configure:4967: checking for syslog.h
  518. configure:4967: result: yes
  519. configure:4981: checking for sys/sysctl.h
  520. configure:4981: gcc -std=gnu99 -c -static conftest.c >&5
  521. configure:4981: $? = 0
  522. configure:4981: result: yes
  523. configure:4997: checking whether be32dec is declared
  524. configure:4997: gcc -std=gnu99 -c -static conftest.c >&5
  525. conftest.c: In function 'main':
  526. conftest.c:69:10: error: 'be32dec' undeclared (first use in this function)
  527. (void) be32dec;
  528. ^
  529. conftest.c:69:10: note: each undeclared identifier is reported only once for each function it appears in
  530. configure:4997: $? = 1
  531. configure: failed program was:
  532. | /* confdefs.h */
  533. | #define PACKAGE_NAME "cpuminer"
  534. | #define PACKAGE_TARNAME "cpuminer"
  535. | #define PACKAGE_VERSION "2.3.3"
  536. | #define PACKAGE_STRING "cpuminer 2.3.3"
  537. | #define PACKAGE_BUGREPORT ""
  538. | #define PACKAGE_URL ""
  539. | #define PACKAGE "cpuminer"
  540. | #define VERSION "2.3.3"
  541. | #define STDC_HEADERS 1
  542. | #define HAVE_SYS_TYPES_H 1
  543. | #define HAVE_SYS_STAT_H 1
  544. | #define HAVE_STDLIB_H 1
  545. | #define HAVE_STRING_H 1
  546. | #define HAVE_MEMORY_H 1
  547. | #define HAVE_STRINGS_H 1
  548. | #define HAVE_INTTYPES_H 1
  549. | #define HAVE_STDINT_H 1
  550. | #define HAVE_UNISTD_H 1
  551. | #define HAVE_SYS_PARAM_H 1
  552. | #define HAVE_SYSLOG_H 1
  553. | #define HAVE_SYS_SYSCTL_H 1
  554. | /* end confdefs.h. */
  555. | #include <stdio.h>
  556. | #ifdef HAVE_SYS_TYPES_H
  557. | # include <sys/types.h>
  558. | #endif
  559. | #ifdef HAVE_SYS_STAT_H
  560. | # include <sys/stat.h>
  561. | #endif
  562. | #ifdef STDC_HEADERS
  563. | # include <stdlib.h>
  564. | # include <stddef.h>
  565. | #else
  566. | # ifdef HAVE_STDLIB_H
  567. | # include <stdlib.h>
  568. | # endif
  569. | #endif
  570. | #ifdef HAVE_STRING_H
  571. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  572. | # include <memory.h>
  573. | # endif
  574. | # include <string.h>
  575. | #endif
  576. | #ifdef HAVE_STRINGS_H
  577. | # include <strings.h>
  578. | #endif
  579. | #ifdef HAVE_INTTYPES_H
  580. | # include <inttypes.h>
  581. | #endif
  582. | #ifdef HAVE_STDINT_H
  583. | # include <stdint.h>
  584. | #endif
  585. | #ifdef HAVE_UNISTD_H
  586. | # include <unistd.h>
  587. | #endif
  588. | #ifdef HAVE_SYS_ENDIAN_H
  589. | #include <sys/endian.h>
  590. | #endif
  591. |
  592. |
  593. | int
  594. | main ()
  595. | {
  596. | #ifndef be32dec
  597. | #ifdef __cplusplus
  598. | (void) be32dec;
  599. | #else
  600. | (void) be32dec;
  601. | #endif
  602. | #endif
  603. |
  604. | ;
  605. | return 0;
  606. | }
  607. configure:4997: result: no
  608. configure:5012: checking whether le32dec is declared
  609. configure:5012: gcc -std=gnu99 -c -static conftest.c >&5
  610. conftest.c: In function 'main':
  611. conftest.c:70:10: error: 'le32dec' undeclared (first use in this function)
  612. (void) le32dec;
  613. ^
  614. conftest.c:70:10: note: each undeclared identifier is reported only once for each function it appears in
  615. configure:5012: $? = 1
  616. configure: failed program was:
  617. | /* confdefs.h */
  618. | #define PACKAGE_NAME "cpuminer"
  619. | #define PACKAGE_TARNAME "cpuminer"
  620. | #define PACKAGE_VERSION "2.3.3"
  621. | #define PACKAGE_STRING "cpuminer 2.3.3"
  622. | #define PACKAGE_BUGREPORT ""
  623. | #define PACKAGE_URL ""
  624. | #define PACKAGE "cpuminer"
  625. | #define VERSION "2.3.3"
  626. | #define STDC_HEADERS 1
  627. | #define HAVE_SYS_TYPES_H 1
  628. | #define HAVE_SYS_STAT_H 1
  629. | #define HAVE_STDLIB_H 1
  630. | #define HAVE_STRING_H 1
  631. | #define HAVE_MEMORY_H 1
  632. | #define HAVE_STRINGS_H 1
  633. | #define HAVE_INTTYPES_H 1
  634. | #define HAVE_STDINT_H 1
  635. | #define HAVE_UNISTD_H 1
  636. | #define HAVE_SYS_PARAM_H 1
  637. | #define HAVE_SYSLOG_H 1
  638. | #define HAVE_SYS_SYSCTL_H 1
  639. | #define HAVE_DECL_BE32DEC 0
  640. | /* end confdefs.h. */
  641. | #include <stdio.h>
  642. | #ifdef HAVE_SYS_TYPES_H
  643. | # include <sys/types.h>
  644. | #endif
  645. | #ifdef HAVE_SYS_STAT_H
  646. | # include <sys/stat.h>
  647. | #endif
  648. | #ifdef STDC_HEADERS
  649. | # include <stdlib.h>
  650. | # include <stddef.h>
  651. | #else
  652. | # ifdef HAVE_STDLIB_H
  653. | # include <stdlib.h>
  654. | # endif
  655. | #endif
  656. | #ifdef HAVE_STRING_H
  657. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  658. | # include <memory.h>
  659. | # endif
  660. | # include <string.h>
  661. | #endif
  662. | #ifdef HAVE_STRINGS_H
  663. | # include <strings.h>
  664. | #endif
  665. | #ifdef HAVE_INTTYPES_H
  666. | # include <inttypes.h>
  667. | #endif
  668. | #ifdef HAVE_STDINT_H
  669. | # include <stdint.h>
  670. | #endif
  671. | #ifdef HAVE_UNISTD_H
  672. | # include <unistd.h>
  673. | #endif
  674. | #ifdef HAVE_SYS_ENDIAN_H
  675. | #include <sys/endian.h>
  676. | #endif
  677. |
  678. |
  679. | int
  680. | main ()
  681. | {
  682. | #ifndef le32dec
  683. | #ifdef __cplusplus
  684. | (void) le32dec;
  685. | #else
  686. | (void) le32dec;
  687. | #endif
  688. | #endif
  689. |
  690. | ;
  691. | return 0;
  692. | }
  693. configure:5012: result: no
  694. configure:5027: checking whether be32enc is declared
  695. configure:5027: gcc -std=gnu99 -c -static conftest.c >&5
  696. conftest.c: In function 'main':
  697. conftest.c:71:10: error: 'be32enc' undeclared (first use in this function)
  698. (void) be32enc;
  699. ^
  700. conftest.c:71:10: note: each undeclared identifier is reported only once for each function it appears in
  701. configure:5027: $? = 1
  702. configure: failed program was:
  703. | /* confdefs.h */
  704. | #define PACKAGE_NAME "cpuminer"
  705. | #define PACKAGE_TARNAME "cpuminer"
  706. | #define PACKAGE_VERSION "2.3.3"
  707. | #define PACKAGE_STRING "cpuminer 2.3.3"
  708. | #define PACKAGE_BUGREPORT ""
  709. | #define PACKAGE_URL ""
  710. | #define PACKAGE "cpuminer"
  711. | #define VERSION "2.3.3"
  712. | #define STDC_HEADERS 1
  713. | #define HAVE_SYS_TYPES_H 1
  714. | #define HAVE_SYS_STAT_H 1
  715. | #define HAVE_STDLIB_H 1
  716. | #define HAVE_STRING_H 1
  717. | #define HAVE_MEMORY_H 1
  718. | #define HAVE_STRINGS_H 1
  719. | #define HAVE_INTTYPES_H 1
  720. | #define HAVE_STDINT_H 1
  721. | #define HAVE_UNISTD_H 1
  722. | #define HAVE_SYS_PARAM_H 1
  723. | #define HAVE_SYSLOG_H 1
  724. | #define HAVE_SYS_SYSCTL_H 1
  725. | #define HAVE_DECL_BE32DEC 0
  726. | #define HAVE_DECL_LE32DEC 0
  727. | /* end confdefs.h. */
  728. | #include <stdio.h>
  729. | #ifdef HAVE_SYS_TYPES_H
  730. | # include <sys/types.h>
  731. | #endif
  732. | #ifdef HAVE_SYS_STAT_H
  733. | # include <sys/stat.h>
  734. | #endif
  735. | #ifdef STDC_HEADERS
  736. | # include <stdlib.h>
  737. | # include <stddef.h>
  738. | #else
  739. | # ifdef HAVE_STDLIB_H
  740. | # include <stdlib.h>
  741. | # endif
  742. | #endif
  743. | #ifdef HAVE_STRING_H
  744. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  745. | # include <memory.h>
  746. | # endif
  747. | # include <string.h>
  748. | #endif
  749. | #ifdef HAVE_STRINGS_H
  750. | # include <strings.h>
  751. | #endif
  752. | #ifdef HAVE_INTTYPES_H
  753. | # include <inttypes.h>
  754. | #endif
  755. | #ifdef HAVE_STDINT_H
  756. | # include <stdint.h>
  757. | #endif
  758. | #ifdef HAVE_UNISTD_H
  759. | # include <unistd.h>
  760. | #endif
  761. | #ifdef HAVE_SYS_ENDIAN_H
  762. | #include <sys/endian.h>
  763. | #endif
  764. |
  765. |
  766. | int
  767. | main ()
  768. | {
  769. | #ifndef be32enc
  770. | #ifdef __cplusplus
  771. | (void) be32enc;
  772. | #else
  773. | (void) be32enc;
  774. | #endif
  775. | #endif
  776. |
  777. | ;
  778. | return 0;
  779. | }
  780. configure:5027: result: no
  781. configure:5042: checking whether le32enc is declared
  782. configure:5042: gcc -std=gnu99 -c -static conftest.c >&5
  783. conftest.c: In function 'main':
  784. conftest.c:72:10: error: 'le32enc' undeclared (first use in this function)
  785. (void) le32enc;
  786. ^
  787. conftest.c:72:10: note: each undeclared identifier is reported only once for each function it appears in
  788. configure:5042: $? = 1
  789. configure: failed program was:
  790. | /* confdefs.h */
  791. | #define PACKAGE_NAME "cpuminer"
  792. | #define PACKAGE_TARNAME "cpuminer"
  793. | #define PACKAGE_VERSION "2.3.3"
  794. | #define PACKAGE_STRING "cpuminer 2.3.3"
  795. | #define PACKAGE_BUGREPORT ""
  796. | #define PACKAGE_URL ""
  797. | #define PACKAGE "cpuminer"
  798. | #define VERSION "2.3.3"
  799. | #define STDC_HEADERS 1
  800. | #define HAVE_SYS_TYPES_H 1
  801. | #define HAVE_SYS_STAT_H 1
  802. | #define HAVE_STDLIB_H 1
  803. | #define HAVE_STRING_H 1
  804. | #define HAVE_MEMORY_H 1
  805. | #define HAVE_STRINGS_H 1
  806. | #define HAVE_INTTYPES_H 1
  807. | #define HAVE_STDINT_H 1
  808. | #define HAVE_UNISTD_H 1
  809. | #define HAVE_SYS_PARAM_H 1
  810. | #define HAVE_SYSLOG_H 1
  811. | #define HAVE_SYS_SYSCTL_H 1
  812. | #define HAVE_DECL_BE32DEC 0
  813. | #define HAVE_DECL_LE32DEC 0
  814. | #define HAVE_DECL_BE32ENC 0
  815. | /* end confdefs.h. */
  816. | #include <stdio.h>
  817. | #ifdef HAVE_SYS_TYPES_H
  818. | # include <sys/types.h>
  819. | #endif
  820. | #ifdef HAVE_SYS_STAT_H
  821. | # include <sys/stat.h>
  822. | #endif
  823. | #ifdef STDC_HEADERS
  824. | # include <stdlib.h>
  825. | # include <stddef.h>
  826. | #else
  827. | # ifdef HAVE_STDLIB_H
  828. | # include <stdlib.h>
  829. | # endif
  830. | #endif
  831. | #ifdef HAVE_STRING_H
  832. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  833. | # include <memory.h>
  834. | # endif
  835. | # include <string.h>
  836. | #endif
  837. | #ifdef HAVE_STRINGS_H
  838. | # include <strings.h>
  839. | #endif
  840. | #ifdef HAVE_INTTYPES_H
  841. | # include <inttypes.h>
  842. | #endif
  843. | #ifdef HAVE_STDINT_H
  844. | # include <stdint.h>
  845. | #endif
  846. | #ifdef HAVE_UNISTD_H
  847. | # include <unistd.h>
  848. | #endif
  849. | #ifdef HAVE_SYS_ENDIAN_H
  850. | #include <sys/endian.h>
  851. | #endif
  852. |
  853. |
  854. | int
  855. | main ()
  856. | {
  857. | #ifndef le32enc
  858. | #ifdef __cplusplus
  859. | (void) le32enc;
  860. | #else
  861. | (void) le32enc;
  862. | #endif
  863. | #endif
  864. |
  865. | ;
  866. | return 0;
  867. | }
  868. configure:5042: result: no
  869. configure:5059: checking for size_t
  870. configure:5059: gcc -std=gnu99 -c -static conftest.c >&5
  871. configure:5059: $? = 0
  872. configure:5059: gcc -std=gnu99 -c -static conftest.c >&5
  873. conftest.c: In function 'main':
  874. conftest.c:64:21: error: expected expression before ')' token
  875. if (sizeof ((size_t)))
  876. ^
  877. configure:5059: $? = 1
  878. configure: failed program was:
  879. | /* confdefs.h */
  880. | #define PACKAGE_NAME "cpuminer"
  881. | #define PACKAGE_TARNAME "cpuminer"
  882. | #define PACKAGE_VERSION "2.3.3"
  883. | #define PACKAGE_STRING "cpuminer 2.3.3"
  884. | #define PACKAGE_BUGREPORT ""
  885. | #define PACKAGE_URL ""
  886. | #define PACKAGE "cpuminer"
  887. | #define VERSION "2.3.3"
  888. | #define STDC_HEADERS 1
  889. | #define HAVE_SYS_TYPES_H 1
  890. | #define HAVE_SYS_STAT_H 1
  891. | #define HAVE_STDLIB_H 1
  892. | #define HAVE_STRING_H 1
  893. | #define HAVE_MEMORY_H 1
  894. | #define HAVE_STRINGS_H 1
  895. | #define HAVE_INTTYPES_H 1
  896. | #define HAVE_STDINT_H 1
  897. | #define HAVE_UNISTD_H 1
  898. | #define HAVE_SYS_PARAM_H 1
  899. | #define HAVE_SYSLOG_H 1
  900. | #define HAVE_SYS_SYSCTL_H 1
  901. | #define HAVE_DECL_BE32DEC 0
  902. | #define HAVE_DECL_LE32DEC 0
  903. | #define HAVE_DECL_BE32ENC 0
  904. | #define HAVE_DECL_LE32ENC 0
  905. | /* end confdefs.h. */
  906. | #include <stdio.h>
  907. | #ifdef HAVE_SYS_TYPES_H
  908. | # include <sys/types.h>
  909. | #endif
  910. | #ifdef HAVE_SYS_STAT_H
  911. | # include <sys/stat.h>
  912. | #endif
  913. | #ifdef STDC_HEADERS
  914. | # include <stdlib.h>
  915. | # include <stddef.h>
  916. | #else
  917. | # ifdef HAVE_STDLIB_H
  918. | # include <stdlib.h>
  919. | # endif
  920. | #endif
  921. | #ifdef HAVE_STRING_H
  922. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  923. | # include <memory.h>
  924. | # endif
  925. | # include <string.h>
  926. | #endif
  927. | #ifdef HAVE_STRINGS_H
  928. | # include <strings.h>
  929. | #endif
  930. | #ifdef HAVE_INTTYPES_H
  931. | # include <inttypes.h>
  932. | #endif
  933. | #ifdef HAVE_STDINT_H
  934. | # include <stdint.h>
  935. | #endif
  936. | #ifdef HAVE_UNISTD_H
  937. | # include <unistd.h>
  938. | #endif
  939. | int
  940. | main ()
  941. | {
  942. | if (sizeof ((size_t)))
  943. | return 0;
  944. | ;
  945. | return 0;
  946. | }
  947. configure:5059: result: yes
  948. configure:5072: checking for working alloca.h
  949. configure:5089: gcc -std=gnu99 -o conftest -static conftest.c >&5
  950. configure:5089: $? = 0
  951. configure:5097: result: yes
  952. configure:5105: checking for alloca
  953. configure:5142: gcc -std=gnu99 -o conftest -static conftest.c >&5
  954. configure:5142: $? = 0
  955. configure:5150: result: yes
  956. configure:5258: checking for getopt_long
  957. configure:5258: gcc -std=gnu99 -o conftest -static conftest.c >&5
  958. configure:5258: $? = 0
  959. configure:5258: result: yes
  960. configure:5293: checking whether we can compile AVX code
  961. configure:5306: gcc -std=gnu99 -c -static conftest.c >&5
  962. configure:5306: $? = 0
  963. configure:5310: result: yes
  964. configure:5312: checking whether we can compile XOP code
  965. configure:5325: gcc -std=gnu99 -c -static conftest.c >&5
  966. configure:5325: $? = 0
  967. configure:5329: result: yes
  968. configure:5340: checking whether we can compile AVX2 code
  969. configure:5353: gcc -std=gnu99 -c -static conftest.c >&5
  970. configure:5353: $? = 0
  971. configure:5357: result: yes
  972. configure:5407: checking for json_loads in -ljansson
  973. configure:5432: gcc -std=gnu99 -o conftest -static conftest.c -ljansson >&5
  974. /usr/bin/ld: cannot find -ljansson
  975. collect2: error: ld returned 1 exit status
  976. configure:5432: $? = 1
  977. configure: failed program was:
  978. | /* confdefs.h */
  979. | #define PACKAGE_NAME "cpuminer"
  980. | #define PACKAGE_TARNAME "cpuminer"
  981. | #define PACKAGE_VERSION "2.3.3"
  982. | #define PACKAGE_STRING "cpuminer 2.3.3"
  983. | #define PACKAGE_BUGREPORT ""
  984. | #define PACKAGE_URL ""
  985. | #define PACKAGE "cpuminer"
  986. | #define VERSION "2.3.3"
  987. | #define STDC_HEADERS 1
  988. | #define HAVE_SYS_TYPES_H 1
  989. | #define HAVE_SYS_STAT_H 1
  990. | #define HAVE_STDLIB_H 1
  991. | #define HAVE_STRING_H 1
  992. | #define HAVE_MEMORY_H 1
  993. | #define HAVE_STRINGS_H 1
  994. | #define HAVE_INTTYPES_H 1
  995. | #define HAVE_STDINT_H 1
  996. | #define HAVE_UNISTD_H 1
  997. | #define HAVE_SYS_PARAM_H 1
  998. | #define HAVE_SYSLOG_H 1
  999. | #define HAVE_SYS_SYSCTL_H 1
  1000. | #define HAVE_DECL_BE32DEC 0
  1001. | #define HAVE_DECL_LE32DEC 0
  1002. | #define HAVE_DECL_BE32ENC 0
  1003. | #define HAVE_DECL_LE32ENC 0
  1004. | #define HAVE_ALLOCA_H 1
  1005. | #define HAVE_ALLOCA 1
  1006. | #define HAVE_GETOPT_LONG 1
  1007. | #define USE_AVX 1
  1008. | #define USE_XOP 1
  1009. | #define USE_AVX2 1
  1010. | /* end confdefs.h. */
  1011. |
  1012. | /* Override any GCC internal prototype to avoid an error.
  1013. | Use char because int might match the return type of a GCC
  1014. | builtin and then its argument prototype would still apply. */
  1015. | #ifdef __cplusplus
  1016. | extern "C"
  1017. | #endif
  1018. | char json_loads ();
  1019. | int
  1020. | main ()
  1021. | {
  1022. | return json_loads ();
  1023. | ;
  1024. | return 0;
  1025. | }
  1026. configure:5441: result: no
  1027. configure:5449: checking for pthread_create in -lpthread
  1028. configure:5474: gcc -std=gnu99 -o conftest -static conftest.c -lpthread >&5
  1029. /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libpthread.a(libpthread.o): In function `sem_open':
  1030. (.text+0x685b): warning: the use of `mktemp' is dangerous, better use `mkstemp'
  1031. configure:5474: $? = 0
  1032. configure:5483: result: yes
  1033. configure:5717: checking for gawk
  1034. configure:5744: result: gawk
  1035. configure:5806: checking for curl-config
  1036. configure:5824: found /usr/local/bin/curl-config
  1037. configure:5836: result: /usr/local/bin/curl-config
  1038. configure:5847: checking for the version of libcurl
  1039. configure:5854: result: 7.37.1
  1040. configure:5861: checking for libcurl >= version 7.15.2
  1041. configure:5874: result: yes
  1042. configure:5915: checking whether libcurl is usable
  1043. configure:5949: gcc -std=gnu99 -o conftest -static -DCURL_STATICLIB -I/usr/local/include conftest.c -L/usr/local/lib -lcurl -lssl -lcrypto -lssl -lcrypto -lz >&5
  1044. /usr/bin/ld: cannot find -lz
  1045. /usr/local/lib/libcurl.a(libcurl_la-netrc.o): In function `Curl_parsenetrc':
  1046. netrc.c:(.text+0x38d): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  1047. /usr/local/lib/libcurl.a(libcurl_la-curl_addrinfo.o): In function `Curl_getaddrinfo_ex':
  1048. curl_addrinfo.c:(.text+0x70): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  1049. collect2: error: ld returned 1 exit status
  1050. configure:5949: $? = 1
  1051. configure: failed program was:
  1052. | /* confdefs.h */
  1053. | #define PACKAGE_NAME "cpuminer"
  1054. | #define PACKAGE_TARNAME "cpuminer"
  1055. | #define PACKAGE_VERSION "2.3.3"
  1056. | #define PACKAGE_STRING "cpuminer 2.3.3"
  1057. | #define PACKAGE_BUGREPORT ""
  1058. | #define PACKAGE_URL ""
  1059. | #define PACKAGE "cpuminer"
  1060. | #define VERSION "2.3.3"
  1061. | #define STDC_HEADERS 1
  1062. | #define HAVE_SYS_TYPES_H 1
  1063. | #define HAVE_SYS_STAT_H 1
  1064. | #define HAVE_STDLIB_H 1
  1065. | #define HAVE_STRING_H 1
  1066. | #define HAVE_MEMORY_H 1
  1067. | #define HAVE_STRINGS_H 1
  1068. | #define HAVE_INTTYPES_H 1
  1069. | #define HAVE_STDINT_H 1
  1070. | #define HAVE_UNISTD_H 1
  1071. | #define HAVE_SYS_PARAM_H 1
  1072. | #define HAVE_SYSLOG_H 1
  1073. | #define HAVE_SYS_SYSCTL_H 1
  1074. | #define HAVE_DECL_BE32DEC 0
  1075. | #define HAVE_DECL_LE32DEC 0
  1076. | #define HAVE_DECL_BE32ENC 0
  1077. | #define HAVE_DECL_LE32ENC 0
  1078. | #define HAVE_ALLOCA_H 1
  1079. | #define HAVE_ALLOCA 1
  1080. | #define HAVE_GETOPT_LONG 1
  1081. | #define USE_AVX 1
  1082. | #define USE_XOP 1
  1083. | #define USE_AVX2 1
  1084. | /* end confdefs.h. */
  1085. | #include <curl/curl.h>
  1086. | int
  1087. | main ()
  1088. | {
  1089. |
  1090. | /* Try and use a few common options to force a failure if we are
  1091. | missing symbols or can't link. */
  1092. | int x;
  1093. | curl_easy_setopt(NULL,CURLOPT_URL,NULL);
  1094. | x=CURL_ERROR_SIZE;
  1095. | x=CURLOPT_WRITEFUNCTION;
  1096. | x=CURLOPT_FILE;
  1097. | x=CURLOPT_ERRORBUFFER;
  1098. | x=CURLOPT_STDERR;
  1099. | x=CURLOPT_VERBOSE;
  1100. | if (x) ;
  1101. |
  1102. | ;
  1103. | return 0;
  1104. | }
  1105. configure:5963: result: no
  1106. configure:6054: error: Missing required libcurl >= 7.15.2
  1107.  
  1108. ## ---------------- ##
  1109. ## Cache variables. ##
  1110. ## ---------------- ##
  1111.  
  1112. ac_cv_build=x86_64-unknown-linux-gnu
  1113. ac_cv_c_compiler_gnu=yes
  1114. ac_cv_env_CCASFLAGS_set=
  1115. ac_cv_env_CCASFLAGS_value=
  1116. ac_cv_env_CCAS_set=
  1117. ac_cv_env_CCAS_value=
  1118. ac_cv_env_CC_set=
  1119. ac_cv_env_CC_value=
  1120. ac_cv_env_CFLAGS_set=set
  1121. ac_cv_env_CFLAGS_value=-static
  1122. ac_cv_env_CPPFLAGS_set=
  1123. ac_cv_env_CPPFLAGS_value=
  1124. ac_cv_env_CPP_set=
  1125. ac_cv_env_CPP_value=
  1126. ac_cv_env_LDFLAGS_set=
  1127. ac_cv_env_LDFLAGS_value=
  1128. ac_cv_env_LIBS_set=
  1129. ac_cv_env_LIBS_value=
  1130. ac_cv_env_build_alias_set=
  1131. ac_cv_env_build_alias_value=
  1132. ac_cv_env_host_alias_set=
  1133. ac_cv_env_host_alias_value=
  1134. ac_cv_env_target_alias_set=
  1135. ac_cv_env_target_alias_value=
  1136. ac_cv_func_alloca_works=yes
  1137. ac_cv_func_getopt_long=yes
  1138. ac_cv_have_decl_be32dec=no
  1139. ac_cv_have_decl_be32enc=no
  1140. ac_cv_have_decl_le32dec=no
  1141. ac_cv_have_decl_le32enc=no
  1142. ac_cv_header_inttypes_h=yes
  1143. ac_cv_header_memory_h=yes
  1144. ac_cv_header_stdc=yes
  1145. ac_cv_header_stdint_h=yes
  1146. ac_cv_header_stdlib_h=yes
  1147. ac_cv_header_string_h=yes
  1148. ac_cv_header_strings_h=yes
  1149. ac_cv_header_sys_endian_h=no
  1150. ac_cv_header_sys_param_h=yes
  1151. ac_cv_header_sys_stat_h=yes
  1152. ac_cv_header_sys_sysctl_h=yes
  1153. ac_cv_header_sys_types_h=yes
  1154. ac_cv_header_syslog_h=yes
  1155. ac_cv_header_unistd_h=yes
  1156. ac_cv_host=x86_64-unknown-linux-gnu
  1157. ac_cv_lib_jansson_json_loads=no
  1158. ac_cv_lib_pthread_pthread_create=yes
  1159. ac_cv_objext=o
  1160. ac_cv_path_EGREP='/usr/bin/grep -E'
  1161. ac_cv_path_GREP=/usr/bin/grep
  1162. ac_cv_path__libcurl_config=/usr/local/bin/curl-config
  1163. ac_cv_path_install='/usr/bin/install -c'
  1164. ac_cv_path_mkdir=/usr/bin/mkdir
  1165. ac_cv_prog_AWK=gawk
  1166. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  1167. ac_cv_prog_ac_ct_CC=gcc
  1168. ac_cv_prog_ac_ct_RANLIB=ranlib
  1169. ac_cv_prog_cc_c89=
  1170. ac_cv_prog_cc_c99=-std=gnu99
  1171. ac_cv_prog_cc_g=yes
  1172. ac_cv_prog_cc_gcc_c_o=yes
  1173. ac_cv_prog_gcc_traditional=no
  1174. ac_cv_prog_make_make_set=yes
  1175. ac_cv_target=x86_64-unknown-linux-gnu
  1176. ac_cv_type_size_t=yes
  1177. ac_cv_working_alloca_h=yes
  1178. am_cv_CCAS_dependencies_compiler_type=gcc3
  1179. am_cv_CC_dependencies_compiler_type=gcc3
  1180. am_cv_make_support_nested_variables=yes
  1181. libcurl_cv_lib_curl_usable=no
  1182. libcurl_cv_lib_curl_version=7.37.1
  1183. libcurl_cv_lib_version_ok=yes
  1184.  
  1185. ## ----------------- ##
  1186. ## Output variables. ##
  1187. ## ----------------- ##
  1188.  
  1189. ACLOCAL='aclocal-1.13'
  1190. ALLOCA=''
  1191. AMDEPBACKSLASH='\'
  1192. AMDEP_FALSE='#'
  1193. AMDEP_TRUE=''
  1194. AMTAR='$${TAR-tar}'
  1195. AM_BACKSLASH='\'
  1196. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1197. AM_DEFAULT_VERBOSITY='1'
  1198. AM_V='$(V)'
  1199. ARCH_ARM_FALSE=''
  1200. ARCH_ARM_TRUE='#'
  1201. ARCH_x86_64_FALSE='#'
  1202. ARCH_x86_64_TRUE=''
  1203. ARCH_x86_FALSE=''
  1204. ARCH_x86_TRUE='#'
  1205. AUTOCONF='autoconf'
  1206. AUTOHEADER='autoheader'
  1207. AUTOMAKE='automake-1.13'
  1208. AWK='gawk'
  1209. CC='gcc -std=gnu99'
  1210. CCAS='gcc -std=gnu99'
  1211. CCASDEPMODE='depmode=gcc3'
  1212. CCASFLAGS='-static'
  1213. CCDEPMODE='depmode=gcc3'
  1214. CFLAGS='-static'
  1215. CPP='gcc -std=gnu99 -E'
  1216. CPPFLAGS=''
  1217. CYGPATH_W='echo'
  1218. DEFS=''
  1219. DEPDIR='.deps'
  1220. DISABLE_LINUX_HUGEPAGES_FALSE=''
  1221. DISABLE_LINUX_HUGEPAGES_TRUE='#'
  1222. ECHO_C=''
  1223. ECHO_N='-n'
  1224. ECHO_T=''
  1225. EGREP='/usr/bin/grep -E'
  1226. EXEEXT=''
  1227. GREP='/usr/bin/grep'
  1228. HAVE_WINDOWS_FALSE=''
  1229. HAVE_WINDOWS_TRUE='#'
  1230. INSTALL_DATA='${INSTALL} -m 644'
  1231. INSTALL_PROGRAM='${INSTALL}'
  1232. INSTALL_SCRIPT='${INSTALL}'
  1233. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1234. JANSSON_LIBS='compat/jansson/libjansson.a'
  1235. LDFLAGS=''
  1236. LIBCURL=''
  1237. LIBCURL_CPPFLAGS=''
  1238. LIBOBJS=''
  1239. LIBS=''
  1240. LTLIBOBJS=''
  1241. MAINT='#'
  1242. MAINTAINER_MODE_FALSE=''
  1243. MAINTAINER_MODE_TRUE='#'
  1244. MAKEINFO='makeinfo'
  1245. MKDIR_P='/usr/bin/mkdir -p'
  1246. OBJEXT='o'
  1247. PACKAGE='cpuminer'
  1248. PACKAGE_BUGREPORT=''
  1249. PACKAGE_NAME='cpuminer'
  1250. PACKAGE_STRING='cpuminer 2.3.3'
  1251. PACKAGE_TARNAME='cpuminer'
  1252. PACKAGE_URL=''
  1253. PACKAGE_VERSION='2.3.3'
  1254. PATH_SEPARATOR=':'
  1255. PTHREAD_FLAGS='-pthread'
  1256. PTHREAD_LIBS='-lpthread'
  1257. RANLIB='ranlib'
  1258. SET_MAKE=''
  1259. SHELL='/bin/sh'
  1260. STRIP=''
  1261. USE_LOBOTOMIZED_AES_FALSE=''
  1262. USE_LOBOTOMIZED_AES_TRUE='#'
  1263. VERSION='2.3.3'
  1264. WANT_JANSSON_FALSE='#'
  1265. WANT_JANSSON_TRUE=''
  1266. WS2_LIBS=''
  1267. _libcurl_config=''
  1268. ac_ct_CC='gcc'
  1269. am__EXEEXT_FALSE=''
  1270. am__EXEEXT_TRUE=''
  1271. am__fastdepCCAS_FALSE='#'
  1272. am__fastdepCCAS_TRUE=''
  1273. am__fastdepCC_FALSE='#'
  1274. am__fastdepCC_TRUE=''
  1275. am__include='include'
  1276. am__isrc=''
  1277. am__leading_dot='.'
  1278. am__nodep='_no'
  1279. am__quote=''
  1280. am__tar='$${TAR-tar} chof - "$$tardir"'
  1281. am__untar='$${TAR-tar} xf -'
  1282. bindir='${exec_prefix}/bin'
  1283. build='x86_64-unknown-linux-gnu'
  1284. build_alias=''
  1285. build_cpu='x86_64'
  1286. build_os='linux-gnu'
  1287. build_vendor='unknown'
  1288. datadir='${datarootdir}'
  1289. datarootdir='${prefix}/share'
  1290. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1291. dvidir='${docdir}'
  1292. exec_prefix='NONE'
  1293. host='x86_64-unknown-linux-gnu'
  1294. host_alias=''
  1295. host_cpu='x86_64'
  1296. host_os='linux-gnu'
  1297. host_vendor='unknown'
  1298. htmldir='${docdir}'
  1299. includedir='${prefix}/include'
  1300. infodir='${datarootdir}/info'
  1301. install_sh='${SHELL} /root/cpuminer-multi/install-sh'
  1302. libdir='${exec_prefix}/lib'
  1303. libexecdir='${exec_prefix}/libexec'
  1304. localedir='${datarootdir}/locale'
  1305. localstatedir='${prefix}/var'
  1306. mandir='${datarootdir}/man'
  1307. mkdir_p='$(MKDIR_P)'
  1308. oldincludedir='/usr/include'
  1309. pdfdir='${docdir}'
  1310. prefix='NONE'
  1311. program_transform_name='s,x,x,'
  1312. psdir='${docdir}'
  1313. sbindir='${exec_prefix}/sbin'
  1314. sharedstatedir='${prefix}/com'
  1315. sysconfdir='${prefix}/etc'
  1316. target='x86_64-unknown-linux-gnu'
  1317. target_alias=''
  1318. target_cpu='x86_64'
  1319. target_os='linux-gnu'
  1320. target_vendor='unknown'
  1321.  
  1322. ## ----------- ##
  1323. ## confdefs.h. ##
  1324. ## ----------- ##
  1325.  
  1326. /* confdefs.h */
  1327. #define PACKAGE_NAME "cpuminer"
  1328. #define PACKAGE_TARNAME "cpuminer"
  1329. #define PACKAGE_VERSION "2.3.3"
  1330. #define PACKAGE_STRING "cpuminer 2.3.3"
  1331. #define PACKAGE_BUGREPORT ""
  1332. #define PACKAGE_URL ""
  1333. #define PACKAGE "cpuminer"
  1334. #define VERSION "2.3.3"
  1335. #define STDC_HEADERS 1
  1336. #define HAVE_SYS_TYPES_H 1
  1337. #define HAVE_SYS_STAT_H 1
  1338. #define HAVE_STDLIB_H 1
  1339. #define HAVE_STRING_H 1
  1340. #define HAVE_MEMORY_H 1
  1341. #define HAVE_STRINGS_H 1
  1342. #define HAVE_INTTYPES_H 1
  1343. #define HAVE_STDINT_H 1
  1344. #define HAVE_UNISTD_H 1
  1345. #define HAVE_SYS_PARAM_H 1
  1346. #define HAVE_SYSLOG_H 1
  1347. #define HAVE_SYS_SYSCTL_H 1
  1348. #define HAVE_DECL_BE32DEC 0
  1349. #define HAVE_DECL_LE32DEC 0
  1350. #define HAVE_DECL_BE32ENC 0
  1351. #define HAVE_DECL_LE32ENC 0
  1352. #define HAVE_ALLOCA_H 1
  1353. #define HAVE_ALLOCA 1
  1354. #define HAVE_GETOPT_LONG 1
  1355. #define USE_AVX 1
  1356. #define USE_XOP 1
  1357. #define USE_AVX2 1
  1358.  
  1359. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement