Advertisement
Guest User

libmpdclient issue

a guest
Feb 9th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.12 KB | None | 0 0
  1. v2r:ncmpcpp-0.5.4 v2r$ ./configure
  2.  
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... ./install-sh -c -d
  6. checking for gawk... no
  7. checking for mawk... no
  8. checking for nawk... no
  9. checking for awk... awk
  10. checking whether make sets $(MAKE)... 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 build system type... x86_64-apple-darwin10.8.0
  22. checking host system type... x86_64-apple-darwin10.8.0
  23. checking how to print strings... printf
  24. checking for gcc... gcc
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking dependency style of gcc... gcc3
  29. checking for a sed that does not truncate output... /usr/bin/sed
  30. checking for grep that handles long lines and -e... /usr/bin/grep
  31. checking for egrep... /usr/bin/grep -E
  32. checking for fgrep... /usr/bin/grep -F
  33. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  34. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  35. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  36. checking the name lister (/usr/bin/nm) interface... BSD nm
  37. checking whether ln -s works... yes
  38. checking the maximum length of command line arguments... 196608
  39. checking whether the shell understands some XSI constructs... yes
  40. checking whether the shell understands "+="... yes
  41. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  42. checking for objdump... no
  43. checking how to recognize dependent libraries... pass_all
  44. checking for ar... ar
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm output from gcc object... ok
  48. checking for dsymutil... dsymutil
  49. checking for nmedit... nmedit
  50. checking for lipo... lipo
  51. checking for otool... otool
  52. checking for otool64... no
  53. checking for -single_module linker flag... yes
  54. checking for -exported_symbols_list linker flag... yes
  55. checking for -force_load linker flag... yes
  56. checking how to run the C preprocessor... gcc -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking for dlfcn.h... yes
  68. checking for objdir... .libs
  69. checking if gcc supports -fno-rtti -fno-exceptions... no
  70. checking for gcc option to produce PIC... -fno-common -DPIC
  71. checking if gcc PIC flag -fno-common -DPIC works... yes
  72. checking if gcc static flag -static works... no
  73. checking if gcc supports -c -o file.o... yes
  74. checking if gcc supports -c -o file.o... (cached) yes
  75. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  76. checking dynamic linker characteristics... darwin10.8.0 dyld
  77. checking how to hardcode library paths into programs... immediate
  78. checking whether stripping libraries is possible... yes
  79. checking if libtool supports shared libraries... yes
  80. checking whether to build shared libraries... yes
  81. checking whether to build static libraries... yes
  82. checking how to run the C++ preprocessor... g++ -E
  83. checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  84. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  85. checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  86. checking for g++ option to produce PIC... -fno-common -DPIC
  87. checking if g++ PIC flag -fno-common -DPIC works... yes
  88. checking if g++ static flag -static works... no
  89. checking if g++ supports -c -o file.o... yes
  90. checking if g++ supports -c -o file.o... (cached) yes
  91. checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  92. checking dynamic linker characteristics... darwin10.8.0 dyld
  93. checking how to hardcode library paths into programs... immediate
  94. checking whether compiler supports -fno-exceptions... yes
  95. checking for _head_libws2_32_a in -lws2_32... no
  96. checking for regcomp in -lregex... no
  97. checking dirent.h usability... yes
  98. checking dirent.h presence... yes
  99. checking for dirent.h... yes
  100. checking regex.h usability... yes
  101. checking regex.h presence... yes
  102. checking for regex.h... yes
  103. checking langinfo.h usability... yes
  104. checking langinfo.h presence... yes
  105. checking for langinfo.h... yes
  106. checking for pkg-config... /usr/local/bin/pkg-config
  107. checking pkg-config is at least version 0.9.0... yes
  108. checking for libmpdclient... no
  109. configure: error: libmpdclient >= 2.1 is required!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement