Advertisement
pavelsayekat

Compiling libnetfilter_conntrack on GNU/HURD 0.9

Feb 5th, 2019
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. $ ./configure
  2. checking build system type... i686-unknown-gnu0.9
  3. checking host system type... i686-unknown-gnu0.9
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking how to create a pax tar archive... gnutar
  12. checking whether make supports the include directive... yes (GNU style)
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking whether gcc understands -c and -o together... yes
  23. checking dependency style of gcc... gcc3
  24. checking for ar... ar
  25. checking the archiver (ar) interface... ar
  26. checking whether make supports nested variables... (cached) yes
  27. checking for gcc... (cached) gcc
  28. checking whether we are using the GNU C compiler... (cached) yes
  29. checking whether gcc accepts -g... (cached) yes
  30. checking for gcc option to accept ISO C89... (cached) none needed
  31. checking whether gcc understands -c and -o together... (cached) yes
  32. checking dependency style of gcc... (cached) gcc3
  33. checking how to print strings... printf
  34. checking for a sed that does not truncate output... /bin/sed
  35. checking for grep that handles long lines and -e... /bin/grep
  36. checking for egrep... /bin/grep -E
  37. checking for fgrep... /bin/grep -F
  38. checking for ld used by gcc... /usr/bin/ld
  39. checking if the linker (/usr/bin/ld) is GNU ld... yes
  40. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  41. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  42. checking whether ln -s works... yes
  43. checking the maximum length of command line arguments... -1
  44. checking how to convert i686-unknown-gnu0.9 file names to i686-unknown-gnu0.9 format... func_convert_file_noop
  45. checking how to convert i686-unknown-gnu0.9 file names to toolchain format... func_convert_file_noop
  46. checking for /usr/bin/ld option to reload object files... -r
  47. checking for objdump... objdump
  48. checking how to recognize dependent libraries... pass_all
  49. checking for dlltool... no
  50. checking how to associate runtime and link libraries... printf %s\n
  51. checking for archiver @FILE support... @
  52. checking for strip... strip
  53. checking for ranlib... ranlib
  54. checking command to parse /usr/bin/nm -B output from gcc object... ok
  55. checking for sysroot... no
  56. checking for a working dd... /bin/dd
  57. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  58. checking for mt... mt
  59. checking if mt is a manifest tool... no
  60. checking how to run the C preprocessor... gcc -E
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking for dlfcn.h... yes
  72. checking for objdir... .libs
  73. checking if gcc supports -fno-rtti -fno-exceptions... no
  74. checking for gcc option to produce PIC... -fPIC -DPIC
  75. checking if gcc PIC flag -fPIC -DPIC works... yes
  76. checking if gcc static flag -static works... yes
  77. checking if gcc supports -c -o file.o... yes
  78. checking if gcc supports -c -o file.o... (cached) yes
  79. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  80. checking whether -lc should be explicitly linked in... no
  81. checking dynamic linker characteristics... GNU/Linux ld.so
  82. checking how to hardcode library paths into programs... immediate
  83. checking whether stripping libraries is possible... yes
  84. checking if libtool supports shared libraries... yes
  85. checking whether to build shared libraries... yes
  86. checking whether to build static libraries... no
  87. checking whether ln -s works... yes
  88. configure: error: Linux only, dude!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement