Advertisement
Guest User

missing ldl

a guest
Feb 7th, 2013
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for arm-bcm2708-linux-gnueabi-strip... no
  4. checking for strip... strip
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking build system type... i686-pc-linux-gnu
  9. checking host system type... arm-bcm2708-linux-gnueabi
  10. checking for arm-bcm2708-linux-gnueabi-g++... no
  11. checking for arm-bcm2708-linux-gnueabi-c++... no
  12. checking for arm-bcm2708-linux-gnueabi-gpp... no
  13. checking for arm-bcm2708-linux-gnueabi-aCC... no
  14. checking for arm-bcm2708-linux-gnueabi-CC... no
  15. checking for arm-bcm2708-linux-gnueabi-cxx... no
  16. checking for arm-bcm2708-linux-gnueabi-cc++... no
  17. checking for arm-bcm2708-linux-gnueabi-cl.exe... no
  18. checking for arm-bcm2708-linux-gnueabi-FCC... no
  19. checking for arm-bcm2708-linux-gnueabi-KCC... no
  20. checking for arm-bcm2708-linux-gnueabi-RCC... no
  21. checking for arm-bcm2708-linux-gnueabi-xlC_r... no
  22. checking for arm-bcm2708-linux-gnueabi-xlC... no
  23. checking for g++... g++
  24. checking whether the C++ compiler works... yes
  25. checking for C++ compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... yes
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C++ compiler... yes
  30. checking whether g++ accepts -g... yes
  31. checking for style of include used by make... GNU
  32. checking dependency style of g++... none
  33. checking for arm-bcm2708-linux-gnueabi-gcc... no
  34. checking for gcc... gcc
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether gcc accepts -g... yes
  37. checking for gcc option to accept ISO C89... none needed
  38. checking dependency style of gcc... none
  39. checking how to print strings... printf
  40. checking for a sed that does not truncate output... /bin/sed
  41. checking for grep that handles long lines and -e... /bin/grep
  42. checking for egrep... /bin/grep -E
  43. checking for fgrep... /bin/grep -F
  44. checking for ld used by gcc... /usr/bin/ld
  45. checking if the linker (/usr/bin/ld) is GNU ld... yes
  46. checking for BSD- or MS-compatible name lister (nm)... no
  47. checking for arm-bcm2708-linux-gnueabi-dumpbin... no
  48. checking for arm-bcm2708-linux-gnueabi-link... no
  49. checking for dumpbin... no
  50. checking for link... link -dump
  51. checking the name lister (nm) interface... BSD nm
  52. checking whether ln -s works... yes
  53. checking the maximum length of command line arguments... 1572864
  54. checking whether the shell understands some XSI constructs... yes
  55. checking whether the shell understands "+="... yes
  56. checking how to convert i686-pc-linux-gnu file names to arm-bcm2708-linux-gnueabi format... func_convert_file_noop
  57. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  58. checking for /usr/bin/ld option to reload object files... -r
  59. checking for arm-bcm2708-linux-gnueabi-objdump... no
  60. checking for objdump... objdump
  61. checking how to recognize dependent libraries... pass_all
  62. checking for arm-bcm2708-linux-gnueabi-dlltool... no
  63. checking for dlltool... no
  64. checking how to associate runtime and link libraries... printf %s\n
  65. checking for arm-bcm2708-linux-gnueabi-ar... no
  66. checking for ar... ar
  67. checking for archiver @FILE support... @
  68. checking for arm-bcm2708-linux-gnueabi-strip... strip
  69. checking for arm-bcm2708-linux-gnueabi-ranlib... no
  70. checking for ranlib... ranlib
  71. checking command to parse nm output from gcc object... ok
  72. checking for sysroot... no
  73. checking for arm-bcm2708-linux-gnueabi-mt... no
  74. checking for mt... mt
  75. checking if mt is a manifest tool... no
  76. checking how to run the C preprocessor... gcc -E
  77. checking for ANSI C header files... yes
  78. checking for sys/types.h... yes
  79. checking for sys/stat.h... yes
  80. checking for stdlib.h... yes
  81. checking for string.h... yes
  82. checking for memory.h... yes
  83. checking for strings.h... yes
  84. checking for inttypes.h... yes
  85. checking for stdint.h... yes
  86. checking for unistd.h... yes
  87. checking for dlfcn.h... yes
  88. checking for objdir... .libs
  89. checking if gcc supports -fno-rtti -fno-exceptions... no
  90. checking for gcc option to produce PIC... -fPIC -DPIC
  91. checking if gcc PIC flag -fPIC -DPIC works... yes
  92. checking if gcc static flag -static works... yes
  93. checking if gcc supports -c -o file.o... yes
  94. checking if gcc supports -c -o file.o... (cached) yes
  95. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  96. checking whether -lc should be explicitly linked in... no
  97. checking dynamic linker characteristics... GNU/Linux ld.so
  98. checking how to hardcode library paths into programs... immediate
  99. checking whether stripping libraries is possible... yes
  100. checking if libtool supports shared libraries... yes
  101. checking whether to build shared libraries... yes
  102. checking whether to build static libraries... yes
  103. checking how to run the C++ preprocessor... g++ -E
  104. checking for ld used by g++... /usr/bin/ld
  105. checking if the linker (/usr/bin/ld) is GNU ld... yes
  106. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  107. checking for g++ option to produce PIC... -fPIC -DPIC
  108. checking if g++ PIC flag -fPIC -DPIC works... yes
  109. checking if g++ static flag -static works... yes
  110. checking if g++ supports -c -o file.o... yes
  111. checking if g++ supports -c -o file.o... (cached) yes
  112. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  113. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  114. checking how to hardcode library paths into programs... immediate
  115. checking for gawk... (cached) gawk
  116. checking whether ln -s works... yes
  117. checking whether make sets $(MAKE)... (cached) yes
  118. checking for size_t... yes
  119. checking for working alloca.h... yes
  120. checking for alloca... yes
  121. checking for uid_t in sys/types.h... yes
  122. checking for unistd.h... (cached) yes
  123. checking for working chown... no
  124. checking for dirent.h that defines DIR... yes
  125. checking for library containing opendir... none required
  126. checking whether closedir returns void... yes
  127. checking for error_at_line... yes
  128. checking for _LARGEFILE_SOURCE value needed for large files... no
  129. checking whether gcc needs -traditional... no
  130. checking whether lstat correctly handles trailing slash... no
  131. checking whether lstat accepts an empty string... yes
  132. checking whether lstat correctly handles trailing slash... (cached) no
  133. checking for working memcmp... no
  134. checking whether time.h and sys/time.h may both be included... yes
  135. checking for sys/time.h... yes
  136. checking for unistd.h... (cached) yes
  137. checking for stdlib.h... (cached) yes
  138. checking for sys/param.h... yes
  139. checking for utime.h... yes
  140. checking for alarm... yes
  141. checking for working mktime... no
  142. checking for getpagesize... yes
  143. checking for working mmap... no
  144. checking sys/select.h usability... yes
  145. checking sys/select.h presence... yes
  146. checking for sys/select.h... yes
  147. checking sys/socket.h usability... yes
  148. checking sys/socket.h presence... yes
  149. checking for sys/socket.h... yes
  150. checking types of arguments for select... int,fd_set *,struct timeval *
  151. checking return type of signal handlers... void
  152. checking whether stat accepts an empty string... yes
  153. checking for working strcoll... no
  154. checking for strftime... yes
  155. checking for working strtod... no
  156. checking for pow... no
  157. checking for pow in -lm... yes
  158. checking whether utime accepts a null argument... guessing yes
  159. checking for vprintf... yes
  160. checking for _doprnt... no
  161. checking for atexit... yes
  162. checking for dup2... yes
  163. checking for fdatasync... yes
  164. checking for floor... no
  165. checking for fs_stat_dev... no
  166. checking for ftime... yes
  167. checking for ftruncate... yes
  168. checking for getcwd... yes
  169. checking for gethostbyaddr... yes
  170. checking for gethostbyname... yes
  171. checking for gethostname... yes
  172. checking for getpagesize... (cached) yes
  173. checking for getpass... yes
  174. checking for gettimeofday... yes
  175. checking for inet_ntoa... yes
  176. checking for lchown... yes
  177. checking for localeconv... yes
  178. checking for memchr... yes
  179. checking for memmove... yes
  180. checking for memset... yes
  181. checking for mkdir... yes
  182. checking for modf... yes
  183. checking for munmap... yes
  184. checking for pow... (cached) no
  185. checking for rmdir... yes
  186. checking for select... yes
  187. checking for setenv... yes
  188. checking for setlocale... yes
  189. checking for socket... yes
  190. checking for sqrt... no
  191. checking for strcasecmp... yes
  192. checking for strchr... yes
  193. checking for strcspn... yes
  194. checking for strdup... yes
  195. checking for strerror... yes
  196. checking for strncasecmp... yes
  197. checking for strpbrk... yes
  198. checking for strrchr... yes
  199. checking for strspn... yes
  200. checking for strstr... yes
  201. checking for strtol... yes
  202. checking for strtoul... yes
  203. checking for sysinfo... yes
  204. checking for tzset... yes
  205. checking for utime... yes
  206. checking size of int... 4
  207. checking size of size_t... 4
  208. checking for __sync_add_and_fetch(temp, 1)... yes
  209. checking for __sync_sub_and_fetch(temp, 1)... yes
  210. checking for __sync_val_compare_and_swap(temp, 1, 1)... yes
  211. checking sys/inotify.h usability... yes
  212. checking sys/inotify.h presence... yes
  213. checking for sys/inotify.h... yes
  214. checking boost/shared_ptr.hpp usability... yes
  215. checking boost/shared_ptr.hpp presence... yes
  216. checking for boost/shared_ptr.hpp... yes
  217. checking for python... /usr/bin/python
  218. checking for a version of Python >= '2.1.0'... yes
  219. checking for a version of Python >= 2.4... yes
  220. checking for the distutils Python package... yes
  221. checking for Python include path... -I/usr/include/python2.7
  222. checking for Python library path... -L/usr/lib -lpython2.7
  223. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  224. checking python extra libraries... -L/usr/lib -lz -lpthread -ldl -lutil
  225. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  226. checking consistency of all components of python development environment... yes
  227. configure: Using Python 2.7
  228. == WARNING: OpenGLES support is assumed.
  229. checking for mysql_config... /usr/bin/mysql_config
  230. checking ass/ass.h usability... yes
  231. checking ass/ass.h presence... yes
  232. checking for ass/ass.h... yes
  233. checking mpeg2dec/mpeg2.h usability... yes
  234. checking mpeg2dec/mpeg2.h presence... yes
  235. checking for mpeg2dec/mpeg2.h... yes
  236. checking for mpeg2dec/mpeg2convert.h... yes
  237. checking mad.h usability... yes
  238. checking mad.h presence... yes
  239. checking for mad.h... yes
  240. checking jpeglib.h usability... yes
  241. checking jpeglib.h presence... yes
  242. checking for jpeglib.h... yes
  243. checking samplerate.h usability... yes
  244. checking samplerate.h presence... yes
  245. checking for samplerate.h... yes
  246. checking ogg/ogg.h usability... yes
  247. checking ogg/ogg.h presence... yes
  248. checking for ogg/ogg.h... yes
  249. checking vorbis/vorbisfile.h usability... yes
  250. checking vorbis/vorbisfile.h presence... yes
  251. checking for vorbis/vorbisfile.h... yes
  252. checking libmodplug/modplug.h usability... yes
  253. checking libmodplug/modplug.h presence... yes
  254. checking for libmodplug/modplug.h... yes
  255. checking curl/curl.h usability... yes
  256. checking curl/curl.h presence... yes
  257. checking for curl/curl.h... yes
  258. checking FLAC/stream_decoder.h usability... yes
  259. checking FLAC/stream_decoder.h presence... yes
  260. checking for FLAC/stream_decoder.h... yes
  261. checking openssl/crypto.h usability... yes
  262. checking openssl/crypto.h presence... yes
  263. checking for openssl/crypto.h... yes
  264. checking gcrypt.h usability... yes
  265. checking gcrypt.h presence... yes
  266. checking for gcrypt.h... yes
  267. checking for main in -lgpg-error... yes
  268. checking for gcry_control in -lgcrypt... yes
  269. checking for main in -lbz2... yes
  270. checking for main in -ljpeg... yes
  271. checking for main in -ltiff... yes
  272. checking for main in -lpthread... yes
  273. checking for main in -llzo2... yes
  274. checking for main in -lz... yes
  275. checking for main in -lcrypto... yes
  276. checking for main in -lssl... yes
  277. checking for main in -lmysqlclient... yes
  278. checking for hci_devid in -lbluetooth... no
  279. Could not find suitable version of libbluetooth
  280. checking for main in -lyajl... yes
  281. checking for main in -ltinyxml... yes
  282. checking for arm-bcm2708-linux-gnueabi-pkg-config... no
  283. checking for pkg-config... /usr/bin/pkg-config
  284. checking pkg-config is at least version 0.9.0... yes
  285. checking for FRIBIDI... yes
  286. checking for SQLITE3... yes
  287. checking for PNG... yes
  288. checking for PCRECPP... yes
  289. checking for PCRE... yes
  290. checking for CDIO... yes
  291. checking for SAMPLERATE... yes
  292. checking for FREETYPE2... yes
  293. checking for TAGLIB... yes
  294. checking for LIBBLURAY... yes
  295. checking for libbluray soname... libbluray.so.1
  296. checking for main in -ldl... no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement