Guest User

output of configure

a guest
Jun 30th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking build type... RELEASE
  7. checking for style of include used by make... GNU
  8. checking for gcc... gcc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking dependency style of gcc... gcc3
  18. checking whether gcc and cc understand -c and -o together... yes
  19. checking how to run the C preprocessor... gcc -E
  20. checking for GNU CC... yes
  21. checking for compiler specific flags... -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing
  22. checking for an ANSI C-conforming const... yes
  23. checking for inline... inline
  24. checking build system type... x86_64-pc-linux-gnu
  25. checking host system type... x86_64-pc-linux-gnu
  26. checking how to print strings... printf
  27. checking for a sed that does not truncate output... /usr/bin/sed
  28. checking for grep that handles long lines and -e... /usr/bin/grep
  29. checking for egrep... /usr/bin/grep -E
  30. checking for fgrep... /usr/bin/grep -F
  31. checking for ld used by gcc... /usr/bin/ld
  32. checking if the linker (/usr/bin/ld) is GNU ld... yes
  33. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  34. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  35. checking whether ln -s works... yes
  36. checking the maximum length of command line arguments... 1572864
  37. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  38. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  39. checking for /usr/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... no
  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 a working dd... /usr/bin/dd
  51. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  52. checking for mt... no
  53. checking if : is a manifest tool... no
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking for dlfcn.h... yes
  65. checking for objdir... .libs
  66. checking if gcc supports -fno-rtti -fno-exceptions... no
  67. checking for gcc option to produce PIC... -fPIC -DPIC
  68. checking if gcc PIC flag -fPIC -DPIC works... yes
  69. checking if gcc static flag -static works... yes
  70. checking if gcc supports -c -o file.o... yes
  71. checking if gcc supports -c -o file.o... (cached) yes
  72. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  73. checking whether -lc should be explicitly linked in... no
  74. checking dynamic linker characteristics... GNU/Linux ld.so
  75. checking how to hardcode library paths into programs... immediate
  76. checking whether stripping libraries is possible... yes
  77. checking if libtool supports shared libraries... yes
  78. checking whether to build shared libraries... yes
  79. checking whether to build static libraries... yes
  80. checking whether NLS is requested... yes
  81. checking for msgfmt... /usr/bin/msgfmt
  82. checking for gmsgfmt... /usr/bin/msgfmt
  83. checking for xgettext... /usr/bin/xgettext
  84. checking for msgmerge... /usr/bin/msgmerge
  85. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  86. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  87. checking for shared library run path origin... done
  88. checking for CFPreferencesCopyAppValue... no
  89. checking for CFLocaleCopyCurrent... no
  90. checking for GNU gettext in libc... yes
  91. checking whether to use NLS... yes
  92. checking where the gettext function comes from... libc
  93. checking ctype.h usability... yes
  94. checking ctype.h presence... yes
  95. checking for ctype.h... yes
  96. checking dirent.h usability... yes
  97. checking dirent.h presence... yes
  98. checking for dirent.h... yes
  99. checking errno.h usability... yes
  100. checking errno.h presence... yes
  101. checking for errno.h... yes
  102. checking fcntl.h usability... yes
  103. checking fcntl.h presence... yes
  104. checking for fcntl.h... yes
  105. checking grp.h usability... yes
  106. checking grp.h presence... yes
  107. checking for grp.h... yes
  108. checking locale.h usability... yes
  109. checking locale.h presence... yes
  110. checking for locale.h... yes
  111. checking pwd.h usability... yes
  112. checking pwd.h presence... yes
  113. checking for pwd.h... yes
  114. checking signal.h usability... yes
  115. checking signal.h presence... yes
  116. checking for signal.h... yes
  117. checking for string.h... (cached) yes
  118. checking stdio.h usability... yes
  119. checking stdio.h presence... yes
  120. checking for stdio.h... yes
  121. checking for stdlib.h... (cached) yes
  122. checking for unistd.h... (cached) yes
  123. checking for sys/stat.h... (cached) yes
  124. checking sys/select.h usability... yes
  125. checking sys/select.h presence... yes
  126. checking for sys/select.h... yes
  127. checking sys/socket.h usability... yes
  128. checking sys/socket.h presence... yes
  129. checking for sys/socket.h... yes
  130. checking sys/time.h usability... yes
  131. checking sys/time.h presence... yes
  132. checking for sys/time.h... yes
  133. checking for sys/types.h... (cached) yes
  134. checking sys/wait.h usability... yes
  135. checking sys/wait.h presence... yes
  136. checking for sys/wait.h... yes
  137. checking for sed... (cached) /usr/bin/sed
  138. checking for dirname... /usr/bin/dirname
  139. ./configure: line 10886: syntax error near unexpected token `GLIB,'
  140. ./configure: line 10886: `PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.14.0)'
Add Comment
Please, Sign In to add comment