Guest User

Untitled

a guest
Jul 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. paul@punzilla ~/nntpgrab-0.7.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... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking for g++... g++
  8. checking whether the C++ compiler works... yes
  9. checking for C++ compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C++ compiler... yes
  14. checking whether g++ accepts -g... yes
  15. checking for style of include used by make... GNU
  16. checking dependency style of g++... gcc3
  17. checking build system type... x86_64-unknown-linux-gnu
  18. checking host system type... x86_64-unknown-linux-gnu
  19. checking how to print strings... printf
  20. checking for gcc... gcc
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking dependency style of gcc... gcc3
  25. checking for a sed that does not truncate output... /bin/sed
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for fgrep... /bin/grep -F
  29. checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  30. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  31. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  32. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  33. checking whether ln -s works... yes
  34. checking the maximum length of command line arguments... 1572864
  35. checking whether the shell understands some XSI constructs... yes
  36. checking whether the shell understands "+="... yes
  37. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  38. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  39. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  40. checking for objdump... objdump
  41. checking how to recognize dependent libraries... pass_all
  42. checking for dlltool... dlltool
  43. checking how to associate runtime and link libraries... printf %s\n
  44. checking for ar... ar
  45. checking for archiver @FILE support... @
  46. checking for strip... strip
  47. checking for ranlib... ranlib
  48. checking command to parse /usr/bin/nm -B output from gcc object... ok
  49. checking for sysroot... no
  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-pc-linux-gnu/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 for shl_load... no
  76. checking for shl_load in -ldld... no
  77. checking for dlopen... no
  78. checking for dlopen in -ldl... yes
  79. checking whether a program can dlopen itself... yes
  80. checking whether a statically linked program can dlopen itself... no
  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... no
  85. checking how to run the C++ preprocessor... g++ -E
  86. checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  87. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  88. checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  89. checking for g++ option to produce PIC... -fPIC -DPIC
  90. checking if g++ PIC flag -fPIC -DPIC works... yes
  91. checking if g++ static flag -static works... yes
  92. checking if g++ supports -c -o file.o... yes
  93. checking if g++ supports -c -o file.o... (cached) yes
  94. checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  95. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  96. checking how to hardcode library paths into programs... immediate
  97. checking size of time_t... 8
  98. checking size of long... 8
  99. checking whether gcc and cc understand -c and -o together... yes
  100. checking for pkg-config... no
  101. configure: error: You need to install pkg-config
Add Comment
Please, Sign In to add comment