Guest User

configure iperf3

a guest
Nov 12th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.46 KB | None | 0 0
  1. # ./configure
  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... config/install-sh -c -d
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking whether to enable maintainer-specific portions of Makefiles... no
  9. checking build system type... x86_64-unknown-linux-gnu
  10. checking host system type... x86_64-unknown-linux-gnu
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking whether gcc understands -c and -o together... yes
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking for ranlib... ranlib
  24. checking whether ln -s works... yes
  25. checking how to print strings... printf
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for fgrep... /bin/grep -F
  30. checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld
  31. checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
  32. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  33. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  34. checking the maximum length of command line arguments... 98304
  35. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  36. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  37. checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
  38. checking for objdump... objdump
  39. checking how to recognize dependent libraries... pass_all
  40. checking for dlltool... no
  41. checking how to associate runtime and link libraries... printf %s\n
  42. checking for ar... ar
  43. checking for archiver @FILE support... @
  44. checking for strip... strip
  45. checking for ranlib... (cached) ranlib
  46. checking command to parse /usr/bin/nm -B output from gcc object... ok
  47. checking for sysroot... no
  48. checking for a working dd... /bin/dd
  49. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  50. checking for mt... no
  51. checking if : is a manifest tool... no
  52. checking how to run the C preprocessor... gcc -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking for dlfcn.h... yes
  64. checking for objdir... .libs
  65. checking if gcc supports -fno-rtti -fno-exceptions... no
  66. checking for gcc option to produce PIC... -fPIC -DPIC
  67. checking if gcc PIC flag -fPIC -DPIC works... yes
  68. checking if gcc static flag -static works... yes
  69. checking if gcc supports -c -o file.o... yes
  70. checking if gcc supports -c -o file.o... (cached) yes
  71. checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
  72. checking whether -lc should be explicitly linked in... no
  73. checking dynamic linker characteristics... GNU/Linux ld.so
  74. checking how to hardcode library paths into programs... immediate
  75. checking whether stripping libraries is possible... yes
  76. checking if libtool supports shared libraries... yes
  77. checking whether to build shared libraries... yes
  78. checking whether to build static libraries... yes
  79. checking for ANSI C header files... (cached) yes
  80. checking for library containing nanosleep... none required
  81. checking for library containing hstrerror... none required
  82. checking for an ANSI C-conforming const... yes
  83. checking that generated files are newer than configure... done
  84. configure: creating ./config.status
  85. config.status: creating Makefile
  86. config.status: creating src/Makefile
  87. config.status: creating src/version.h
  88. config.status: creating examples/Makefile
  89. config.status: creating iperf3.spec
  90. config.status: creating src/config.h
  91. config.status: src/config.h is unchanged
  92. config.status: executing depfiles commands
  93. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment