Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. 2015-03-11 10:36:56 -0400
  2.  
  3. ./configure
  4. --disable-dependency-tracking
  5. --prefix=/usr/local/Cellar/arp-scan/1.9
  6.  
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... ./install-sh -c -d
  10. checking for gawk... no
  11. checking for mawk... no
  12. checking for nawk... no
  13. checking for awk... awk
  14. checking whether make sets $(MAKE)... no
  15. checking build system type... x86_64-apple-darwin14.1.0
  16. checking host system type... x86_64-apple-darwin14.1.0
  17. checking for gcc... clang
  18. checking whether the C compiler works... yes
  19. checking for C compiler default output file name... a.out
  20. checking for suffix of executables...
  21. checking whether we are cross compiling... no
  22. checking for suffix of object files... o
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether clang accepts -g... yes
  25. checking for clang option to accept ISO C89... none needed
  26. checking for style of include used by make... none
  27. checking dependency style of clang... none
  28. checking whether clang accepts -Wextra... yes
  29. checking whether clang accepts -fstack-protector... yes
  30. checking whether clang accepts -D_FORTIFY_SOURCE... yes
  31. checking whether clang accepts -Wformat-security... yes
  32. checking whether ln -s works... yes
  33. checking for library containing gethostbyname... none required
  34. checking for library containing socket... none required
  35. checking for library containing pcap_open_live... -lpcap
  36. checking for a compatible pcap library... yes
  37. checking how to run the C preprocessor... clang -E
  38. checking for grep that handles long lines and -e... /usr/bin/grep
  39. checking for egrep... /usr/bin/grep -E
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking arpa/inet.h usability... yes
  51. checking arpa/inet.h presence... yes
  52. checking for arpa/inet.h... yes
  53. checking netdb.h usability... yes
  54. checking netdb.h presence... yes
  55. checking for netdb.h... yes
  56. checking netinet/in.h usability... yes
  57. checking netinet/in.h presence... yes
  58. checking for netinet/in.h... yes
  59. checking sys/socket.h usability... yes
  60. checking sys/socket.h presence... yes
  61. checking for sys/socket.h... yes
  62. checking sys/time.h usability... yes
  63. checking sys/time.h presence... yes
  64. checking for sys/time.h... yes
  65. checking for unistd.h... (cached) yes
  66. checking getopt.h usability... yes
  67. checking getopt.h presence... yes
  68. checking for getopt.h... yes
  69. checking pcap.h usability... yes
  70. checking pcap.h presence... yes
  71. checking for pcap.h... yes
  72. checking sys/ioctl.h usability... yes
  73. checking sys/ioctl.h presence... yes
  74. checking for sys/ioctl.h... yes
  75. checking for sys/stat.h... (cached) yes
  76. checking fcntl.h usability... yes
  77. checking fcntl.h presence... yes
  78. checking for fcntl.h... yes
  79. checking for an ANSI C-conforming const... yes
  80. checking for size_t... yes
  81. checking whether time.h and sys/time.h may both be included... yes
  82. checking for uint8_t using clang... yes
  83. checking for uint16_t using clang... yes
  84. checking for uint32_t using clang... yes
  85. checking whether long int is 64 bits... yes
  86. checking for malloc... yes
  87. checking for gethostbyname... yes
  88. checking for gettimeofday... yes
  89. checking for inet_ntoa... yes
  90. checking for memset... yes
  91. checking for select... yes
  92. checking for socket... yes
  93. checking for strerror... yes
  94. checking for posix regular expression support... yes
  95. configure: Using BPF link layer implementation.
  96. checking for net/if.h... yes
  97. checking for sys/param.h... yes
  98. checking for sys/sysctl.h... yes
  99. checking for net/route.h... yes
  100. checking for net/if_dl.h... yes
  101. checking for getopt_long_only... yes
  102. checking for inet_aton... yes
  103. checking for strlcat... yes
  104. checking for strlcpy... yes
  105. configure: creating ./config.status
  106. config.status: creating Makefile
  107. config.status: creating config.h
  108. config.status: executing depfiles commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement