Advertisement
Guest User

Untitled

a guest
Oct 30th, 2011
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. CFLAGS="-O2 -Wall -march=native -I /opt/AMD-APP-SDK-v2.4-lnx32/include" LDFLAGS="-L /opt/AMD-APP-SDK-v2.4-lnx32/lib/x86" ./configure
  2. bash: ./configure: No such file or directory
  3. rcocchiararo@omega:~$ cd bitcoin/cgminer-2.0.7/
  4. rcocchiararo@omega:~/bitcoin/cgminer-2.0.7$ ls
  5. aclocal.m4 cgminer-sha256_sse2_i386.o example.conf poclbm110817.cl
  6. adl.c cgminer-sha256_sse4_amd64.o findnonce.c README
  7. adl_functions.h cgminer-sha256_via.o findnonce.h sha256_4way.c
  8. adl.h cgminer-sha2.o INSTALL sha256_altivec_4way.c
  9. ADL_SDK cgminer-util.o install-sh sha256_cryptopp.c
  10. arg-nonnull.h ChangeLog lib sha256_generic.c
  11. AUTHORS compat linux-usb-cgminer sha256_sse2_amd64.c
  12. bench_block.h compat.h m4 sha256_sse2_i386.c
  13. ccan compile main.c sha256_sse4_amd64.c
  14. c++defs.h config.guess Makefile sha256_via.c
  15. cgminer config.h Makefile.am sha2.c
  16. cgminer-adl.o config.h.in Makefile.in sha2.h
  17. cgminer-findnonce.o config.log miner.h stamp-h1
  18. cgminer-main.o config.status missing uthash.h
  19. cgminer-ocl.o config.sub mkinstalldirs util.c
  20. cgminer-sha256_4way.o configure NEWS warn-on-use.h
  21. cgminer-sha256_altivec_4way.o configure.ac ocl.c x86_32
  22. cgminer-sha256_cryptopp.o COPYING ocl.h x86_64
  23. cgminer-sha256_generic.o depcomp phatk110817.cl
  24. cgminer-sha256_sse2_amd64.o elist.h phatk110817Cypressbitalignv2w128long4.bin
  25. rcocchiararo@omega:~/bitcoin/cgminer-2.0.7$ sudo su
  26. [sudo] password for rcocchiararo:
  27. root@omega:/home/rcocchiararo/bitcoin/cgminer-2.0.7# clear
  28.  
  29. root@omega:/home/rcocchiararo/bitcoin/cgminer-2.0.7# CFLAGS="-O2 -Wall -march=native -I /opt/AMD-APP-SDK-v2.4-lnx32/include" LDFLAGS="-L /opt/AMD-APP-SDK-v2.4-lnx32/lib/x86" ./configure
  30. checking build system type... i686-pc-linux-gnu
  31. checking host system type... i686-pc-linux-gnu
  32. checking target system type... i686-pc-linux-gnu
  33. checking for a BSD-compatible install... /usr/bin/install -c
  34. checking whether build environment is sane... yes
  35. checking for a thread-safe mkdir -p... /bin/mkdir -p
  36. checking for gawk... no
  37. checking for mawk... mawk
  38. checking whether make sets $(MAKE)... yes
  39. checking for style of include used by make... GNU
  40. checking for gcc... gcc
  41. checking whether the C compiler works... yes
  42. checking for C compiler default output file name... a.out
  43. checking for suffix of executables...
  44. checking whether we are cross compiling... no
  45. checking for suffix of object files... o
  46. checking whether we are using the GNU C compiler... yes
  47. checking whether gcc accepts -g... yes
  48. checking for gcc option to accept ISO C89... none needed
  49. checking dependency style of gcc... gcc3
  50. checking how to run the C preprocessor... gcc -E
  51. checking for grep that handles long lines and -e... /bin/grep
  52. checking for egrep... /bin/grep -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking minix/config.h usability... no
  64. checking minix/config.h presence... no
  65. checking for minix/config.h... no
  66. checking whether it is safe to define __EXTENSIONS__... yes
  67. checking whether to enable maintainer-specific portions of Makefiles... no
  68. checking for gcc... (cached) gcc
  69. checking whether we are using the GNU C compiler... (cached) yes
  70. checking whether gcc accepts -g... (cached) yes
  71. checking for gcc option to accept ISO C89... (cached) none needed
  72. checking dependency style of gcc... (cached) gcc3
  73. checking for ranlib... ranlib
  74. checking whether gcc needs -traditional... no
  75. checking whether gcc and cc understand -c and -o together... yes
  76. checking for ranlib... (cached) ranlib
  77. checking sys/mman.h usability... yes
  78. checking sys/mman.h presence... yes
  79. checking for sys/mman.h... yes
  80. checking wchar.h usability... yes
  81. checking wchar.h presence... yes
  82. checking for wchar.h... yes
  83. checking for stdint.h... (cached) yes
  84. checking for mprotect... yes
  85. checking for sigaction... yes
  86. checking for sigaltstack... yes
  87. checking for siginterrupt... yes
  88. checking for mmap... yes
  89. checking for MAP_ANONYMOUS... yes
  90. checking whether memchr works... yes
  91. checking whether memmem is declared... yes
  92. checking for memmem... yes
  93. checking whether memmem works... no
  94. checking for C/C++ restrict keyword... __restrict
  95. checking for uid_t in sys/types.h... yes
  96. checking for inline... inline
  97. checking whether the preprocessor supports include_next... yes
  98. checking whether system header files limit the line length... no
  99. checking for wchar_t... yes
  100. checking for unsigned long long int... yes
  101. checking for long long int... yes
  102. checking whether stdint.h conforms to C99... yes
  103. checking whether memmem is declared without a macro... yes
  104. checking whether mempcpy is declared without a macro... yes
  105. checking whether memrchr is declared without a macro... yes
  106. checking whether rawmemchr is declared without a macro... yes
  107. checking whether stpcpy is declared without a macro... yes
  108. checking whether stpncpy is declared without a macro... yes
  109. checking whether strchrnul is declared without a macro... yes
  110. checking whether strdup is declared without a macro... yes
  111. checking whether strncat is declared without a macro... yes
  112. checking whether strndup is declared without a macro... yes
  113. checking whether strnlen is declared without a macro... yes
  114. checking whether strpbrk is declared without a macro... yes
  115. checking whether strsep is declared without a macro... yes
  116. checking whether strcasestr is declared without a macro... yes
  117. checking whether strtok_r is declared without a macro... yes
  118. checking whether strerror_r is declared without a macro... yes
  119. checking whether strsignal is declared without a macro... yes
  120. checking whether strverscmp is declared without a macro... yes
  121. checking for memmem... (cached) yes
  122. checking whether memmem works... (cached) no
  123. checking for struct sigaction.sa_sigaction... yes
  124. checking for volatile sig_atomic_t... yes
  125. checking for sighandler_t... yes
  126. checking whether sigaction is declared without a macro... yes
  127. checking whether sigaddset is declared without a macro... yes
  128. checking whether sigdelset is declared without a macro... yes
  129. checking whether sigemptyset is declared without a macro... yes
  130. checking whether sigfillset is declared without a macro... yes
  131. checking whether sigismember is declared without a macro... yes
  132. checking whether sigpending is declared without a macro... yes
  133. checking whether sigprocmask is declared without a macro... yes
  134. checking for sigprocmask... yes
  135. checking whether NULL can be used in arbitrary expressions... yes
  136. checking for ANSI C header files... (cached) yes
  137. checking syslog.h usability... yes
  138. checking syslog.h presence... yes
  139. checking for syslog.h... yes
  140. checking for size_t... yes
  141. checking for working alloca.h... yes
  142. checking for alloca... yes
  143. checking for OpenCL... yes
  144. checking for pthread_create in -lpthread... yes
  145. checking for json_loads in -ljansson... no
  146. checking for ADL_SDK/adl_sdk.h... yes
  147. checking for library containing addstr... -lncurses
  148. checking for addstr in -lncurses... yes
  149. checking for addstr in -lpdcurses... no
  150. checking for yasm... false
  151. configure: yasm is required for the assembly algorithms. They will be skipped.
  152. checking for pkg-config... /usr/bin/pkg-config
  153. checking pkg-config is at least version 0.9.0... yes
  154. checking for LIBCURL... yes
  155. configure: creating ./config.status
  156. config.status: creating Makefile
  157. config.status: creating compat/Makefile
  158. config.status: creating compat/jansson/Makefile
  159. config.status: creating x86_64/Makefile
  160. config.status: creating x86_32/Makefile
  161. config.status: creating ccan/Makefile
  162. config.status: creating lib/Makefile
  163. config.status: creating config.h
  164. config.status: config.h is unchanged
  165. config.status: executing depfiles commands
  166.  
  167.  
  168.  
  169. ------------------------------------------------------------------------
  170. cgminer 2.0.7
  171. ------------------------------------------------------------------------
  172.  
  173.  
  174. Configuration Options Summary:
  175.  
  176. OpenCL...............: FOUND. GPU mining support enabled
  177. ADL..................: SDK found, GPU monitoring support enabled
  178. ASM..................: false
  179.  
  180. Compilation............: make (or gmake)
  181. CPPFLAGS.............:
  182. CFLAGS...............: -O2 -Wall -march=native -I /opt/AMD-APP-SDK-v2.4-lnx32/include
  183. LDFLAGS..............: -L /opt/AMD-APP-SDK-v2.4-lnx32/lib/x86 -lpthread -ldl
  184.  
  185. Installation...........: make install (as root if needed, with 'su' or 'sudo')
  186. prefix...............: /usr/local
  187.  
  188.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement