Guest User

Untitled

a guest
Jan 6th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. $ ./configure --with-qt --enable-wallet --with-incompatible-bdb
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-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... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether to enable maintainer-specific portions of Makefiles... yes
  10. checking whether make supports nested variables... yes
  11. checking for g++... g++
  12. checking whether the C++ compiler works... yes
  13. checking for C++ compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether g++ accepts -g... yes
  19. checking for style of include used by make... GNU
  20. checking dependency style of g++... gcc3
  21. checking for gcc... gcc
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking dependency style of gcc... gcc3
  26. checking how to run the C preprocessor... gcc -E
  27. checking how to run the C++ preprocessor... g++ -E
  28. checking for gcc... gcc
  29. checking whether we are using the GNU Objective C compiler... no
  30. checking whether gcc accepts -g... no
  31. checking dependency style of gcc... gcc3
  32. checking for g++... g++
  33. checking whether we are using the GNU Objective C++ compiler... no
  34. checking whether g++ accepts -g... no
  35. checking for a sed that does not truncate output... /bin/sed
  36. checking for ar... /usr/bin/ar
  37. checking for ranlib... /usr/bin/ranlib
  38. checking for strip... /usr/bin/strip
  39. checking for gcov... /usr/bin/gcov
  40. checking for lcov... /usr/bin/lcov
  41. checking for java... /usr/bin/java
  42. checking for genhtml... /usr/bin/genhtml
  43. checking for git... /usr/bin/git
  44. checking for ccache... /usr/bin/ccache
  45. checking for xgettext... /usr/bin/xgettext
  46. checking for hexdump... /usr/bin/hexdump
  47. checking for pkg-config... /usr/bin/pkg-config
  48. checking pkg-config is at least version 0.9.0... yes
  49. checking for grep that handles long lines and -e... /bin/grep
  50. checking for egrep... /bin/grep -E
  51. checking for ANSI C header files... yes
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unistd.h... yes
  61. checking whether byte ordering is bigendian... no
  62. checking if compiler needs -Werror to reject unknown flags... no
  63. checking for the pthreads library -lpthreads... no
  64. checking whether pthreads work without any flags... no
  65. checking whether pthreads work with -Kthread... no
  66. checking whether pthreads work with -kthread... no
  67. checking for the pthreads library -llthread... no
  68. checking whether pthreads work with -pthread... yes
  69. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  70. checking if more special flags are required for pthreads... no
  71. checking for PTHREAD_PRIO_INHERIT... yes
  72. checking for special C compiler options needed for large files... no
  73. checking for _FILE_OFFSET_BITS value needed for large files... no
  74. checking whether the linker accepts -Wl,--large-address-aware... no
  75. checking whether C++ compiler accepts -Wstack-protector... yes
  76. checking whether C++ compiler accepts -fPIE... yes
  77. checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
  78. checking whether the linker accepts -Wl,--dynamicbase... no
  79. checking whether the linker accepts -Wl,--nxcompat... no
  80. checking whether the linker accepts -Wl,-z,relro... yes
  81. checking whether the linker accepts -Wl,-z,now... yes
  82. checking whether C++ compiler accepts -fno-stack-protector... yes
  83. checking whether C++ compiler accepts -fstack-protector-all... yes
  84. checking whether the linker accepts -pie... yes
  85. checking stdio.h usability... yes
  86. checking stdio.h presence... yes
  87. checking for stdio.h... yes
  88. checking for stdlib.h... (cached) yes
  89. checking for unistd.h... (cached) yes
  90. checking for strings.h... (cached) yes
  91. checking for sys/types.h... (cached) yes
  92. checking for sys/stat.h... (cached) yes
  93. checking for MSG_NOSIGNAL... yes
  94. checking for Berkeley DB C++ headers... default
  95. configure: WARNING: Found Berkeley DB other than 4.8; wallets opened by this build will not be portable!
  96. checking for main in -ldb_cxx-4.8... no
  97. checking for main in -ldb_cxx... yes
  98. checking miniupnpc/miniwget.h usability... yes
  99. checking miniupnpc/miniwget.h presence... yes
  100. checking for miniupnpc/miniwget.h... yes
  101. checking for main in -lminiupnpc... yes
  102. checking miniupnpc/miniupnpc.h usability... yes
  103. checking miniupnpc/miniupnpc.h presence... yes
  104. checking for miniupnpc/miniupnpc.h... yes
  105. checking for main in -lminiupnpc... (cached) yes
  106. checking miniupnpc/upnpcommands.h usability... yes
  107. checking miniupnpc/upnpcommands.h presence... yes
  108. checking for miniupnpc/upnpcommands.h... yes
  109. checking for main in -lminiupnpc... (cached) yes
  110. checking miniupnpc/upnperrors.h usability... yes
  111. checking miniupnpc/upnperrors.h presence... yes
  112. checking for miniupnpc/upnperrors.h... yes
  113. checking for main in -lminiupnpc... (cached) yes
  114. checking for boostlib >= 1.20.0... yes
  115. checking whether the Boost::System library is available... yes
  116. checking for exit in -lboost_system... yes
  117. checking whether the Boost::Filesystem library is available... yes
  118. checking for exit in -lboost_filesystem... yes
  119. checking whether the Boost::Program_Options library is available... yes
  120. checking for exit in -lboost_program_options-mt... yes
  121. checking whether the Boost::Thread library is available... yes
  122. checking for exit in -lboost_thread... yes
  123. checking whether the Boost::Chrono library is available... yes
  124. checking for exit in -lboost_chrono-mt... yes
  125. checking whether the Boost::Unit_Test_Framework library is available... yes
  126. checking for SSL... yes
  127. checking for CRYPTO... yes
  128. checking for PROTOBUF... yes
  129. checking for QR... no
  130. checking for protoc... /usr/bin/protoc
  131. configure: error: Qt dependencies not found
Advertisement
Add Comment
Please, Sign In to add comment