Advertisement
Guest User

Untitled

a guest
Mar 20th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. autoreconf: Entering directory `.'
  2. autoreconf: configure.ac: not using Gettext
  3. autoreconf: running: aclocal --force -I m4
  4. autoreconf: configure.ac: tracing
  5. autoreconf: running: libtoolize --copy --force
  6. libtoolize: putting auxiliary files in '.'.
  7. libtoolize: copying file './ltmain.sh'
  8. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  9. libtoolize: copying file 'm4/libtool.m4'
  10. libtoolize: copying file 'm4/ltoptions.m4'
  11. libtoolize: copying file 'm4/ltsugar.m4'
  12. libtoolize: copying file 'm4/ltversion.m4'
  13. libtoolize: copying file 'm4/lt~obsolete.m4'
  14. autoreconf: running: /usr/bin/autoconf --force
  15. autoreconf: configure.ac: not using Autoheader
  16. autoreconf: running: automake --add-missing --copy --force-missing
  17. configure.ac:7: installing './compile'
  18. configure.ac:12: installing './config.guess'
  19. configure.ac:12: installing './config.sub'
  20. configure.ac:4: installing './install-sh'
  21. configure.ac:4: installing './missing'
  22. Makefile.am: installing './depcomp'
  23. autoreconf: Leaving directory `.'
  24. checking for a BSD-compatible install... /usr/bin/install -c
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  27. checking for gawk... gawk
  28. checking whether make sets $(MAKE)... yes
  29. checking whether make supports nested variables... yes
  30. checking whether make supports nested variables... (cached) yes
  31. checking for style of include used by make... GNU
  32. checking for gcc... gcc
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking whether gcc understands -c and -o together... yes
  42. checking dependency style of gcc... gcc3
  43. checking how to run the C preprocessor... gcc -E
  44. checking for grep that handles long lines and -e... /usr/bin/grep
  45. checking for egrep... /usr/bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking minix/config.h usability... no
  57. checking minix/config.h presence... no
  58. checking for minix/config.h... no
  59. checking whether it is safe to define __EXTENSIONS__... yes
  60. checking for gcc... (cached) gcc
  61. checking whether we are using the GNU C compiler... (cached) yes
  62. checking whether gcc accepts -g... (cached) yes
  63. checking for gcc option to accept ISO C89... (cached) none needed
  64. checking whether gcc understands -c and -o together... (cached) yes
  65. checking dependency style of gcc... (cached) gcc3
  66. checking build system type... x86_64-unknown-linux-gnu
  67. checking host system type... x86_64-unknown-linux-gnu
  68. checking how to print strings... printf
  69. checking for a sed that does not truncate output... /usr/bin/sed
  70. checking for fgrep... /usr/bin/grep -F
  71. checking for ld used by gcc... /usr/bin/ld
  72. checking if the linker (/usr/bin/ld) is GNU ld... yes
  73. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  74. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  75. checking whether ln -s works... yes
  76. checking the maximum length of command line arguments... 1572864
  77. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  78. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  79. checking for /usr/bin/ld option to reload object files... -r
  80. checking for objdump... objdump
  81. checking how to recognize dependent libraries... pass_all
  82. checking for dlltool... no
  83. checking how to associate runtime and link libraries... printf %s\n
  84. checking for ar... ar
  85. checking for archiver @FILE support... @
  86. checking for strip... strip
  87. checking for ranlib... ranlib
  88. checking command to parse /usr/bin/nm -B output from gcc object... ok
  89. checking for sysroot... no
  90. checking for a working dd... /usr/bin/dd
  91. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  92. checking for mt... no
  93. checking if : is a manifest tool... no
  94. checking for dlfcn.h... yes
  95. checking for objdir... .libs
  96. checking if gcc supports -fno-rtti -fno-exceptions... no
  97. checking for gcc option to produce PIC... -fPIC -DPIC
  98. checking if gcc PIC flag -fPIC -DPIC works... yes
  99. checking if gcc static flag -static works... yes
  100. checking if gcc supports -c -o file.o... yes
  101. checking if gcc supports -c -o file.o... (cached) yes
  102. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  103. checking whether -lc should be explicitly linked in... no
  104. checking dynamic linker characteristics... GNU/Linux ld.so
  105. checking how to hardcode library paths into programs... immediate
  106. checking whether stripping libraries is possible... yes
  107. checking if libtool supports shared libraries... yes
  108. checking whether to build shared libraries... yes
  109. checking whether to build static libraries... yes
  110. checking for pkg-config... /usr/bin/pkg-config
  111. checking pkg-config is at least version 0.9.0... yes
  112. checking for JANUS... yes
  113. checking for nice_agent_set_port_range in -lnice... yes
  114. checking for nice_address_equal_no_port in -lnice... yes
  115. checking for dlopen in -ldl... yes
  116. checking for srtp_init in -lsrtp... yes
  117. checking for libwebsocket_get_internal_extensions in -lwebsockets... no
  118. configure: error: libwebsockets not found. See README.md for installation instructions or use --disable-websockets
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement