Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. root@dhcppc0:/usr/local/src/xbmc# ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking build system type... i686-pc-linux-gnu
  8. checking host system type... i686-pc-linux-gnu
  9. checking for g++... g++
  10. checking whether the C++ compiler works... yes
  11. checking for C++ compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking for style of include used by make... GNU
  18. checking dependency style of g++... none
  19. checking for gcc... gcc
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... none
  24. checking for a sed that does not truncate output... /bin/sed
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for fgrep... /bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking for /usr/bin/ld option to reload object files... -r
  37. checking for objdump... objdump
  38. checking how to recognize dependent libraries... pass_all
  39. checking for ar... ar
  40. checking for strip... strip
  41. checking for ranlib... ranlib
  42. checking command to parse /usr/bin/nm -B output from gcc object... ok
  43. checking how to run the C preprocessor... gcc -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking for dlfcn.h... yes
  55. checking whether we are using the GNU C++ compiler... (cached) yes
  56. checking whether g++ accepts -g... (cached) yes
  57. checking dependency style of g++... (cached) none
  58. checking how to run the C++ preprocessor... g++ -E
  59. checking for objdir... .libs
  60. checking if gcc supports -fno-rtti -fno-exceptions... no
  61. checking for gcc option to produce PIC... -fPIC -DPIC
  62. checking if gcc PIC flag -fPIC -DPIC works... yes
  63. checking if gcc static flag -static works... yes
  64. checking if gcc supports -c -o file.o... yes
  65. checking if gcc supports -c -o file.o... (cached) yes
  66. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  67. checking whether -lc should be explicitly linked in... no
  68. checking dynamic linker characteristics... GNU/Linux ld.so
  69. checking how to hardcode library paths into programs... immediate
  70. checking whether stripping libraries is possible... yes
  71. checking if libtool supports shared libraries... yes
  72. checking whether to build shared libraries... yes
  73. checking whether to build static libraries... yes
  74. checking for ld used by g++... /usr/bin/ld
  75. checking if the linker (/usr/bin/ld) is GNU ld... yes
  76. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  77. checking for g++ option to produce PIC... -fPIC -DPIC
  78. checking if g++ PIC flag -fPIC -DPIC works... yes
  79. checking if g++ static flag -static works... yes
  80. checking if g++ supports -c -o file.o... yes
  81. checking if g++ supports -c -o file.o... (cached) yes
  82. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking for gawk... (cached) gawk
  86. checking whether ln -s works... yes
  87. checking whether make sets $(MAKE)... (cached) yes
  88. checking for working alloca.h... yes
  89. checking for alloca... yes
  90. checking for uid_t in sys/types.h... yes
  91. checking for unistd.h... (cached) yes
  92. checking for working chown... yes
  93. checking for dirent.h that defines DIR... yes
  94. checking for library containing opendir... none required
  95. checking whether closedir returns void... no
  96. checking for error_at_line... yes
  97. checking for _LARGEFILE_SOURCE value needed for large files... no
  98. checking whether gcc needs -traditional... no
  99. checking whether lstat correctly handles trailing slash... yes
  100. checking whether lstat accepts an empty string... no
  101. checking whether lstat correctly handles trailing slash... (cached) yes
  102. checking for working memcmp... yes
  103. checking whether time.h and sys/time.h may both be included... yes
  104. checking for sys/time.h... yes
  105. checking for unistd.h... (cached) yes
  106. checking for stdlib.h... (cached) yes
  107. checking for sys/param.h... yes
  108. checking for utime.h... yes
  109. checking for alarm... yes
  110. checking for working mktime... yes
  111. checking for getpagesize... yes
  112. checking for working mmap... yes
  113. checking sys/select.h usability... yes
  114. checking sys/select.h presence... yes
  115. checking for sys/select.h... yes
  116. checking sys/socket.h usability... yes
  117. checking sys/socket.h presence... yes
  118. checking for sys/socket.h... yes
  119. checking types of arguments for select... int,fd_set *,struct timeval *
  120. checking return type of signal handlers... void
  121. checking whether stat accepts an empty string... no
  122. checking for working strcoll... yes
  123. checking for strftime... yes
  124. checking for working strtod... yes
  125. checking whether utime accepts a null argument... yes
  126. checking for vprintf... yes
  127. checking for _doprnt... no
  128. checking for atexit... yes
  129. checking for dup2... yes
  130. checking for fdatasync... yes
  131. checking for floor... no
  132. checking for fs_stat_dev... no
  133. checking for ftime... yes
  134. checking for ftruncate... yes
  135. checking for getcwd... yes
  136. checking for gethostbyaddr... yes
  137. checking for gethostbyname... yes
  138. checking for gethostname... yes
  139. checking for getpagesize... (cached) yes
  140. checking for getpass... yes
  141. checking for gettimeofday... yes
  142. checking for inet_ntoa... yes
  143. checking for lchown... yes
  144. checking for localeconv... yes
  145. checking for memchr... yes
  146. checking for memmove... yes
  147. checking for memset... yes
  148. checking for mkdir... yes
  149. checking for modf... yes
  150. checking for munmap... yes
  151. checking for pow... no
  152. checking for rmdir... yes
  153. checking for select... yes
  154. checking for setenv... yes
  155. checking for setlocale... yes
  156. checking for socket... yes
  157. checking for sqrt... no
  158. checking for strcasecmp... yes
  159. checking for strchr... yes
  160. checking for strcspn... yes
  161. checking for strdup... yes
  162. checking for strerror... yes
  163. checking for strncasecmp... yes
  164. checking for strpbrk... yes
  165. checking for strrchr... yes
  166. checking for strspn... yes
  167. checking for strstr... yes
  168. checking for strtol... yes
  169. checking for strtoul... yes
  170. checking for sysinfo... yes
  171. checking for tzset... yes
  172. checking for utime... yes
  173. checking size of int... 4
  174. checking size of size_t... 4
  175. checking sys/inotify.h usability... yes
  176. checking sys/inotify.h presence... yes
  177. checking for sys/inotify.h... yes
  178. checking boost/shared_ptr.hpp usability... yes
  179. checking boost/shared_ptr.hpp presence... yes
  180. checking for boost/shared_ptr.hpp... yes
  181. checking for main in -lGL... no
  182. configure: error: Could not find a required library. Please see the README for your platform.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement