Advertisement
Guest User

Untitled

a guest
May 5th, 2014
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 37.16 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 --prefix=/usr/local/
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = cloud
  14. uname -m = x86_64
  15. uname -r = 3.10.17
  16. uname -s = Linux
  17. uname -v = #2 SMP Fri Feb 14 16:45:28 CST 2014
  18.  
  19. /usr/bin/uname -p = AMD Sempron(tm) Processor LE-1200
  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/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/games
  34. PATH: /usr/share/texmf/bin
  35. PATH: /usr/local/mariadb/bin
  36. PATH: /usr/local/sdcc/bin
  37. PATH: /opt/avr/bin
  38. PATH: /opt/avr/lib
  39. PATH: /sbin
  40. PATH: /opt/kicad/bin
  41. PATH: /usr/local/python3/bin
  42. PATH: /usr/local/python/bin
  43. PATH: /usr/local/vim/bin
  44. PATH: /usr/local/sbin
  45. PATH: /usr/local/php/bin
  46. PATH: /usr/sbin
  47.  
  48.  
  49. ## ----------- ##
  50. ## Core tests. ##
  51. ## ----------- ##
  52.  
  53. configure:2330: checking build system type
  54. configure:2344: result: x86_64-unknown-linux-gnu
  55. configure:2364: checking host system type
  56. configure:2377: result: x86_64-unknown-linux-gnu
  57. configure:2397: checking target system type
  58. configure:2410: result: x86_64-unknown-linux-gnu
  59. configure:2454: checking for a BSD-compatible install
  60. configure:2522: result: /usr/bin/ginstall -c
  61. configure:2533: checking whether build environment is sane
  62. configure:2588: result: yes
  63. configure:2739: checking for a thread-safe mkdir -p
  64. configure:2778: result: /usr/bin/mkdir -p
  65. configure:2785: checking for gawk
  66. configure:2801: found /usr/bin/gawk
  67. configure:2812: result: gawk
  68. configure:2823: checking whether make sets $(MAKE)
  69. configure:2845: result: yes
  70. configure:2874: checking whether make supports nested variables
  71. configure:2891: result: yes
  72. configure:2979: checking whether to enable maintainer-specific portions of Makefiles
  73. configure:2988: result: no
  74. configure:3014: checking for style of include used by make
  75. configure:3042: result: GNU
  76. configure:3113: checking for gcc
  77. configure:3129: found /usr/bin/gcc
  78. configure:3140: result: gcc
  79. configure:3369: checking for C compiler version
  80. configure:3378: gcc --version >&5
  81. gcc (GCC) 4.8.2
  82. Copyright (C) 2013 Free Software Foundation, Inc.
  83. This is free software; see the source for copying conditions.  There is NO
  84. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  85.  
  86. configure:3389: $? = 0
  87. configure:3378: gcc -v >&5
  88. Reading specs from /usr/lib/gcc/i486-slackware-linux/4.8.2/specs
  89. COLLECT_GCC=gcc
  90. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.8.2/lto-wrapper
  91. Target: i486-slackware-linux
  92. Configured with: ../gcc-4.8.2/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
  93. Thread model: posix
  94. gcc version 4.8.2 (GCC)
  95. configure:3389: $? = 0
  96. configure:3378: gcc -V >&5
  97. gcc: error: unrecognized command line option '-V'
  98. gcc: fatal error: no input files
  99. compilation terminated.
  100. configure:3389: $? = 1
  101. configure:3378: gcc -qversion >&5
  102. gcc: error: unrecognized command line option '-qversion'
  103. gcc: fatal error: no input files
  104. compilation terminated.
  105. configure:3389: $? = 1
  106. configure:3409: checking whether the C compiler works
  107. configure:3431: gcc    conftest.c  >&5
  108. configure:3435: $? = 0
  109. configure:3483: result: yes
  110. configure:3486: checking for C compiler default output file name
  111. configure:3488: result: a.out
  112. configure:3494: checking for suffix of executables
  113. configure:3501: gcc -o conftest    conftest.c  >&5
  114. configure:3505: $? = 0
  115. configure:3527: result:
  116. configure:3549: checking whether we are cross compiling
  117. configure:3557: gcc -o conftest    conftest.c  >&5
  118. configure:3561: $? = 0
  119. configure:3568: ./conftest
  120. configure:3572: $? = 0
  121. configure:3587: result: no
  122. configure:3592: checking for suffix of object files
  123. configure:3614: gcc -c   conftest.c >&5
  124. configure:3618: $? = 0
  125. configure:3639: result: o
  126. configure:3643: checking whether we are using the GNU C compiler
  127. configure:3662: gcc -c   conftest.c >&5
  128. configure:3662: $? = 0
  129. configure:3671: result: yes
  130. configure:3680: checking whether gcc accepts -g
  131. configure:3700: gcc -c -g  conftest.c >&5
  132. configure:3700: $? = 0
  133. configure:3741: result: yes
  134. configure:3758: checking for gcc option to accept ISO C89
  135. configure:3821: gcc  -c -g -O2  conftest.c >&5
  136. configure:3821: $? = 0
  137. configure:3834: result: none needed
  138. configure:3856: checking dependency style of gcc
  139. configure:3967: result: gcc3
  140. configure:3982: checking for gcc option to accept ISO C99
  141. configure:4131: gcc  -c -g -O2  conftest.c >&5
  142. conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
  143.  test_restrict (ccp restrict text)
  144.                              ^
  145. conftest.c: In function 'main':
  146. conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  147.    char *restrict newvar = "Another string";
  148.                   ^
  149. conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
  150. conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
  151. conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
  152.    for (int i = 0; i < ia->datasize; ++i)
  153.    ^
  154. conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
  155. configure:4131: $? = 1
  156. configure: failed program was:
  157. | /* confdefs.h */
  158. | #define PACKAGE_NAME "cpuminer"
  159. | #define PACKAGE_TARNAME "cpuminer"
  160. | #define PACKAGE_VERSION "2.3.3"
  161. | #define PACKAGE_STRING "cpuminer 2.3.3"
  162. | #define PACKAGE_BUGREPORT ""
  163. | #define PACKAGE_URL ""
  164. | #define PACKAGE "cpuminer"
  165. | #define VERSION "2.3.3"
  166. | /* end confdefs.h.  */
  167. | #include <stdarg.h>
  168. | #include <stdbool.h>
  169. | #include <stdlib.h>
  170. | #include <wchar.h>
  171. | #include <stdio.h>
  172. |
  173. | // Check varargs macros.  These examples are taken from C99 6.10.3.5.
  174. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  175. | #define showlist(...) puts (#__VA_ARGS__)
  176. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  177. | static void
  178. | test_varargs_macros (void)
  179. | {
  180. |   int x = 1234;
  181. |   int y = 5678;
  182. |   debug ("Flag");
  183. |   debug ("X = %d\n", x);
  184. |   showlist (The first, second, and third items.);
  185. |   report (x>y, "x is %d but y is %d", x, y);
  186. | }
  187. |
  188. | // Check long long types.
  189. | #define BIG64 18446744073709551615ull
  190. | #define BIG32 4294967295ul
  191. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  192. | #if !BIG_OK
  193. |   your preprocessor is broken;
  194. | #endif
  195. | #if BIG_OK
  196. | #else
  197. |   your preprocessor is broken;
  198. | #endif
  199. | static long long int bignum = -9223372036854775807LL;
  200. | static unsigned long long int ubignum = BIG64;
  201. |
  202. | struct incomplete_array
  203. | {
  204. |   int datasize;
  205. |   double data[];
  206. | };
  207. |
  208. | struct named_init {
  209. |   int number;
  210. |   const wchar_t *name;
  211. |   double average;
  212. | };
  213. |
  214. | typedef const char *ccp;
  215. |
  216. | static inline int
  217. | test_restrict (ccp restrict text)
  218. | {
  219. |   // See if C++-style comments work.
  220. |   // Iterate through items via the restricted pointer.
  221. |   // Also check for declarations in for loops.
  222. |   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  223. |     continue;
  224. |   return 0;
  225. | }
  226. |
  227. | // Check varargs and va_copy.
  228. | static void
  229. | test_varargs (const char *format, ...)
  230. | {
  231. |   va_list args;
  232. |   va_start (args, format);
  233. |   va_list args_copy;
  234. |   va_copy (args_copy, args);
  235. |
  236. |   const char *str;
  237. |   int number;
  238. |   float fnumber;
  239. |
  240. |   while (*format)
  241. |     {
  242. |       switch (*format++)
  243. |   {
  244. |   case 's': // string
  245. |     str = va_arg (args_copy, const char *);
  246. |     break;
  247. |   case 'd': // int
  248. |     number = va_arg (args_copy, int);
  249. |     break;
  250. |   case 'f': // float
  251. |     fnumber = va_arg (args_copy, double);
  252. |     break;
  253. |   default:
  254. |     break;
  255. |   }
  256. |     }
  257. |   va_end (args_copy);
  258. |   va_end (args);
  259. | }
  260. |
  261. | int
  262. | main ()
  263. | {
  264. |
  265. |   // Check bool.
  266. |   _Bool success = false;
  267. |
  268. |   // Check restrict.
  269. |   if (test_restrict ("String literal") == 0)
  270. |     success = true;
  271. |   char *restrict newvar = "Another string";
  272. |
  273. |   // Check varargs.
  274. |   test_varargs ("s, d' f .", "string", 65, 34.234);
  275. |   test_varargs_macros ();
  276. |
  277. |   // Check flexible array members.
  278. |   struct incomplete_array *ia =
  279. |     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  280. |   ia->datasize = 10;
  281. |   for (int i = 0; i < ia->datasize; ++i)
  282. |     ia->data[i] = i * 1.234;
  283. |
  284. |   // Check named initializers.
  285. |   struct named_init ni = {
  286. |     .number = 34,
  287. |     .name = L"Test wide string",
  288. |     .average = 543.34343,
  289. |   };
  290. |
  291. |   ni.number = 58;
  292. |
  293. |   int dynamic_array[ni.number];
  294. |   dynamic_array[ni.number - 1] = 543;
  295. |
  296. |   // work around unused variable warnings
  297. |   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  298. |     || dynamic_array[ni.number - 1] != 543);
  299. |
  300. |   ;
  301. |   return 0;
  302. | }
  303. configure:4131: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  304. configure:4131: $? = 0
  305. configure:4151: result: -std=gnu99
  306. configure:4165: checking how to run the C preprocessor
  307. configure:4196: gcc -std=gnu99 -E  conftest.c
  308. configure:4196: $? = 0
  309. configure:4210: gcc -std=gnu99 -E  conftest.c
  310. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  311.  #include <ac_nonexistent.h>
  312.                             ^
  313. compilation terminated.
  314. configure:4210: $? = 1
  315. configure: failed program was:
  316. | /* confdefs.h */
  317. | #define PACKAGE_NAME "cpuminer"
  318. | #define PACKAGE_TARNAME "cpuminer"
  319. | #define PACKAGE_VERSION "2.3.3"
  320. | #define PACKAGE_STRING "cpuminer 2.3.3"
  321. | #define PACKAGE_BUGREPORT ""
  322. | #define PACKAGE_URL ""
  323. | #define PACKAGE "cpuminer"
  324. | #define VERSION "2.3.3"
  325. | /* end confdefs.h.  */
  326. | #include <ac_nonexistent.h>
  327. configure:4235: result: gcc -std=gnu99 -E
  328. configure:4255: gcc -std=gnu99 -E  conftest.c
  329. configure:4255: $? = 0
  330. configure:4269: gcc -std=gnu99 -E  conftest.c
  331. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  332.  #include <ac_nonexistent.h>
  333.                             ^
  334. compilation terminated.
  335. configure:4269: $? = 1
  336. configure: failed program was:
  337. | /* confdefs.h */
  338. | #define PACKAGE_NAME "cpuminer"
  339. | #define PACKAGE_TARNAME "cpuminer"
  340. | #define PACKAGE_VERSION "2.3.3"
  341. | #define PACKAGE_STRING "cpuminer 2.3.3"
  342. | #define PACKAGE_BUGREPORT ""
  343. | #define PACKAGE_URL ""
  344. | #define PACKAGE "cpuminer"
  345. | #define VERSION "2.3.3"
  346. | /* end confdefs.h.  */
  347. | #include <ac_nonexistent.h>
  348. configure:4298: checking for grep that handles long lines and -e
  349. configure:4356: result: /usr/bin/grep
  350. configure:4361: checking for egrep
  351. configure:4423: result: /usr/bin/grep -E
  352. configure:4429: checking whether gcc -std=gnu99 needs -traditional
  353. configure:4463: result: no
  354. configure:4471: checking whether gcc -std=gnu99 and cc understand -c and -o together
  355. configure:4502: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  356. configure:4506: $? = 0
  357. configure:4512: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  358. configure:4516: $? = 0
  359. configure:4527: cc -c conftest.c >&5
  360. configure:4531: $? = 0
  361. configure:4539: cc -c conftest.c -o conftest2.o >&5
  362. configure:4543: $? = 0
  363. configure:4549: cc -c conftest.c -o conftest2.o >&5
  364. configure:4553: $? = 0
  365. configure:4571: result: yes
  366. configure:4605: checking dependency style of gcc -std=gnu99
  367. configure:4714: result: gcc3
  368. configure:4772: checking for ranlib
  369. configure:4788: found /usr/bin/ranlib
  370. configure:4799: result: ranlib
  371. configure:4822: checking for ANSI C header files
  372. configure:4842: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  373. configure:4842: $? = 0
  374. configure:4915: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
  375. configure:4915: $? = 0
  376. configure:4915: ./conftest
  377. configure:4915: $? = 0
  378. configure:4926: result: yes
  379. configure:4939: checking for sys/types.h
  380. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  381. configure:4939: $? = 0
  382. configure:4939: result: yes
  383. configure:4939: checking for sys/stat.h
  384. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  385. configure:4939: $? = 0
  386. configure:4939: result: yes
  387. configure:4939: checking for stdlib.h
  388. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  389. configure:4939: $? = 0
  390. configure:4939: result: yes
  391. configure:4939: checking for string.h
  392. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  393. configure:4939: $? = 0
  394. configure:4939: result: yes
  395. configure:4939: checking for memory.h
  396. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  397. configure:4939: $? = 0
  398. configure:4939: result: yes
  399. configure:4939: checking for strings.h
  400. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  401. configure:4939: $? = 0
  402. configure:4939: result: yes
  403. configure:4939: checking for inttypes.h
  404. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  405. configure:4939: $? = 0
  406. configure:4939: result: yes
  407. configure:4939: checking for stdint.h
  408. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  409. configure:4939: $? = 0
  410. configure:4939: result: yes
  411. configure:4939: checking for unistd.h
  412. configure:4939: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  413. configure:4939: $? = 0
  414. configure:4939: result: yes
  415. configure:4954: checking sys/endian.h usability
  416. configure:4954: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  417. conftest.c:54:24: fatal error: sys/endian.h: No such file or directory
  418.  #include <sys/endian.h>
  419.                         ^
  420. compilation terminated.
  421. configure:4954: $? = 1
  422. configure: failed program was:
  423. | /* confdefs.h */
  424. | #define PACKAGE_NAME "cpuminer"
  425. | #define PACKAGE_TARNAME "cpuminer"
  426. | #define PACKAGE_VERSION "2.3.3"
  427. | #define PACKAGE_STRING "cpuminer 2.3.3"
  428. | #define PACKAGE_BUGREPORT ""
  429. | #define PACKAGE_URL ""
  430. | #define PACKAGE "cpuminer"
  431. | #define VERSION "2.3.3"
  432. | #define STDC_HEADERS 1
  433. | #define HAVE_SYS_TYPES_H 1
  434. | #define HAVE_SYS_STAT_H 1
  435. | #define HAVE_STDLIB_H 1
  436. | #define HAVE_STRING_H 1
  437. | #define HAVE_MEMORY_H 1
  438. | #define HAVE_STRINGS_H 1
  439. | #define HAVE_INTTYPES_H 1
  440. | #define HAVE_STDINT_H 1
  441. | #define HAVE_UNISTD_H 1
  442. | /* end confdefs.h.  */
  443. | #include <stdio.h>
  444. | #ifdef HAVE_SYS_TYPES_H
  445. | # include <sys/types.h>
  446. | #endif
  447. | #ifdef HAVE_SYS_STAT_H
  448. | # include <sys/stat.h>
  449. | #endif
  450. | #ifdef STDC_HEADERS
  451. | # include <stdlib.h>
  452. | # include <stddef.h>
  453. | #else
  454. | # ifdef HAVE_STDLIB_H
  455. | #  include <stdlib.h>
  456. | # endif
  457. | #endif
  458. | #ifdef HAVE_STRING_H
  459. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  460. | #  include <memory.h>
  461. | # endif
  462. | # include <string.h>
  463. | #endif
  464. | #ifdef HAVE_STRINGS_H
  465. | # include <strings.h>
  466. | #endif
  467. | #ifdef HAVE_INTTYPES_H
  468. | # include <inttypes.h>
  469. | #endif
  470. | #ifdef HAVE_STDINT_H
  471. | # include <stdint.h>
  472. | #endif
  473. | #ifdef HAVE_UNISTD_H
  474. | # include <unistd.h>
  475. | #endif
  476. | #include <sys/endian.h>
  477. configure:4954: result: no
  478. configure:4954: checking sys/endian.h presence
  479. configure:4954: gcc -std=gnu99 -E  conftest.c
  480. conftest.c:21:24: fatal error: sys/endian.h: No such file or directory
  481.  #include <sys/endian.h>
  482.                         ^
  483. compilation terminated.
  484. configure:4954: $? = 1
  485. configure: failed program was:
  486. | /* confdefs.h */
  487. | #define PACKAGE_NAME "cpuminer"
  488. | #define PACKAGE_TARNAME "cpuminer"
  489. | #define PACKAGE_VERSION "2.3.3"
  490. | #define PACKAGE_STRING "cpuminer 2.3.3"
  491. | #define PACKAGE_BUGREPORT ""
  492. | #define PACKAGE_URL ""
  493. | #define PACKAGE "cpuminer"
  494. | #define VERSION "2.3.3"
  495. | #define STDC_HEADERS 1
  496. | #define HAVE_SYS_TYPES_H 1
  497. | #define HAVE_SYS_STAT_H 1
  498. | #define HAVE_STDLIB_H 1
  499. | #define HAVE_STRING_H 1
  500. | #define HAVE_MEMORY_H 1
  501. | #define HAVE_STRINGS_H 1
  502. | #define HAVE_INTTYPES_H 1
  503. | #define HAVE_STDINT_H 1
  504. | #define HAVE_UNISTD_H 1
  505. | /* end confdefs.h.  */
  506. | #include <sys/endian.h>
  507. configure:4954: result: no
  508. configure:4954: checking for sys/endian.h
  509. configure:4954: result: no
  510. configure:4954: checking sys/param.h usability
  511. configure:4954: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  512. configure:4954: $? = 0
  513. configure:4954: result: yes
  514. configure:4954: checking sys/param.h presence
  515. configure:4954: gcc -std=gnu99 -E  conftest.c
  516. configure:4954: $? = 0
  517. configure:4954: result: yes
  518. configure:4954: checking for sys/param.h
  519. configure:4954: result: yes
  520. configure:4954: checking syslog.h usability
  521. configure:4954: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  522. configure:4954: $? = 0
  523. configure:4954: result: yes
  524. configure:4954: checking syslog.h presence
  525. configure:4954: gcc -std=gnu99 -E  conftest.c
  526. configure:4954: $? = 0
  527. configure:4954: result: yes
  528. configure:4954: checking for syslog.h
  529. configure:4954: result: yes
  530. configure:4968: checking for sys/sysctl.h
  531. configure:4968: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  532. configure:4968: $? = 0
  533. configure:4968: result: yes
  534. configure:4984: checking whether be32dec is declared
  535. configure:4984: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  536. conftest.c: In function 'main':
  537. conftest.c:69:10: error: 'be32dec' undeclared (first use in this function)
  538.    (void) be32dec;
  539.           ^
  540. conftest.c:69:10: note: each undeclared identifier is reported only once for each function it appears in
  541. configure:4984: $? = 1
  542. configure: failed program was:
  543. | /* confdefs.h */
  544. | #define PACKAGE_NAME "cpuminer"
  545. | #define PACKAGE_TARNAME "cpuminer"
  546. | #define PACKAGE_VERSION "2.3.3"
  547. | #define PACKAGE_STRING "cpuminer 2.3.3"
  548. | #define PACKAGE_BUGREPORT ""
  549. | #define PACKAGE_URL ""
  550. | #define PACKAGE "cpuminer"
  551. | #define VERSION "2.3.3"
  552. | #define STDC_HEADERS 1
  553. | #define HAVE_SYS_TYPES_H 1
  554. | #define HAVE_SYS_STAT_H 1
  555. | #define HAVE_STDLIB_H 1
  556. | #define HAVE_STRING_H 1
  557. | #define HAVE_MEMORY_H 1
  558. | #define HAVE_STRINGS_H 1
  559. | #define HAVE_INTTYPES_H 1
  560. | #define HAVE_STDINT_H 1
  561. | #define HAVE_UNISTD_H 1
  562. | #define HAVE_SYS_PARAM_H 1
  563. | #define HAVE_SYSLOG_H 1
  564. | #define HAVE_SYS_SYSCTL_H 1
  565. | /* end confdefs.h.  */
  566. | #include <stdio.h>
  567. | #ifdef HAVE_SYS_TYPES_H
  568. | # include <sys/types.h>
  569. | #endif
  570. | #ifdef HAVE_SYS_STAT_H
  571. | # include <sys/stat.h>
  572. | #endif
  573. | #ifdef STDC_HEADERS
  574. | # include <stdlib.h>
  575. | # include <stddef.h>
  576. | #else
  577. | # ifdef HAVE_STDLIB_H
  578. | #  include <stdlib.h>
  579. | # endif
  580. | #endif
  581. | #ifdef HAVE_STRING_H
  582. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  583. | #  include <memory.h>
  584. | # endif
  585. | # include <string.h>
  586. | #endif
  587. | #ifdef HAVE_STRINGS_H
  588. | # include <strings.h>
  589. | #endif
  590. | #ifdef HAVE_INTTYPES_H
  591. | # include <inttypes.h>
  592. | #endif
  593. | #ifdef HAVE_STDINT_H
  594. | # include <stdint.h>
  595. | #endif
  596. | #ifdef HAVE_UNISTD_H
  597. | # include <unistd.h>
  598. | #endif
  599. | #ifdef HAVE_SYS_ENDIAN_H
  600. | #include <sys/endian.h>
  601. | #endif
  602. |
  603. |
  604. | int
  605. | main ()
  606. | {
  607. | #ifndef be32dec
  608. | #ifdef __cplusplus
  609. |   (void) be32dec;
  610. | #else
  611. |   (void) be32dec;
  612. | #endif
  613. | #endif
  614. |
  615. |   ;
  616. |   return 0;
  617. | }
  618. configure:4984: result: no
  619. configure:4999: checking whether le32dec is declared
  620. configure:4999: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  621. conftest.c: In function 'main':
  622. conftest.c:70:10: error: 'le32dec' undeclared (first use in this function)
  623.    (void) le32dec;
  624.           ^
  625. conftest.c:70:10: note: each undeclared identifier is reported only once for each function it appears in
  626. configure:4999: $? = 1
  627. configure: failed program was:
  628. | /* confdefs.h */
  629. | #define PACKAGE_NAME "cpuminer"
  630. | #define PACKAGE_TARNAME "cpuminer"
  631. | #define PACKAGE_VERSION "2.3.3"
  632. | #define PACKAGE_STRING "cpuminer 2.3.3"
  633. | #define PACKAGE_BUGREPORT ""
  634. | #define PACKAGE_URL ""
  635. | #define PACKAGE "cpuminer"
  636. | #define VERSION "2.3.3"
  637. | #define STDC_HEADERS 1
  638. | #define HAVE_SYS_TYPES_H 1
  639. | #define HAVE_SYS_STAT_H 1
  640. | #define HAVE_STDLIB_H 1
  641. | #define HAVE_STRING_H 1
  642. | #define HAVE_MEMORY_H 1
  643. | #define HAVE_STRINGS_H 1
  644. | #define HAVE_INTTYPES_H 1
  645. | #define HAVE_STDINT_H 1
  646. | #define HAVE_UNISTD_H 1
  647. | #define HAVE_SYS_PARAM_H 1
  648. | #define HAVE_SYSLOG_H 1
  649. | #define HAVE_SYS_SYSCTL_H 1
  650. | #define HAVE_DECL_BE32DEC 0
  651. | /* end confdefs.h.  */
  652. | #include <stdio.h>
  653. | #ifdef HAVE_SYS_TYPES_H
  654. | # include <sys/types.h>
  655. | #endif
  656. | #ifdef HAVE_SYS_STAT_H
  657. | # include <sys/stat.h>
  658. | #endif
  659. | #ifdef STDC_HEADERS
  660. | # include <stdlib.h>
  661. | # include <stddef.h>
  662. | #else
  663. | # ifdef HAVE_STDLIB_H
  664. | #  include <stdlib.h>
  665. | # endif
  666. | #endif
  667. | #ifdef HAVE_STRING_H
  668. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  669. | #  include <memory.h>
  670. | # endif
  671. | # include <string.h>
  672. | #endif
  673. | #ifdef HAVE_STRINGS_H
  674. | # include <strings.h>
  675. | #endif
  676. | #ifdef HAVE_INTTYPES_H
  677. | # include <inttypes.h>
  678. | #endif
  679. | #ifdef HAVE_STDINT_H
  680. | # include <stdint.h>
  681. | #endif
  682. | #ifdef HAVE_UNISTD_H
  683. | # include <unistd.h>
  684. | #endif
  685. | #ifdef HAVE_SYS_ENDIAN_H
  686. | #include <sys/endian.h>
  687. | #endif
  688. |
  689. |
  690. | int
  691. | main ()
  692. | {
  693. | #ifndef le32dec
  694. | #ifdef __cplusplus
  695. |   (void) le32dec;
  696. | #else
  697. |   (void) le32dec;
  698. | #endif
  699. | #endif
  700. |
  701. |   ;
  702. |   return 0;
  703. | }
  704. configure:4999: result: no
  705. configure:5014: checking whether be32enc is declared
  706. configure:5014: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  707. conftest.c: In function 'main':
  708. conftest.c:71:10: error: 'be32enc' undeclared (first use in this function)
  709.    (void) be32enc;
  710.           ^
  711. conftest.c:71:10: note: each undeclared identifier is reported only once for each function it appears in
  712. configure:5014: $? = 1
  713. configure: failed program was:
  714. | /* confdefs.h */
  715. | #define PACKAGE_NAME "cpuminer"
  716. | #define PACKAGE_TARNAME "cpuminer"
  717. | #define PACKAGE_VERSION "2.3.3"
  718. | #define PACKAGE_STRING "cpuminer 2.3.3"
  719. | #define PACKAGE_BUGREPORT ""
  720. | #define PACKAGE_URL ""
  721. | #define PACKAGE "cpuminer"
  722. | #define VERSION "2.3.3"
  723. | #define STDC_HEADERS 1
  724. | #define HAVE_SYS_TYPES_H 1
  725. | #define HAVE_SYS_STAT_H 1
  726. | #define HAVE_STDLIB_H 1
  727. | #define HAVE_STRING_H 1
  728. | #define HAVE_MEMORY_H 1
  729. | #define HAVE_STRINGS_H 1
  730. | #define HAVE_INTTYPES_H 1
  731. | #define HAVE_STDINT_H 1
  732. | #define HAVE_UNISTD_H 1
  733. | #define HAVE_SYS_PARAM_H 1
  734. | #define HAVE_SYSLOG_H 1
  735. | #define HAVE_SYS_SYSCTL_H 1
  736. | #define HAVE_DECL_BE32DEC 0
  737. | #define HAVE_DECL_LE32DEC 0
  738. | /* end confdefs.h.  */
  739. | #include <stdio.h>
  740. | #ifdef HAVE_SYS_TYPES_H
  741. | # include <sys/types.h>
  742. | #endif
  743. | #ifdef HAVE_SYS_STAT_H
  744. | # include <sys/stat.h>
  745. | #endif
  746. | #ifdef STDC_HEADERS
  747. | # include <stdlib.h>
  748. | # include <stddef.h>
  749. | #else
  750. | # ifdef HAVE_STDLIB_H
  751. | #  include <stdlib.h>
  752. | # endif
  753. | #endif
  754. | #ifdef HAVE_STRING_H
  755. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  756. | #  include <memory.h>
  757. | # endif
  758. | # include <string.h>
  759. | #endif
  760. | #ifdef HAVE_STRINGS_H
  761. | # include <strings.h>
  762. | #endif
  763. | #ifdef HAVE_INTTYPES_H
  764. | # include <inttypes.h>
  765. | #endif
  766. | #ifdef HAVE_STDINT_H
  767. | # include <stdint.h>
  768. | #endif
  769. | #ifdef HAVE_UNISTD_H
  770. | # include <unistd.h>
  771. | #endif
  772. | #ifdef HAVE_SYS_ENDIAN_H
  773. | #include <sys/endian.h>
  774. | #endif
  775. |
  776. |
  777. | int
  778. | main ()
  779. | {
  780. | #ifndef be32enc
  781. | #ifdef __cplusplus
  782. |   (void) be32enc;
  783. | #else
  784. |   (void) be32enc;
  785. | #endif
  786. | #endif
  787. |
  788. |   ;
  789. |   return 0;
  790. | }
  791. configure:5014: result: no
  792. configure:5029: checking whether le32enc is declared
  793. configure:5029: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  794. conftest.c: In function 'main':
  795. conftest.c:72:10: error: 'le32enc' undeclared (first use in this function)
  796.    (void) le32enc;
  797.           ^
  798. conftest.c:72:10: note: each undeclared identifier is reported only once for each function it appears in
  799. configure:5029: $? = 1
  800. configure: failed program was:
  801. | /* confdefs.h */
  802. | #define PACKAGE_NAME "cpuminer"
  803. | #define PACKAGE_TARNAME "cpuminer"
  804. | #define PACKAGE_VERSION "2.3.3"
  805. | #define PACKAGE_STRING "cpuminer 2.3.3"
  806. | #define PACKAGE_BUGREPORT ""
  807. | #define PACKAGE_URL ""
  808. | #define PACKAGE "cpuminer"
  809. | #define VERSION "2.3.3"
  810. | #define STDC_HEADERS 1
  811. | #define HAVE_SYS_TYPES_H 1
  812. | #define HAVE_SYS_STAT_H 1
  813. | #define HAVE_STDLIB_H 1
  814. | #define HAVE_STRING_H 1
  815. | #define HAVE_MEMORY_H 1
  816. | #define HAVE_STRINGS_H 1
  817. | #define HAVE_INTTYPES_H 1
  818. | #define HAVE_STDINT_H 1
  819. | #define HAVE_UNISTD_H 1
  820. | #define HAVE_SYS_PARAM_H 1
  821. | #define HAVE_SYSLOG_H 1
  822. | #define HAVE_SYS_SYSCTL_H 1
  823. | #define HAVE_DECL_BE32DEC 0
  824. | #define HAVE_DECL_LE32DEC 0
  825. | #define HAVE_DECL_BE32ENC 0
  826. | /* end confdefs.h.  */
  827. | #include <stdio.h>
  828. | #ifdef HAVE_SYS_TYPES_H
  829. | # include <sys/types.h>
  830. | #endif
  831. | #ifdef HAVE_SYS_STAT_H
  832. | # include <sys/stat.h>
  833. | #endif
  834. | #ifdef STDC_HEADERS
  835. | # include <stdlib.h>
  836. | # include <stddef.h>
  837. | #else
  838. | # ifdef HAVE_STDLIB_H
  839. | #  include <stdlib.h>
  840. | # endif
  841. | #endif
  842. | #ifdef HAVE_STRING_H
  843. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  844. | #  include <memory.h>
  845. | # endif
  846. | # include <string.h>
  847. | #endif
  848. | #ifdef HAVE_STRINGS_H
  849. | # include <strings.h>
  850. | #endif
  851. | #ifdef HAVE_INTTYPES_H
  852. | # include <inttypes.h>
  853. | #endif
  854. | #ifdef HAVE_STDINT_H
  855. | # include <stdint.h>
  856. | #endif
  857. | #ifdef HAVE_UNISTD_H
  858. | # include <unistd.h>
  859. | #endif
  860. | #ifdef HAVE_SYS_ENDIAN_H
  861. | #include <sys/endian.h>
  862. | #endif
  863. |
  864. |
  865. | int
  866. | main ()
  867. | {
  868. | #ifndef le32enc
  869. | #ifdef __cplusplus
  870. |   (void) le32enc;
  871. | #else
  872. |   (void) le32enc;
  873. | #endif
  874. | #endif
  875. |
  876. |   ;
  877. |   return 0;
  878. | }
  879. configure:5029: result: no
  880. configure:5046: checking for size_t
  881. configure:5046: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  882. configure:5046: $? = 0
  883. configure:5046: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  884. conftest.c: In function 'main':
  885. conftest.c:64:21: error: expected expression before ')' token
  886.  if (sizeof ((size_t)))
  887.                      ^
  888. configure:5046: $? = 1
  889. configure: failed program was:
  890. | /* confdefs.h */
  891. | #define PACKAGE_NAME "cpuminer"
  892. | #define PACKAGE_TARNAME "cpuminer"
  893. | #define PACKAGE_VERSION "2.3.3"
  894. | #define PACKAGE_STRING "cpuminer 2.3.3"
  895. | #define PACKAGE_BUGREPORT ""
  896. | #define PACKAGE_URL ""
  897. | #define PACKAGE "cpuminer"
  898. | #define VERSION "2.3.3"
  899. | #define STDC_HEADERS 1
  900. | #define HAVE_SYS_TYPES_H 1
  901. | #define HAVE_SYS_STAT_H 1
  902. | #define HAVE_STDLIB_H 1
  903. | #define HAVE_STRING_H 1
  904. | #define HAVE_MEMORY_H 1
  905. | #define HAVE_STRINGS_H 1
  906. | #define HAVE_INTTYPES_H 1
  907. | #define HAVE_STDINT_H 1
  908. | #define HAVE_UNISTD_H 1
  909. | #define HAVE_SYS_PARAM_H 1
  910. | #define HAVE_SYSLOG_H 1
  911. | #define HAVE_SYS_SYSCTL_H 1
  912. | #define HAVE_DECL_BE32DEC 0
  913. | #define HAVE_DECL_LE32DEC 0
  914. | #define HAVE_DECL_BE32ENC 0
  915. | #define HAVE_DECL_LE32ENC 0
  916. | /* end confdefs.h.  */
  917. | #include <stdio.h>
  918. | #ifdef HAVE_SYS_TYPES_H
  919. | # include <sys/types.h>
  920. | #endif
  921. | #ifdef HAVE_SYS_STAT_H
  922. | # include <sys/stat.h>
  923. | #endif
  924. | #ifdef STDC_HEADERS
  925. | # include <stdlib.h>
  926. | # include <stddef.h>
  927. | #else
  928. | # ifdef HAVE_STDLIB_H
  929. | #  include <stdlib.h>
  930. | # endif
  931. | #endif
  932. | #ifdef HAVE_STRING_H
  933. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  934. | #  include <memory.h>
  935. | # endif
  936. | # include <string.h>
  937. | #endif
  938. | #ifdef HAVE_STRINGS_H
  939. | # include <strings.h>
  940. | #endif
  941. | #ifdef HAVE_INTTYPES_H
  942. | # include <inttypes.h>
  943. | #endif
  944. | #ifdef HAVE_STDINT_H
  945. | # include <stdint.h>
  946. | #endif
  947. | #ifdef HAVE_UNISTD_H
  948. | # include <unistd.h>
  949. | #endif
  950. | int
  951. | main ()
  952. | {
  953. | if (sizeof ((size_t)))
  954. |       return 0;
  955. |   ;
  956. |   return 0;
  957. | }
  958. configure:5046: result: yes
  959. configure:5059: checking for working alloca.h
  960. configure:5076: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
  961. configure:5076: $? = 0
  962. configure:5084: result: yes
  963. configure:5092: checking for alloca
  964. configure:5129: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
  965. configure:5129: $? = 0
  966. configure:5137: result: yes
  967. configure:5245: checking for getopt_long
  968. configure:5245: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
  969. configure:5245: $? = 0
  970. configure:5245: result: yes
  971. configure:5280: checking whether we can compile AVX code
  972. configure:5293: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  973. configure:5293: $? = 0
  974. configure:5297: result: yes
  975. configure:5299: checking whether we can compile XOP code
  976. configure:5312: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  977. configure:5312: $? = 0
  978. configure:5316: result: yes
  979. configure:5327: checking whether we can compile AVX2 code
  980. configure:5340: gcc -std=gnu99 -c -g -O2  conftest.c >&5
  981. configure:5340: $? = 0
  982. configure:5344: result: yes
  983. configure:5366: checking for json_loads in -ljansson
  984. configure:5391: gcc -std=gnu99 -o conftest -g -O2   conftest.c -ljansson   >&5
  985. configure:5391: $? = 0
  986. configure:5400: result: yes
  987. configure:5408: checking for pthread_create in -lpthread
  988. configure:5433: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lpthread   >&5
  989. configure:5433: $? = 0
  990. configure:5442: result: yes
  991. configure:5660: checking for gawk
  992. configure:5687: result: gawk
  993. configure:5749: checking for curl-config
  994. configure:5767: found /usr/bin/curl-config
  995. configure:5779: result: /usr/bin/curl-config
  996. configure:5790: checking for the version of libcurl
  997. configure:5797: result: 7.36.0
  998. configure:5804: checking for libcurl >= version 7.15.2
  999. configure:5817: result: yes
  1000. configure:5858: checking whether libcurl is usable
  1001. configure:5892: gcc -std=gnu99 -o conftest -g -O2    conftest.c -lcurl  >&5
  1002. configure:5892: $? = 0
  1003. configure:5906: result: yes
  1004. configure:5919: checking for curl_free
  1005. configure:5919: gcc -std=gnu99 -o conftest -g -O2    conftest.c  -lcurl >&5
  1006. configure:5919: $? = 0
  1007. configure:5919: result: yes
  1008. configure:6122: checking that generated files are newer than configure
  1009. configure:6128: result: done
  1010. configure:6179: creating ./config.status
  1011.  
  1012. ## ---------------------- ##
  1013. ## Running config.status. ##
  1014. ## ---------------------- ##
  1015.  
  1016. This file was extended by cpuminer config.status 2.3.3, which was
  1017. generated by GNU Autoconf 2.69.  Invocation command line was
  1018.  
  1019.   CONFIG_FILES    =
  1020.   CONFIG_HEADERS  =
  1021.   CONFIG_LINKS    =
  1022.   CONFIG_COMMANDS =
  1023.   $ ./config.status
  1024.  
  1025. on cloud
  1026.  
  1027. config.status:932: creating Makefile
  1028. config.status:932: creating compat/Makefile
  1029. config.status:932: creating compat/jansson/Makefile
  1030. config.status:932: creating cpuminer-config.h
  1031. config.status:1161: executing depfiles commands
  1032.  
  1033. ## ---------------- ##
  1034. ## Cache variables. ##
  1035. ## ---------------- ##
  1036.  
  1037. ac_cv_build=x86_64-unknown-linux-gnu
  1038. ac_cv_c_compiler_gnu=yes
  1039. ac_cv_env_CCASFLAGS_set=
  1040. ac_cv_env_CCASFLAGS_value=
  1041. ac_cv_env_CCAS_set=
  1042. ac_cv_env_CCAS_value=
  1043. ac_cv_env_CC_set=
  1044. ac_cv_env_CC_value=
  1045. ac_cv_env_CFLAGS_set=
  1046. ac_cv_env_CFLAGS_value=
  1047. ac_cv_env_CPPFLAGS_set=
  1048. ac_cv_env_CPPFLAGS_value=
  1049. ac_cv_env_CPP_set=
  1050. ac_cv_env_CPP_value=
  1051. ac_cv_env_LDFLAGS_set=
  1052. ac_cv_env_LDFLAGS_value=
  1053. ac_cv_env_LIBS_set=
  1054. ac_cv_env_LIBS_value=
  1055. ac_cv_env_build_alias_set=
  1056. ac_cv_env_build_alias_value=
  1057. ac_cv_env_host_alias_set=
  1058. ac_cv_env_host_alias_value=
  1059. ac_cv_env_target_alias_set=
  1060. ac_cv_env_target_alias_value=
  1061. ac_cv_func_alloca_works=yes
  1062. ac_cv_func_curl_free=yes
  1063. ac_cv_func_getopt_long=yes
  1064. ac_cv_have_decl_be32dec=no
  1065. ac_cv_have_decl_be32enc=no
  1066. ac_cv_have_decl_le32dec=no
  1067. ac_cv_have_decl_le32enc=no
  1068. ac_cv_header_inttypes_h=yes
  1069. ac_cv_header_memory_h=yes
  1070. ac_cv_header_stdc=yes
  1071. ac_cv_header_stdint_h=yes
  1072. ac_cv_header_stdlib_h=yes
  1073. ac_cv_header_string_h=yes
  1074. ac_cv_header_strings_h=yes
  1075. ac_cv_header_sys_endian_h=no
  1076. ac_cv_header_sys_param_h=yes
  1077. ac_cv_header_sys_stat_h=yes
  1078. ac_cv_header_sys_sysctl_h=yes
  1079. ac_cv_header_sys_types_h=yes
  1080. ac_cv_header_syslog_h=yes
  1081. ac_cv_header_unistd_h=yes
  1082. ac_cv_host=x86_64-unknown-linux-gnu
  1083. ac_cv_lib_jansson_json_loads=yes
  1084. ac_cv_lib_pthread_pthread_create=yes
  1085. ac_cv_objext=o
  1086. ac_cv_path_EGREP='/usr/bin/grep -E'
  1087. ac_cv_path_GREP=/usr/bin/grep
  1088. ac_cv_path__libcurl_config=/usr/bin/curl-config
  1089. ac_cv_path_install='/usr/bin/ginstall -c'
  1090. ac_cv_path_mkdir=/usr/bin/mkdir
  1091. ac_cv_prog_AWK=gawk
  1092. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  1093. ac_cv_prog_ac_ct_CC=gcc
  1094. ac_cv_prog_ac_ct_RANLIB=ranlib
  1095. ac_cv_prog_cc_c89=
  1096. ac_cv_prog_cc_c99=-std=gnu99
  1097. ac_cv_prog_cc_g=yes
  1098. ac_cv_prog_cc_gcc_c_o=yes
  1099. ac_cv_prog_gcc_traditional=no
  1100. ac_cv_prog_make_make_set=yes
  1101. ac_cv_target=x86_64-unknown-linux-gnu
  1102. ac_cv_type_size_t=yes
  1103. ac_cv_working_alloca_h=yes
  1104. am_cv_CCAS_dependencies_compiler_type=gcc3
  1105. am_cv_CC_dependencies_compiler_type=gcc3
  1106. am_cv_make_support_nested_variables=yes
  1107. libcurl_cv_lib_curl_usable=yes
  1108. libcurl_cv_lib_curl_version=7.36.0
  1109. libcurl_cv_lib_version_ok=yes
  1110.  
  1111. ## ----------------- ##
  1112. ## Output variables. ##
  1113. ## ----------------- ##
  1114.  
  1115. ACLOCAL='${SHELL} /tmp/cpuminer-2.3.3/missing aclocal-1.13'
  1116. ALLOCA=''
  1117. AMDEPBACKSLASH='\'
  1118. AMDEP_FALSE='#'
  1119. AMDEP_TRUE=''
  1120. AMTAR='$${TAR-tar}'
  1121. AM_BACKSLASH='\'
  1122. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1123. AM_DEFAULT_VERBOSITY='1'
  1124. AM_V='$(V)'
  1125. ARCH_ARM_FALSE=''
  1126. ARCH_ARM_TRUE='#'
  1127. ARCH_x86_64_FALSE='#'
  1128. ARCH_x86_64_TRUE=''
  1129. ARCH_x86_FALSE=''
  1130. ARCH_x86_TRUE='#'
  1131. AUTOCONF='${SHELL} /tmp/cpuminer-2.3.3/missing autoconf'
  1132. AUTOHEADER='${SHELL} /tmp/cpuminer-2.3.3/missing autoheader'
  1133. AUTOMAKE='${SHELL} /tmp/cpuminer-2.3.3/missing automake-1.13'
  1134. AWK='gawk'
  1135. CC='gcc -std=gnu99'
  1136. CCAS='gcc -std=gnu99'
  1137. CCASDEPMODE='depmode=gcc3'
  1138. CCASFLAGS='-g -O2'
  1139. CCDEPMODE='depmode=gcc3'
  1140. CFLAGS='-g -O2'
  1141. CPP='gcc -std=gnu99 -E'
  1142. CPPFLAGS=''
  1143. CYGPATH_W='echo'
  1144. DEFS='-DHAVE_CONFIG_H'
  1145. DEPDIR='.deps'
  1146. ECHO_C=''
  1147. ECHO_N='-n'
  1148. ECHO_T=''
  1149. EGREP='/usr/bin/grep -E'
  1150. EXEEXT=''
  1151. GREP='/usr/bin/grep'
  1152. HAVE_WINDOWS_FALSE=''
  1153. HAVE_WINDOWS_TRUE='#'
  1154. INSTALL_DATA='${INSTALL} -m 644'
  1155. INSTALL_PROGRAM='${INSTALL}'
  1156. INSTALL_SCRIPT='${INSTALL}'
  1157. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1158. JANSSON_LIBS='-ljansson'
  1159. LDFLAGS=''
  1160. LIBCURL='-lcurl'
  1161. LIBCURL_CPPFLAGS=''
  1162. LIBOBJS=''
  1163. LIBS=''
  1164. LTLIBOBJS=''
  1165. MAINT='#'
  1166. MAINTAINER_MODE_FALSE=''
  1167. MAINTAINER_MODE_TRUE='#'
  1168. MAKEINFO='${SHELL} /tmp/cpuminer-2.3.3/missing makeinfo'
  1169. MKDIR_P='/usr/bin/mkdir -p'
  1170. OBJEXT='o'
  1171. PACKAGE='cpuminer'
  1172. PACKAGE_BUGREPORT=''
  1173. PACKAGE_NAME='cpuminer'
  1174. PACKAGE_STRING='cpuminer 2.3.3'
  1175. PACKAGE_TARNAME='cpuminer'
  1176. PACKAGE_URL=''
  1177. PACKAGE_VERSION='2.3.3'
  1178. PATH_SEPARATOR=':'
  1179. PTHREAD_FLAGS='-pthread'
  1180. PTHREAD_LIBS='-lpthread'
  1181. RANLIB='ranlib'
  1182. SET_MAKE=''
  1183. SHELL='/bin/sh'
  1184. STRIP=''
  1185. VERSION='2.3.3'
  1186. WANT_JANSSON_FALSE=''
  1187. WANT_JANSSON_TRUE='#'
  1188. WS2_LIBS=''
  1189. _libcurl_config=''
  1190. ac_ct_CC='gcc'
  1191. am__EXEEXT_FALSE=''
  1192. am__EXEEXT_TRUE='#'
  1193. am__fastdepCCAS_FALSE='#'
  1194. am__fastdepCCAS_TRUE=''
  1195. am__fastdepCC_FALSE='#'
  1196. am__fastdepCC_TRUE=''
  1197. am__include='include'
  1198. am__isrc=''
  1199. am__leading_dot='.'
  1200. am__nodep='_no'
  1201. am__quote=''
  1202. am__tar='$${TAR-tar} chof - "$$tardir"'
  1203. am__untar='$${TAR-tar} xf -'
  1204. bindir='${exec_prefix}/bin'
  1205. build='x86_64-unknown-linux-gnu'
  1206. build_alias=''
  1207. build_cpu='x86_64'
  1208. build_os='linux-gnu'
  1209. build_vendor='unknown'
  1210. datadir='${datarootdir}'
  1211. datarootdir='${prefix}/share'
  1212. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1213. dvidir='${docdir}'
  1214. exec_prefix='${prefix}'
  1215. host='x86_64-unknown-linux-gnu'
  1216. host_alias=''
  1217. host_cpu='x86_64'
  1218. host_os='linux-gnu'
  1219. host_vendor='unknown'
  1220. htmldir='${docdir}'
  1221. includedir='${prefix}/include'
  1222. infodir='${datarootdir}/info'
  1223. install_sh='${SHELL} /tmp/cpuminer-2.3.3/install-sh'
  1224. libdir='${exec_prefix}/lib'
  1225. libexecdir='${exec_prefix}/libexec'
  1226. localedir='${datarootdir}/locale'
  1227. localstatedir='${prefix}/var'
  1228. mandir='${datarootdir}/man'
  1229. mkdir_p='$(MKDIR_P)'
  1230. oldincludedir='/usr/include'
  1231. pdfdir='${docdir}'
  1232. prefix='/usr/local'
  1233. program_transform_name='s,x,x,'
  1234. psdir='${docdir}'
  1235. sbindir='${exec_prefix}/sbin'
  1236. sharedstatedir='${prefix}/com'
  1237. sysconfdir='${prefix}/etc'
  1238. target='x86_64-unknown-linux-gnu'
  1239. target_alias=''
  1240. target_cpu='x86_64'
  1241. target_os='linux-gnu'
  1242. target_vendor='unknown'
  1243.  
  1244. ## ----------- ##
  1245. ## confdefs.h. ##
  1246. ## ----------- ##
  1247.  
  1248. /* confdefs.h */
  1249. #define PACKAGE_NAME "cpuminer"
  1250. #define PACKAGE_TARNAME "cpuminer"
  1251. #define PACKAGE_VERSION "2.3.3"
  1252. #define PACKAGE_STRING "cpuminer 2.3.3"
  1253. #define PACKAGE_BUGREPORT ""
  1254. #define PACKAGE_URL ""
  1255. #define PACKAGE "cpuminer"
  1256. #define VERSION "2.3.3"
  1257. #define STDC_HEADERS 1
  1258. #define HAVE_SYS_TYPES_H 1
  1259. #define HAVE_SYS_STAT_H 1
  1260. #define HAVE_STDLIB_H 1
  1261. #define HAVE_STRING_H 1
  1262. #define HAVE_MEMORY_H 1
  1263. #define HAVE_STRINGS_H 1
  1264. #define HAVE_INTTYPES_H 1
  1265. #define HAVE_STDINT_H 1
  1266. #define HAVE_UNISTD_H 1
  1267. #define HAVE_SYS_PARAM_H 1
  1268. #define HAVE_SYSLOG_H 1
  1269. #define HAVE_SYS_SYSCTL_H 1
  1270. #define HAVE_DECL_BE32DEC 0
  1271. #define HAVE_DECL_LE32DEC 0
  1272. #define HAVE_DECL_BE32ENC 0
  1273. #define HAVE_DECL_LE32ENC 0
  1274. #define HAVE_ALLOCA_H 1
  1275. #define HAVE_ALLOCA 1
  1276. #define HAVE_GETOPT_LONG 1
  1277. #define USE_AVX 1
  1278. #define USE_XOP 1
  1279. #define USE_AVX2 1
  1280. #define HAVE_LIBCURL 1
  1281. #define LIBCURL_FEATURE_SSL 1
  1282. #define LIBCURL_FEATURE_IPV6 1
  1283. #define LIBCURL_FEATURE_LIBZ 1
  1284. #define LIBCURL_FEATURE_IDN 1
  1285. #define LIBCURL_FEATURE_NTLM 1
  1286. #define LIBCURL_FEATURE_NTLM_WB 1
  1287. #define LIBCURL_FEATURE_TLS_SRP 1
  1288. #define LIBCURL_PROTOCOL_DICT 1
  1289. #define LIBCURL_PROTOCOL_FILE 1
  1290. #define LIBCURL_PROTOCOL_FTP 1
  1291. #define LIBCURL_PROTOCOL_FTPS 1
  1292. #define LIBCURL_PROTOCOL_GOPHER 1
  1293. #define LIBCURL_PROTOCOL_HTTP 1
  1294. #define LIBCURL_PROTOCOL_HTTPS 1
  1295. #define LIBCURL_PROTOCOL_IMAP 1
  1296. #define LIBCURL_PROTOCOL_IMAPS 1
  1297. #define LIBCURL_PROTOCOL_LDAP 1
  1298. #define LIBCURL_PROTOCOL_LDAPS 1
  1299. #define LIBCURL_PROTOCOL_POP3 1
  1300. #define LIBCURL_PROTOCOL_POP3S 1
  1301. #define LIBCURL_PROTOCOL_RTSP 1
  1302. #define LIBCURL_PROTOCOL_SMTP 1
  1303. #define LIBCURL_PROTOCOL_SMTPS 1
  1304. #define LIBCURL_PROTOCOL_TELNET 1
  1305. #define LIBCURL_PROTOCOL_TFTP 1
  1306.  
  1307. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement