Advertisement
a2457

Untitled

Sep 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. Ubul@DESKTOP-QPOGJBR MSYS /f/modminer/cpuminer-argon2d-3.8.3.3
  2. $ ./configure CFLAGS="-Ofast -march=native" --with-crypto --with-curl
  3. configure: loading site script /etc/config.site
  4. checking build system type... x86_64-pc-msys
  5. checking host system type... x86_64-pc-msys
  6. checking target system type... x86_64-pc-msys
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  10. checking for gawk... gawk
  11. checking whether make sets $(MAKE)... yes
  12. checking whether make supports nested variables... yes
  13. checking whether to enable maintainer-specific portions of Makefiles... no
  14. checking for style of include used by make... GNU
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.exe
  18. checking for suffix of executables... .exe
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking whether gcc understands -c and -o together... yes
  25. checking dependency style of gcc... gcc3
  26. checking for gcc option to accept ISO C99... none needed
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /usr/bin/grep
  29. checking for egrep... /usr/bin/grep -E
  30. checking whether gcc needs -traditional... no
  31. checking dependency style of gcc... gcc3
  32. checking for ranlib... ranlib
  33. checking for g++... g++
  34. checking whether we are using the GNU C++ compiler... yes
  35. checking whether g++ accepts -g... yes
  36. checking dependency style of g++... gcc3
  37. checking for ANSI C header files... yes
  38. checking for sys/types.h... yes
  39. checking for sys/stat.h... yes
  40. checking for stdlib.h... yes
  41. checking for string.h... yes
  42. checking for memory.h... yes
  43. checking for strings.h... yes
  44. checking for inttypes.h... yes
  45. checking for stdint.h... yes
  46. checking for unistd.h... yes
  47. checking sys/endian.h usability... no
  48. checking sys/endian.h presence... no
  49. checking for sys/endian.h... no
  50. checking sys/param.h usability... yes
  51. checking sys/param.h presence... yes
  52. checking for sys/param.h... yes
  53. checking syslog.h usability... yes
  54. checking syslog.h presence... yes
  55. checking for syslog.h... yes
  56. checking for sys/sysctl.h... no
  57. checking whether be32dec is declared... no
  58. checking whether le32dec is declared... no
  59. checking whether be32enc is declared... no
  60. checking whether le32enc is declared... no
  61. checking whether le16dec is declared... no
  62. checking whether le16enc is declared... no
  63. checking for size_t... yes
  64. checking for working alloca.h... yes
  65. checking for alloca... yes
  66. checking for getopt_long... yes
  67. checking whether we can compile AVX code... yes
  68. checking whether we can compile XOP code... yes
  69. checking whether we can compile AVX2 code... yes
  70. checking for json_loads in -ljansson... yes
  71. checking for pthread_create in -lpthread... yes
  72. checking whether __uint128_t is supported... yes
  73. checking that generated files are newer than configure... done
  74. configure: creating ./config.status
  75. config.status: creating Makefile
  76. config.status: creating compat/Makefile
  77. config.status: creating compat/jansson/Makefile
  78. config.status: creating cpuminer-config.h
  79. config.status: cpuminer-config.h is unchanged
  80. config.status: executing depfiles commands
  81.  
  82. Ubul@DESKTOP-QPOGJBR MSYS /f/modminer/cpuminer-argon2d-3.8.3.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement