Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2014
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.85 KB | None | 0 0
  1. asdf@calc ~/opt/sph-sgminer $ CFLAGS="-O2 -Wall -march=native" ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking minix/config.h usability... no
  36. checking minix/config.h presence... no
  37. checking for minix/config.h... no
  38. checking whether it is safe to define __EXTENSIONS__... yes
  39. checking whether to enable maintainer-specific portions of Makefiles... no
  40. checking for gcc... (cached) gcc
  41. checking whether we are using the GNU C compiler... (cached) yes
  42. checking whether gcc accepts -g... (cached) yes
  43. checking for gcc option to accept ISO C89... (cached) none needed
  44. checking dependency style of gcc... (cached) gcc3
  45. checking for ranlib... ranlib
  46. checking whether gcc needs -traditional... no
  47. checking whether gcc and cc understand -c and -o together... yes
  48. checking how to print strings... printf
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for fgrep... /bin/grep -F
  51. checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  52. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  53. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  54. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  55. checking whether ln -s works... yes
  56. checking the maximum length of command line arguments... 1572864
  57. checking whether the shell understands some XSI constructs... yes
  58. checking whether the shell understands "+="... yes
  59. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  60. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  61. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  62. checking for objdump... objdump
  63. checking how to recognize dependent libraries... pass_all
  64. checking for dlltool... no
  65. checking how to associate runtime and link libraries... printf %s\n
  66. checking for ar... ar
  67. checking for archiver @FILE support... @
  68. checking for strip... strip
  69. checking for ranlib... (cached) ranlib
  70. checking command to parse /usr/bin/nm -B output from gcc object... ok
  71. checking for sysroot... no
  72. checking for mt... no
  73. checking if : is a manifest tool... no
  74. checking for dlfcn.h... yes
  75. checking for objdir... .libs
  76. checking if gcc supports -fno-rtti -fno-exceptions... no
  77. checking for gcc option to produce PIC... -fPIC -DPIC
  78. checking if gcc PIC flag -fPIC -DPIC works... yes
  79. checking if gcc static flag -static works... yes
  80. checking if gcc supports -c -o file.o... yes
  81. checking if gcc supports -c -o file.o... (cached) yes
  82. checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking whether stripping libraries is possible... yes
  86. checking if libtool supports shared libraries... yes
  87. checking whether to build shared libraries... no
  88. checking whether to build static libraries... yes
  89. checking sys/mman.h usability... yes
  90. checking sys/mman.h presence... yes
  91. checking for sys/mman.h... yes
  92. checking wchar.h usability... yes
  93. checking wchar.h presence... yes
  94. checking for wchar.h... yes
  95. checking for stdint.h... (cached) yes
  96. checking for mprotect... yes
  97. checking for sigaction... yes
  98. checking for sigaltstack... yes
  99. checking for siginterrupt... yes
  100. checking for mmap... yes
  101. checking for MAP_ANONYMOUS... yes
  102. checking whether memchr works... yes
  103. checking whether memmem is declared... yes
  104. checking for memmem... yes
  105. checking whether memmem works... yes
  106. checking for C/C++ restrict keyword... __restrict
  107. checking for uid_t in sys/types.h... yes
  108. checking for inline... inline
  109. checking whether the preprocessor supports include_next... yes
  110. checking whether system header files limit the line length... no
  111. checking for wchar_t... yes
  112. checking for unsigned long long int... yes
  113. checking for long long int... yes
  114. checking whether stdint.h conforms to C99... yes
  115. checking whether memmem is declared without a macro... yes
  116. checking whether mempcpy is declared without a macro... yes
  117. checking whether memrchr is declared without a macro... yes
  118. checking whether rawmemchr is declared without a macro... yes
  119. checking whether stpcpy is declared without a macro... yes
  120. checking whether stpncpy is declared without a macro... yes
  121. checking whether strchrnul is declared without a macro... yes
  122. checking whether strdup is declared without a macro... yes
  123. checking whether strncat is declared without a macro... yes
  124. checking whether strndup is declared without a macro... yes
  125. checking whether strnlen is declared without a macro... yes
  126. checking whether strpbrk is declared without a macro... yes
  127. checking whether strsep is declared without a macro... yes
  128. checking whether strcasestr is declared without a macro... yes
  129. checking whether strtok_r is declared without a macro... yes
  130. checking whether strerror_r is declared without a macro... yes
  131. checking whether strsignal is declared without a macro... yes
  132. checking whether strverscmp is declared without a macro... yes
  133. checking whether memmem works in linear time... yes
  134. checking for memmem... (cached) yes
  135. checking whether memmem works... (cached) yes
  136. checking for struct sigaction.sa_sigaction... yes
  137. checking for volatile sig_atomic_t... yes
  138. checking for sighandler_t... yes
  139. checking whether sigaction is declared without a macro... yes
  140. checking whether sigaddset is declared without a macro... yes
  141. checking whether sigdelset is declared without a macro... yes
  142. checking whether sigemptyset is declared without a macro... yes
  143. checking whether sigfillset is declared without a macro... yes
  144. checking whether sigismember is declared without a macro... yes
  145. checking whether sigpending is declared without a macro... yes
  146. checking whether sigprocmask is declared without a macro... yes
  147. checking for sigprocmask... yes
  148. checking whether NULL can be used in arbitrary expressions... yes
  149. checking for ANSI C header files... (cached) yes
  150. checking syslog.h usability... yes
  151. checking syslog.h presence... yes
  152. checking for syslog.h... yes
  153. checking for size_t... yes
  154. checking for working alloca.h... yes
  155. checking for alloca... yes
  156. checking for OpenCL... yes
  157. checking for pthread_create in -lpthread... yes
  158. checking for ./ADL_SDK/adl_sdk.h... yes
  159. checking for library containing addstr... -lncurses
  160. checking for pkg-config... /usr/bin/pkg-config
  161. checking pkg-config is at least version 0.9.0... yes
  162. checking for LIBCURL... yes
  163. checking whether to use git version if available... checking for git... git
  164. checking for .git/... yes
  165. checking that generated files are newer than configure... done
  166. configure: creating ./config.status
  167. config.status: creating Makefile
  168. config.status: creating compat/Makefile
  169. config.status: creating ccan/Makefile
  170. config.status: creating lib/Makefile
  171. config.status: creating sph/Makefile
  172. config.status: creating config.h
  173. config.status: config.h is unchanged
  174. config.status: executing depfiles commands
  175. config.status: executing libtool commands
  176. === configuring in compat/jansson-2.5 (/home/asdf/opt/sph-sgminer/compat/jansson-2.5)
  177. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' 'CFLAGS=-O2 -Wall -march=native' --cache-file=/dev/null --srcdir=.
  178. checking for a BSD-compatible install... /usr/bin/install -c
  179. checking whether build environment is sane... yes
  180. checking for a thread-safe mkdir -p... /bin/mkdir -p
  181. checking for gawk... gawk
  182. checking whether make sets $(MAKE)... yes
  183. checking whether make supports nested variables... yes
  184. checking for gcc... gcc
  185. checking whether the C compiler works... yes
  186. checking for C compiler default output file name... a.out
  187. checking for suffix of executables...
  188. checking whether we are cross compiling... no
  189. checking for suffix of object files... o
  190. checking whether we are using the GNU C compiler... yes
  191. checking whether gcc accepts -g... yes
  192. checking for gcc option to accept ISO C89... none needed
  193. checking for style of include used by make... GNU
  194. checking dependency style of gcc... gcc3
  195. checking build system type... x86_64-unknown-linux-gnu
  196. checking host system type... x86_64-unknown-linux-gnu
  197. checking how to print strings... printf
  198. checking for a sed that does not truncate output... /bin/sed
  199. checking for grep that handles long lines and -e... /bin/grep
  200. checking for egrep... /bin/grep -E
  201. checking for fgrep... /bin/grep -F
  202. checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  203. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  204. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  205. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  206. checking whether ln -s works... yes
  207. checking the maximum length of command line arguments... 1572864
  208. checking whether the shell understands some XSI constructs... yes
  209. checking whether the shell understands "+="... yes
  210. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  211. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  212. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  213. checking for objdump... objdump
  214. checking how to recognize dependent libraries... pass_all
  215. checking for dlltool... no
  216. checking how to associate runtime and link libraries... printf %s\n
  217. checking for ar... ar
  218. checking for archiver @FILE support... @
  219. checking for strip... strip
  220. checking for ranlib... ranlib
  221. checking command to parse /usr/bin/nm -B output from gcc object... ok
  222. checking for sysroot... no
  223. checking for mt... no
  224. checking if : is a manifest tool... no
  225. checking how to run the C preprocessor... gcc -E
  226. checking for ANSI C header files... yes
  227. checking for sys/types.h... yes
  228. checking for sys/stat.h... yes
  229. checking for stdlib.h... yes
  230. checking for string.h... yes
  231. checking for memory.h... yes
  232. checking for strings.h... yes
  233. checking for inttypes.h... yes
  234. checking for stdint.h... yes
  235. checking for unistd.h... yes
  236. checking for dlfcn.h... yes
  237. checking for objdir... .libs
  238. checking if gcc supports -fno-rtti -fno-exceptions... no
  239. checking for gcc option to produce PIC... -fPIC -DPIC
  240. checking if gcc PIC flag -fPIC -DPIC works... yes
  241. checking if gcc static flag -static works... yes
  242. checking if gcc supports -c -o file.o... yes
  243. checking if gcc supports -c -o file.o... (cached) yes
  244. checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  245. checking whether -lc should be explicitly linked in... no
  246. checking dynamic linker characteristics... GNU/Linux ld.so
  247. checking how to hardcode library paths into programs... immediate
  248. checking whether stripping libraries is possible... yes
  249. checking if libtool supports shared libraries... yes
  250. checking whether to build shared libraries... yes
  251. checking whether to build static libraries... yes
  252. checking locale.h usability... yes
  253. checking locale.h presence... yes
  254. checking for locale.h... yes
  255. checking for int32_t... yes
  256. checking for unsigned long long int... yes
  257. checking for long long int... yes
  258. checking for inline... inline
  259. checking for strtoll... yes
  260. checking for localeconv... yes
  261. checking that generated files are newer than configure... done
  262. configure: creating ./config.status
  263. config.status: creating jansson.pc
  264. config.status: creating Makefile
  265. config.status: creating src/Makefile
  266. config.status: creating src/jansson_config.h
  267. config.status: creating config.h
  268. config.status: config.h is unchanged
  269. config.status: executing depfiles commands
  270. config.status: executing libtool commands
  271.  
  272.  
  273.  
  274. ------------------------------------------------------------------------
  275. sgminer 4.1.0
  276. ------------------------------------------------------------------------
  277.  
  278.  
  279. Configuration Options Summary:
  280.  
  281. Use git version......: yes
  282. libcurl(GBT+getwork).: Enabled: -lcurl
  283. curses.TUI...........: FOUND: -lncurses
  284. OpenCL...............: FOUND. GPU mining support enabled
  285. ADL..................: SDK found, GPU monitoring support enabled
  286.  
  287. Compilation............: make (or gmake)
  288. CPPFLAGS.............:
  289. CFLAGS...............: -O2 -Wall -march=native
  290. LDFLAGS..............: -lpthread
  291. LDADD................: -ldl -lcurl compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL -lm -lrt
  292.  
  293. Installation...........: make install (as root if needed, with 'su' or 'sudo')
  294. prefix...............: /usr/local
  295.  
  296. asdf@calc ~/opt/sph-sgminer $ make
  297. make all-recursive
  298. make[1]: Entering directory `/home/asdf/opt/sph-sgminer'
  299. Making all in lib
  300. make[2]: Entering directory `/home/asdf/opt/sph-sgminer/lib'
  301. GEN signal.h
  302. GEN string.h
  303. make all-recursive
  304. make[3]: Entering directory `/home/asdf/opt/sph-sgminer/lib'
  305. make[4]: Entering directory `/home/asdf/opt/sph-sgminer/lib'
  306. make[4]: Nothing to be done for `all-am'.
  307. make[4]: Leaving directory `/home/asdf/opt/sph-sgminer/lib'
  308. make[3]: Leaving directory `/home/asdf/opt/sph-sgminer/lib'
  309. make[2]: Leaving directory `/home/asdf/opt/sph-sgminer/lib'
  310. Making all in compat
  311. make[2]: Entering directory `/home/asdf/opt/sph-sgminer/compat'
  312. Making all in jansson-2.5
  313. make[3]: Entering directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5'
  314. make all-recursive
  315. make[4]: Entering directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5'
  316. Making all in src
  317. make[5]: Entering directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5/src'
  318. CC dump.lo
  319. CC error.lo
  320. CC hashtable.lo
  321. CC load.lo
  322. CC memory.lo
  323. CC pack_unpack.lo
  324. CC strbuffer.lo
  325. CC strconv.lo
  326. CC value.lo
  327. CCLD libjansson.la
  328. make[5]: Leaving directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5/src'
  329. make[5]: Entering directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5'
  330. make[5]: Leaving directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5'
  331. make[4]: Leaving directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5'
  332. make[3]: Leaving directory `/home/asdf/opt/sph-sgminer/compat/jansson-2.5'
  333. make[3]: Entering directory `/home/asdf/opt/sph-sgminer/compat'
  334. make[3]: Nothing to be done for `all-am'.
  335. make[3]: Leaving directory `/home/asdf/opt/sph-sgminer/compat'
  336. make[2]: Leaving directory `/home/asdf/opt/sph-sgminer/compat'
  337. Making all in ccan
  338. make[2]: Entering directory `/home/asdf/opt/sph-sgminer/ccan'
  339. make[2]: Nothing to be done for `all'.
  340. make[2]: Leaving directory `/home/asdf/opt/sph-sgminer/ccan'
  341. Making all in sph
  342. make[2]: Entering directory `/home/asdf/opt/sph-sgminer/sph'
  343. make[2]: Nothing to be done for `all'.
  344. make[2]: Leaving directory `/home/asdf/opt/sph-sgminer/sph'
  345. make[2]: Entering directory `/home/asdf/opt/sph-sgminer'
  346. CC sgminer-sgminer.o
  347. sgminer.c: In function ‘show_hash’:
  348. sgminer.c:2543:6: warning: variable ‘intdiff’ set but not used [-Wunused-but-set-variable]
  349. sgminer.c: In function ‘calc_diff’:
  350. sgminer.c:2958:11: warning: unused variable ‘uintdiff’ [-Wunused-variable]
  351. sgminer.c: In function ‘app_restart’:
  352. sgminer.c:3163:2: warning: passing argument 2 of ‘execv’ from incompatible pointer type [enabled by default]
  353. In file included from sgminer.c:23:0:
  354. /usr/include/unistd.h:563:12: note: expected ‘char * const*’ but argument is of type ‘const char * const*’
  355. sgminer.c: In function ‘rebuild_nonce’:
  356. sgminer.c:6050:4: warning: implicit declaration of function ‘qubitcoin_regenhash’ [-Wimplicit-function-declaration]
  357. sgminer.c:6053:4: warning: implicit declaration of function ‘quarkcoin_regenhash’ [-Wimplicit-function-declaration]
  358. sgminer.c:6056:4: warning: implicit declaration of function ‘myriadcoin_groestl_regenhash’ [-Wimplicit-function-declaration]
  359. CC sgminer-api.o
  360. api.c: In function ‘api’:
  361. api.c:4012:8: warning: ‘isjoin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  362. CC sgminer-util.o
  363. CC sgminer-sha2.o
  364. CC sgminer-logging.o
  365. CC sgminer-driver-opencl.o
  366. driver-opencl.c: In function ‘queue_sph_kernel’:
  367. driver-opencl.c:1054:17: warning: unused variable ‘midstate’ [-Wunused-variable]
  368. CC sgminer-ocl.o
  369. CC sgminer-findnonce.o
  370. CC sgminer-adl.o
  371. adl.c: In function ‘init_adl’:
  372. adl.c:329:6: warning: unused variable ‘iNumDisplays’ [-Wunused-variable]
  373. adl.c: At top level:
  374. adl.c:124:25: warning: ‘lpAdlDisplayInfo’ defined but not used [-Wunused-variable]
  375. CC sgminer-scrypt.o
  376. CC sgminer-darkcoin.o
  377. darkcoin.c: In function ‘darkcoin_regenhash’:
  378. darkcoin.c:174:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  379. darkcoin.c: In function ‘scanhash_darkcoin’:
  380. darkcoin.c:189:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  381. CC sgminer-qubitcoin.o
  382. qubitcoin.c: In function ‘qubitcoin_regenhash’:
  383. qubitcoin.c:138:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  384. qubitcoin.c: In function ‘scanhash_qubitcoin’:
  385. qubitcoin.c:153:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  386. CC sgminer-quarkcoin.o
  387. quarkcoin.c: In function ‘quarkcoin_regenhash’:
  388. quarkcoin.c:174:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  389. quarkcoin.c: In function ‘scanhash_quarkcoin’:
  390. quarkcoin.c:189:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  391. CC sgminer-myriadcoin-groestl.o
  392. myriadcoin-groestl.c: In function ‘myriadcoin_groestl_regenhash’:
  393. myriadcoin-groestl.c:102:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  394. myriadcoin-groestl.c: In function ‘scanhash_myriadcoin_groestl’:
  395. myriadcoin-groestl.c:117:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  396. CCLD sgminer
  397. make[2]: Leaving directory `/home/asdf/opt/sph-sgminer'
  398. make[1]: Leaving directory `/home/asdf/opt/sph-sgminer'
  399.  
  400. asdf@calc ~/opt/sph-sgminer $ ./sgminer
  401. bash: ./sgminer: No such file or directory
  402.  
  403. asdf@calc ~/opt/sph-sgminer $ find . -iname 'sgminer*'
  404. ./sgminer-adl.o
  405. ./sgminer-sgminer.o
  406. ./sgminer-myriadcoin-groestl.o
  407. ./.deps/sgminer-api.Po
  408. ./.deps/sgminer-logging.Po
  409. ./.deps/sgminer-ocl.Po
  410. ./.deps/sgminer-driver-opencl.Po
  411. ./.deps/sgminer-scrypt.Po
  412. ./.deps/sgminer-qubitcoin.Po
  413. ./.deps/sgminer-myriadcoin-groestl.Po
  414. ./.deps/sgminer-darkcoin.Po
  415. ./.deps/sgminer-adl.Po
  416. ./.deps/sgminer-util.Po
  417. ./.deps/sgminer-quarkcoin.Po
  418. ./.deps/sgminer-sha2.Po
  419. ./.deps/sgminer-sgminer.Po
  420. ./.deps/sgminer-findnonce.Po
  421. ./sgminer-sha2.o
  422. ./sgminer-ocl.o
  423. ./sgminer.c
  424. ./sgminer-darkcoin.o
  425. ./sgminer-logging.o
  426. ./sgminer-util.o
  427. ./sgminer-scrypt.o
  428. ./sgminer-quarkcoin.o
  429. ./sgminer-api.o
  430. ./sgminer-qubitcoin.o
  431. ./sgminer-driver-opencl.o
  432. ./sgminer-findnonce.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement