Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.19 KB | None | 0 0
  1. checking whether to enable maintainer-specific portions of Makefiles... no
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for style of include used by make... GNU
  7. checking for gcc... gcc
  8. checking for C compiler default output file name... a.out
  9. checking whether the C compiler works... yes
  10. checking whether we are cross compiling... no
  11. checking for suffix of executables...
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ANSI C... none needed
  16. checking dependency style of gcc... gcc3
  17. checking for library containing strerror... none required
  18. checking for gcc... (cached) gcc
  19. checking whether we are using the GNU C compiler... (cached) yes
  20. checking whether gcc accepts -g... (cached) yes
  21. checking for gcc option to accept ANSI C... (cached) none needed
  22. checking dependency style of gcc... (cached) gcc3
  23. checking how to run the C preprocessor... gcc -E
  24. checking for egrep... grep -E
  25. checking for ANSI C header files... yes
  26. checking build system type... i686-pc-linux-gnu
  27. checking host system type... i686-pc-linux-gnu
  28. checking for a sed that does not truncate output... /bin/sed
  29. checking for fgrep... grep -F
  30. checking for ld used by gcc... /usr/bin/ld
  31. checking if the linker (/usr/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 whether ln -s works... yes
  35. checking the maximum length of command line arguments... 98304
  36. checking whether the shell understands some XSI constructs... yes
  37. checking whether the shell understands "+="... yes
  38. checking for /usr/bin/ld option to reload object files... -r
  39. checking for objdump... objdump
  40. checking how to recognize dependent libraries... pass_all
  41. checking for ar... ar
  42. checking for strip... strip
  43. checking for ranlib... ranlib
  44. checking command to parse /usr/bin/nm -B output from gcc object... ok
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking for dlfcn.h... yes
  55. checking for objdir... .libs
  56. checking if gcc supports -fno-rtti -fno-exceptions... no
  57. checking for gcc option to produce PIC... -fPIC -DPIC
  58. checking if gcc PIC flag -fPIC -DPIC works... yes
  59. checking if gcc static flag -static works... yes
  60. checking if gcc supports -c -o file.o... yes
  61. checking if gcc supports -c -o file.o... (cached) yes
  62. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  63. checking whether -lc should be explicitly linked in... no
  64. checking dynamic linker characteristics... GNU/Linux ld.so
  65. checking how to hardcode library paths into programs... immediate
  66. checking whether stripping libraries is possible... yes
  67. checking if libtool supports shared libraries... yes
  68. checking whether to build shared libraries... yes
  69. checking whether to build static libraries... yes
  70. checking for pkg-config... /usr/bin/pkg-config
  71. checking for GLIB - version >= 2.0.0... yes (version 2.12.3)
  72. checking for X... no
  73. checking for intltool >= 0.35.0... 0.35.0 found
  74. checking for perl... /usr/bin/perl
  75. checking for XML::Parser... ok
  76. checking for iconv... /usr/bin/iconv
  77. checking for msgfmt... /usr/bin/msgfmt
  78. checking for msgmerge... /usr/bin/msgmerge
  79. checking for xgettext... /usr/bin/xgettext
  80. checking pkg-config is at least version 0.9.0... yes
  81. checking for GDU_MODULE_VERSION_CHECK... configure: error: Package requirements (gnome-doc-utils >= 0.17.3) were not met:
  82.  
  83. Requested 'gnome-doc-utils >= 0.17.3' but version of gnome-doc-utils is 0.8.0
  84.  
  85. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  86. installed software in a non-standard prefix.
  87.  
  88. Alternatively, you may set the environment variables GDU_MODULE_VERSION_CHECK_CFLAGS
  89. and GDU_MODULE_VERSION_CHECK_LIBS to avoid the need to call pkg-config.
  90. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement