Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.66 KB | None | 0 0
  1. [13:37][root@pimp:/opt/cgminer]# ./configure --enable-opencl
  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... no
  9. checking for mawk... mawk
  10. checking whether make sets $(MAKE)... yes
  11. checking whether make supports nested variables... yes
  12. checking for style of include used by make... GNU
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking dependency style of gcc... gcc3
  23. checking how to run the C preprocessor... gcc -E
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for ANSI C header files... yes
  27. checking for sys/types.h... yes
  28. checking for sys/stat.h... yes
  29. checking for stdlib.h... yes
  30. checking for string.h... yes
  31. checking for memory.h... yes
  32. checking for strings.h... yes
  33. checking for inttypes.h... yes
  34. checking for stdint.h... yes
  35. checking for unistd.h... yes
  36. checking minix/config.h usability... no
  37. checking minix/config.h presence... no
  38. checking for minix/config.h... no
  39. checking whether it is safe to define __EXTENSIONS__... yes
  40. checking whether to enable maintainer-specific portions of Makefiles... no
  41. checking for gcc... (cached) gcc
  42. checking whether we are using the GNU C compiler... (cached) yes
  43. checking whether gcc accepts -g... (cached) yes
  44. checking for gcc option to accept ISO C89... (cached) none needed
  45. checking dependency style of gcc... (cached) gcc3
  46. checking for ranlib... ranlib
  47. checking whether gcc needs -traditional... no
  48. checking whether gcc and cc understand -c and -o together... yes
  49. checking how to print strings... printf
  50. checking for a sed that does not truncate output... /bin/sed
  51. checking for fgrep... /bin/grep -F
  52. checking for ld used by gcc... /usr/bin/ld
  53. checking if the linker (/usr/bin/ld) is GNU ld... yes
  54. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  55. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  56. checking whether ln -s works... yes
  57. checking the maximum length of command line arguments... 1572864
  58. checking whether the shell understands some XSI constructs... yes
  59. checking whether the shell understands "+="... yes
  60. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  61. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  62. checking for /usr/bin/ld option to reload object files... -r
  63. checking for objdump... objdump
  64. checking how to recognize dependent libraries... pass_all
  65. checking for dlltool... no
  66. checking how to associate runtime and link libraries... printf %s\n
  67. checking for ar... ar
  68. checking for archiver @FILE support... @
  69. checking for strip... strip
  70. checking for ranlib... (cached) ranlib
  71. checking command to parse /usr/bin/nm -B output from gcc object... ok
  72. checking for sysroot... no
  73. checking for mt... mt
  74. checking if mt is a manifest tool... no
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc supports -fno-rtti -fno-exceptions... no
  78. checking for gcc option to produce PIC... -fPIC -DPIC
  79. checking if gcc PIC flag -fPIC -DPIC works... yes
  80. checking if gcc static flag -static works... yes
  81. checking if gcc supports -c -o file.o... yes
  82. checking if gcc supports -c -o file.o... (cached) yes
  83. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking dynamic linker characteristics... GNU/Linux ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... no
  89. checking whether to build static libraries... yes
  90. checking sys/mman.h usability... yes
  91. checking sys/mman.h presence... yes
  92. checking for sys/mman.h... yes
  93. checking wchar.h usability... yes
  94. checking wchar.h presence... yes
  95. checking for wchar.h... yes
  96. checking for stdint.h... (cached) yes
  97. checking for mprotect... yes
  98. checking for sigaction... yes
  99. checking for sigaltstack... yes
  100. checking for siginterrupt... yes
  101. checking for mmap... yes
  102. checking for MAP_ANONYMOUS... yes
  103. checking whether memchr works... yes
  104. checking whether memmem is declared... yes
  105. checking for memmem... yes
  106. checking whether memmem works... yes
  107. checking for C/C++ restrict keyword... __restrict
  108. checking for uid_t in sys/types.h... yes
  109. checking for inline... inline
  110. checking whether the preprocessor supports include_next... yes
  111. checking whether system header files limit the line length... no
  112. checking for wchar_t... yes
  113. checking for unsigned long long int... yes
  114. checking for long long int... yes
  115. checking whether stdint.h conforms to C99... yes
  116. checking whether memmem is declared without a macro... yes
  117. checking whether mempcpy is declared without a macro... yes
  118. checking whether memrchr is declared without a macro... yes
  119. checking whether rawmemchr is declared without a macro... yes
  120. checking whether stpcpy is declared without a macro... yes
  121. checking whether stpncpy is declared without a macro... yes
  122. checking whether strchrnul is declared without a macro... yes
  123. checking whether strdup is declared without a macro... yes
  124. checking whether strncat is declared without a macro... yes
  125. checking whether strndup is declared without a macro... yes
  126. checking whether strnlen is declared without a macro... yes
  127. checking whether strpbrk is declared without a macro... yes
  128. checking whether strsep is declared without a macro... yes
  129. checking whether strcasestr is declared without a macro... yes
  130. checking whether strtok_r is declared without a macro... yes
  131. checking whether strerror_r is declared without a macro... yes
  132. checking whether strsignal is declared without a macro... yes
  133. checking whether strverscmp is declared without a macro... yes
  134. checking whether memmem works in linear time... yes
  135. checking for memmem... (cached) yes
  136. checking whether memmem works... (cached) yes
  137. checking for struct sigaction.sa_sigaction... yes
  138. checking for volatile sig_atomic_t... yes
  139. checking for sighandler_t... yes
  140. checking whether sigaction is declared without a macro... yes
  141. checking whether sigaddset is declared without a macro... yes
  142. checking whether sigdelset is declared without a macro... yes
  143. checking whether sigemptyset is declared without a macro... yes
  144. checking whether sigfillset is declared without a macro... yes
  145. checking whether sigismember is declared without a macro... yes
  146. checking whether sigpending is declared without a macro... yes
  147. checking whether sigprocmask is declared without a macro... yes
  148. checking for sigprocmask... yes
  149. checking whether NULL can be used in arbitrary expressions... yes
  150. checking for ANSI C header files... (cached) yes
  151. checking syslog.h usability... yes
  152. checking syslog.h presence... yes
  153. checking for syslog.h... yes
  154. checking for size_t... yes
  155. checking for working alloca.h... yes
  156. checking for alloca... yes
  157. checking for OpenCL... yes
  158. checking for pthread_create in -lpthread... yes
  159. checking for ./ADL_SDK/adl_sdk.h... yes
  160. checking for library containing addstr... -lncurses
  161. checking for pkg-config... /usr/bin/pkg-config
  162. checking pkg-config is at least version 0.9.0... yes
  163. checking for LIBCURL... yes
  164. configure: creating ./config.status
  165. config.status: creating Makefile
  166. config.status: creating compat/Makefile
  167. config.status: creating ccan/Makefile
  168. config.status: creating lib/Makefile
  169. config.status: creating config.h
  170. config.status: executing depfiles commands
  171. config.status: executing libtool commands
  172. === configuring in compat/jansson-2.5 (/opt/cgminer/compat/jansson-2.5)
  173. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--enable-opencl' --cache-file=/dev/null --srcdir=.
  174. checking for a BSD-compatible install... /usr/bin/install -c
  175. checking whether build environment is sane... yes
  176. checking for a thread-safe mkdir -p... /bin/mkdir -p
  177. checking for gawk... no
  178. checking for mawk... mawk
  179. checking whether make sets $(MAKE)... yes
  180. checking for gcc... gcc
  181. checking whether the C compiler works... yes
  182. checking for C compiler default output file name... a.out
  183. checking for suffix of executables...
  184. checking whether we are cross compiling... no
  185. checking for suffix of object files... o
  186. checking whether we are using the GNU C compiler... yes
  187. checking whether gcc accepts -g... yes
  188. checking for gcc option to accept ISO C89... none needed
  189. checking for style of include used by make... GNU
  190. checking dependency style of gcc... gcc3
  191. checking build system type... x86_64-unknown-linux-gnu
  192. checking host system type... x86_64-unknown-linux-gnu
  193. checking how to print strings... printf
  194. checking for a sed that does not truncate output... /bin/sed
  195. checking for grep that handles long lines and -e... /bin/grep
  196. checking for egrep... /bin/grep -E
  197. checking for fgrep... /bin/grep -F
  198. checking for ld used by gcc... /usr/bin/ld
  199. checking if the linker (/usr/bin/ld) is GNU ld... yes
  200. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  201. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  202. checking whether ln -s works... yes
  203. checking the maximum length of command line arguments... 1572864
  204. checking whether the shell understands some XSI constructs... yes
  205. checking whether the shell understands "+="... yes
  206. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  207. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  208. checking for /usr/bin/ld option to reload object files... -r
  209. checking for objdump... objdump
  210. checking how to recognize dependent libraries... pass_all
  211. checking for dlltool... no
  212. checking how to associate runtime and link libraries... printf %s\n
  213. checking for ar... ar
  214. checking for archiver @FILE support... @
  215. checking for strip... strip
  216. checking for ranlib... ranlib
  217. checking command to parse /usr/bin/nm -B output from gcc object... ok
  218. checking for sysroot... no
  219. checking for mt... mt
  220. checking if mt is a manifest tool... no
  221. checking how to run the C preprocessor... gcc -E
  222. checking for ANSI C header files... yes
  223. checking for sys/types.h... yes
  224. checking for sys/stat.h... yes
  225. checking for stdlib.h... yes
  226. checking for string.h... yes
  227. checking for memory.h... yes
  228. checking for strings.h... yes
  229. checking for inttypes.h... yes
  230. checking for stdint.h... yes
  231. checking for unistd.h... yes
  232. checking for dlfcn.h... yes
  233. checking for objdir... .libs
  234. checking if gcc supports -fno-rtti -fno-exceptions... no
  235. checking for gcc option to produce PIC... -fPIC -DPIC
  236. checking if gcc PIC flag -fPIC -DPIC works... yes
  237. checking if gcc static flag -static works... yes
  238. checking if gcc supports -c -o file.o... yes
  239. checking if gcc supports -c -o file.o... (cached) yes
  240. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  241. checking whether -lc should be explicitly linked in... no
  242. checking dynamic linker characteristics... GNU/Linux ld.so
  243. checking how to hardcode library paths into programs... immediate
  244. checking whether stripping libraries is possible... yes
  245. checking if libtool supports shared libraries... yes
  246. checking whether to build shared libraries... yes
  247. checking whether to build static libraries... yes
  248. checking locale.h usability... yes
  249. checking locale.h presence... yes
  250. checking for locale.h... yes
  251. checking for int32_t... yes
  252. checking for long long int... yes
  253. checking for inline... inline
  254. checking for strtoll... yes
  255. checking for localeconv... yes
  256. configure: creating ./config.status
  257. config.status: creating jansson.pc
  258. config.status: creating Makefile
  259. config.status: creating src/Makefile
  260. config.status: creating src/jansson_config.h
  261. config.status: creating config.h
  262. config.status: config.h is unchanged
  263. config.status: executing depfiles commands
  264. config.status: executing libtool commands
  265.  
  266.  
  267.  
  268. ------------------------------------------------------------------------
  269. cgminer 3.7.2
  270. ------------------------------------------------------------------------
  271.  
  272.  
  273. Configuration Options Summary:
  274.  
  275. libcurl(GBT+getwork).: Enabled: -lcurl
  276. curses.TUI...........: FOUND: -lncurses
  277. OpenCL...............: FOUND. GPU mining support enabled
  278. scrypt...............: Disabled
  279. ADL..................: SDK found, GPU monitoring support enabled
  280.  
  281. Avalon.ASICs.........: Disabled
  282. BFL.ASICs............: Disabled
  283. KnC.ASICs............: Disabled
  284. BitForce.FPGAs.......: Disabled
  285. BitFury.ASICs........: Disabled
  286. Hashfast.ASICs.......: Disabled
  287. Icarus.ASICs/FPGAs...: Disabled
  288. Klondike.ASICs.......: Disabled
  289. ModMiner.FPGAs.......: Disabled
  290.  
  291. Compilation............: make (or gmake)
  292. CPPFLAGS.............:
  293. CFLAGS...............: -g -O2
  294. LDFLAGS..............: -lpthread
  295. LDADD................: -ldl -lcurl compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL -lm -lrt
  296.  
  297. Installation...........: make install (as root if needed, with 'su' or 'sudo')
  298. prefix...............: /usr/local
  299.  
  300. [13:39][root@pimp:/opt/cgminer]# make
  301. make all-recursive
  302. make[1]: Entering directory `/opt/cgminer'
  303. Making all in lib
  304. make[2]: Entering directory `/opt/cgminer/lib'
  305. GEN arg-nonnull.h
  306. GEN c++defs.h
  307. GEN warn-on-use.h
  308. GEN signal.h
  309. GEN string.h
  310. make all-recursive
  311. make[3]: Entering directory `/opt/cgminer/lib'
  312. make[4]: Entering directory `/opt/cgminer/lib'
  313. CC dummy.o
  314. AR libgnu.a
  315. make[4]: Leaving directory `/opt/cgminer/lib'
  316. make[3]: Leaving directory `/opt/cgminer/lib'
  317. make[2]: Leaving directory `/opt/cgminer/lib'
  318. Making all in compat
  319. make[2]: Entering directory `/opt/cgminer/compat'
  320. Making all in jansson-2.5
  321. make[3]: Entering directory `/opt/cgminer/compat/jansson-2.5'
  322. make all-recursive
  323. make[4]: Entering directory `/opt/cgminer/compat/jansson-2.5'
  324. Making all in src
  325. make[5]: Entering directory `/opt/cgminer/compat/jansson-2.5/src'
  326. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c -o dump.lo dump.c
  327. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c dump.c -fPIC -DPIC -o .libs/dump.o
  328. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c dump.c -o dump.o >/dev/null 2>&1
  329. mv -f .deps/dump.Tpo .deps/dump.Plo
  330. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
  331. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o
  332. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
  333. mv -f .deps/error.Tpo .deps/error.Plo
  334. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.lo hashtable.c
  335. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c hashtable.c -fPIC -DPIC -o .libs/hashtable.o
  336. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c hashtable.c -o hashtable.o >/dev/null 2>&1
  337. mv -f .deps/hashtable.Tpo .deps/hashtable.Plo
  338. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT load.lo -MD -MP -MF .deps/load.Tpo -c -o load.lo load.c
  339. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT load.lo -MD -MP -MF .deps/load.Tpo -c load.c -fPIC -DPIC -o .libs/load.o
  340. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT load.lo -MD -MP -MF .deps/load.Tpo -c load.c -o load.o >/dev/null 2>&1
  341. mv -f .deps/load.Tpo .deps/load.Plo
  342. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.c
  343. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -fPIC -DPIC -o .libs/memory.o
  344. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -o memory.o >/dev/null 2>&1
  345. mv -f .deps/memory.Tpo .deps/memory.Plo
  346. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT pack_unpack.lo -MD -MP -MF .deps/pack_unpack.Tpo -c -o pack_unpack.lo pack_unpack.c
  347. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT pack_unpack.lo -MD -MP -MF .deps/pack_unpack.Tpo -c pack_unpack.c -fPIC -DPIC -o .libs/pack_unpack.o
  348. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT pack_unpack.lo -MD -MP -MF .deps/pack_unpack.Tpo -c pack_unpack.c -o pack_unpack.o >/dev/null 2>&1
  349. mv -f .deps/pack_unpack.Tpo .deps/pack_unpack.Plo
  350. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT strbuffer.lo -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.lo strbuffer.c
  351. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT strbuffer.lo -MD -MP -MF .deps/strbuffer.Tpo -c strbuffer.c -fPIC -DPIC -o .libs/strbuffer.o
  352. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT strbuffer.lo -MD -MP -MF .deps/strbuffer.Tpo -c strbuffer.c -o strbuffer.o >/dev/null 2>&1
  353. mv -f .deps/strbuffer.Tpo .deps/strbuffer.Plo
  354. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT strconv.lo -MD -MP -MF .deps/strconv.Tpo -c -o strconv.lo strconv.c
  355. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT strconv.lo -MD -MP -MF .deps/strconv.Tpo -c strconv.c -fPIC -DPIC -o .libs/strconv.o
  356. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT strconv.lo -MD -MP -MF .deps/strconv.Tpo -c strconv.c -o strconv.o >/dev/null 2>&1
  357. mv -f .deps/strconv.Tpo .deps/strconv.Plo
  358. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT utf.lo -MD -MP -MF .deps/utf.Tpo -c -o utf.lo utf.c
  359. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT utf.lo -MD -MP -MF .deps/utf.Tpo -c utf.c -fPIC -DPIC -o .libs/utf.o
  360. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT utf.lo -MD -MP -MF .deps/utf.Tpo -c utf.c -o utf.o >/dev/null 2>&1
  361. mv -f .deps/utf.Tpo .deps/utf.Plo
  362. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT value.lo -MD -MP -MF .deps/value.Tpo -c -o value.lo value.c
  363. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT value.lo -MD -MP -MF .deps/value.Tpo -c value.c -fPIC -DPIC -o .libs/value.o
  364. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -g -O2 -MT value.lo -MD -MP -MF .deps/value.Tpo -c value.c -o value.o >/dev/null 2>&1
  365. mv -f .deps/value.Tpo .deps/value.Plo
  366. /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wextra -Wdeclaration-after-statement -g -O2 -no-undefined -export-symbols-regex '^json_' -version-info 9:0:5 -o libjansson.la -rpath /usr/local/lib dump.lo error.lo hashtable.lo load.lo memory.lo pack_unpack.lo strbuffer.lo strconv.lo utf.lo value.lo
  367. libtool: link: /usr/bin/nm -B .libs/dump.o .libs/error.o .libs/hashtable.o .libs/load.o .libs/memory.o .libs/pack_unpack.o .libs/strbuffer.o .libs/strconv.o .libs/utf.o .libs/value.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libjansson.exp
  368. libtool: link: /bin/grep -E -e "^json_" ".libs/libjansson.exp" > ".libs/libjansson.expT"
  369. libtool: link: mv -f ".libs/libjansson.expT" ".libs/libjansson.exp"
  370. libtool: link: echo "{ global:" > .libs/libjansson.ver
  371. libtool: link: cat .libs/libjansson.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libjansson.ver
  372. libtool: link: echo "local: *; };" >> .libs/libjansson.ver
  373. libtool: link: gcc -shared -fPIC -DPIC .libs/dump.o .libs/error.o .libs/hashtable.o .libs/load.o .libs/memory.o .libs/pack_unpack.o .libs/strbuffer.o .libs/strconv.o .libs/utf.o .libs/value.o -O2 -Wl,-soname -Wl,libjansson.so.4 -Wl,-version-script -Wl,.libs/libjansson.ver -o .libs/libjansson.so.4.5.0
  374. libtool: link: (cd ".libs" && rm -f "libjansson.so.4" && ln -s "libjansson.so.4.5.0" "libjansson.so.4")
  375. libtool: link: (cd ".libs" && rm -f "libjansson.so" && ln -s "libjansson.so.4.5.0" "libjansson.so")
  376. libtool: link: ar cru .libs/libjansson.a dump.o error.o hashtable.o load.o memory.o pack_unpack.o strbuffer.o strconv.o utf.o value.o
  377. libtool: link: ranlib .libs/libjansson.a
  378. libtool: link: ( cd ".libs" && rm -f "libjansson.la" && ln -s "../libjansson.la" "libjansson.la" )
  379. make[5]: Leaving directory `/opt/cgminer/compat/jansson-2.5/src'
  380. make[5]: Entering directory `/opt/cgminer/compat/jansson-2.5'
  381. make[5]: Leaving directory `/opt/cgminer/compat/jansson-2.5'
  382. make[4]: Leaving directory `/opt/cgminer/compat/jansson-2.5'
  383. make[3]: Leaving directory `/opt/cgminer/compat/jansson-2.5'
  384. make[3]: Entering directory `/opt/cgminer/compat'
  385. make[3]: Nothing to be done for `all-am'.
  386. make[3]: Leaving directory `/opt/cgminer/compat'
  387. make[2]: Leaving directory `/opt/cgminer/compat'
  388. Making all in ccan
  389. make[2]: Entering directory `/opt/cgminer/ccan'
  390. CC opt/libccan_a-helpers.o
  391. CC opt/libccan_a-opt.o
  392. CC opt/libccan_a-parse.o
  393. CC opt/libccan_a-usage.o
  394. AR libccan.a
  395. make[2]: Leaving directory `/opt/cgminer/ccan'
  396. make[2]: Entering directory `/opt/cgminer'
  397. CC cgminer-cgminer.o
  398. cgminer.c: In function 'rebuild_hash':
  399. cgminer.c:3830:7: error: 'opt_scrypt_jane' undeclared (first use in this function)
  400. cgminer.c:3830:7: note: each undeclared identifier is reported only once for each function it appears in
  401. cgminer.c: In function 'rebuild_nonce':
  402. cgminer.c:6239:6: error: 'opt_scrypt_jane' undeclared (first use in this function)
  403. cgminer.c: In function 'main':
  404. cgminer.c:8155:6: error: 'opt_scrypt_jane' undeclared (first use in this function)
  405. cgminer.c:8156:16: error: lvalue required as unary '&' operand
  406. make[2]: *** [cgminer-cgminer.o] Error 1
  407. make[2]: Leaving directory `/opt/cgminer'
  408. make[1]: *** [all-recursive] Error 1
  409. make[1]: Leaving directory `/opt/cgminer'
  410. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement