Advertisement
Guest User

./configure

a guest
May 17th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. ~/dogecoin-1.7.0$ ./configure
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether to enable maintainer-specific portions of Makefiles... yes
  12. checking whether make supports nested variables... (cached) yes
  13. checking for g++... g++
  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 g++ accepts -g... yes
  21. checking for style of include used by make... GNU
  22. checking dependency style of g++... gcc3
  23. checking for gcc... gcc
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking dependency style of gcc... gcc3
  28. checking how to run the C preprocessor... gcc -E
  29. checking how to run the C++ preprocessor... g++ -E
  30. checking for gcc... gcc
  31. checking whether we are using the GNU Objective C compiler... no
  32. checking whether gcc accepts -g... no
  33. checking dependency style of gcc... gcc3
  34. checking for g++... g++
  35. checking whether we are using the GNU Objective C++ compiler... no
  36. checking whether g++ accepts -g... no
  37. checking dependency style of g++... gcc3
  38. checking for a sed that does not truncate output... /bin/sed
  39. checking for ar... /usr/bin/ar
  40. checking for ranlib... /usr/bin/ranlib
  41. checking for strip... /usr/bin/strip
  42. checking for gcov... /usr/bin/gcov
  43. checking for lcov... no
  44. checking for java... no
  45. checking for genhtml... no
  46. checking for git... /usr/bin/git
  47. checking for ccache... no
  48. checking for xgettext... /usr/bin/xgettext
  49. checking for hexdump... /usr/bin/hexdump
  50. checking for pkg-config... /usr/bin/pkg-config
  51. checking pkg-config is at least version 0.9.0... yes
  52. checking for grep that handles long lines and -e... /bin/grep
  53. checking for egrep... /bin/grep -E
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking whether byte ordering is bigendian... no
  65. checking if compiler needs -Werror to reject unknown flags... no
  66. checking for the pthreads library -lpthreads... no
  67. checking whether pthreads work without any flags... no
  68. checking whether pthreads work with -Kthread... no
  69. checking whether pthreads work with -kthread... no
  70. checking for the pthreads library -llthread... no
  71. checking whether pthreads work with -pthread... yes
  72. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  73. checking if more special flags are required for pthreads... no
  74. checking for PTHREAD_PRIO_INHERIT... yes
  75. checking for special C compiler options needed for large files... no
  76. checking for _FILE_OFFSET_BITS value needed for large files... 64
  77. checking whether the linker accepts -Wl,--large-address-aware... no
  78. checking whether C++ compiler accepts -Wstack-protector... yes
  79. checking whether C++ compiler accepts -fstack-protector-all... yes
  80. checking whether C++ compiler accepts -fPIE... yes
  81. checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
  82. checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
  83. checking whether the linker accepts -Wl,--dynamicbase... no
  84. checking whether the linker accepts -Wl,--nxcompat... no
  85. checking whether the linker accepts -Wl,-z,relro... yes
  86. checking whether the linker accepts -Wl,-z,now... yes
  87. checking whether the linker accepts -pie... yes
  88. checking stdio.h usability... yes
  89. checking stdio.h presence... yes
  90. checking for stdio.h... yes
  91. checking for stdlib.h... (cached) yes
  92. checking for unistd.h... (cached) yes
  93. checking for strings.h... (cached) yes
  94. checking for sys/types.h... (cached) yes
  95. checking for sys/stat.h... (cached) yes
  96. checking for MSG_NOSIGNAL... yes
  97. checking for Berkeley DB C++ headers... default
  98. checking for main in -ldb_cxx-5.1... yes
  99. checking miniupnpc/miniwget.h usability... yes
  100. checking miniupnpc/miniwget.h presence... yes
  101. checking for miniupnpc/miniwget.h... yes
  102. checking for main in -lminiupnpc... yes
  103. checking miniupnpc/miniupnpc.h usability... yes
  104. checking miniupnpc/miniupnpc.h presence... yes
  105. checking for miniupnpc/miniupnpc.h... yes
  106. checking for main in -lminiupnpc... (cached) yes
  107. checking miniupnpc/upnpcommands.h usability... yes
  108. checking miniupnpc/upnpcommands.h presence... yes
  109. checking for miniupnpc/upnpcommands.h... yes
  110. checking for main in -lminiupnpc... (cached) yes
  111. checking miniupnpc/upnperrors.h usability... yes
  112. checking miniupnpc/upnperrors.h presence... yes
  113. checking for miniupnpc/upnperrors.h... yes
  114. checking for main in -lminiupnpc... (cached) yes
  115. checking for boostlib >= 1.20.0... yes
  116. checking whether the Boost::System library is available... yes
  117. configure: error: Could not find a version of the library!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement