Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. root@matelaptop:/downloads# git clone https://github.com/JayDDee/cpuminer-opt.git
  2. Cloning into 'cpuminer-opt'...
  3. remote: Counting objects: 2900, done.
  4. remote: Total 2900 (delta 0), reused 0 (delta 0), pack-reused 2900
  5. Receiving objects: 100% (2900/2900), 3.83 MiB | 3.36 MiB/s, done.
  6. Resolving deltas: 100% (1916/1916), done.
  7. root@matelaptop:/downloads# cd cpuminer-opt/
  8. root@matelaptop:/downloads/cpuminer-opt# ./build.sh
  9. make: *** No rule to make target 'distclean'. Stop.
  10. clean
  11. configure.ac:15: installing './compile'
  12. configure.ac:4: installing './config.guess'
  13. configure.ac:4: installing './config.sub'
  14. configure.ac:9: installing './install-sh'
  15. configure.ac:9: installing './missing'
  16. Makefile.am: installing './depcomp'
  17. checking build system type... x86_64-pc-linux-gnu
  18. checking host system type... x86_64-pc-linux-gnu
  19. checking target system type... x86_64-pc-linux-gnu
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking whether make supports nested variables... yes
  26. checking whether to enable maintainer-specific portions of Makefiles... no
  27. checking for style of include used by make... GNU
  28. checking for gcc... gcc
  29. checking whether the C compiler works... yes
  30. checking for C compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether we are using the GNU C compiler... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ISO C89... none needed
  37. checking whether gcc understands -c and -o together... yes
  38. checking dependency style of gcc... gcc3
  39. checking for gcc option to accept ISO C99... none needed
  40. checking how to run the C preprocessor... gcc -E
  41. checking for grep that handles long lines and -e... /bin/grep
  42. checking for egrep... /bin/grep -E
  43. checking whether gcc needs -traditional... no
  44. checking dependency style of gcc... gcc3
  45. checking for ranlib... ranlib
  46. checking for g++... g++
  47. checking whether we are using the GNU C++ compiler... yes
  48. checking whether g++ accepts -g... yes
  49. checking dependency style of g++... gcc3
  50. checking for ANSI C header files... yes
  51. checking for sys/types.h... yes
  52. checking for sys/stat.h... yes
  53. checking for stdlib.h... yes
  54. checking for string.h... yes
  55. checking for memory.h... yes
  56. checking for strings.h... yes
  57. checking for inttypes.h... yes
  58. checking for stdint.h... yes
  59. checking for unistd.h... yes
  60. checking sys/endian.h usability... no
  61. checking sys/endian.h presence... no
  62. checking for sys/endian.h... no
  63. checking sys/param.h usability... yes
  64. checking sys/param.h presence... yes
  65. checking for sys/param.h... yes
  66. checking syslog.h usability... yes
  67. checking syslog.h presence... yes
  68. checking for syslog.h... yes
  69. checking for sys/sysctl.h... yes
  70. checking whether be32dec is declared... no
  71. checking whether le32dec is declared... no
  72. checking whether be32enc is declared... no
  73. checking whether le32enc is declared... no
  74. checking whether le16dec is declared... no
  75. checking whether le16enc is declared... no
  76. checking for size_t... yes
  77. checking for working alloca.h... yes
  78. checking for alloca... yes
  79. checking for getopt_long... yes
  80. checking whether we can compile AVX code... yes
  81. checking whether we can compile XOP code... yes
  82. checking whether we can compile AVX2 code... yes
  83. checking for json_loads in -ljansson... yes
  84. checking for pthread_create in -lpthread... yes
  85. checking whether __uint128_t is supported... yes
  86. checking that generated files are newer than configure... done
  87. configure: creating ./config.status
  88. config.status: creating Makefile
  89. config.status: creating compat/Makefile
  90. config.status: creating compat/jansson/Makefile
  91. config.status: creating cpuminer-config.h
  92. config.status: executing depfiles commands
  93. make all-recursive
  94. make[1]: Entering directory '/downloads/cpuminer-opt'
  95. Making all in compat
  96. make[2]: Entering directory '/downloads/cpuminer-opt/compat'
  97. make[3]: Entering directory '/downloads/cpuminer-opt/compat'
  98. make[3]: Nothing to be done for 'all-am'.
  99. make[3]: Leaving directory '/downloads/cpuminer-opt/compat'
  100. make[2]: Leaving directory '/downloads/cpuminer-opt/compat'
  101. make[2]: Entering directory '/downloads/cpuminer-opt'
  102. gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-cpu-miner.o -MD -MP -MF .deps/cpuminer-cpu-miner.Tpo -c -o cpuminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
  103. gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-util.o -MD -MP -MF .deps/cpuminer-util.Tpo -c -o cpuminer-util.o `test -f 'util.c' || echo './'`util.c
  104. g++ -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -g -O2 -MT cpuminer-uint256.o -MD -MP -MF .deps/cpuminer-uint256.Tpo -c -o cpuminer-uint256.o `test -f 'uint256.cpp' || echo './'`uint256.cpp
  105. gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-api.o -MD -MP -MF .deps/cpuminer-api.Tpo -c -o cpuminer-api.o `test -f 'api.c' || echo './'`api.c
  106. util.c:26:10: fatal error: curl/curl.h: No such file or directory
  107. #include <curl/curl.h>
  108. ^~~~~~~~~~~~~
  109. compilation terminated.
  110. Makefile:2330: recipe for target 'cpuminer-util.o' failed
  111. make[2]: *** [cpuminer-util.o] Error 1
  112. make[2]: *** Waiting for unfinished jobs....
  113. cpu-miner.c:38:10: fatal error: curl/curl.h: No such file or directory
  114. #include <curl/curl.h>
  115. ^~~~~~~~~~~~~
  116. compilation terminated.
  117. Makefile:2316: recipe for target 'cpuminer-cpu-miner.o' failed
  118. make[2]: *** [cpuminer-cpu-miner.o] Error 1
  119. In file included from api.c:34:0:
  120. miner.h:45:10: fatal error: curl/curl.h: No such file or directory
  121. #include <curl/curl.h>
  122. ^~~~~~~~~~~~~
  123. compilation terminated.
  124. Makefile:2344: recipe for target 'cpuminer-api.o' failed
  125. make[2]: *** [cpuminer-api.o] Error 1
  126. In file included from uint256.cpp:7:0:
  127. miner.h:45:10: fatal error: curl/curl.h: No such file or directory
  128. #include <curl/curl.h>
  129. ^~~~~~~~~~~~~
  130. compilation terminated.
  131. Makefile:5636: recipe for target 'cpuminer-uint256.o' failed
  132. make[2]: *** [cpuminer-uint256.o] Error 1
  133. make[2]: Leaving directory '/downloads/cpuminer-opt'
  134. Makefile:5713: recipe for target 'all-recursive' failed
  135. make[1]: *** [all-recursive] Error 1
  136. make[1]: Leaving directory '/downloads/cpuminer-opt'
  137. Makefile:907: recipe for target 'all' failed
  138. make: *** [all] Error 2
  139. strip: 'cpuminer': No such file
  140. root@matelaptop:/downloads/cpuminer-opt#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement