Advertisement
Guest User

Untitled

a guest
Oct 14th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.39 KB | None | 0 0
  1. Jedediah:xbmc-pvr-addons gkk$ ./configure
  2. checking build system type... x86_64-apple-darwin12.2.0
  3. checking host system type... x86_64-apple-darwin12.2.0
  4. checking target system type... x86_64-apple-darwin12.2.0
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... ./install-sh -c -d
  8. checking for gawk... no
  9. checking for mawk... no
  10. checking for nawk... no
  11. checking for awk... awk
  12. checking whether make sets $(MAKE)... yes
  13. checking whether make supports nested variables... yes
  14. checking for g++... g++
  15. checking whether the C++ compiler works... yes
  16. checking for C++ compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C++ compiler... yes
  21. checking whether g++ accepts -g... yes
  22. checking for style of include used by make... GNU
  23. checking dependency style of g++... gcc3
  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 how to run the C preprocessor... gcc -E
  30. checking how to print strings... printf
  31. checking for a sed that does not truncate output... /usr/bin/sed
  32. checking for grep that handles long lines and -e... /usr/bin/grep
  33. checking for egrep... /usr/bin/grep -E
  34. checking for fgrep... /usr/bin/grep -F
  35. checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  36. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  37. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  38. checking the name lister (/usr/bin/nm) interface... BSD nm
  39. checking whether ln -s works... yes
  40. checking the maximum length of command line arguments... 196608
  41. checking whether the shell understands some XSI constructs... yes
  42. checking whether the shell understands "+="... yes
  43. checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop
  44. checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop
  45. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
  46. checking for objdump... no
  47. checking how to recognize dependent libraries... pass_all
  48. checking for dlltool... no
  49. checking how to associate runtime and link libraries... printf %s\n
  50. checking for ar... ar
  51. checking for archiver @FILE support... no
  52. checking for strip... strip
  53. checking for ranlib... ranlib
  54. checking command to parse /usr/bin/nm output from gcc object... ok
  55. checking for sysroot... no
  56. checking for mt... no
  57. checking if : is a manifest tool... no
  58. checking for dsymutil... dsymutil
  59. checking for nmedit... nmedit
  60. checking for lipo... lipo
  61. checking for otool... otool
  62. checking for otool64... no
  63. checking for -single_module linker flag... yes
  64. checking for -exported_symbols_list linker flag... yes
  65. checking for -force_load linker flag... yes
  66. checking for ANSI C header files... yes
  67. checking for sys/types.h... yes
  68. checking for sys/stat.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for memory.h... yes
  72. checking for strings.h... yes
  73. checking for inttypes.h... yes
  74. checking for stdint.h... yes
  75. checking for unistd.h... yes
  76. checking for dlfcn.h... yes
  77. checking for objdir... .libs
  78. checking if gcc supports -fno-rtti -fno-exceptions... no
  79. checking for gcc option to produce PIC... -fno-common -DPIC
  80. checking if gcc PIC flag -fno-common -DPIC works... yes
  81. checking if gcc static flag -static works... no
  82. checking if gcc supports -c -o file.o... yes
  83. checking if gcc supports -c -o file.o... (cached) yes
  84. checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  85. checking dynamic linker characteristics... darwin12.2.0 dyld
  86. checking how to hardcode library paths into programs... immediate
  87. checking whether stripping libraries is possible... yes
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... yes
  91. checking how to run the C++ preprocessor... g++ -E
  92. checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  93. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  94. checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  95. checking for g++ option to produce PIC... -fno-common -DPIC
  96. checking if g++ PIC flag -fno-common -DPIC works... yes
  97. checking if g++ static flag -static works... no
  98. checking if g++ supports -c -o file.o... yes
  99. checking if g++ supports -c -o file.o... (cached) yes
  100. checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  101. checking dynamic linker characteristics... darwin12.2.0 dyld
  102. checking how to hardcode library paths into programs... immediate
  103. checking for library containing pthread_create... none required
  104. ./configure: line 15256: syntax error near unexpected token `FFMPEG,'
  105. ./configure: line 15256: `  PKG_CHECK_MODULES(FFMPEG, libavcodec,'
  106. Jedediah:xbmc-pvr-addons gkk$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement