Advertisement
Guest User

./configure

a guest
May 3rd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. ./configure
  2. checking for clang... clang
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether clang accepts -g... yes
  10. checking for clang option to accept ISO C89... none needed
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... ./install-sh -c -d
  14. checking for gawk... no
  15. checking for mawk... no
  16. checking for nawk... no
  17. checking for awk... awk
  18. checking whether make sets $(MAKE)... yes
  19. checking for style of include used by make... GNU
  20. checking dependency style of clang... gcc3
  21. checking build system type... x86_64-apple-darwin11.3.0
  22. checking host system type... x86_64-apple-darwin11.3.0
  23. checking how to print strings... printf
  24. checking for a sed that does not truncate output... /usr/bin/sed
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for fgrep... /usr/bin/grep -F
  28. checking for ld used by clang... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... no
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  31. checking the name lister (/usr/bin/nm) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 196608
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking how to convert x86_64-apple-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format... func_convert_file_noop
  37. checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format... func_convert_file_noop
  38. checking for /usr/bin/ld option to reload object files... -r
  39. checking for objdump... no
  40. checking how to recognize dependent libraries... pass_all
  41. checking for dlltool... no
  42. checking how to associate runtime and link libraries... printf %s\n
  43. checking for ar... ar
  44. checking for archiver @FILE support... no
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm output from clang object... ok
  48. checking for sysroot... no
  49. checking for mt... no
  50. checking if : is a manifest tool... no
  51. checking for dsymutil... dsymutil
  52. checking for nmedit... nmedit
  53. checking for lipo... lipo
  54. checking for otool... otool
  55. checking for otool64... no
  56. checking for -single_module linker flag... yes
  57. checking for -exported_symbols_list linker flag... yes
  58. checking for -force_load linker flag... yes
  59. checking how to run the C preprocessor... clang -E
  60. checking for ANSI C header files... yes
  61. checking for sys/types.h... yes
  62. checking for sys/stat.h... yes
  63. checking for stdlib.h... yes
  64. checking for string.h... yes
  65. checking for memory.h... yes
  66. checking for strings.h... yes
  67. checking for inttypes.h... yes
  68. checking for stdint.h... yes
  69. checking for unistd.h... yes
  70. checking for dlfcn.h... yes
  71. checking for objdir... .libs
  72. checking if clang supports -fno-rtti -fno-exceptions... yes
  73. checking for clang option to produce PIC... -fno-common -DPIC
  74. checking if clang PIC flag -fno-common -DPIC works... yes
  75. checking if clang static flag -static works... no
  76. checking if clang supports -c -o file.o... yes
  77. checking if clang supports -c -o file.o... (cached) yes
  78. checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
  79. checking dynamic linker characteristics... darwin11.3.0 dyld
  80. checking how to hardcode library paths into programs... immediate
  81. checking whether stripping libraries is possible... yes
  82. checking if libtool supports shared libraries... yes
  83. checking whether to build shared libraries... yes
  84. checking whether to build static libraries... yes
  85. checking for clang++... clang++
  86. checking whether we are using the GNU C++ compiler... yes
  87. checking whether clang++ accepts -g... yes
  88. checking dependency style of clang++... gcc3
  89. checking how to run the C++ preprocessor... clang++ -E
  90. checking for ld used by clang++... /usr/bin/ld
  91. checking if the linker (/usr/bin/ld) is GNU ld... no
  92. checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
  93. checking for clang++ option to produce PIC... -fno-common -DPIC
  94. checking if clang++ PIC flag -fno-common -DPIC works... yes
  95. checking if clang++ static flag -static works... no
  96. checking if clang++ supports -c -o file.o... yes
  97. checking if clang++ supports -c -o file.o... (cached) yes
  98. checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
  99. checking dynamic linker characteristics... darwin11.3.0 dyld
  100. checking how to hardcode library paths into programs... immediate
  101. checking target system type... x86_64-apple-darwin11.3.0
  102. checking for pcap-config... /usr/bin/pcap-config
  103. checking for Boost headers version >= 0.0.0... yes
  104. checking for Boost's header version... 1_49
  105. checking boost/format.hpp usability... yes
  106. checking boost/format.hpp presence... yes
  107. checking for boost/format.hpp... yes
  108. checking boost/algorithm/string.hpp usability... yes
  109. checking boost/algorithm/string.hpp presence... yes
  110. checking for boost/algorithm/string.hpp... yes
  111. configure: creating ./config.status
  112. config.status: creating Makefile
  113. config.status: creating backend/Makefile
  114. config.status: executing depfiles commands
  115. config.status: executing libtool commands
  116.  
  117. Firesheep-0.1
  118.  
  119. Platform: osx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement