Advertisement
Guest User

config.log from failed compilation of darkcoin-cpuminer-1.2c

a guest
Mar 12th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.42 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.2, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure CFLAGS=-O3
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = hephaestus.tandbergtv.lan
  14. uname -m = x86_64
  15. uname -r = 2.6.32-431.5.1.el6.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Feb 12 00:41:43 UTC 2014
  18.  
  19. /usr/bin/uname -p = unknown
  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/lib64/qt-3.3/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/sbin
  36. PATH: /sbin
  37. PATH: /home/oberon/bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:1916: checking build system type
  45. configure:1934: result: x86_64-unknown-linux-gnu
  46. configure:1956: checking host system type
  47. configure:1971: result: x86_64-unknown-linux-gnu
  48. configure:1993: checking target system type
  49. configure:2008: result: x86_64-unknown-linux-gnu
  50. configure:2053: checking for a BSD-compatible install
  51. configure:2121: result: /usr/bin/install -c
  52. configure:2132: checking whether build environment is sane
  53. configure:2192: result: yes
  54. configure:2333: checking for a thread-safe mkdir -p
  55. configure:2372: result: /bin/mkdir -p
  56. configure:2385: checking for gawk
  57. configure:2401: found /usr/bin/gawk
  58. configure:2412: result: gawk
  59. configure:2423: checking whether make sets $(MAKE)
  60. configure:2445: result: yes
  61. configure:2531: checking whether to enable maintainer-specific portions of Makefiles
  62. configure:2540: result: no
  63. configure:2566: checking for style of include used by make
  64. configure:2594: result: GNU
  65. configure:2664: checking for gcc
  66. configure:2680: found /usr/bin/gcc
  67. configure:2691: result: gcc
  68. configure:2923: checking for C compiler version
  69. configure:2931: gcc --version >&5
  70. gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
  71. Copyright (C) 2010 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:2935: $? = 0
  76. configure:2942: gcc -v >&5
  77. Using built-in specs.
  78. Target: x86_64-redhat-linux
  79. 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-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  80. Thread model: posix
  81. gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
  82. configure:2946: $? = 0
  83. configure:2953: gcc -V >&5
  84. gcc: '-V' option must have argument
  85. configure:2957: $? = 1
  86. configure:2980: checking for C compiler default output file name
  87. configure:3002: gcc -O3 conftest.c >&5
  88. configure:3006: $? = 0
  89. configure:3044: result: a.out
  90. configure:3063: checking whether the C compiler works
  91. configure:3073: ./a.out
  92. configure:3077: $? = 0
  93. configure:3096: result: yes
  94. configure:3103: checking whether we are cross compiling
  95. configure:3105: result: no
  96. configure:3108: checking for suffix of executables
  97. configure:3115: gcc -o conftest -O3 conftest.c >&5
  98. configure:3119: $? = 0
  99. configure:3145: result:
  100. configure:3151: checking for suffix of object files
  101. configure:3177: gcc -c -O3 conftest.c >&5
  102. configure:3181: $? = 0
  103. configure:3206: result: o
  104. configure:3210: checking whether we are using the GNU C compiler
  105. configure:3239: gcc -c -O3 conftest.c >&5
  106. configure:3246: $? = 0
  107. configure:3263: result: yes
  108. configure:3272: checking whether gcc accepts -g
  109. configure:3302: gcc -c -g conftest.c >&5
  110. configure:3309: $? = 0
  111. configure:3410: result: yes
  112. configure:3427: checking for gcc option to accept ISO C89
  113. configure:3501: gcc -c -O3 conftest.c >&5
  114. configure:3508: $? = 0
  115. configure:3531: result: none needed
  116. configure:3551: checking dependency style of gcc
  117. configure:3661: result: gcc3
  118. configure:3676: checking for gcc option to accept ISO C99
  119. configure:3835: gcc -c -O3 conftest.c >&5
  120. conftest.c:60: error: expected ';', ',' or ')' before 'text'
  121. conftest.c: In function 'main':
  122. conftest.c:114: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  123. conftest.c:114: error: 'newvar' undeclared (first use in this function)
  124. conftest.c:114: error: (Each undeclared identifier is reported only once
  125. conftest.c:114: error: for each function it appears in.)
  126. conftest.c:124: error: 'for' loop initial declarations are only allowed in C99 mode
  127. conftest.c:124: note: use option -std=c99 or -std=gnu99 to compile your code
  128. configure:3842: $? = 1
  129. configure: failed program was:
  130. | /* confdefs.h. */
  131. | #define PACKAGE_NAME "cpuminer"
  132. | #define PACKAGE_TARNAME "cpuminer"
  133. | #define PACKAGE_VERSION "2.3.2"
  134. | #define PACKAGE_STRING "cpuminer 2.3.2"
  135. | #define PACKAGE_BUGREPORT ""
  136. | #define PACKAGE "cpuminer"
  137. | #define VERSION "2.3.2"
  138. | /* end confdefs.h. */
  139. | #include <stdarg.h>
  140. | #include <stdbool.h>
  141. | #include <stdlib.h>
  142. | #include <wchar.h>
  143. | #include <stdio.h>
  144. |
  145. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  146. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  147. | #define showlist(...) puts (#__VA_ARGS__)
  148. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  149. | static void
  150. | test_varargs_macros (void)
  151. | {
  152. | int x = 1234;
  153. | int y = 5678;
  154. | debug ("Flag");
  155. | debug ("X = %d\n", x);
  156. | showlist (The first, second, and third items.);
  157. | report (x>y, "x is %d but y is %d", x, y);
  158. | }
  159. |
  160. | // Check long long types.
  161. | #define BIG64 18446744073709551615ull
  162. | #define BIG32 4294967295ul
  163. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  164. | #if !BIG_OK
  165. | your preprocessor is broken;
  166. | #endif
  167. | #if BIG_OK
  168. | #else
  169. | your preprocessor is broken;
  170. | #endif
  171. | static long long int bignum = -9223372036854775807LL;
  172. | static unsigned long long int ubignum = BIG64;
  173. |
  174. | struct incomplete_array
  175. | {
  176. | int datasize;
  177. | double data[];
  178. | };
  179. |
  180. | struct named_init {
  181. | int number;
  182. | const wchar_t *name;
  183. | double average;
  184. | };
  185. |
  186. | typedef const char *ccp;
  187. |
  188. | static inline int
  189. | test_restrict (ccp restrict text)
  190. | {
  191. | // See if C++-style comments work.
  192. | // Iterate through items via the restricted pointer.
  193. | // Also check for declarations in for loops.
  194. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  195. | continue;
  196. | return 0;
  197. | }
  198. |
  199. | // Check varargs and va_copy.
  200. | static void
  201. | test_varargs (const char *format, ...)
  202. | {
  203. | va_list args;
  204. | va_start (args, format);
  205. | va_list args_copy;
  206. | va_copy (args_copy, args);
  207. |
  208. | const char *str;
  209. | int number;
  210. | float fnumber;
  211. |
  212. | while (*format)
  213. | {
  214. | switch (*format++)
  215. | {
  216. | case 's': // string
  217. | str = va_arg (args_copy, const char *);
  218. | break;
  219. | case 'd': // int
  220. | number = va_arg (args_copy, int);
  221. | break;
  222. | case 'f': // float
  223. | fnumber = va_arg (args_copy, double);
  224. | break;
  225. | default:
  226. | break;
  227. | }
  228. | }
  229. | va_end (args_copy);
  230. | va_end (args);
  231. | }
  232. |
  233. | int
  234. | main ()
  235. | {
  236. |
  237. | // Check bool.
  238. | _Bool success = false;
  239. |
  240. | // Check restrict.
  241. | if (test_restrict ("String literal") == 0)
  242. | success = true;
  243. | char *restrict newvar = "Another string";
  244. |
  245. | // Check varargs.
  246. | test_varargs ("s, d' f .", "string", 65, 34.234);
  247. | test_varargs_macros ();
  248. |
  249. | // Check flexible array members.
  250. | struct incomplete_array *ia =
  251. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  252. | ia->datasize = 10;
  253. | for (int i = 0; i < ia->datasize; ++i)
  254. | ia->data[i] = i * 1.234;
  255. |
  256. | // Check named initializers.
  257. | struct named_init ni = {
  258. | .number = 34,
  259. | .name = L"Test wide string",
  260. | .average = 543.34343,
  261. | };
  262. |
  263. | ni.number = 58;
  264. |
  265. | int dynamic_array[ni.number];
  266. | dynamic_array[ni.number - 1] = 543;
  267. |
  268. | // work around unused variable warnings
  269. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  270. | || dynamic_array[ni.number - 1] != 543);
  271. |
  272. | ;
  273. | return 0;
  274. | }
  275. configure:3835: gcc -std=gnu99 -c -O3 conftest.c >&5
  276. configure:3842: $? = 0
  277. configure:3872: result: -std=gnu99
  278. configure:3884: checking how to run the C preprocessor
  279. configure:3924: gcc -std=gnu99 -E conftest.c
  280. configure:3931: $? = 0
  281. configure:3962: gcc -std=gnu99 -E conftest.c
  282. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  283. configure:3969: $? = 1
  284. configure: failed program was:
  285. | /* confdefs.h. */
  286. | #define PACKAGE_NAME "cpuminer"
  287. | #define PACKAGE_TARNAME "cpuminer"
  288. | #define PACKAGE_VERSION "2.3.2"
  289. | #define PACKAGE_STRING "cpuminer 2.3.2"
  290. | #define PACKAGE_BUGREPORT ""
  291. | #define PACKAGE "cpuminer"
  292. | #define VERSION "2.3.2"
  293. | /* end confdefs.h. */
  294. | #include <ac_nonexistent.h>
  295. configure:4002: result: gcc -std=gnu99 -E
  296. configure:4031: gcc -std=gnu99 -E conftest.c
  297. configure:4038: $? = 0
  298. configure:4069: gcc -std=gnu99 -E conftest.c
  299. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  300. configure:4076: $? = 1
  301. configure: failed program was:
  302. | /* confdefs.h. */
  303. | #define PACKAGE_NAME "cpuminer"
  304. | #define PACKAGE_TARNAME "cpuminer"
  305. | #define PACKAGE_VERSION "2.3.2"
  306. | #define PACKAGE_STRING "cpuminer 2.3.2"
  307. | #define PACKAGE_BUGREPORT ""
  308. | #define PACKAGE "cpuminer"
  309. | #define VERSION "2.3.2"
  310. | /* end confdefs.h. */
  311. | #include <ac_nonexistent.h>
  312. configure:4116: checking for grep that handles long lines and -e
  313. configure:4176: result: /bin/grep
  314. configure:4181: checking for egrep
  315. configure:4245: result: /bin/grep -E
  316. configure:4251: checking whether gcc -std=gnu99 needs -traditional
  317. configure:4293: result: no
  318. configure:4301: checking whether gcc -std=gnu99 and cc understand -c and -o together
  319. configure:4336: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  320. configure:4340: $? = 0
  321. configure:4346: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  322. configure:4350: $? = 0
  323. configure:4361: cc -c conftest.c >&5
  324. configure:4365: $? = 0
  325. configure:4373: cc -c conftest.c -o conftest2.o >&5
  326. configure:4377: $? = 0
  327. configure:4383: cc -c conftest.c -o conftest2.o >&5
  328. configure:4387: $? = 0
  329. configure:4405: result: yes
  330. configure:4441: checking dependency style of gcc -std=gnu99
  331. configure:4549: result: gcc3
  332. configure:4607: checking for ranlib
  333. configure:4623: found /usr/bin/ranlib
  334. configure:4634: result: ranlib
  335. configure:4657: checking for ANSI C header files
  336. configure:4687: gcc -std=gnu99 -c -O3 conftest.c >&5
  337. configure:4694: $? = 0
  338. configure:4793: gcc -std=gnu99 -o conftest -O3 conftest.c >&5
  339. configure:4797: $? = 0
  340. configure:4803: ./conftest
  341. configure:4807: $? = 0
  342. configure:4825: result: yes
  343. configure:4849: checking for sys/types.h
  344. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  345. configure:4877: $? = 0
  346. configure:4894: result: yes
  347. configure:4849: checking for sys/stat.h
  348. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  349. configure:4877: $? = 0
  350. configure:4894: result: yes
  351. configure:4849: checking for stdlib.h
  352. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  353. configure:4877: $? = 0
  354. configure:4894: result: yes
  355. configure:4849: checking for string.h
  356. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  357. configure:4877: $? = 0
  358. configure:4894: result: yes
  359. configure:4849: checking for memory.h
  360. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  361. configure:4877: $? = 0
  362. configure:4894: result: yes
  363. configure:4849: checking for strings.h
  364. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  365. configure:4877: $? = 0
  366. configure:4894: result: yes
  367. configure:4849: checking for inttypes.h
  368. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  369. configure:4877: $? = 0
  370. configure:4894: result: yes
  371. configure:4849: checking for stdint.h
  372. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  373. configure:4877: $? = 0
  374. configure:4894: result: yes
  375. configure:4849: checking for unistd.h
  376. configure:4870: gcc -std=gnu99 -c -O3 conftest.c >&5
  377. configure:4877: $? = 0
  378. configure:4894: result: yes
  379. configure:4926: checking sys/endian.h usability
  380. configure:4943: gcc -std=gnu99 -c -O3 conftest.c >&5
  381. conftest.c:53:24: error: sys/endian.h: No such file or directory
  382. configure:4950: $? = 1
  383. configure: failed program was:
  384. | /* confdefs.h. */
  385. | #define PACKAGE_NAME "cpuminer"
  386. | #define PACKAGE_TARNAME "cpuminer"
  387. | #define PACKAGE_VERSION "2.3.2"
  388. | #define PACKAGE_STRING "cpuminer 2.3.2"
  389. | #define PACKAGE_BUGREPORT ""
  390. | #define PACKAGE "cpuminer"
  391. | #define VERSION "2.3.2"
  392. | #define STDC_HEADERS 1
  393. | #define HAVE_SYS_TYPES_H 1
  394. | #define HAVE_SYS_STAT_H 1
  395. | #define HAVE_STDLIB_H 1
  396. | #define HAVE_STRING_H 1
  397. | #define HAVE_MEMORY_H 1
  398. | #define HAVE_STRINGS_H 1
  399. | #define HAVE_INTTYPES_H 1
  400. | #define HAVE_STDINT_H 1
  401. | #define HAVE_UNISTD_H 1
  402. | /* end confdefs.h. */
  403. | #include <stdio.h>
  404. | #ifdef HAVE_SYS_TYPES_H
  405. | # include <sys/types.h>
  406. | #endif
  407. | #ifdef HAVE_SYS_STAT_H
  408. | # include <sys/stat.h>
  409. | #endif
  410. | #ifdef STDC_HEADERS
  411. | # include <stdlib.h>
  412. | # include <stddef.h>
  413. | #else
  414. | # ifdef HAVE_STDLIB_H
  415. | # include <stdlib.h>
  416. | # endif
  417. | #endif
  418. | #ifdef HAVE_STRING_H
  419. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  420. | # include <memory.h>
  421. | # endif
  422. | # include <string.h>
  423. | #endif
  424. | #ifdef HAVE_STRINGS_H
  425. | # include <strings.h>
  426. | #endif
  427. | #ifdef HAVE_INTTYPES_H
  428. | # include <inttypes.h>
  429. | #endif
  430. | #ifdef HAVE_STDINT_H
  431. | # include <stdint.h>
  432. | #endif
  433. | #ifdef HAVE_UNISTD_H
  434. | # include <unistd.h>
  435. | #endif
  436. | #include <sys/endian.h>
  437. configure:4964: result: no
  438. configure:4968: checking sys/endian.h presence
  439. configure:4983: gcc -std=gnu99 -E conftest.c
  440. conftest.c:20:24: error: sys/endian.h: No such file or directory
  441. configure:4990: $? = 1
  442. configure: failed program was:
  443. | /* confdefs.h. */
  444. | #define PACKAGE_NAME "cpuminer"
  445. | #define PACKAGE_TARNAME "cpuminer"
  446. | #define PACKAGE_VERSION "2.3.2"
  447. | #define PACKAGE_STRING "cpuminer 2.3.2"
  448. | #define PACKAGE_BUGREPORT ""
  449. | #define PACKAGE "cpuminer"
  450. | #define VERSION "2.3.2"
  451. | #define STDC_HEADERS 1
  452. | #define HAVE_SYS_TYPES_H 1
  453. | #define HAVE_SYS_STAT_H 1
  454. | #define HAVE_STDLIB_H 1
  455. | #define HAVE_STRING_H 1
  456. | #define HAVE_MEMORY_H 1
  457. | #define HAVE_STRINGS_H 1
  458. | #define HAVE_INTTYPES_H 1
  459. | #define HAVE_STDINT_H 1
  460. | #define HAVE_UNISTD_H 1
  461. | /* end confdefs.h. */
  462. | #include <sys/endian.h>
  463. configure:5004: result: no
  464. configure:5032: checking for sys/endian.h
  465. configure:5041: result: no
  466. configure:4926: checking sys/param.h usability
  467. configure:4943: gcc -std=gnu99 -c -O3 conftest.c >&5
  468. configure:4950: $? = 0
  469. configure:4964: result: yes
  470. configure:4968: checking sys/param.h presence
  471. configure:4983: gcc -std=gnu99 -E conftest.c
  472. configure:4990: $? = 0
  473. configure:5004: result: yes
  474. configure:5032: checking for sys/param.h
  475. configure:5041: result: yes
  476. configure:4926: checking syslog.h usability
  477. configure:4943: gcc -std=gnu99 -c -O3 conftest.c >&5
  478. configure:4950: $? = 0
  479. configure:4964: result: yes
  480. configure:4968: checking syslog.h presence
  481. configure:4983: gcc -std=gnu99 -E conftest.c
  482. configure:4990: $? = 0
  483. configure:5004: result: yes
  484. configure:5032: checking for syslog.h
  485. configure:5041: result: yes
  486. configure:5062: checking for sys/sysctl.h
  487. configure:5087: gcc -std=gnu99 -c -O3 conftest.c >&5
  488. configure:5094: $? = 0
  489. configure:5111: result: yes
  490. configure:5125: checking whether be32dec is declared
  491. configure:5159: gcc -std=gnu99 -c -O3 conftest.c >&5
  492. conftest.c: In function 'main':
  493. conftest.c:65: error: 'be32dec' undeclared (first use in this function)
  494. conftest.c:65: error: (Each undeclared identifier is reported only once
  495. conftest.c:65: error: for each function it appears in.)
  496. configure:5166: $? = 1
  497. configure: failed program was:
  498. | /* confdefs.h. */
  499. | #define PACKAGE_NAME "cpuminer"
  500. | #define PACKAGE_TARNAME "cpuminer"
  501. | #define PACKAGE_VERSION "2.3.2"
  502. | #define PACKAGE_STRING "cpuminer 2.3.2"
  503. | #define PACKAGE_BUGREPORT ""
  504. | #define PACKAGE "cpuminer"
  505. | #define VERSION "2.3.2"
  506. | #define STDC_HEADERS 1
  507. | #define HAVE_SYS_TYPES_H 1
  508. | #define HAVE_SYS_STAT_H 1
  509. | #define HAVE_STDLIB_H 1
  510. | #define HAVE_STRING_H 1
  511. | #define HAVE_MEMORY_H 1
  512. | #define HAVE_STRINGS_H 1
  513. | #define HAVE_INTTYPES_H 1
  514. | #define HAVE_STDINT_H 1
  515. | #define HAVE_UNISTD_H 1
  516. | #define HAVE_SYS_PARAM_H 1
  517. | #define HAVE_SYSLOG_H 1
  518. | #define HAVE_SYS_SYSCTL_H 1
  519. | /* end confdefs.h. */
  520. | #include <stdio.h>
  521. | #ifdef HAVE_SYS_TYPES_H
  522. | # include <sys/types.h>
  523. | #endif
  524. | #ifdef HAVE_SYS_STAT_H
  525. | # include <sys/stat.h>
  526. | #endif
  527. | #ifdef STDC_HEADERS
  528. | # include <stdlib.h>
  529. | # include <stddef.h>
  530. | #else
  531. | # ifdef HAVE_STDLIB_H
  532. | # include <stdlib.h>
  533. | # endif
  534. | #endif
  535. | #ifdef HAVE_STRING_H
  536. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  537. | # include <memory.h>
  538. | # endif
  539. | # include <string.h>
  540. | #endif
  541. | #ifdef HAVE_STRINGS_H
  542. | # include <strings.h>
  543. | #endif
  544. | #ifdef HAVE_INTTYPES_H
  545. | # include <inttypes.h>
  546. | #endif
  547. | #ifdef HAVE_STDINT_H
  548. | # include <stdint.h>
  549. | #endif
  550. | #ifdef HAVE_UNISTD_H
  551. | # include <unistd.h>
  552. | #endif
  553. | #ifdef HAVE_SYS_ENDIAN_H
  554. | #include <sys/endian.h>
  555. | #endif
  556. |
  557. |
  558. | int
  559. | main ()
  560. | {
  561. | #ifndef be32dec
  562. | (void) be32dec;
  563. | #endif
  564. |
  565. | ;
  566. | return 0;
  567. | }
  568. configure:5181: result: no
  569. configure:5197: checking whether le32dec is declared
  570. configure:5231: gcc -std=gnu99 -c -O3 conftest.c >&5
  571. conftest.c: In function 'main':
  572. conftest.c:66: error: 'le32dec' undeclared (first use in this function)
  573. conftest.c:66: error: (Each undeclared identifier is reported only once
  574. conftest.c:66: error: for each function it appears in.)
  575. configure:5238: $? = 1
  576. configure: failed program was:
  577. | /* confdefs.h. */
  578. | #define PACKAGE_NAME "cpuminer"
  579. | #define PACKAGE_TARNAME "cpuminer"
  580. | #define PACKAGE_VERSION "2.3.2"
  581. | #define PACKAGE_STRING "cpuminer 2.3.2"
  582. | #define PACKAGE_BUGREPORT ""
  583. | #define PACKAGE "cpuminer"
  584. | #define VERSION "2.3.2"
  585. | #define STDC_HEADERS 1
  586. | #define HAVE_SYS_TYPES_H 1
  587. | #define HAVE_SYS_STAT_H 1
  588. | #define HAVE_STDLIB_H 1
  589. | #define HAVE_STRING_H 1
  590. | #define HAVE_MEMORY_H 1
  591. | #define HAVE_STRINGS_H 1
  592. | #define HAVE_INTTYPES_H 1
  593. | #define HAVE_STDINT_H 1
  594. | #define HAVE_UNISTD_H 1
  595. | #define HAVE_SYS_PARAM_H 1
  596. | #define HAVE_SYSLOG_H 1
  597. | #define HAVE_SYS_SYSCTL_H 1
  598. | #define HAVE_DECL_BE32DEC 0
  599. | /* end confdefs.h. */
  600. | #include <stdio.h>
  601. | #ifdef HAVE_SYS_TYPES_H
  602. | # include <sys/types.h>
  603. | #endif
  604. | #ifdef HAVE_SYS_STAT_H
  605. | # include <sys/stat.h>
  606. | #endif
  607. | #ifdef STDC_HEADERS
  608. | # include <stdlib.h>
  609. | # include <stddef.h>
  610. | #else
  611. | # ifdef HAVE_STDLIB_H
  612. | # include <stdlib.h>
  613. | # endif
  614. | #endif
  615. | #ifdef HAVE_STRING_H
  616. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  617. | # include <memory.h>
  618. | # endif
  619. | # include <string.h>
  620. | #endif
  621. | #ifdef HAVE_STRINGS_H
  622. | # include <strings.h>
  623. | #endif
  624. | #ifdef HAVE_INTTYPES_H
  625. | # include <inttypes.h>
  626. | #endif
  627. | #ifdef HAVE_STDINT_H
  628. | # include <stdint.h>
  629. | #endif
  630. | #ifdef HAVE_UNISTD_H
  631. | # include <unistd.h>
  632. | #endif
  633. | #ifdef HAVE_SYS_ENDIAN_H
  634. | #include <sys/endian.h>
  635. | #endif
  636. |
  637. |
  638. | int
  639. | main ()
  640. | {
  641. | #ifndef le32dec
  642. | (void) le32dec;
  643. | #endif
  644. |
  645. | ;
  646. | return 0;
  647. | }
  648. configure:5253: result: no
  649. configure:5269: checking whether be32enc is declared
  650. configure:5303: gcc -std=gnu99 -c -O3 conftest.c >&5
  651. conftest.c: In function 'main':
  652. conftest.c:67: error: 'be32enc' undeclared (first use in this function)
  653. conftest.c:67: error: (Each undeclared identifier is reported only once
  654. conftest.c:67: error: for each function it appears in.)
  655. configure:5310: $? = 1
  656. configure: failed program was:
  657. | /* confdefs.h. */
  658. | #define PACKAGE_NAME "cpuminer"
  659. | #define PACKAGE_TARNAME "cpuminer"
  660. | #define PACKAGE_VERSION "2.3.2"
  661. | #define PACKAGE_STRING "cpuminer 2.3.2"
  662. | #define PACKAGE_BUGREPORT ""
  663. | #define PACKAGE "cpuminer"
  664. | #define VERSION "2.3.2"
  665. | #define STDC_HEADERS 1
  666. | #define HAVE_SYS_TYPES_H 1
  667. | #define HAVE_SYS_STAT_H 1
  668. | #define HAVE_STDLIB_H 1
  669. | #define HAVE_STRING_H 1
  670. | #define HAVE_MEMORY_H 1
  671. | #define HAVE_STRINGS_H 1
  672. | #define HAVE_INTTYPES_H 1
  673. | #define HAVE_STDINT_H 1
  674. | #define HAVE_UNISTD_H 1
  675. | #define HAVE_SYS_PARAM_H 1
  676. | #define HAVE_SYSLOG_H 1
  677. | #define HAVE_SYS_SYSCTL_H 1
  678. | #define HAVE_DECL_BE32DEC 0
  679. | #define HAVE_DECL_LE32DEC 0
  680. | /* end confdefs.h. */
  681. | #include <stdio.h>
  682. | #ifdef HAVE_SYS_TYPES_H
  683. | # include <sys/types.h>
  684. | #endif
  685. | #ifdef HAVE_SYS_STAT_H
  686. | # include <sys/stat.h>
  687. | #endif
  688. | #ifdef STDC_HEADERS
  689. | # include <stdlib.h>
  690. | # include <stddef.h>
  691. | #else
  692. | # ifdef HAVE_STDLIB_H
  693. | # include <stdlib.h>
  694. | # endif
  695. | #endif
  696. | #ifdef HAVE_STRING_H
  697. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  698. | # include <memory.h>
  699. | # endif
  700. | # include <string.h>
  701. | #endif
  702. | #ifdef HAVE_STRINGS_H
  703. | # include <strings.h>
  704. | #endif
  705. | #ifdef HAVE_INTTYPES_H
  706. | # include <inttypes.h>
  707. | #endif
  708. | #ifdef HAVE_STDINT_H
  709. | # include <stdint.h>
  710. | #endif
  711. | #ifdef HAVE_UNISTD_H
  712. | # include <unistd.h>
  713. | #endif
  714. | #ifdef HAVE_SYS_ENDIAN_H
  715. | #include <sys/endian.h>
  716. | #endif
  717. |
  718. |
  719. | int
  720. | main ()
  721. | {
  722. | #ifndef be32enc
  723. | (void) be32enc;
  724. | #endif
  725. |
  726. | ;
  727. | return 0;
  728. | }
  729. configure:5325: result: no
  730. configure:5341: checking whether le32enc is declared
  731. configure:5375: gcc -std=gnu99 -c -O3 conftest.c >&5
  732. conftest.c: In function 'main':
  733. conftest.c:68: error: 'le32enc' undeclared (first use in this function)
  734. conftest.c:68: error: (Each undeclared identifier is reported only once
  735. conftest.c:68: error: for each function it appears in.)
  736. configure:5382: $? = 1
  737. configure: failed program was:
  738. | /* confdefs.h. */
  739. | #define PACKAGE_NAME "cpuminer"
  740. | #define PACKAGE_TARNAME "cpuminer"
  741. | #define PACKAGE_VERSION "2.3.2"
  742. | #define PACKAGE_STRING "cpuminer 2.3.2"
  743. | #define PACKAGE_BUGREPORT ""
  744. | #define PACKAGE "cpuminer"
  745. | #define VERSION "2.3.2"
  746. | #define STDC_HEADERS 1
  747. | #define HAVE_SYS_TYPES_H 1
  748. | #define HAVE_SYS_STAT_H 1
  749. | #define HAVE_STDLIB_H 1
  750. | #define HAVE_STRING_H 1
  751. | #define HAVE_MEMORY_H 1
  752. | #define HAVE_STRINGS_H 1
  753. | #define HAVE_INTTYPES_H 1
  754. | #define HAVE_STDINT_H 1
  755. | #define HAVE_UNISTD_H 1
  756. | #define HAVE_SYS_PARAM_H 1
  757. | #define HAVE_SYSLOG_H 1
  758. | #define HAVE_SYS_SYSCTL_H 1
  759. | #define HAVE_DECL_BE32DEC 0
  760. | #define HAVE_DECL_LE32DEC 0
  761. | #define HAVE_DECL_BE32ENC 0
  762. | /* end confdefs.h. */
  763. | #include <stdio.h>
  764. | #ifdef HAVE_SYS_TYPES_H
  765. | # include <sys/types.h>
  766. | #endif
  767. | #ifdef HAVE_SYS_STAT_H
  768. | # include <sys/stat.h>
  769. | #endif
  770. | #ifdef STDC_HEADERS
  771. | # include <stdlib.h>
  772. | # include <stddef.h>
  773. | #else
  774. | # ifdef HAVE_STDLIB_H
  775. | # include <stdlib.h>
  776. | # endif
  777. | #endif
  778. | #ifdef HAVE_STRING_H
  779. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  780. | # include <memory.h>
  781. | # endif
  782. | # include <string.h>
  783. | #endif
  784. | #ifdef HAVE_STRINGS_H
  785. | # include <strings.h>
  786. | #endif
  787. | #ifdef HAVE_INTTYPES_H
  788. | # include <inttypes.h>
  789. | #endif
  790. | #ifdef HAVE_STDINT_H
  791. | # include <stdint.h>
  792. | #endif
  793. | #ifdef HAVE_UNISTD_H
  794. | # include <unistd.h>
  795. | #endif
  796. | #ifdef HAVE_SYS_ENDIAN_H
  797. | #include <sys/endian.h>
  798. | #endif
  799. |
  800. |
  801. | int
  802. | main ()
  803. | {
  804. | #ifndef le32enc
  805. | (void) le32enc;
  806. | #endif
  807. |
  808. | ;
  809. | return 0;
  810. | }
  811. configure:5397: result: no
  812. configure:5418: checking for working alloca.h
  813. configure:5445: gcc -std=gnu99 -o conftest -O3 conftest.c >&5
  814. configure:5452: $? = 0
  815. configure:5472: result: yes
  816. configure:5482: checking for alloca
  817. configure:5529: gcc -std=gnu99 -o conftest -O3 conftest.c >&5
  818. configure:5536: $? = 0
  819. configure:5556: result: yes
  820. configure:5797: checking for getopt_long
  821. configure:5853: gcc -std=gnu99 -o conftest -O3 conftest.c >&5
  822. configure:5860: $? = 0
  823. configure:5882: result: yes
  824. configure:5922: checking whether we can compile AVX code
  825. configure:5945: gcc -std=gnu99 -c -O3 conftest.c >&5
  826. configure:5952: $? = 0
  827. configure:5962: result: yes
  828. configure:5964: checking whether we can compile XOP code
  829. configure:5987: gcc -std=gnu99 -c -O3 conftest.c >&5
  830. configure:5994: $? = 0
  831. configure:6004: result: yes
  832. configure:6019: checking whether we can compile AVX2 code
  833. configure:6042: gcc -std=gnu99 -c -O3 conftest.c >&5
  834. conftest.c: Assembler messages:
  835. conftest.c:36: Error: suffix or operands invalid for `vpaddd'
  836. configure:6049: $? = 1
  837. configure: failed program was:
  838. | /* confdefs.h. */
  839. | #define PACKAGE_NAME "cpuminer"
  840. | #define PACKAGE_TARNAME "cpuminer"
  841. | #define PACKAGE_VERSION "2.3.2"
  842. | #define PACKAGE_STRING "cpuminer 2.3.2"
  843. | #define PACKAGE_BUGREPORT ""
  844. | #define PACKAGE "cpuminer"
  845. | #define VERSION "2.3.2"
  846. | #define STDC_HEADERS 1
  847. | #define HAVE_SYS_TYPES_H 1
  848. | #define HAVE_SYS_STAT_H 1
  849. | #define HAVE_STDLIB_H 1
  850. | #define HAVE_STRING_H 1
  851. | #define HAVE_MEMORY_H 1
  852. | #define HAVE_STRINGS_H 1
  853. | #define HAVE_INTTYPES_H 1
  854. | #define HAVE_STDINT_H 1
  855. | #define HAVE_UNISTD_H 1
  856. | #define HAVE_SYS_PARAM_H 1
  857. | #define HAVE_SYSLOG_H 1
  858. | #define HAVE_SYS_SYSCTL_H 1
  859. | #define HAVE_DECL_BE32DEC 0
  860. | #define HAVE_DECL_LE32DEC 0
  861. | #define HAVE_DECL_BE32ENC 0
  862. | #define HAVE_DECL_LE32ENC 0
  863. | #define HAVE_ALLOCA_H 1
  864. | #define HAVE_ALLOCA 1
  865. | #define HAVE_GETOPT_LONG 1
  866. | #define USE_AVX 1
  867. | #define USE_XOP 1
  868. | /* end confdefs.h. */
  869. |
  870. | int
  871. | main ()
  872. | {
  873. | asm ("vpaddd %ymm0, %ymm1, %ymm2");
  874. | ;
  875. | return 0;
  876. | }
  877. configure:6066: result: no
  878. configure:6068: WARNING: The assembler does not support the AVX2 instruction set.
  879. configure:6089: checking for json_loads in -ljansson
  880. configure:6124: gcc -std=gnu99 -o conftest -O3 conftest.c -ljansson >&5
  881. /usr/bin/ld: cannot find -ljansson
  882. collect2: ld returned 1 exit status
  883. configure:6131: $? = 1
  884. configure: failed program was:
  885. | /* confdefs.h. */
  886. | #define PACKAGE_NAME "cpuminer"
  887. | #define PACKAGE_TARNAME "cpuminer"
  888. | #define PACKAGE_VERSION "2.3.2"
  889. | #define PACKAGE_STRING "cpuminer 2.3.2"
  890. | #define PACKAGE_BUGREPORT ""
  891. | #define PACKAGE "cpuminer"
  892. | #define VERSION "2.3.2"
  893. | #define STDC_HEADERS 1
  894. | #define HAVE_SYS_TYPES_H 1
  895. | #define HAVE_SYS_STAT_H 1
  896. | #define HAVE_STDLIB_H 1
  897. | #define HAVE_STRING_H 1
  898. | #define HAVE_MEMORY_H 1
  899. | #define HAVE_STRINGS_H 1
  900. | #define HAVE_INTTYPES_H 1
  901. | #define HAVE_STDINT_H 1
  902. | #define HAVE_UNISTD_H 1
  903. | #define HAVE_SYS_PARAM_H 1
  904. | #define HAVE_SYSLOG_H 1
  905. | #define HAVE_SYS_SYSCTL_H 1
  906. | #define HAVE_DECL_BE32DEC 0
  907. | #define HAVE_DECL_LE32DEC 0
  908. | #define HAVE_DECL_BE32ENC 0
  909. | #define HAVE_DECL_LE32ENC 0
  910. | #define HAVE_ALLOCA_H 1
  911. | #define HAVE_ALLOCA 1
  912. | #define HAVE_GETOPT_LONG 1
  913. | #define USE_AVX 1
  914. | #define USE_XOP 1
  915. | /* end confdefs.h. */
  916. |
  917. | /* Override any GCC internal prototype to avoid an error.
  918. | Use char because int might match the return type of a GCC
  919. | builtin and then its argument prototype would still apply. */
  920. | #ifdef __cplusplus
  921. | extern "C"
  922. | #endif
  923. | char json_loads ();
  924. | int
  925. | main ()
  926. | {
  927. | return json_loads ();
  928. | ;
  929. | return 0;
  930. | }
  931. configure:6152: result: no
  932. configure:6160: checking for pthread_create in -lpthread
  933. configure:6195: gcc -std=gnu99 -o conftest -O3 conftest.c -lpthread >&5
  934. configure:6202: $? = 0
  935. configure:6223: result: yes
  936. configure:6541: checking for gawk
  937. configure:6568: result: gawk
  938. configure:6630: checking for curl-config
  939. configure:6648: found /usr/bin/curl-config
  940. configure:6660: result: /usr/bin/curl-config
  941. configure:6671: checking for the version of libcurl
  942. configure:6678: result: 7.19.7
  943. configure:6685: checking for libcurl >= version 7.15.2
  944. configure:6698: result: yes
  945. configure:6739: checking whether libcurl is usable
  946. configure:6783: gcc -std=gnu99 -o conftest -O3 conftest.c -lcurl >&5
  947. configure:6790: $? = 0
  948. configure:6816: result: yes
  949. configure:6829: checking for curl_free
  950. configure:6885: gcc -std=gnu99 -o conftest -O3 conftest.c -lcurl >&5
  951. configure:6892: $? = 0
  952. configure:6912: result: yes
  953. configure:7179: creating ./config.status
  954.  
  955. ## ---------------------- ##
  956. ## Running config.status. ##
  957. ## ---------------------- ##
  958.  
  959. This file was extended by cpuminer config.status 2.3.2, which was
  960. generated by GNU Autoconf 2.63. Invocation command line was
  961.  
  962. CONFIG_FILES =
  963. CONFIG_HEADERS =
  964. CONFIG_LINKS =
  965. CONFIG_COMMANDS =
  966. $ ./config.status
  967.  
  968. on hephaestus.tandbergtv.lan
  969.  
  970. config.status:840: creating Makefile
  971. config.status:840: creating compat/Makefile
  972. config.status:840: creating compat/jansson/Makefile
  973. config.status:840: creating cpuminer-config.h
  974. config.status:1114: executing depfiles commands
  975.  
  976. ## ---------------- ##
  977. ## Cache variables. ##
  978. ## ---------------- ##
  979.  
  980. ac_cv_build=x86_64-unknown-linux-gnu
  981. ac_cv_c_compiler_gnu=yes
  982. ac_cv_env_CCASFLAGS_set=
  983. ac_cv_env_CCASFLAGS_value=
  984. ac_cv_env_CCAS_set=
  985. ac_cv_env_CCAS_value=
  986. ac_cv_env_CC_set=
  987. ac_cv_env_CC_value=
  988. ac_cv_env_CFLAGS_set=set
  989. ac_cv_env_CFLAGS_value=-O3
  990. ac_cv_env_CPPFLAGS_set=
  991. ac_cv_env_CPPFLAGS_value=
  992. ac_cv_env_CPP_set=
  993. ac_cv_env_CPP_value=
  994. ac_cv_env_LDFLAGS_set=
  995. ac_cv_env_LDFLAGS_value=
  996. ac_cv_env_LIBS_set=
  997. ac_cv_env_LIBS_value=
  998. ac_cv_env_build_alias_set=
  999. ac_cv_env_build_alias_value=
  1000. ac_cv_env_host_alias_set=
  1001. ac_cv_env_host_alias_value=
  1002. ac_cv_env_target_alias_set=
  1003. ac_cv_env_target_alias_value=
  1004. ac_cv_func_alloca_works=yes
  1005. ac_cv_func_curl_free=yes
  1006. ac_cv_func_getopt_long=yes
  1007. ac_cv_have_decl_be32dec=no
  1008. ac_cv_have_decl_be32enc=no
  1009. ac_cv_have_decl_le32dec=no
  1010. ac_cv_have_decl_le32enc=no
  1011. ac_cv_header_inttypes_h=yes
  1012. ac_cv_header_memory_h=yes
  1013. ac_cv_header_stdc=yes
  1014. ac_cv_header_stdint_h=yes
  1015. ac_cv_header_stdlib_h=yes
  1016. ac_cv_header_string_h=yes
  1017. ac_cv_header_strings_h=yes
  1018. ac_cv_header_sys_endian_h=no
  1019. ac_cv_header_sys_param_h=yes
  1020. ac_cv_header_sys_stat_h=yes
  1021. ac_cv_header_sys_sysctl_h=yes
  1022. ac_cv_header_sys_types_h=yes
  1023. ac_cv_header_syslog_h=yes
  1024. ac_cv_header_unistd_h=yes
  1025. ac_cv_host=x86_64-unknown-linux-gnu
  1026. ac_cv_lib_jansson_json_loads=no
  1027. ac_cv_lib_pthread_pthread_create=yes
  1028. ac_cv_objext=o
  1029. ac_cv_path_EGREP='/bin/grep -E'
  1030. ac_cv_path_GREP=/bin/grep
  1031. ac_cv_path__libcurl_config=/usr/bin/curl-config
  1032. ac_cv_path_install='/usr/bin/install -c'
  1033. ac_cv_path_mkdir=/bin/mkdir
  1034. ac_cv_prog_AWK=gawk
  1035. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  1036. ac_cv_prog_ac_ct_CC=gcc
  1037. ac_cv_prog_ac_ct_RANLIB=ranlib
  1038. ac_cv_prog_cc_c89=
  1039. ac_cv_prog_cc_c99=-std=gnu99
  1040. ac_cv_prog_cc_g=yes
  1041. ac_cv_prog_cc_gcc_c_o=yes
  1042. ac_cv_prog_gcc_traditional=no
  1043. ac_cv_prog_make_make_set=yes
  1044. ac_cv_target=x86_64-unknown-linux-gnu
  1045. ac_cv_working_alloca_h=yes
  1046. am_cv_CCAS_dependencies_compiler_type=gcc3
  1047. am_cv_CC_dependencies_compiler_type=gcc3
  1048. libcurl_cv_lib_curl_usable=yes
  1049. libcurl_cv_lib_curl_version=7.19.7
  1050. libcurl_cv_lib_version_ok=yes
  1051.  
  1052. ## ----------------- ##
  1053. ## Output variables. ##
  1054. ## ----------------- ##
  1055.  
  1056. ACLOCAL='${SHELL} /home/oberon/Downloads/darkcoin-cpuminer-1.2c-master/missing --run aclocal-1.11'
  1057. ALLOCA=''
  1058. AMDEPBACKSLASH='\'
  1059. AMDEP_FALSE='#'
  1060. AMDEP_TRUE=''
  1061. AMTAR='${SHELL} /home/oberon/Downloads/darkcoin-cpuminer-1.2c-master/missing --run tar'
  1062. ARCH_x86_64_FALSE='#'
  1063. ARCH_x86_64_TRUE=''
  1064. ARCH_x86_FALSE='#'
  1065. ARCH_x86_TRUE=''
  1066. AUTOCONF='${SHELL} /home/oberon/Downloads/darkcoin-cpuminer-1.2c-master/missing --run autoconf'
  1067. AUTOHEADER='${SHELL} /home/oberon/Downloads/darkcoin-cpuminer-1.2c-master/missing --run autoheader'
  1068. AUTOMAKE='${SHELL} /home/oberon/Downloads/darkcoin-cpuminer-1.2c-master/missing --run automake-1.11'
  1069. AWK='gawk'
  1070. CC='gcc -std=gnu99'
  1071. CCAS='gcc -std=gnu99'
  1072. CCASDEPMODE='depmode=gcc3'
  1073. CCASFLAGS='-O3'
  1074. CCDEPMODE='depmode=gcc3'
  1075. CFLAGS='-O3'
  1076. CPP='gcc -std=gnu99 -E'
  1077. CPPFLAGS=''
  1078. CYGPATH_W='echo'
  1079. DEFS='-DHAVE_CONFIG_H'
  1080. DEPDIR='.deps'
  1081. ECHO_C=''
  1082. ECHO_N='-n'
  1083. ECHO_T=''
  1084. EGREP='/bin/grep -E'
  1085. EXEEXT=''
  1086. GREP='/bin/grep'
  1087. HAVE_WINDOWS_FALSE=''
  1088. HAVE_WINDOWS_TRUE='#'
  1089. INSTALL_DATA='${INSTALL} -m 644'
  1090. INSTALL_PROGRAM='${INSTALL}'
  1091. INSTALL_SCRIPT='${INSTALL}'
  1092. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1093. JANSSON_LIBS='compat/jansson/libjansson.a'
  1094. LDFLAGS=''
  1095. LIBCURL='-lcurl '
  1096. LIBCURL_CPPFLAGS=''
  1097. LIBOBJS=''
  1098. LIBS=''
  1099. LTLIBOBJS=''
  1100. MAINT='#'
  1101. MAINTAINER_MODE_FALSE=''
  1102. MAINTAINER_MODE_TRUE='#'
  1103. MAKEINFO='${SHELL} /home/oberon/Downloads/darkcoin-cpuminer-1.2c-master/missing --run makeinfo'
  1104. MKDIR_P='/bin/mkdir -p'
  1105. OBJEXT='o'
  1106. PACKAGE='cpuminer'
  1107. PACKAGE_BUGREPORT=''
  1108. PACKAGE_NAME='cpuminer'
  1109. PACKAGE_STRING='cpuminer 2.3.2'
  1110. PACKAGE_TARNAME='cpuminer'
  1111. PACKAGE_VERSION='2.3.2'
  1112. PATH_SEPARATOR=':'
  1113. PTHREAD_FLAGS='-pthread'
  1114. PTHREAD_LIBS='-lpthread'
  1115. RANLIB='ranlib'
  1116. SET_MAKE=''
  1117. SHELL='/bin/sh'
  1118. STRIP=''
  1119. VERSION='2.3.2'
  1120. WANT_JANSSON_FALSE='#'
  1121. WANT_JANSSON_TRUE=''
  1122. WS2_LIBS=''
  1123. _libcurl_config=''
  1124. ac_ct_CC='gcc'
  1125. am__EXEEXT_FALSE=''
  1126. am__EXEEXT_TRUE='#'
  1127. am__fastdepCCAS_FALSE='#'
  1128. am__fastdepCCAS_TRUE=''
  1129. am__fastdepCC_FALSE='#'
  1130. am__fastdepCC_TRUE=''
  1131. am__include='include'
  1132. am__isrc=''
  1133. am__leading_dot='.'
  1134. am__quote=''
  1135. am__tar='${AMTAR} chof - "$$tardir"'
  1136. am__untar='${AMTAR} xf -'
  1137. bindir='${exec_prefix}/bin'
  1138. build='x86_64-unknown-linux-gnu'
  1139. build_alias=''
  1140. build_cpu='x86_64'
  1141. build_os='linux-gnu'
  1142. build_vendor='unknown'
  1143. datadir='${datarootdir}'
  1144. datarootdir='${prefix}/share'
  1145. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1146. dvidir='${docdir}'
  1147. exec_prefix='${prefix}'
  1148. host='x86_64-unknown-linux-gnu'
  1149. host_alias=''
  1150. host_cpu='x86_64'
  1151. host_os='linux-gnu'
  1152. host_vendor='unknown'
  1153. htmldir='${docdir}'
  1154. includedir='${prefix}/include'
  1155. infodir='${datarootdir}/info'
  1156. install_sh='${SHELL} /home/oberon/Downloads/darkcoin-cpuminer-1.2c-master/install-sh'
  1157. libdir='${exec_prefix}/lib'
  1158. libexecdir='${exec_prefix}/libexec'
  1159. localedir='${datarootdir}/locale'
  1160. localstatedir='${prefix}/var'
  1161. mandir='${datarootdir}/man'
  1162. mkdir_p='/bin/mkdir -p'
  1163. oldincludedir='/usr/include'
  1164. pdfdir='${docdir}'
  1165. prefix='/usr/local'
  1166. program_transform_name='s,x,x,'
  1167. psdir='${docdir}'
  1168. sbindir='${exec_prefix}/sbin'
  1169. sharedstatedir='${prefix}/com'
  1170. sysconfdir='${prefix}/etc'
  1171. target='x86_64-unknown-linux-gnu'
  1172. target_alias=''
  1173. target_cpu='x86_64'
  1174. target_os='linux-gnu'
  1175. target_vendor='unknown'
  1176.  
  1177. ## ----------- ##
  1178. ## confdefs.h. ##
  1179. ## ----------- ##
  1180.  
  1181. #define PACKAGE_NAME "cpuminer"
  1182. #define PACKAGE_TARNAME "cpuminer"
  1183. #define PACKAGE_VERSION "2.3.2"
  1184. #define PACKAGE_STRING "cpuminer 2.3.2"
  1185. #define PACKAGE_BUGREPORT ""
  1186. #define PACKAGE "cpuminer"
  1187. #define VERSION "2.3.2"
  1188. #define STDC_HEADERS 1
  1189. #define HAVE_SYS_TYPES_H 1
  1190. #define HAVE_SYS_STAT_H 1
  1191. #define HAVE_STDLIB_H 1
  1192. #define HAVE_STRING_H 1
  1193. #define HAVE_MEMORY_H 1
  1194. #define HAVE_STRINGS_H 1
  1195. #define HAVE_INTTYPES_H 1
  1196. #define HAVE_STDINT_H 1
  1197. #define HAVE_UNISTD_H 1
  1198. #define HAVE_SYS_PARAM_H 1
  1199. #define HAVE_SYSLOG_H 1
  1200. #define HAVE_SYS_SYSCTL_H 1
  1201. #define HAVE_DECL_BE32DEC 0
  1202. #define HAVE_DECL_LE32DEC 0
  1203. #define HAVE_DECL_BE32ENC 0
  1204. #define HAVE_DECL_LE32ENC 0
  1205. #define HAVE_ALLOCA_H 1
  1206. #define HAVE_ALLOCA 1
  1207. #define HAVE_GETOPT_LONG 1
  1208. #define USE_AVX 1
  1209. #define USE_XOP 1
  1210. #define HAVE_LIBCURL 1
  1211. #define LIBCURL_FEATURE_SSL 1
  1212. #define LIBCURL_FEATURE_IPV6 1
  1213. #define LIBCURL_FEATURE_LIBZ 1
  1214. #define LIBCURL_FEATURE_IDN 1
  1215. #define LIBCURL_FEATURE_NTLM 1
  1216. #define LIBCURL_PROTOCOL_HTTP 1
  1217. #define LIBCURL_PROTOCOL_HTTPS 1
  1218. #define LIBCURL_PROTOCOL_FTP 1
  1219. #define LIBCURL_PROTOCOL_FTPS 1
  1220. #define LIBCURL_PROTOCOL_FILE 1
  1221. #define LIBCURL_PROTOCOL_TELNET 1
  1222. #define LIBCURL_PROTOCOL_LDAP 1
  1223. #define LIBCURL_PROTOCOL_LDAPS 1
  1224. #define LIBCURL_PROTOCOL_DICT 1
  1225. #define LIBCURL_PROTOCOL_TFTP 1
  1226. #define LIBCURL_PROTOCOL_SCP 1
  1227. #define LIBCURL_PROTOCOL_SFTP 1
  1228.  
  1229. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement