Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.83 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 sgminer configure 5.5.4-gm, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --no-create --no-recursion
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Deep-Blue
  14. uname -m = x86_64
  15. uname -r = 4.9.0
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Mon Dec 19 03:45:53 IST 2016
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  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: /home/simon/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38. PATH: /usr/local/games
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2816: checking build system type
  46. configure:2830: result: x86_64-pc-linux-gnu
  47. configure:2850: checking host system type
  48. configure:2863: result: x86_64-pc-linux-gnu
  49. configure:2883: checking target system type
  50. configure:2896: result: x86_64-pc-linux-gnu
  51. configure:2944: checking for a BSD-compatible install
  52. configure:3012: result: /usr/bin/install -c
  53. configure:3023: checking whether build environment is sane
  54. configure:3078: result: yes
  55. configure:3229: checking for a thread-safe mkdir -p
  56. configure:3268: result: /bin/mkdir -p
  57. configure:3276: checking for gawk
  58. configure:3292: found /usr/bin/gawk
  59. configure:3303: result: gawk
  60. configure:3314: checking whether make sets $(MAKE)
  61. configure:3336: result: yes
  62. configure:3365: checking whether make supports nested variables
  63. configure:3382: result: yes
  64. configure:3519: checking whether make supports nested variables
  65. configure:3536: result: yes
  66. configure:3559: checking for style of include used by make
  67. configure:3587: result: GNU
  68. configure:3658: checking for gcc
  69. configure:3674: found /usr/bin/gcc
  70. configure:3685: result: gcc
  71. configure:3914: checking for C compiler version
  72. configure:3923: gcc --version >&5
  73. gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
  74. Copyright (C) 2016 Free Software Foundation, Inc.
  75. This is free software; see the source for copying conditions. There is NO
  76. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  77.  
  78. configure:3934: $? = 0
  79. configure:3923: gcc -v >&5
  80. Using built-in specs.
  81. COLLECT_GCC=gcc
  82. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  83. Target: x86_64-linux-gnu
  84. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.2.0-5ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  85. Thread model: posix
  86. gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12)
  87. configure:3934: $? = 0
  88. configure:3923: gcc -V >&5
  89. gcc: error: unrecognized command line option '-V'
  90. gcc: fatal error: no input files
  91. compilation terminated.
  92. configure:3934: $? = 1
  93. configure:3923: gcc -qversion >&5
  94. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  95. gcc: fatal error: no input files
  96. compilation terminated.
  97. configure:3934: $? = 1
  98. configure:3954: checking whether the C compiler works
  99. configure:3976: gcc conftest.c >&5
  100. configure:3980: $? = 0
  101. configure:4028: result: yes
  102. configure:4031: checking for C compiler default output file name
  103. configure:4033: result: a.out
  104. configure:4039: checking for suffix of executables
  105. configure:4046: gcc -o conftest conftest.c >&5
  106. configure:4050: $? = 0
  107. configure:4072: result:
  108. configure:4094: checking whether we are cross compiling
  109. configure:4102: gcc -o conftest conftest.c >&5
  110. configure:4106: $? = 0
  111. configure:4113: ./conftest
  112. configure:4117: $? = 0
  113. configure:4132: result: no
  114. configure:4137: checking for suffix of object files
  115. configure:4159: gcc -c conftest.c >&5
  116. configure:4163: $? = 0
  117. configure:4184: result: o
  118. configure:4188: checking whether we are using the GNU C compiler
  119. configure:4207: gcc -c conftest.c >&5
  120. configure:4207: $? = 0
  121. configure:4216: result: yes
  122. configure:4225: checking whether gcc accepts -g
  123. configure:4245: gcc -c -g conftest.c >&5
  124. configure:4245: $? = 0
  125. configure:4286: result: yes
  126. configure:4303: checking for gcc option to accept ISO C89
  127. configure:4366: gcc -c -g -O2 conftest.c >&5
  128. configure:4366: $? = 0
  129. configure:4379: result: none needed
  130. configure:4404: checking whether gcc understands -c and -o together
  131. configure:4426: gcc -c conftest.c -o conftest2.o
  132. configure:4429: $? = 0
  133. configure:4426: gcc -c conftest.c -o conftest2.o
  134. configure:4429: $? = 0
  135. configure:4441: result: yes
  136. configure:4460: checking dependency style of gcc
  137. configure:4571: result: gcc3
  138. configure:4592: checking how to run the C preprocessor
  139. configure:4623: gcc -E conftest.c
  140. configure:4623: $? = 0
  141. configure:4637: gcc -E conftest.c
  142. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  143. #include <ac_nonexistent.h>
  144. ^
  145. compilation terminated.
  146. configure:4637: $? = 1
  147. configure: failed program was:
  148. | /* confdefs.h */
  149. | #define PACKAGE_NAME "sgminer"
  150. | #define PACKAGE_TARNAME "sgminer"
  151. | #define PACKAGE_VERSION "5.5.4-gm"
  152. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  153. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  154. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  155. | #define PACKAGE "sgminer"
  156. | #define VERSION "5.5.4-gm"
  157. | /* end confdefs.h. */
  158. | #include <ac_nonexistent.h>
  159. configure:4662: result: gcc -E
  160. configure:4682: gcc -E conftest.c
  161. configure:4682: $? = 0
  162. configure:4696: gcc -E conftest.c
  163. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  164. #include <ac_nonexistent.h>
  165. ^
  166. compilation terminated.
  167. configure:4696: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h */
  170. | #define PACKAGE_NAME "sgminer"
  171. | #define PACKAGE_TARNAME "sgminer"
  172. | #define PACKAGE_VERSION "5.5.4-gm"
  173. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  174. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  175. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  176. | #define PACKAGE "sgminer"
  177. | #define VERSION "5.5.4-gm"
  178. | /* end confdefs.h. */
  179. | #include <ac_nonexistent.h>
  180. configure:4725: checking for grep that handles long lines and -e
  181. configure:4783: result: /bin/grep
  182. configure:4788: checking for egrep
  183. configure:4850: result: /bin/grep -E
  184. configure:4855: checking for ANSI C header files
  185. configure:4875: gcc -c -g -O2 conftest.c >&5
  186. configure:4875: $? = 0
  187. configure:4948: gcc -o conftest -g -O2 conftest.c >&5
  188. configure:4948: $? = 0
  189. configure:4948: ./conftest
  190. configure:4948: $? = 0
  191. configure:4959: result: yes
  192. configure:4972: checking for sys/types.h
  193. configure:4972: gcc -c -g -O2 conftest.c >&5
  194. configure:4972: $? = 0
  195. configure:4972: result: yes
  196. configure:4972: checking for sys/stat.h
  197. configure:4972: gcc -c -g -O2 conftest.c >&5
  198. configure:4972: $? = 0
  199. configure:4972: result: yes
  200. configure:4972: checking for stdlib.h
  201. configure:4972: gcc -c -g -O2 conftest.c >&5
  202. configure:4972: $? = 0
  203. configure:4972: result: yes
  204. configure:4972: checking for string.h
  205. configure:4972: gcc -c -g -O2 conftest.c >&5
  206. configure:4972: $? = 0
  207. configure:4972: result: yes
  208. configure:4972: checking for memory.h
  209. configure:4972: gcc -c -g -O2 conftest.c >&5
  210. configure:4972: $? = 0
  211. configure:4972: result: yes
  212. configure:4972: checking for strings.h
  213. configure:4972: gcc -c -g -O2 conftest.c >&5
  214. configure:4972: $? = 0
  215. configure:4972: result: yes
  216. configure:4972: checking for inttypes.h
  217. configure:4972: gcc -c -g -O2 conftest.c >&5
  218. configure:4972: $? = 0
  219. configure:4972: result: yes
  220. configure:4972: checking for stdint.h
  221. configure:4972: gcc -c -g -O2 conftest.c >&5
  222. configure:4972: $? = 0
  223. configure:4972: result: yes
  224. configure:4972: checking for unistd.h
  225. configure:4972: gcc -c -g -O2 conftest.c >&5
  226. configure:4972: $? = 0
  227. configure:4972: result: yes
  228. configure:4987: checking minix/config.h usability
  229. configure:4987: gcc -c -g -O2 conftest.c >&5
  230. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  231. #include <minix/config.h>
  232. ^
  233. compilation terminated.
  234. configure:4987: $? = 1
  235. configure: failed program was:
  236. | /* confdefs.h */
  237. | #define PACKAGE_NAME "sgminer"
  238. | #define PACKAGE_TARNAME "sgminer"
  239. | #define PACKAGE_VERSION "5.5.4-gm"
  240. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  241. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  242. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  243. | #define PACKAGE "sgminer"
  244. | #define VERSION "5.5.4-gm"
  245. | #define STDC_HEADERS 1
  246. | #define HAVE_SYS_TYPES_H 1
  247. | #define HAVE_SYS_STAT_H 1
  248. | #define HAVE_STDLIB_H 1
  249. | #define HAVE_STRING_H 1
  250. | #define HAVE_MEMORY_H 1
  251. | #define HAVE_STRINGS_H 1
  252. | #define HAVE_INTTYPES_H 1
  253. | #define HAVE_STDINT_H 1
  254. | #define HAVE_UNISTD_H 1
  255. | /* end confdefs.h. */
  256. | #include <stdio.h>
  257. | #ifdef HAVE_SYS_TYPES_H
  258. | # include <sys/types.h>
  259. | #endif
  260. | #ifdef HAVE_SYS_STAT_H
  261. | # include <sys/stat.h>
  262. | #endif
  263. | #ifdef STDC_HEADERS
  264. | # include <stdlib.h>
  265. | # include <stddef.h>
  266. | #else
  267. | # ifdef HAVE_STDLIB_H
  268. | # include <stdlib.h>
  269. | # endif
  270. | #endif
  271. | #ifdef HAVE_STRING_H
  272. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  273. | # include <memory.h>
  274. | # endif
  275. | # include <string.h>
  276. | #endif
  277. | #ifdef HAVE_STRINGS_H
  278. | # include <strings.h>
  279. | #endif
  280. | #ifdef HAVE_INTTYPES_H
  281. | # include <inttypes.h>
  282. | #endif
  283. | #ifdef HAVE_STDINT_H
  284. | # include <stdint.h>
  285. | #endif
  286. | #ifdef HAVE_UNISTD_H
  287. | # include <unistd.h>
  288. | #endif
  289. | #include <minix/config.h>
  290. configure:4987: result: no
  291. configure:4987: checking minix/config.h presence
  292. configure:4987: gcc -E conftest.c
  293. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  294. #include <minix/config.h>
  295. ^
  296. compilation terminated.
  297. configure:4987: $? = 1
  298. configure: failed program was:
  299. | /* confdefs.h */
  300. | #define PACKAGE_NAME "sgminer"
  301. | #define PACKAGE_TARNAME "sgminer"
  302. | #define PACKAGE_VERSION "5.5.4-gm"
  303. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  304. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  305. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  306. | #define PACKAGE "sgminer"
  307. | #define VERSION "5.5.4-gm"
  308. | #define STDC_HEADERS 1
  309. | #define HAVE_SYS_TYPES_H 1
  310. | #define HAVE_SYS_STAT_H 1
  311. | #define HAVE_STDLIB_H 1
  312. | #define HAVE_STRING_H 1
  313. | #define HAVE_MEMORY_H 1
  314. | #define HAVE_STRINGS_H 1
  315. | #define HAVE_INTTYPES_H 1
  316. | #define HAVE_STDINT_H 1
  317. | #define HAVE_UNISTD_H 1
  318. | /* end confdefs.h. */
  319. | #include <minix/config.h>
  320. configure:4987: result: no
  321. configure:4987: checking for minix/config.h
  322. configure:4987: result: no
  323. configure:5016: checking whether it is safe to define __EXTENSIONS__
  324. configure:5034: gcc -c -g -O2 conftest.c >&5
  325. configure:5034: $? = 0
  326. configure:5041: result: yes
  327. configure:5093: checking whether to enable maintainer-specific portions of Makefiles
  328. configure:5102: result: no
  329. configure:5164: checking for gcc
  330. configure:5191: result: gcc
  331. configure:5420: checking for C compiler version
  332. configure:5429: gcc --version >&5
  333. gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
  334. Copyright (C) 2016 Free Software Foundation, Inc.
  335. This is free software; see the source for copying conditions. There is NO
  336. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  337.  
  338. configure:5440: $? = 0
  339. configure:5429: gcc -v >&5
  340. Using built-in specs.
  341. COLLECT_GCC=gcc
  342. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  343. Target: x86_64-linux-gnu
  344. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.2.0-5ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  345. Thread model: posix
  346. gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12)
  347. configure:5440: $? = 0
  348. configure:5429: gcc -V >&5
  349. gcc: error: unrecognized command line option '-V'
  350. gcc: fatal error: no input files
  351. compilation terminated.
  352. configure:5440: $? = 1
  353. configure:5429: gcc -qversion >&5
  354. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  355. gcc: fatal error: no input files
  356. compilation terminated.
  357. configure:5440: $? = 1
  358. configure:5444: checking whether we are using the GNU C compiler
  359. configure:5472: result: yes
  360. configure:5481: checking whether gcc accepts -g
  361. configure:5542: result: yes
  362. configure:5559: checking for gcc option to accept ISO C89
  363. configure:5635: result: none needed
  364. configure:5660: checking whether gcc understands -c and -o together
  365. configure:5697: result: yes
  366. configure:5716: checking dependency style of gcc
  367. configure:5827: result: gcc3
  368. configure:5885: checking for ranlib
  369. configure:5901: found /usr/bin/ranlib
  370. configure:5912: result: ranlib
  371. configure:5960: checking whether gcc needs -traditional
  372. configure:5994: result: no
  373. configure:6048: checking how to print strings
  374. configure:6075: result: printf
  375. configure:6096: checking for a sed that does not truncate output
  376. configure:6160: result: /bin/sed
  377. configure:6178: checking for fgrep
  378. configure:6240: result: /bin/grep -F
  379. configure:6275: checking for ld used by gcc
  380. configure:6342: result: /usr/bin/ld
  381. configure:6349: checking if the linker (/usr/bin/ld) is GNU ld
  382. configure:6364: result: yes
  383. configure:6376: checking for BSD- or MS-compatible name lister (nm)
  384. configure:6430: result: /usr/bin/nm -B
  385. configure:6560: checking the name lister (/usr/bin/nm -B) interface
  386. configure:6567: gcc -c -g -O2 conftest.c >&5
  387. configure:6570: /usr/bin/nm -B "conftest.o"
  388. configure:6573: output
  389. 0000000000000000 B some_variable
  390. configure:6580: result: BSD nm
  391. configure:6583: checking whether ln -s works
  392. configure:6587: result: yes
  393. configure:6595: checking the maximum length of command line arguments
  394. configure:6726: result: 1572864
  395. configure:6774: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  396. configure:6814: result: func_convert_file_noop
  397. configure:6821: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  398. configure:6841: result: func_convert_file_noop
  399. configure:6848: checking for /usr/bin/ld option to reload object files
  400. configure:6855: result: -r
  401. configure:6929: checking for objdump
  402. configure:6945: found /usr/bin/objdump
  403. configure:6956: result: objdump
  404. configure:6988: checking how to recognize dependent libraries
  405. configure:7188: result: pass_all
  406. configure:7273: checking for dlltool
  407. configure:7303: result: no
  408. configure:7333: checking how to associate runtime and link libraries
  409. configure:7360: result: printf %s\n
  410. configure:7420: checking for ar
  411. configure:7436: found /usr/bin/ar
  412. configure:7447: result: ar
  413. configure:7484: checking for archiver @FILE support
  414. configure:7501: gcc -c -g -O2 conftest.c >&5
  415. configure:7501: $? = 0
  416. configure:7504: ar cru libconftest.a @conftest.lst >&5
  417. ar: `u' modifier ignored since `D' is the default (see `U')
  418. configure:7507: $? = 0
  419. configure:7512: ar cru libconftest.a @conftest.lst >&5
  420. ar: `u' modifier ignored since `D' is the default (see `U')
  421. ar: conftest.o: No such file or directory
  422. configure:7515: $? = 1
  423. configure:7527: result: @
  424. configure:7585: checking for strip
  425. configure:7601: found /usr/bin/strip
  426. configure:7612: result: strip
  427. configure:7684: checking for ranlib
  428. configure:7711: result: ranlib
  429. configure:7813: checking command to parse /usr/bin/nm -B output from gcc object
  430. configure:7966: gcc -c -g -O2 conftest.c >&5
  431. configure:7969: $? = 0
  432. configure:7973: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  433. configure:7976: $? = 0
  434. configure:8042: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  435. configure:8045: $? = 0
  436. configure:8083: result: ok
  437. configure:8130: checking for sysroot
  438. configure:8160: result: no
  439. configure:8167: checking for a working dd
  440. configure:8205: result: /bin/dd
  441. configure:8209: checking how to truncate binary pipes
  442. configure:8224: result: /bin/dd bs=4096 count=1
  443. configure:8360: gcc -c -g -O2 conftest.c >&5
  444. configure:8363: $? = 0
  445. configure:8553: checking for mt
  446. configure:8569: found /bin/mt
  447. configure:8580: result: mt
  448. configure:8603: checking if mt is a manifest tool
  449. configure:8609: mt '-?'
  450. configure:8617: result: no
  451. configure:9291: checking for dlfcn.h
  452. configure:9291: gcc -c -g -O2 conftest.c >&5
  453. configure:9291: $? = 0
  454. configure:9291: result: yes
  455. configure:9546: checking for objdir
  456. configure:9561: result: .libs
  457. configure:9825: checking if gcc supports -fno-rtti -fno-exceptions
  458. configure:9843: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  459. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  460. configure:9847: $? = 0
  461. configure:9860: result: no
  462. configure:10218: checking for gcc option to produce PIC
  463. configure:10225: result: -fPIC -DPIC
  464. configure:10233: checking if gcc PIC flag -fPIC -DPIC works
  465. configure:10251: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  466. configure:10255: $? = 0
  467. configure:10268: result: yes
  468. configure:10297: checking if gcc static flag -static works
  469. configure:10325: result: yes
  470. configure:10340: checking if gcc supports -c -o file.o
  471. configure:10361: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  472. configure:10365: $? = 0
  473. configure:10387: result: yes
  474. configure:10395: checking if gcc supports -c -o file.o
  475. configure:10442: result: yes
  476. configure:10475: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  477. configure:11738: result: yes
  478. configure:11978: checking dynamic linker characteristics
  479. configure:12559: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  480. configure:12559: $? = 0
  481. configure:12808: result: GNU/Linux ld.so
  482. configure:12930: checking how to hardcode library paths into programs
  483. configure:12955: result: immediate
  484. configure:13503: checking whether stripping libraries is possible
  485. configure:13508: result: yes
  486. configure:13543: checking if libtool supports shared libraries
  487. configure:13545: result: yes
  488. configure:13548: checking whether to build shared libraries
  489. configure:13573: result: no
  490. configure:13576: checking whether to build static libraries
  491. configure:13580: result: yes
  492. configure:13632: checking sys/mman.h usability
  493. configure:13632: gcc -c -g -O2 conftest.c >&5
  494. configure:13632: $? = 0
  495. configure:13632: result: yes
  496. configure:13632: checking sys/mman.h presence
  497. configure:13632: gcc -E conftest.c
  498. configure:13632: $? = 0
  499. configure:13632: result: yes
  500. configure:13632: checking for sys/mman.h
  501. configure:13632: result: yes
  502. configure:13632: checking wchar.h usability
  503. configure:13632: gcc -c -g -O2 conftest.c >&5
  504. configure:13632: $? = 0
  505. configure:13632: result: yes
  506. configure:13632: checking wchar.h presence
  507. configure:13632: gcc -E conftest.c
  508. configure:13632: $? = 0
  509. configure:13632: result: yes
  510. configure:13632: checking for wchar.h
  511. configure:13632: result: yes
  512. configure:13632: checking for stdint.h
  513. configure:13632: result: yes
  514. configure:13653: checking for mprotect
  515. configure:13653: gcc -o conftest -g -O2 conftest.c >&5
  516. configure:13653: $? = 0
  517. configure:13653: result: yes
  518. configure:13653: checking for sigaction
  519. configure:13653: gcc -o conftest -g -O2 conftest.c >&5
  520. configure:13653: $? = 0
  521. configure:13653: result: yes
  522. configure:13653: checking for sigaltstack
  523. configure:13653: gcc -o conftest -g -O2 conftest.c >&5
  524. configure:13653: $? = 0
  525. configure:13653: result: yes
  526. configure:13653: checking for siginterrupt
  527. configure:13653: gcc -o conftest -g -O2 conftest.c >&5
  528. configure:13653: $? = 0
  529. configure:13653: result: yes
  530. configure:13744: checking for mmap
  531. configure:13744: gcc -o conftest -g -O2 conftest.c >&5
  532. configure:13744: $? = 0
  533. configure:13744: result: yes
  534. configure:13755: checking for MAP_ANONYMOUS
  535. configure:13792: result: yes
  536. configure:13826: checking whether memchr works
  537. configure:13889: gcc -o conftest -g -O2 conftest.c >&5
  538. configure:13889: $? = 0
  539. configure:13889: ./conftest
  540. configure:13889: $? = 0
  541. configure:13899: result: yes
  542. configure:13907: checking whether memmem is declared
  543. configure:13907: gcc -c -g -O2 conftest.c >&5
  544. configure:13907: $? = 0
  545. configure:13907: result: yes
  546. configure:13925: checking for memmem
  547. configure:13925: gcc -o conftest -g -O2 conftest.c >&5
  548. configure:13925: $? = 0
  549. configure:13925: result: yes
  550. configure:13949: checking whether memmem works
  551. configure:14013: gcc -o conftest -g -O2 conftest.c >&5
  552. conftest.c: In function 'main':
  553. conftest.c:58:11: warning: null argument where non-null required (argument 3) [-Wnonnull]
  554. if (memmem (haystack, 3, NULL, 0) != haystack)
  555. ^~~~~~
  556. configure:14013: $? = 0
  557. configure:14013: ./conftest
  558. configure:14013: $? = 0
  559. configure:14024: result: yes
  560. configure:14042: gcc -c -g -O2 conftest.c >&5
  561. conftest.c:43:10: error: unknown type name 'not'
  562. not a universal capable compiler
  563. ^~~
  564. conftest.c:43:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  565. not a universal capable compiler
  566. ^~~~~~~~~
  567. conftest.c:43:16: error: unknown type name 'universal'
  568. configure:14042: $? = 1
  569. configure: failed program was:
  570. | /* confdefs.h */
  571. | #define PACKAGE_NAME "sgminer"
  572. | #define PACKAGE_TARNAME "sgminer"
  573. | #define PACKAGE_VERSION "5.5.4-gm"
  574. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  575. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  576. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  577. | #define PACKAGE "sgminer"
  578. | #define VERSION "5.5.4-gm"
  579. | #define STDC_HEADERS 1
  580. | #define HAVE_SYS_TYPES_H 1
  581. | #define HAVE_SYS_STAT_H 1
  582. | #define HAVE_STDLIB_H 1
  583. | #define HAVE_STRING_H 1
  584. | #define HAVE_MEMORY_H 1
  585. | #define HAVE_STRINGS_H 1
  586. | #define HAVE_INTTYPES_H 1
  587. | #define HAVE_STDINT_H 1
  588. | #define HAVE_UNISTD_H 1
  589. | #define __EXTENSIONS__ 1
  590. | #define _ALL_SOURCE 1
  591. | #define _GNU_SOURCE 1
  592. | #define _POSIX_PTHREAD_SEMANTICS 1
  593. | #define _TANDEM_SOURCE 1
  594. | #define SGMINER_MAJOR_VERSION 5
  595. | #define SGMINER_MINOR_VERSION 5
  596. | #define SGMINER_MINOR_SUBVERSION 4
  597. | #define SGMINER_REVISON gm
  598. | #define HAVE_DLFCN_H 1
  599. | #define LT_OBJDIR ".libs/"
  600. | #define HAVE_SYS_MMAN_H 1
  601. | #define HAVE_WCHAR_H 1
  602. | #define HAVE_STDINT_H 1
  603. | #define HAVE_MPROTECT 1
  604. | #define HAVE_SIGACTION 1
  605. | #define HAVE_SIGALTSTACK 1
  606. | #define HAVE_SIGINTERRUPT 1
  607. | #define HAVE_MAP_ANONYMOUS 1
  608. | #define HAVE_DECL_MEMMEM 1
  609. | #define HAVE_MEMMEM 1
  610. | /* end confdefs.h. */
  611. | #ifndef __APPLE_CC__
  612. | not a universal capable compiler
  613. | #endif
  614. | typedef int dummy;
  615. |
  616. configure:14093: checking for C/C++ restrict keyword
  617. configure:14118: gcc -c -g -O2 conftest.c >&5
  618. configure:14118: $? = 0
  619. configure:14126: result: __restrict
  620. configure:14139: checking for uid_t in sys/types.h
  621. configure:14158: result: yes
  622. configure:14169: checking for inline
  623. configure:14185: gcc -c -g -O2 conftest.c >&5
  624. configure:14185: $? = 0
  625. configure:14193: result: inline
  626. configure:14226: checking whether the preprocessor supports include_next
  627. configure:14264: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
  628. configure:14264: $? = 0
  629. configure:14285: result: yes
  630. configure:14306: checking whether system header files limit the line length
  631. configure:14329: result: no
  632. configure:14343: checking for wchar_t
  633. configure:14360: gcc -c -g -O2 conftest.c >&5
  634. configure:14360: $? = 0
  635. configure:14367: result: yes
  636. configure:14376: checking for unsigned long long int
  637. configure:14415: gcc -o conftest -g -O2 conftest.c >&5
  638. configure:14415: $? = 0
  639. configure:14424: result: yes
  640. configure:14434: checking for long long int
  641. configure:14472: gcc -o conftest -g -O2 conftest.c >&5
  642. configure:14472: $? = 0
  643. configure:14472: ./conftest
  644. configure:14472: $? = 0
  645. configure:14484: result: yes
  646. configure:14621: checking whether stdint.h conforms to C99
  647. configure:14792: gcc -c -g -O2 conftest.c >&5
  648. configure:14792: $? = 0
  649. configure:14874: gcc -o conftest -g -O2 conftest.c >&5
  650. configure:14874: $? = 0
  651. configure:14874: ./conftest
  652. configure:14874: $? = 0
  653. configure:14886: result: yes
  654. configure:15285: checking whether memmem is declared without a macro
  655. configure:15303: gcc -c -g -O2 conftest.c >&5
  656. configure:15303: $? = 0
  657. configure:15311: result: yes
  658. configure:15285: checking whether mempcpy is declared without a macro
  659. configure:15303: gcc -c -g -O2 conftest.c >&5
  660. configure:15303: $? = 0
  661. configure:15311: result: yes
  662. configure:15285: checking whether memrchr is declared without a macro
  663. configure:15303: gcc -c -g -O2 conftest.c >&5
  664. configure:15303: $? = 0
  665. configure:15311: result: yes
  666. configure:15285: checking whether rawmemchr is declared without a macro
  667. configure:15303: gcc -c -g -O2 conftest.c >&5
  668. configure:15303: $? = 0
  669. configure:15311: result: yes
  670. configure:15285: checking whether stpcpy is declared without a macro
  671. configure:15303: gcc -c -g -O2 conftest.c >&5
  672. configure:15303: $? = 0
  673. configure:15311: result: yes
  674. configure:15285: checking whether stpncpy is declared without a macro
  675. configure:15303: gcc -c -g -O2 conftest.c >&5
  676. configure:15303: $? = 0
  677. configure:15311: result: yes
  678. configure:15285: checking whether strchrnul is declared without a macro
  679. configure:15303: gcc -c -g -O2 conftest.c >&5
  680. configure:15303: $? = 0
  681. configure:15311: result: yes
  682. configure:15285: checking whether strdup is declared without a macro
  683. configure:15303: gcc -c -g -O2 conftest.c >&5
  684. configure:15303: $? = 0
  685. configure:15311: result: yes
  686. configure:15285: checking whether strncat is declared without a macro
  687. configure:15303: gcc -c -g -O2 conftest.c >&5
  688. configure:15303: $? = 0
  689. configure:15311: result: yes
  690. configure:15285: checking whether strndup is declared without a macro
  691. configure:15303: gcc -c -g -O2 conftest.c >&5
  692. configure:15303: $? = 0
  693. configure:15311: result: yes
  694. configure:15285: checking whether strnlen is declared without a macro
  695. configure:15303: gcc -c -g -O2 conftest.c >&5
  696. configure:15303: $? = 0
  697. configure:15311: result: yes
  698. configure:15285: checking whether strpbrk is declared without a macro
  699. configure:15303: gcc -c -g -O2 conftest.c >&5
  700. configure:15303: $? = 0
  701. configure:15311: result: yes
  702. configure:15285: checking whether strsep is declared without a macro
  703. configure:15303: gcc -c -g -O2 conftest.c >&5
  704. configure:15303: $? = 0
  705. configure:15311: result: yes
  706. configure:15285: checking whether strcasestr is declared without a macro
  707. configure:15303: gcc -c -g -O2 conftest.c >&5
  708. configure:15303: $? = 0
  709. configure:15311: result: yes
  710. configure:15285: checking whether strtok_r is declared without a macro
  711. configure:15303: gcc -c -g -O2 conftest.c >&5
  712. configure:15303: $? = 0
  713. configure:15311: result: yes
  714. configure:15285: checking whether strerror_r is declared without a macro
  715. configure:15303: gcc -c -g -O2 conftest.c >&5
  716. configure:15303: $? = 0
  717. configure:15311: result: yes
  718. configure:15285: checking whether strsignal is declared without a macro
  719. configure:15303: gcc -c -g -O2 conftest.c >&5
  720. configure:15303: $? = 0
  721. configure:15311: result: yes
  722. configure:15285: checking whether strverscmp is declared without a macro
  723. configure:15303: gcc -c -g -O2 conftest.c >&5
  724. configure:15303: $? = 0
  725. configure:15311: result: yes
  726. configure:15391: checking whether memmem works in linear time
  727. configure:15462: gcc -o conftest -g -O2 conftest.c >&5
  728. configure:15462: $? = 0
  729. configure:15462: ./conftest
  730. configure:15462: $? = 0
  731. configure:15473: result: yes
  732. configure:15498: checking for memmem
  733. configure:15498: result: yes
  734. configure:15522: checking whether memmem works
  735. configure:15597: result: yes
  736. configure:15643: checking for struct sigaction.sa_sigaction
  737. configure:15643: gcc -c -g -O2 conftest.c >&5
  738. configure:15643: $? = 0
  739. configure:15643: result: yes
  740. configure:15778: checking for volatile sig_atomic_t
  741. configure:15778: gcc -c -g -O2 conftest.c >&5
  742. configure:15778: $? = 0
  743. configure:15778: gcc -c -g -O2 conftest.c >&5
  744. conftest.c: In function 'main':
  745. conftest.c:76:36: error: expected expression before ')' token
  746. if (sizeof ((volatile sig_atomic_t)))
  747. ^
  748. configure:15778: $? = 1
  749. configure: failed program was:
  750. | /* confdefs.h */
  751. | #define PACKAGE_NAME "sgminer"
  752. | #define PACKAGE_TARNAME "sgminer"
  753. | #define PACKAGE_VERSION "5.5.4-gm"
  754. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  755. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  756. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  757. | #define PACKAGE "sgminer"
  758. | #define VERSION "5.5.4-gm"
  759. | #define STDC_HEADERS 1
  760. | #define HAVE_SYS_TYPES_H 1
  761. | #define HAVE_SYS_STAT_H 1
  762. | #define HAVE_STDLIB_H 1
  763. | #define HAVE_STRING_H 1
  764. | #define HAVE_MEMORY_H 1
  765. | #define HAVE_STRINGS_H 1
  766. | #define HAVE_INTTYPES_H 1
  767. | #define HAVE_STDINT_H 1
  768. | #define HAVE_UNISTD_H 1
  769. | #define __EXTENSIONS__ 1
  770. | #define _ALL_SOURCE 1
  771. | #define _GNU_SOURCE 1
  772. | #define _POSIX_PTHREAD_SEMANTICS 1
  773. | #define _TANDEM_SOURCE 1
  774. | #define SGMINER_MAJOR_VERSION 5
  775. | #define SGMINER_MINOR_VERSION 5
  776. | #define SGMINER_MINOR_SUBVERSION 4
  777. | #define SGMINER_REVISON gm
  778. | #define HAVE_DLFCN_H 1
  779. | #define LT_OBJDIR ".libs/"
  780. | #define HAVE_SYS_MMAN_H 1
  781. | #define HAVE_WCHAR_H 1
  782. | #define HAVE_STDINT_H 1
  783. | #define HAVE_MPROTECT 1
  784. | #define HAVE_SIGACTION 1
  785. | #define HAVE_SIGALTSTACK 1
  786. | #define HAVE_SIGINTERRUPT 1
  787. | #define HAVE_MAP_ANONYMOUS 1
  788. | #define HAVE_DECL_MEMMEM 1
  789. | #define HAVE_MEMMEM 1
  790. | #define restrict __restrict
  791. | #define HAVE_WCHAR_T 1
  792. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  793. | #define HAVE_LONG_LONG_INT 1
  794. | #define HAVE_RAW_DECL_MEMMEM 1
  795. | #define HAVE_RAW_DECL_MEMPCPY 1
  796. | #define HAVE_RAW_DECL_MEMRCHR 1
  797. | #define HAVE_RAW_DECL_RAWMEMCHR 1
  798. | #define HAVE_RAW_DECL_STPCPY 1
  799. | #define HAVE_RAW_DECL_STPNCPY 1
  800. | #define HAVE_RAW_DECL_STRCHRNUL 1
  801. | #define HAVE_RAW_DECL_STRDUP 1
  802. | #define HAVE_RAW_DECL_STRNCAT 1
  803. | #define HAVE_RAW_DECL_STRNDUP 1
  804. | #define HAVE_RAW_DECL_STRNLEN 1
  805. | #define HAVE_RAW_DECL_STRPBRK 1
  806. | #define HAVE_RAW_DECL_STRSEP 1
  807. | #define HAVE_RAW_DECL_STRCASESTR 1
  808. | #define HAVE_RAW_DECL_STRTOK_R 1
  809. | #define HAVE_RAW_DECL_STRERROR_R 1
  810. | #define HAVE_RAW_DECL_STRSIGNAL 1
  811. | #define HAVE_RAW_DECL_STRVERSCMP 1
  812. | #define GNULIB_TEST_MEMCHR 1
  813. | #define HAVE_MEMMEM 1
  814. | #define GNULIB_TEST_MEMMEM 1
  815. | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
  816. | #define GNULIB_TEST_SIGACTION 1
  817. | /* end confdefs.h. */
  818. |
  819. | #include <signal.h>
  820. |
  821. |
  822. | int
  823. | main ()
  824. | {
  825. | if (sizeof ((volatile sig_atomic_t)))
  826. | return 0;
  827. | ;
  828. | return 0;
  829. | }
  830. configure:15778: result: yes
  831. configure:15792: checking for sighandler_t
  832. configure:15792: gcc -c -g -O2 conftest.c >&5
  833. configure:15792: $? = 0
  834. configure:15792: gcc -c -g -O2 conftest.c >&5
  835. conftest.c: In function 'main':
  836. conftest.c:76:27: error: expected expression before ')' token
  837. if (sizeof ((sighandler_t)))
  838. ^
  839. configure:15792: $? = 1
  840. configure: failed program was:
  841. | /* confdefs.h */
  842. | #define PACKAGE_NAME "sgminer"
  843. | #define PACKAGE_TARNAME "sgminer"
  844. | #define PACKAGE_VERSION "5.5.4-gm"
  845. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  846. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  847. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  848. | #define PACKAGE "sgminer"
  849. | #define VERSION "5.5.4-gm"
  850. | #define STDC_HEADERS 1
  851. | #define HAVE_SYS_TYPES_H 1
  852. | #define HAVE_SYS_STAT_H 1
  853. | #define HAVE_STDLIB_H 1
  854. | #define HAVE_STRING_H 1
  855. | #define HAVE_MEMORY_H 1
  856. | #define HAVE_STRINGS_H 1
  857. | #define HAVE_INTTYPES_H 1
  858. | #define HAVE_STDINT_H 1
  859. | #define HAVE_UNISTD_H 1
  860. | #define __EXTENSIONS__ 1
  861. | #define _ALL_SOURCE 1
  862. | #define _GNU_SOURCE 1
  863. | #define _POSIX_PTHREAD_SEMANTICS 1
  864. | #define _TANDEM_SOURCE 1
  865. | #define SGMINER_MAJOR_VERSION 5
  866. | #define SGMINER_MINOR_VERSION 5
  867. | #define SGMINER_MINOR_SUBVERSION 4
  868. | #define SGMINER_REVISON gm
  869. | #define HAVE_DLFCN_H 1
  870. | #define LT_OBJDIR ".libs/"
  871. | #define HAVE_SYS_MMAN_H 1
  872. | #define HAVE_WCHAR_H 1
  873. | #define HAVE_STDINT_H 1
  874. | #define HAVE_MPROTECT 1
  875. | #define HAVE_SIGACTION 1
  876. | #define HAVE_SIGALTSTACK 1
  877. | #define HAVE_SIGINTERRUPT 1
  878. | #define HAVE_MAP_ANONYMOUS 1
  879. | #define HAVE_DECL_MEMMEM 1
  880. | #define HAVE_MEMMEM 1
  881. | #define restrict __restrict
  882. | #define HAVE_WCHAR_T 1
  883. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  884. | #define HAVE_LONG_LONG_INT 1
  885. | #define HAVE_RAW_DECL_MEMMEM 1
  886. | #define HAVE_RAW_DECL_MEMPCPY 1
  887. | #define HAVE_RAW_DECL_MEMRCHR 1
  888. | #define HAVE_RAW_DECL_RAWMEMCHR 1
  889. | #define HAVE_RAW_DECL_STPCPY 1
  890. | #define HAVE_RAW_DECL_STPNCPY 1
  891. | #define HAVE_RAW_DECL_STRCHRNUL 1
  892. | #define HAVE_RAW_DECL_STRDUP 1
  893. | #define HAVE_RAW_DECL_STRNCAT 1
  894. | #define HAVE_RAW_DECL_STRNDUP 1
  895. | #define HAVE_RAW_DECL_STRNLEN 1
  896. | #define HAVE_RAW_DECL_STRPBRK 1
  897. | #define HAVE_RAW_DECL_STRSEP 1
  898. | #define HAVE_RAW_DECL_STRCASESTR 1
  899. | #define HAVE_RAW_DECL_STRTOK_R 1
  900. | #define HAVE_RAW_DECL_STRERROR_R 1
  901. | #define HAVE_RAW_DECL_STRSIGNAL 1
  902. | #define HAVE_RAW_DECL_STRVERSCMP 1
  903. | #define GNULIB_TEST_MEMCHR 1
  904. | #define HAVE_MEMMEM 1
  905. | #define GNULIB_TEST_MEMMEM 1
  906. | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
  907. | #define GNULIB_TEST_SIGACTION 1
  908. | /* end confdefs.h. */
  909. |
  910. | #include <signal.h>
  911. |
  912. |
  913. | int
  914. | main ()
  915. | {
  916. | if (sizeof ((sighandler_t)))
  917. | return 0;
  918. | ;
  919. | return 0;
  920. | }
  921. configure:15792: result: yes
  922. configure:15806: checking whether sigaction is declared without a macro
  923. configure:15824: gcc -c -g -O2 conftest.c >&5
  924. configure:15824: $? = 0
  925. configure:15832: result: yes
  926. configure:15806: checking whether sigaddset is declared without a macro
  927. configure:15824: gcc -c -g -O2 conftest.c >&5
  928. configure:15824: $? = 0
  929. configure:15832: result: yes
  930. configure:15806: checking whether sigdelset is declared without a macro
  931. configure:15824: gcc -c -g -O2 conftest.c >&5
  932. configure:15824: $? = 0
  933. configure:15832: result: yes
  934. configure:15806: checking whether sigemptyset is declared without a macro
  935. configure:15824: gcc -c -g -O2 conftest.c >&5
  936. configure:15824: $? = 0
  937. configure:15832: result: yes
  938. configure:15806: checking whether sigfillset is declared without a macro
  939. configure:15824: gcc -c -g -O2 conftest.c >&5
  940. configure:15824: $? = 0
  941. configure:15832: result: yes
  942. configure:15806: checking whether sigismember is declared without a macro
  943. configure:15824: gcc -c -g -O2 conftest.c >&5
  944. configure:15824: $? = 0
  945. configure:15832: result: yes
  946. configure:15806: checking whether sigpending is declared without a macro
  947. configure:15824: gcc -c -g -O2 conftest.c >&5
  948. configure:15824: $? = 0
  949. configure:15832: result: yes
  950. configure:15806: checking whether sigprocmask is declared without a macro
  951. configure:15824: gcc -c -g -O2 conftest.c >&5
  952. configure:15824: $? = 0
  953. configure:15832: result: yes
  954. configure:15861: checking for sigprocmask
  955. configure:15861: gcc -o conftest -g -O2 conftest.c >&5
  956. configure:15861: $? = 0
  957. configure:15861: result: yes
  958. configure:15928: checking whether NULL can be used in arbitrary expressions
  959. configure:15946: gcc -c -g -O2 conftest.c >&5
  960. configure:15946: $? = 0
  961. configure:15953: result: yes
  962. configure:16068: checking for ANSI C header files
  963. configure:16172: result: yes
  964. configure:16182: checking syslog.h usability
  965. configure:16182: gcc -c -g -O2 conftest.c >&5
  966. configure:16182: $? = 0
  967. configure:16182: result: yes
  968. configure:16182: checking syslog.h presence
  969. configure:16182: gcc -E conftest.c
  970. configure:16182: $? = 0
  971. configure:16182: result: yes
  972. configure:16182: checking for syslog.h
  973. configure:16182: result: yes
  974. configure:16193: checking for size_t
  975. configure:16193: gcc -c -g -O2 conftest.c >&5
  976. configure:16193: $? = 0
  977. configure:16193: gcc -c -g -O2 conftest.c >&5
  978. conftest.c: In function 'main':
  979. conftest.c:116:21: error: expected expression before ')' token
  980. if (sizeof ((size_t)))
  981. ^
  982. configure:16193: $? = 1
  983. configure: failed program was:
  984. | /* confdefs.h */
  985. | #define PACKAGE_NAME "sgminer"
  986. | #define PACKAGE_TARNAME "sgminer"
  987. | #define PACKAGE_VERSION "5.5.4-gm"
  988. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  989. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  990. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  991. | #define PACKAGE "sgminer"
  992. | #define VERSION "5.5.4-gm"
  993. | #define STDC_HEADERS 1
  994. | #define HAVE_SYS_TYPES_H 1
  995. | #define HAVE_SYS_STAT_H 1
  996. | #define HAVE_STDLIB_H 1
  997. | #define HAVE_STRING_H 1
  998. | #define HAVE_MEMORY_H 1
  999. | #define HAVE_STRINGS_H 1
  1000. | #define HAVE_INTTYPES_H 1
  1001. | #define HAVE_STDINT_H 1
  1002. | #define HAVE_UNISTD_H 1
  1003. | #define __EXTENSIONS__ 1
  1004. | #define _ALL_SOURCE 1
  1005. | #define _GNU_SOURCE 1
  1006. | #define _POSIX_PTHREAD_SEMANTICS 1
  1007. | #define _TANDEM_SOURCE 1
  1008. | #define SGMINER_MAJOR_VERSION 5
  1009. | #define SGMINER_MINOR_VERSION 5
  1010. | #define SGMINER_MINOR_SUBVERSION 4
  1011. | #define SGMINER_REVISON gm
  1012. | #define HAVE_DLFCN_H 1
  1013. | #define LT_OBJDIR ".libs/"
  1014. | #define HAVE_SYS_MMAN_H 1
  1015. | #define HAVE_WCHAR_H 1
  1016. | #define HAVE_STDINT_H 1
  1017. | #define HAVE_MPROTECT 1
  1018. | #define HAVE_SIGACTION 1
  1019. | #define HAVE_SIGALTSTACK 1
  1020. | #define HAVE_SIGINTERRUPT 1
  1021. | #define HAVE_MAP_ANONYMOUS 1
  1022. | #define HAVE_DECL_MEMMEM 1
  1023. | #define HAVE_MEMMEM 1
  1024. | #define restrict __restrict
  1025. | #define HAVE_WCHAR_T 1
  1026. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1027. | #define HAVE_LONG_LONG_INT 1
  1028. | #define HAVE_RAW_DECL_MEMMEM 1
  1029. | #define HAVE_RAW_DECL_MEMPCPY 1
  1030. | #define HAVE_RAW_DECL_MEMRCHR 1
  1031. | #define HAVE_RAW_DECL_RAWMEMCHR 1
  1032. | #define HAVE_RAW_DECL_STPCPY 1
  1033. | #define HAVE_RAW_DECL_STPNCPY 1
  1034. | #define HAVE_RAW_DECL_STRCHRNUL 1
  1035. | #define HAVE_RAW_DECL_STRDUP 1
  1036. | #define HAVE_RAW_DECL_STRNCAT 1
  1037. | #define HAVE_RAW_DECL_STRNDUP 1
  1038. | #define HAVE_RAW_DECL_STRNLEN 1
  1039. | #define HAVE_RAW_DECL_STRPBRK 1
  1040. | #define HAVE_RAW_DECL_STRSEP 1
  1041. | #define HAVE_RAW_DECL_STRCASESTR 1
  1042. | #define HAVE_RAW_DECL_STRTOK_R 1
  1043. | #define HAVE_RAW_DECL_STRERROR_R 1
  1044. | #define HAVE_RAW_DECL_STRSIGNAL 1
  1045. | #define HAVE_RAW_DECL_STRVERSCMP 1
  1046. | #define GNULIB_TEST_MEMCHR 1
  1047. | #define HAVE_MEMMEM 1
  1048. | #define GNULIB_TEST_MEMMEM 1
  1049. | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
  1050. | #define GNULIB_TEST_SIGACTION 1
  1051. | #define HAVE_RAW_DECL_SIGACTION 1
  1052. | #define HAVE_RAW_DECL_SIGADDSET 1
  1053. | #define HAVE_RAW_DECL_SIGDELSET 1
  1054. | #define HAVE_RAW_DECL_SIGEMPTYSET 1
  1055. | #define HAVE_RAW_DECL_SIGFILLSET 1
  1056. | #define HAVE_RAW_DECL_SIGISMEMBER 1
  1057. | #define HAVE_RAW_DECL_SIGPENDING 1
  1058. | #define HAVE_RAW_DECL_SIGPROCMASK 1
  1059. | #define GNULIB_TEST_SIGPROCMASK 1
  1060. | #define STDC_HEADERS 1
  1061. | #define HAVE_SYSLOG_H 1
  1062. | /* end confdefs.h. */
  1063. | #include <stdio.h>
  1064. | #ifdef HAVE_SYS_TYPES_H
  1065. | # include <sys/types.h>
  1066. | #endif
  1067. | #ifdef HAVE_SYS_STAT_H
  1068. | # include <sys/stat.h>
  1069. | #endif
  1070. | #ifdef STDC_HEADERS
  1071. | # include <stdlib.h>
  1072. | # include <stddef.h>
  1073. | #else
  1074. | # ifdef HAVE_STDLIB_H
  1075. | # include <stdlib.h>
  1076. | # endif
  1077. | #endif
  1078. | #ifdef HAVE_STRING_H
  1079. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1080. | # include <memory.h>
  1081. | # endif
  1082. | # include <string.h>
  1083. | #endif
  1084. | #ifdef HAVE_STRINGS_H
  1085. | # include <strings.h>
  1086. | #endif
  1087. | #ifdef HAVE_INTTYPES_H
  1088. | # include <inttypes.h>
  1089. | #endif
  1090. | #ifdef HAVE_STDINT_H
  1091. | # include <stdint.h>
  1092. | #endif
  1093. | #ifdef HAVE_UNISTD_H
  1094. | # include <unistd.h>
  1095. | #endif
  1096. | int
  1097. | main ()
  1098. | {
  1099. | if (sizeof ((size_t)))
  1100. | return 0;
  1101. | ;
  1102. | return 0;
  1103. | }
  1104. configure:16193: result: yes
  1105. configure:16206: checking for working alloca.h
  1106. configure:16223: gcc -o conftest -g -O2 conftest.c >&5
  1107. configure:16223: $? = 0
  1108. configure:16231: result: yes
  1109. configure:16239: checking for alloca
  1110. configure:16276: gcc -o conftest -g -O2 conftest.c >&5
  1111. configure:16276: $? = 0
  1112. configure:16284: result: yes
  1113. configure:16469: checking for OpenCL
  1114. configure:16492: gcc -o conftest -g -O2 conftest.c -lOpenCL >&5
  1115. configure:16492: $? = 0
  1116. configure:16493: result: yes
  1117. configure:16562: checking for pthread_create in -lpthread
  1118. configure:16587: gcc -o conftest -g -O2 conftest.c -lpthread >&5
  1119. configure:16587: $? = 0
  1120. configure:16596: result: yes
  1121. configure:16636: checking for ./ADL_SDK/adl_sdk.h
  1122. configure:16650: result: no
  1123. configure:16736: checking for library containing addstr
  1124. configure:16767: gcc -o conftest -g -O2 conftest.c -lpthread >&5
  1125. /tmp/ccOUqwiv.o: In function `main':
  1126. /home/simon/sgminer-gm/conftest.c:94: undefined reference to `addstr'
  1127. collect2: error: ld returned 1 exit status
  1128. configure:16767: $? = 1
  1129. configure: failed program was:
  1130. | /* confdefs.h */
  1131. | #define PACKAGE_NAME "sgminer"
  1132. | #define PACKAGE_TARNAME "sgminer"
  1133. | #define PACKAGE_VERSION "5.5.4-gm"
  1134. | #define PACKAGE_STRING "sgminer 5.5.4-gm"
  1135. | #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  1136. | #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  1137. | #define PACKAGE "sgminer"
  1138. | #define VERSION "5.5.4-gm"
  1139. | #define STDC_HEADERS 1
  1140. | #define HAVE_SYS_TYPES_H 1
  1141. | #define HAVE_SYS_STAT_H 1
  1142. | #define HAVE_STDLIB_H 1
  1143. | #define HAVE_STRING_H 1
  1144. | #define HAVE_MEMORY_H 1
  1145. | #define HAVE_STRINGS_H 1
  1146. | #define HAVE_INTTYPES_H 1
  1147. | #define HAVE_STDINT_H 1
  1148. | #define HAVE_UNISTD_H 1
  1149. | #define __EXTENSIONS__ 1
  1150. | #define _ALL_SOURCE 1
  1151. | #define _GNU_SOURCE 1
  1152. | #define _POSIX_PTHREAD_SEMANTICS 1
  1153. | #define _TANDEM_SOURCE 1
  1154. | #define SGMINER_MAJOR_VERSION 5
  1155. | #define SGMINER_MINOR_VERSION 5
  1156. | #define SGMINER_MINOR_SUBVERSION 4
  1157. | #define SGMINER_REVISON gm
  1158. | #define HAVE_DLFCN_H 1
  1159. | #define LT_OBJDIR ".libs/"
  1160. | #define HAVE_SYS_MMAN_H 1
  1161. | #define HAVE_WCHAR_H 1
  1162. | #define HAVE_STDINT_H 1
  1163. | #define HAVE_MPROTECT 1
  1164. | #define HAVE_SIGACTION 1
  1165. | #define HAVE_SIGALTSTACK 1
  1166. | #define HAVE_SIGINTERRUPT 1
  1167. | #define HAVE_MAP_ANONYMOUS 1
  1168. | #define HAVE_DECL_MEMMEM 1
  1169. | #define HAVE_MEMMEM 1
  1170. | #define restrict __restrict
  1171. | #define HAVE_WCHAR_T 1
  1172. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1173. | #define HAVE_LONG_LONG_INT 1
  1174. | #define HAVE_RAW_DECL_MEMMEM 1
  1175. | #define HAVE_RAW_DECL_MEMPCPY 1
  1176. | #define HAVE_RAW_DECL_MEMRCHR 1
  1177. | #define HAVE_RAW_DECL_RAWMEMCHR 1
  1178. | #define HAVE_RAW_DECL_STPCPY 1
  1179. | #define HAVE_RAW_DECL_STPNCPY 1
  1180. | #define HAVE_RAW_DECL_STRCHRNUL 1
  1181. | #define HAVE_RAW_DECL_STRDUP 1
  1182. | #define HAVE_RAW_DECL_STRNCAT 1
  1183. | #define HAVE_RAW_DECL_STRNDUP 1
  1184. | #define HAVE_RAW_DECL_STRNLEN 1
  1185. | #define HAVE_RAW_DECL_STRPBRK 1
  1186. | #define HAVE_RAW_DECL_STRSEP 1
  1187. | #define HAVE_RAW_DECL_STRCASESTR 1
  1188. | #define HAVE_RAW_DECL_STRTOK_R 1
  1189. | #define HAVE_RAW_DECL_STRERROR_R 1
  1190. | #define HAVE_RAW_DECL_STRSIGNAL 1
  1191. | #define HAVE_RAW_DECL_STRVERSCMP 1
  1192. | #define GNULIB_TEST_MEMCHR 1
  1193. | #define HAVE_MEMMEM 1
  1194. | #define GNULIB_TEST_MEMMEM 1
  1195. | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
  1196. | #define GNULIB_TEST_SIGACTION 1
  1197. | #define HAVE_RAW_DECL_SIGACTION 1
  1198. | #define HAVE_RAW_DECL_SIGADDSET 1
  1199. | #define HAVE_RAW_DECL_SIGDELSET 1
  1200. | #define HAVE_RAW_DECL_SIGEMPTYSET 1
  1201. | #define HAVE_RAW_DECL_SIGFILLSET 1
  1202. | #define HAVE_RAW_DECL_SIGISMEMBER 1
  1203. | #define HAVE_RAW_DECL_SIGPENDING 1
  1204. | #define HAVE_RAW_DECL_SIGPROCMASK 1
  1205. | #define GNULIB_TEST_SIGPROCMASK 1
  1206. | #define STDC_HEADERS 1
  1207. | #define HAVE_SYSLOG_H 1
  1208. | #define HAVE_ALLOCA_H 1
  1209. | #define HAVE_ALLOCA 1
  1210. | #define HAVE_LIBPTHREAD 1
  1211. | /* end confdefs.h. */
  1212. |
  1213. | /* Override any GCC internal prototype to avoid an error.
  1214. | Use char because int might match the return type of a GCC
  1215. | builtin and then its argument prototype would still apply. */
  1216. | #ifdef __cplusplus
  1217. | extern "C"
  1218. | #endif
  1219. | char addstr ();
  1220. | int
  1221. | main ()
  1222. | {
  1223. | return addstr ();
  1224. | ;
  1225. | return 0;
  1226. | }
  1227. configure:16767: gcc -o conftest -g -O2 conftest.c -lncurses -lpthread >&5
  1228. configure:16767: $? = 0
  1229. configure:16784: result: -lncurses
  1230. configure:16896: checking for pkg-config
  1231. configure:16914: found /usr/bin/pkg-config
  1232. configure:16926: result: /usr/bin/pkg-config
  1233. configure:16951: checking pkg-config is at least version 0.9.0
  1234. configure:16954: result: yes
  1235. configure:16985: checking for LIBCURL
  1236. configure:16992: $PKG_CONFIG --exists --print-errors "libcurl >= 7.25.0"
  1237. configure:16995: $? = 0
  1238. configure:17009: $PKG_CONFIG --exists --print-errors "libcurl >= 7.25.0"
  1239. configure:17012: $? = 0
  1240. configure:17190: result: yes
  1241. configure:17281: checking whether to use git version if available
  1242. configure:17288: checking for git
  1243. configure:17304: found /usr/bin/git
  1244. configure:17315: result: git
  1245. configure:17326: checking for .git/
  1246. configure:17339: result: yes
  1247. configure:17374: gcc -c -g -O2 conftest.c >&5
  1248. configure:17374: $? = 0
  1249. configure:17411: gcc -c -g -O2 conftest.c >&5
  1250. configure:17411: $? = 0
  1251. configure:17421: gcc -c -g -O2 conftest.c >&5
  1252. configure:17421: $? = 0
  1253. configure:17431: gcc -c -g -O2 conftest.c >&5
  1254. conftest.c: In function 'cleanup':
  1255. conftest.c:90:55: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  1256. static void __attribute__((noreturn)) cleanup(void) { exit(1); }
  1257. ^~~~
  1258. conftest.c:90:55: warning: incompatible implicit declaration of built-in function 'exit'
  1259. conftest.c:90:55: note: include '<stdlib.h>' or provide a declaration of 'exit'
  1260. configure:17431: $? = 0
  1261. configure:17441: gcc -c -g -O2 conftest.c >&5
  1262. configure:17441: $? = 0
  1263. configure:17451: gcc -c -g -O2 conftest.c >&5
  1264. configure:17451: $? = 0
  1265. configure:17461: gcc -c -g -O2 conftest.c >&5
  1266. configure:17461: $? = 0
  1267. configure:17471: gcc -o conftest -g -O2 conftest.c -lncurses -lpthread >&5
  1268. configure:17471: $? = 0
  1269. configure:17482: gcc -o conftest -g -O2 conftest.c -lncurses -lpthread >&5
  1270. configure:17482: $? = 0
  1271. configure:17493: gcc -c -g -O2 conftest.c >&5
  1272. configure:17493: $? = 0
  1273. configure:17635: checking that generated files are newer than configure
  1274. configure:17641: result: done
  1275. configure:17736: creating ./config.status
  1276.  
  1277. ## ---------------- ##
  1278. ## Cache variables. ##
  1279. ## ---------------- ##
  1280.  
  1281. ac_cv_build=x86_64-pc-linux-gnu
  1282. ac_cv_c_compiler_gnu=yes
  1283. ac_cv_c_inline=inline
  1284. ac_cv_c_restrict=__restrict
  1285. ac_cv_env_CC_set=
  1286. ac_cv_env_CC_value=
  1287. ac_cv_env_CFLAGS_set=
  1288. ac_cv_env_CFLAGS_value=
  1289. ac_cv_env_CPPFLAGS_set=
  1290. ac_cv_env_CPPFLAGS_value=
  1291. ac_cv_env_CPP_set=
  1292. ac_cv_env_CPP_value=
  1293. ac_cv_env_LDFLAGS_set=
  1294. ac_cv_env_LDFLAGS_value=
  1295. ac_cv_env_LIBCURL_CFLAGS_set=
  1296. ac_cv_env_LIBCURL_CFLAGS_value=
  1297. ac_cv_env_LIBCURL_LIBS_set=
  1298. ac_cv_env_LIBCURL_LIBS_value=
  1299. ac_cv_env_LIBS_set=
  1300. ac_cv_env_LIBS_value=
  1301. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1302. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1303. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1304. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1305. ac_cv_env_PKG_CONFIG_PATH_set=
  1306. ac_cv_env_PKG_CONFIG_PATH_value=
  1307. ac_cv_env_PKG_CONFIG_set=
  1308. ac_cv_env_PKG_CONFIG_value=
  1309. ac_cv_env_build_alias_set=
  1310. ac_cv_env_build_alias_value=
  1311. ac_cv_env_host_alias_set=
  1312. ac_cv_env_host_alias_value=
  1313. ac_cv_env_target_alias_set=
  1314. ac_cv_env_target_alias_value=
  1315. ac_cv_file___ADL_SDK_adl_sdk_h=no
  1316. ac_cv_file__git_=yes
  1317. ac_cv_func_alloca_works=yes
  1318. ac_cv_func_memmem=yes
  1319. ac_cv_func_mmap=yes
  1320. ac_cv_func_mprotect=yes
  1321. ac_cv_func_sigaction=yes
  1322. ac_cv_func_sigaltstack=yes
  1323. ac_cv_func_siginterrupt=yes
  1324. ac_cv_func_sigprocmask=yes
  1325. ac_cv_have_decl_memmem=yes
  1326. ac_cv_have_decl_mempcpy=yes
  1327. ac_cv_have_decl_memrchr=yes
  1328. ac_cv_have_decl_rawmemchr=yes
  1329. ac_cv_have_decl_sigaction=yes
  1330. ac_cv_have_decl_sigaddset=yes
  1331. ac_cv_have_decl_sigdelset=yes
  1332. ac_cv_have_decl_sigemptyset=yes
  1333. ac_cv_have_decl_sigfillset=yes
  1334. ac_cv_have_decl_sigismember=yes
  1335. ac_cv_have_decl_sigpending=yes
  1336. ac_cv_have_decl_sigprocmask=yes
  1337. ac_cv_have_decl_stpcpy=yes
  1338. ac_cv_have_decl_stpncpy=yes
  1339. ac_cv_have_decl_strcasestr=yes
  1340. ac_cv_have_decl_strchrnul=yes
  1341. ac_cv_have_decl_strdup=yes
  1342. ac_cv_have_decl_strerror_r=yes
  1343. ac_cv_have_decl_strncat=yes
  1344. ac_cv_have_decl_strndup=yes
  1345. ac_cv_have_decl_strnlen=yes
  1346. ac_cv_have_decl_strpbrk=yes
  1347. ac_cv_have_decl_strsep=yes
  1348. ac_cv_have_decl_strsignal=yes
  1349. ac_cv_have_decl_strtok_r=yes
  1350. ac_cv_have_decl_strverscmp=yes
  1351. ac_cv_header_dlfcn_h=yes
  1352. ac_cv_header_inttypes_h=yes
  1353. ac_cv_header_memory_h=yes
  1354. ac_cv_header_minix_config_h=no
  1355. ac_cv_header_stdc=yes
  1356. ac_cv_header_stdint_h=yes
  1357. ac_cv_header_stdlib_h=yes
  1358. ac_cv_header_string_h=yes
  1359. ac_cv_header_strings_h=yes
  1360. ac_cv_header_sys_mman_h=yes
  1361. ac_cv_header_sys_stat_h=yes
  1362. ac_cv_header_sys_types_h=yes
  1363. ac_cv_header_syslog_h=yes
  1364. ac_cv_header_unistd_h=yes
  1365. ac_cv_header_wchar_h=yes
  1366. ac_cv_host=x86_64-pc-linux-gnu
  1367. ac_cv_lib_pthread_pthread_create=yes
  1368. ac_cv_member_struct_sigaction_sa_sigaction=yes
  1369. ac_cv_objext=o
  1370. ac_cv_path_EGREP='/bin/grep -E'
  1371. ac_cv_path_FGREP='/bin/grep -F'
  1372. ac_cv_path_GREP=/bin/grep
  1373. ac_cv_path_SED=/bin/sed
  1374. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1375. ac_cv_path_install='/usr/bin/install -c'
  1376. ac_cv_path_lt_DD=/bin/dd
  1377. ac_cv_path_mkdir=/bin/mkdir
  1378. ac_cv_prog_AWK=gawk
  1379. ac_cv_prog_CPP='gcc -E'
  1380. ac_cv_prog_GIT=git
  1381. ac_cv_prog_ac_ct_AR=ar
  1382. ac_cv_prog_ac_ct_CC=gcc
  1383. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1384. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1385. ac_cv_prog_ac_ct_RANLIB=ranlib
  1386. ac_cv_prog_ac_ct_STRIP=strip
  1387. ac_cv_prog_cc_c89=
  1388. ac_cv_prog_cc_g=yes
  1389. ac_cv_prog_gcc_traditional=no
  1390. ac_cv_prog_make_make_set=yes
  1391. ac_cv_safe_to_define___extensions__=yes
  1392. ac_cv_search_addstr=-lncurses
  1393. ac_cv_target=x86_64-pc-linux-gnu
  1394. ac_cv_type_long_long_int=yes
  1395. ac_cv_type_sighandler_t=yes
  1396. ac_cv_type_size_t=yes
  1397. ac_cv_type_uid_t=yes
  1398. ac_cv_type_unsigned_long_long_int=yes
  1399. ac_cv_type_volatile_sig_atomic_t=yes
  1400. ac_cv_working_alloca_h=yes
  1401. am_cv_CC_dependencies_compiler_type=gcc3
  1402. am_cv_make_support_nested_variables=yes
  1403. am_cv_prog_cc_c_o=yes
  1404. gl_cv_c_multiarch=no
  1405. gl_cv_decl_null_works=yes
  1406. gl_cv_func_memchr_works=yes
  1407. gl_cv_func_memmem_works_always=yes
  1408. gl_cv_func_memmem_works_fast=yes
  1409. gl_cv_func_sigprocmask=1
  1410. gl_cv_have_include_next=yes
  1411. gl_cv_have_raw_decl_memmem=yes
  1412. gl_cv_have_raw_decl_mempcpy=yes
  1413. gl_cv_have_raw_decl_memrchr=yes
  1414. gl_cv_have_raw_decl_rawmemchr=yes
  1415. gl_cv_have_raw_decl_sigaction=yes
  1416. gl_cv_have_raw_decl_sigaddset=yes
  1417. gl_cv_have_raw_decl_sigdelset=yes
  1418. gl_cv_have_raw_decl_sigemptyset=yes
  1419. gl_cv_have_raw_decl_sigfillset=yes
  1420. gl_cv_have_raw_decl_sigismember=yes
  1421. gl_cv_have_raw_decl_sigpending=yes
  1422. gl_cv_have_raw_decl_sigprocmask=yes
  1423. gl_cv_have_raw_decl_stpcpy=yes
  1424. gl_cv_have_raw_decl_stpncpy=yes
  1425. gl_cv_have_raw_decl_strcasestr=yes
  1426. gl_cv_have_raw_decl_strchrnul=yes
  1427. gl_cv_have_raw_decl_strdup=yes
  1428. gl_cv_have_raw_decl_strerror_r=yes
  1429. gl_cv_have_raw_decl_strncat=yes
  1430. gl_cv_have_raw_decl_strndup=yes
  1431. gl_cv_have_raw_decl_strnlen=yes
  1432. gl_cv_have_raw_decl_strpbrk=yes
  1433. gl_cv_have_raw_decl_strsep=yes
  1434. gl_cv_have_raw_decl_strsignal=yes
  1435. gl_cv_have_raw_decl_strtok_r=yes
  1436. gl_cv_have_raw_decl_strverscmp=yes
  1437. gl_cv_header_working_stdint_h=yes
  1438. gl_cv_next_signal_h='<signal.h>'
  1439. gl_cv_next_stdint_h='<stdint.h>'
  1440. gl_cv_next_string_h='<string.h>'
  1441. gl_cv_pragma_columns=no
  1442. gt_cv_c_wchar_t=yes
  1443. lt_cv_ar_at_file=@
  1444. lt_cv_deplibs_check_method=pass_all
  1445. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1446. lt_cv_file_magic_test_file=
  1447. lt_cv_ld_reload_flag=-r
  1448. lt_cv_nm_interface='BSD nm'
  1449. lt_cv_objdir=.libs
  1450. lt_cv_path_LD=/usr/bin/ld
  1451. lt_cv_path_NM='/usr/bin/nm -B'
  1452. lt_cv_path_mainfest_tool=no
  1453. lt_cv_prog_compiler_c_o=yes
  1454. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1455. lt_cv_prog_compiler_pic_works=yes
  1456. lt_cv_prog_compiler_rtti_exceptions=no
  1457. lt_cv_prog_compiler_static_works=yes
  1458. lt_cv_prog_gnu_ld=yes
  1459. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1460. lt_cv_shlibpath_overrides_runpath=no
  1461. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1462. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1463. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1464. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1465. lt_cv_sys_global_symbol_to_import=
  1466. lt_cv_sys_max_cmd_len=1572864
  1467. lt_cv_to_host_file_cmd=func_convert_file_noop
  1468. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1469. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1470. pkg_cv_LIBCURL_CFLAGS=
  1471. pkg_cv_LIBCURL_LIBS=-lcurl
  1472.  
  1473. ## ----------------- ##
  1474. ## Output variables. ##
  1475. ## ----------------- ##
  1476.  
  1477. ACLOCAL='${SHELL} /home/simon/sgminer-gm/missing aclocal-1.15'
  1478. ADL_CPPFLAGS=''
  1479. ALLOCA=''
  1480. AMDEPBACKSLASH='\'
  1481. AMDEP_FALSE='#'
  1482. AMDEP_TRUE=''
  1483. AMTAR='$${TAR-tar}'
  1484. AM_BACKSLASH='\'
  1485. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1486. AM_DEFAULT_VERBOSITY='0'
  1487. AM_V='$(V)'
  1488. APPLE_UNIVERSAL_BUILD='0'
  1489. AR='ar'
  1490. AUTOCONF='${SHELL} /home/simon/sgminer-gm/missing autoconf'
  1491. AUTOHEADER='${SHELL} /home/simon/sgminer-gm/missing autoheader'
  1492. AUTOMAKE='${SHELL} /home/simon/sgminer-gm/missing automake-1.15'
  1493. AWK='gawk'
  1494. BITSIZEOF_PTRDIFF_T=''
  1495. BITSIZEOF_SIG_ATOMIC_T=''
  1496. BITSIZEOF_SIZE_T=''
  1497. BITSIZEOF_WCHAR_T=''
  1498. BITSIZEOF_WINT_T=''
  1499. BUILD_NUMBER=''
  1500. CC='gcc'
  1501. CCDEPMODE='depmode=gcc3'
  1502. CFLAGS='-g -O2'
  1503. CPP='gcc -E'
  1504. CPPFLAGS=''
  1505. CYGPATH_W='echo'
  1506. DEFS='-DHAVE_CONFIG_H'
  1507. DEPDIR='.deps'
  1508. DLLTOOL='false'
  1509. DLOPEN_FLAGS=''
  1510. DSYMUTIL=''
  1511. DUMPBIN=''
  1512. ECHO_C=''
  1513. ECHO_N='-n'
  1514. ECHO_T=''
  1515. EGREP='/bin/grep -E'
  1516. EXEEXT=''
  1517. FGREP='/bin/grep -F'
  1518. GIT='git'
  1519. GL_COND_LIBTOOL_FALSE=''
  1520. GL_COND_LIBTOOL_TRUE='#'
  1521. GL_GENERATE_STDDEF_H_FALSE=''
  1522. GL_GENERATE_STDDEF_H_TRUE='#'
  1523. GL_GENERATE_STDINT_H_FALSE=''
  1524. GL_GENERATE_STDINT_H_TRUE='#'
  1525. GNULIB_MBSCASECMP='0'
  1526. GNULIB_MBSCASESTR='0'
  1527. GNULIB_MBSCHR='0'
  1528. GNULIB_MBSCSPN='0'
  1529. GNULIB_MBSLEN='0'
  1530. GNULIB_MBSNCASECMP='0'
  1531. GNULIB_MBSNLEN='0'
  1532. GNULIB_MBSPBRK='0'
  1533. GNULIB_MBSPCASECMP='0'
  1534. GNULIB_MBSRCHR='0'
  1535. GNULIB_MBSSEP='0'
  1536. GNULIB_MBSSPN='0'
  1537. GNULIB_MBSSTR='0'
  1538. GNULIB_MBSTOK_R='0'
  1539. GNULIB_MEMCHR='1'
  1540. GNULIB_MEMMEM='1'
  1541. GNULIB_MEMPCPY='0'
  1542. GNULIB_MEMRCHR='0'
  1543. GNULIB_RAWMEMCHR='0'
  1544. GNULIB_SIGACTION='1'
  1545. GNULIB_SIGNAL_H_SIGPIPE='0'
  1546. GNULIB_SIGPROCMASK='1'
  1547. GNULIB_STPCPY='0'
  1548. GNULIB_STPNCPY='0'
  1549. GNULIB_STRCASESTR='0'
  1550. GNULIB_STRCHRNUL='0'
  1551. GNULIB_STRDUP='0'
  1552. GNULIB_STRERROR='0'
  1553. GNULIB_STRERROR_R='0'
  1554. GNULIB_STRNCAT='0'
  1555. GNULIB_STRNDUP='0'
  1556. GNULIB_STRNLEN='0'
  1557. GNULIB_STRPBRK='0'
  1558. GNULIB_STRSEP='0'
  1559. GNULIB_STRSIGNAL='0'
  1560. GNULIB_STRSTR='0'
  1561. GNULIB_STRTOK_R='0'
  1562. GNULIB_STRVERSCMP='0'
  1563. GREP='/bin/grep'
  1564. HAVE_CURSES_FALSE='#'
  1565. HAVE_CURSES_TRUE=''
  1566. HAVE_DECL_MEMMEM='1'
  1567. HAVE_DECL_MEMRCHR='1'
  1568. HAVE_DECL_STRDUP='1'
  1569. HAVE_DECL_STRERROR_R='1'
  1570. HAVE_DECL_STRNDUP='1'
  1571. HAVE_DECL_STRNLEN='1'
  1572. HAVE_DECL_STRSIGNAL='1'
  1573. HAVE_DECL_STRTOK_R='1'
  1574. HAVE_INTTYPES_H='1'
  1575. HAVE_LONG_LONG_INT='1'
  1576. HAVE_MBSLEN='0'
  1577. HAVE_MEMCHR='1'
  1578. HAVE_MEMPCPY='1'
  1579. HAVE_POSIX_SIGNALBLOCKING='1'
  1580. HAVE_RAWMEMCHR='1'
  1581. HAVE_SIGACTION='1'
  1582. HAVE_SIGHANDLER_T='1'
  1583. HAVE_SIGINFO_T='1'
  1584. HAVE_SIGNED_SIG_ATOMIC_T=''
  1585. HAVE_SIGNED_WCHAR_T=''
  1586. HAVE_SIGNED_WINT_T=''
  1587. HAVE_SIGSET_T='1'
  1588. HAVE_STDINT_H='1'
  1589. HAVE_STPCPY='1'
  1590. HAVE_STPNCPY='1'
  1591. HAVE_STRCASESTR='1'
  1592. HAVE_STRCHRNUL='1'
  1593. HAVE_STRPBRK='1'
  1594. HAVE_STRSEP='1'
  1595. HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
  1596. HAVE_STRVERSCMP='1'
  1597. HAVE_SYS_BITYPES_H=''
  1598. HAVE_SYS_INTTYPES_H=''
  1599. HAVE_SYS_TYPES_H='1'
  1600. HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
  1601. HAVE_UNSIGNED_LONG_LONG_INT='1'
  1602. HAVE_WCHAR_H='1'
  1603. HAVE_WCHAR_T='1'
  1604. HAVE_WINDOWS_FALSE=''
  1605. HAVE_WINDOWS_TRUE='#'
  1606. HAVE_x86_64_FALSE='#'
  1607. HAVE_x86_64_TRUE=''
  1608. INCLUDE_NEXT='include_next'
  1609. INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
  1610. INSTALL_DATA='${INSTALL} -m 644'
  1611. INSTALL_PROGRAM='${INSTALL}'
  1612. INSTALL_SCRIPT='${INSTALL}'
  1613. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1614. JANSSON_LIBS='submodules/jansson/src/.libs/libjansson.a'
  1615. LD='/usr/bin/ld -m elf_x86_64'
  1616. LDFLAGS=''
  1617. LIBCURL_CFLAGS=''
  1618. LIBCURL_LIBS='-lcurl'
  1619. LIBGNU_LIBDEPS=''
  1620. LIBGNU_LTLIBDEPS=''
  1621. LIBOBJS=''
  1622. LIBS='-lncurses -lpthread '
  1623. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1624. LIPO=''
  1625. LN_S='ln -s'
  1626. LTLIBOBJS=''
  1627. LT_SYS_LIBRARY_PATH=''
  1628. MAINT='#'
  1629. MAINTAINER_MODE_FALSE=''
  1630. MAINTAINER_MODE_TRUE='#'
  1631. MAKEINFO='${SHELL} /home/simon/sgminer-gm/missing makeinfo'
  1632. MANIFEST_TOOL=':'
  1633. MATH_LIBS='-lm'
  1634. MKDIR_P='/bin/mkdir -p'
  1635. MM_LIBS=''
  1636. NCURSES_LIBS=''
  1637. NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
  1638. NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
  1639. NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
  1640. NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
  1641. NEXT_SIGNAL_H='<signal.h>'
  1642. NEXT_STDDEF_H=''
  1643. NEXT_STDINT_H='<stdint.h>'
  1644. NEXT_STRING_H='<string.h>'
  1645. NM='/usr/bin/nm -B'
  1646. NMEDIT=''
  1647. OBJDUMP='objdump'
  1648. OBJEXT='o'
  1649. OPENCL_FLAGS=''
  1650. OPENCL_LIBS='-lOpenCL'
  1651. OTOOL64=''
  1652. OTOOL=''
  1653. PACKAGE='sgminer'
  1654. PACKAGE_BUGREPORT='veox@wemakethings.net'
  1655. PACKAGE_NAME='sgminer'
  1656. PACKAGE_STRING='sgminer 5.5.4-gm'
  1657. PACKAGE_TARNAME='sgminer'
  1658. PACKAGE_URL='https://github.com/sgminer-dev/sgminer'
  1659. PACKAGE_VERSION='5.5.4-gm'
  1660. PATH_SEPARATOR=':'
  1661. PDCURSES_LIBS=''
  1662. PKG_CONFIG='/usr/bin/pkg-config'
  1663. PKG_CONFIG_LIBDIR=''
  1664. PKG_CONFIG_PATH=''
  1665. PRAGMA_COLUMNS=''
  1666. PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
  1667. PTHREAD_FLAGS='-lpthread'
  1668. PTHREAD_LIBS='-lpthread'
  1669. PTRDIFF_T_SUFFIX=''
  1670. RANLIB='ranlib'
  1671. REPLACE_MEMCHR='0'
  1672. REPLACE_MEMMEM='0'
  1673. REPLACE_NULL='0'
  1674. REPLACE_STPNCPY='0'
  1675. REPLACE_STRCASESTR='0'
  1676. REPLACE_STRCHRNUL='0'
  1677. REPLACE_STRDUP='0'
  1678. REPLACE_STRERROR='0'
  1679. REPLACE_STRERROR_R='0'
  1680. REPLACE_STRNCAT='0'
  1681. REPLACE_STRNDUP='0'
  1682. REPLACE_STRNLEN='0'
  1683. REPLACE_STRSIGNAL='0'
  1684. REPLACE_STRSTR='0'
  1685. REPLACE_STRTOK_R='0'
  1686. RT_LIBS='-lrt'
  1687. SED='/bin/sed'
  1688. SET_MAKE=''
  1689. SHELL='/bin/bash'
  1690. SIG_ATOMIC_T_SUFFIX=''
  1691. SIZE_T_SUFFIX=''
  1692. STDDEF_H=''
  1693. STDINT_H=''
  1694. STRIP='strip'
  1695. UNDEFINE_STRTOK_R='0'
  1696. USE_BUILD_NUMBER_FALSE=''
  1697. USE_BUILD_NUMBER_TRUE='#'
  1698. USE_GIT_VERSION_FALSE='#'
  1699. USE_GIT_VERSION_TRUE=''
  1700. VERSION='5.5.4-gm'
  1701. VMAJ='5'
  1702. WCHAR_T_SUFFIX=''
  1703. WINT_T_SUFFIX=''
  1704. WS2_LIBS=''
  1705. ac_ct_AR='ar'
  1706. ac_ct_CC='gcc'
  1707. ac_ct_DUMPBIN=''
  1708. am__EXEEXT_FALSE=''
  1709. am__EXEEXT_TRUE='#'
  1710. am__fastdepCC_FALSE='#'
  1711. am__fastdepCC_TRUE=''
  1712. am__include='include'
  1713. am__isrc=''
  1714. am__leading_dot='.'
  1715. am__nodep='_no'
  1716. am__quote=''
  1717. am__tar='$${TAR-tar} chof - "$$tardir"'
  1718. am__untar='$${TAR-tar} xf -'
  1719. bindir='${exec_prefix}/bin'
  1720. build='x86_64-pc-linux-gnu'
  1721. build_alias=''
  1722. build_cpu='x86_64'
  1723. build_os='linux-gnu'
  1724. build_vendor='pc'
  1725. datadir='${datarootdir}'
  1726. datarootdir='${prefix}/share'
  1727. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1728. dvidir='${docdir}'
  1729. exec_prefix='${prefix}'
  1730. gl_LIBOBJS=''
  1731. gl_LTLIBOBJS=''
  1732. gltests_LIBOBJS=''
  1733. gltests_LTLIBOBJS=''
  1734. gltests_WITNESS='IN_SGMINER_GNULIB_TESTS'
  1735. host='x86_64-pc-linux-gnu'
  1736. host_alias=''
  1737. host_cpu='x86_64'
  1738. host_os='linux-gnu'
  1739. host_vendor='pc'
  1740. htmldir='${docdir}'
  1741. includedir='${prefix}/include'
  1742. infodir='${datarootdir}/info'
  1743. install_sh='${SHELL} /home/simon/sgminer-gm/install-sh'
  1744. libdir='${exec_prefix}/lib'
  1745. libexecdir='${exec_prefix}/libexec'
  1746. localedir='${datarootdir}/locale'
  1747. localstatedir='${prefix}/var'
  1748. mandir='${datarootdir}/man'
  1749. mkdir_p='$(MKDIR_P)'
  1750. oldincludedir='/usr/include'
  1751. pdfdir='${docdir}'
  1752. prefix='/usr/local'
  1753. program_transform_name='s,x,x,'
  1754. psdir='${docdir}'
  1755. release_info=''
  1756. runstatedir='${localstatedir}/run'
  1757. sbindir='${exec_prefix}/sbin'
  1758. sharedstatedir='${prefix}/com'
  1759. subdirs=' submodules/jansson'
  1760. sysconfdir='${prefix}/etc'
  1761. target='x86_64-pc-linux-gnu'
  1762. target_alias=''
  1763. target_cpu='x86_64'
  1764. target_os='linux-gnu'
  1765. target_vendor='pc'
  1766. version_info='10:4:5'
  1767.  
  1768. ## ----------- ##
  1769. ## confdefs.h. ##
  1770. ## ----------- ##
  1771.  
  1772. /* confdefs.h */
  1773. #define PACKAGE_NAME "sgminer"
  1774. #define PACKAGE_TARNAME "sgminer"
  1775. #define PACKAGE_VERSION "5.5.4-gm"
  1776. #define PACKAGE_STRING "sgminer 5.5.4-gm"
  1777. #define PACKAGE_BUGREPORT "veox@wemakethings.net"
  1778. #define PACKAGE_URL "https://github.com/sgminer-dev/sgminer"
  1779. #define PACKAGE "sgminer"
  1780. #define VERSION "5.5.4-gm"
  1781. #define STDC_HEADERS 1
  1782. #define HAVE_SYS_TYPES_H 1
  1783. #define HAVE_SYS_STAT_H 1
  1784. #define HAVE_STDLIB_H 1
  1785. #define HAVE_STRING_H 1
  1786. #define HAVE_MEMORY_H 1
  1787. #define HAVE_STRINGS_H 1
  1788. #define HAVE_INTTYPES_H 1
  1789. #define HAVE_STDINT_H 1
  1790. #define HAVE_UNISTD_H 1
  1791. #define __EXTENSIONS__ 1
  1792. #define _ALL_SOURCE 1
  1793. #define _GNU_SOURCE 1
  1794. #define _POSIX_PTHREAD_SEMANTICS 1
  1795. #define _TANDEM_SOURCE 1
  1796. #define SGMINER_MAJOR_VERSION 5
  1797. #define SGMINER_MINOR_VERSION 5
  1798. #define SGMINER_MINOR_SUBVERSION 4
  1799. #define SGMINER_REVISON gm
  1800. #define HAVE_DLFCN_H 1
  1801. #define LT_OBJDIR ".libs/"
  1802. #define HAVE_SYS_MMAN_H 1
  1803. #define HAVE_WCHAR_H 1
  1804. #define HAVE_STDINT_H 1
  1805. #define HAVE_MPROTECT 1
  1806. #define HAVE_SIGACTION 1
  1807. #define HAVE_SIGALTSTACK 1
  1808. #define HAVE_SIGINTERRUPT 1
  1809. #define HAVE_MAP_ANONYMOUS 1
  1810. #define HAVE_DECL_MEMMEM 1
  1811. #define HAVE_MEMMEM 1
  1812. #define restrict __restrict
  1813. #define HAVE_WCHAR_T 1
  1814. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1815. #define HAVE_LONG_LONG_INT 1
  1816. #define HAVE_RAW_DECL_MEMMEM 1
  1817. #define HAVE_RAW_DECL_MEMPCPY 1
  1818. #define HAVE_RAW_DECL_MEMRCHR 1
  1819. #define HAVE_RAW_DECL_RAWMEMCHR 1
  1820. #define HAVE_RAW_DECL_STPCPY 1
  1821. #define HAVE_RAW_DECL_STPNCPY 1
  1822. #define HAVE_RAW_DECL_STRCHRNUL 1
  1823. #define HAVE_RAW_DECL_STRDUP 1
  1824. #define HAVE_RAW_DECL_STRNCAT 1
  1825. #define HAVE_RAW_DECL_STRNDUP 1
  1826. #define HAVE_RAW_DECL_STRNLEN 1
  1827. #define HAVE_RAW_DECL_STRPBRK 1
  1828. #define HAVE_RAW_DECL_STRSEP 1
  1829. #define HAVE_RAW_DECL_STRCASESTR 1
  1830. #define HAVE_RAW_DECL_STRTOK_R 1
  1831. #define HAVE_RAW_DECL_STRERROR_R 1
  1832. #define HAVE_RAW_DECL_STRSIGNAL 1
  1833. #define HAVE_RAW_DECL_STRVERSCMP 1
  1834. #define GNULIB_TEST_MEMCHR 1
  1835. #define HAVE_MEMMEM 1
  1836. #define GNULIB_TEST_MEMMEM 1
  1837. #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
  1838. #define GNULIB_TEST_SIGACTION 1
  1839. #define HAVE_RAW_DECL_SIGACTION 1
  1840. #define HAVE_RAW_DECL_SIGADDSET 1
  1841. #define HAVE_RAW_DECL_SIGDELSET 1
  1842. #define HAVE_RAW_DECL_SIGEMPTYSET 1
  1843. #define HAVE_RAW_DECL_SIGFILLSET 1
  1844. #define HAVE_RAW_DECL_SIGISMEMBER 1
  1845. #define HAVE_RAW_DECL_SIGPENDING 1
  1846. #define HAVE_RAW_DECL_SIGPROCMASK 1
  1847. #define GNULIB_TEST_SIGPROCMASK 1
  1848. #define STDC_HEADERS 1
  1849. #define HAVE_SYSLOG_H 1
  1850. #define HAVE_ALLOCA_H 1
  1851. #define HAVE_ALLOCA 1
  1852. #define HAVE_LIBPTHREAD 1
  1853. #define HAVE_CURSES 1
  1854. #define CURL_HAS_KEEPALIVE 1
  1855. #define HAVE_LIBCURL 1
  1856. #define USE_GIT_VERSION 1
  1857. #define EXECV_2ND_ARG_TYPE char* const*
  1858. #define HAVE_ATTRIBUTE_COLD 1
  1859. #define HAVE_ATTRIBUTE_CONST 1
  1860. #define HAVE_ATTRIBUTE_NORETURN 1
  1861. #define HAVE_ATTRIBUTE_PRINTF 1
  1862. #define HAVE_ATTRIBUTE_UNUSED 1
  1863. #define HAVE_ATTRIBUTE_USED 1
  1864. #define HAVE_BUILTIN_CONSTANT_P 1
  1865. #define HAVE_BUILTIN_TYPES_COMPATIBLE_P 1
  1866. #define HAVE_WARN_UNUSED_RESULT 1
  1867. #define SGMINER_PREFIX "/usr/local/bin"
  1868.  
  1869. configure: exit 0
  1870.  
  1871. ## ---------------------- ##
  1872. ## Running config.status. ##
  1873. ## ---------------------- ##
  1874.  
  1875. This file was extended by sgminer config.status 5.5.4-gm, which was
  1876. generated by GNU Autoconf 2.69. Invocation command line was
  1877.  
  1878. CONFIG_FILES =
  1879. CONFIG_HEADERS =
  1880. CONFIG_LINKS =
  1881. CONFIG_COMMANDS =
  1882. $ ./config.status
  1883.  
  1884. on Deep-Blue
  1885.  
  1886. config.status:1336: creating Makefile
  1887. config.status:1336: creating submodules/Makefile
  1888. config.status:1336: creating ccan/Makefile
  1889. config.status:1336: creating lib/Makefile
  1890. config.status:1336: creating sph/Makefile
  1891. config.status:1336: creating config.h
  1892. config.status:1517: config.h is unchanged
  1893. config.status:1565: executing depfiles commands
  1894. config.status:1565: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement