Guest User

Untitled

a guest
Jun 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. xxx@dionea:/opt/dionaea/libev-4.00# ./configure --prefix=/opt/dionaea
  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... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether to enable maintainer-specific portions of Makefiles... no
  9. checking build system type... i686-pc-linux-gnu
  10. checking host system type... i686-pc-linux-gnu
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking for a sed that does not truncate output... /bin/sed
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for fgrep... /bin/grep -F
  26. checking for ld used by gcc... /usr/bin/ld
  27. checking if the linker (/usr/bin/ld) is GNU ld... yes
  28. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  29. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  30. checking whether ln -s works... yes
  31. checking the maximum length of command line arguments... 1572864
  32. checking whether the shell understands some XSI constructs... yes
  33. checking whether the shell understands "+="... yes
  34. checking for /usr/bin/ld option to reload object files... -r
  35. checking for objdump... objdump
  36. checking how to recognize dependent libraries... pass_all
  37. checking for ar... ar
  38. checking for strip... strip
  39. checking for ranlib... ranlib
  40. checking command to parse /usr/bin/nm -B output from gcc object... ok
  41. checking how to run the C preprocessor... gcc -E
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking for dlfcn.h... yes
  53. checking for objdir... .libs
  54. checking if gcc supports -fno-rtti -fno-exceptions... no
  55. checking for gcc option to produce PIC... -fPIC -DPIC
  56. checking if gcc PIC flag -fPIC -DPIC works... yes
  57. checking if gcc static flag -static works... yes
  58. checking if gcc supports -c -o file.o... yes
  59. checking if gcc supports -c -o file.o... (cached) yes
  60. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  61. checking whether -lc should be explicitly linked in... no
  62. checking dynamic linker characteristics... GNU/Linux ld.so
  63. checking how to hardcode library paths into programs... immediate
  64. checking whether stripping libraries is possible... yes
  65. checking if libtool supports shared libraries... yes
  66. checking whether to build shared libraries... yes
  67. checking whether to build static libraries... yes
  68. checking sys/inotify.h usability... yes
  69. checking sys/inotify.h presence... yes
  70. checking for sys/inotify.h... yes
  71. checking sys/epoll.h usability... yes
  72. checking sys/epoll.h presence... yes
  73. checking for sys/epoll.h... yes
  74. checking sys/event.h usability... no
  75. checking sys/event.h presence... no
  76. checking for sys/event.h... no
  77. checking port.h usability... no
  78. checking port.h presence... no
  79. checking for port.h... no
  80. checking poll.h usability... yes
  81. checking poll.h presence... yes
  82. checking for poll.h... yes
  83. checking sys/select.h usability... yes
  84. checking sys/select.h presence... yes
  85. checking for sys/select.h... yes
  86. checking sys/eventfd.h usability... yes
  87. checking sys/eventfd.h presence... yes
  88. checking for sys/eventfd.h... yes
  89. checking sys/signalfd.h usability... yes
  90. checking sys/signalfd.h presence... yes
  91. checking for sys/signalfd.h... yes
  92. checking for inotify_init... yes
  93. checking for epoll_ctl... yes
  94. checking for kqueue... no
  95. checking for port_create... no
  96. checking for poll... yes
  97. checking for select... yes
  98. checking for eventfd... yes
  99. checking for signalfd... yes
  100. checking for clock_gettime... no
  101. checking for clock_gettime syscall... yes
  102. checking for nanosleep... yes
  103. checking for ceil in -lm... yes
  104. configure: creating ./config.status
  105. config.status: creating Makefile
  106. config.status: creating config.h
  107. config.status: config.h is unchanged
  108. config.status: executing depfiles commands
  109. config.status: executing libtool commands
Add Comment
Please, Sign In to add comment