Advertisement
Guest User

Untitled

a guest
Aug 4th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. loading cache ./config.cache
  2. checking for a BSD compatible install... (cached) /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking whether make sets ${MAKE}... (cached) yes
  5. checking for working aclocal... missing
  6. checking for working autoconf... missing
  7. checking for working automake... missing
  8. checking for working autoheader... missing
  9. checking for working makeinfo... missing
  10. checking whether to enable maintainer-specific portions of Makefiles... no
  11. checking host system type... i686-pc-linux-gnu
  12. checking build system type... i686-pc-linux-gnu
  13. checking for ranlib... (cached) ranlib
  14. checking for gcc... (cached) gcc
  15. checking whether the C compiler (gcc ) works... yes
  16. checking whether the C compiler (gcc ) is a cross-compiler... no
  17. checking whether we are using GNU C... (cached) yes
  18. checking whether gcc accepts -g... (cached) yes
  19. checking for ld used by GCC... (cached) /usr/bin/ld
  20. checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
  21. checking for BSD-compatible nm... (cached) /usr/bin/nm -B
  22. checking whether ln -s works... (cached) yes
  23. loading cache ./config.cache within ltconfig
  24. checking whether ln -s works... (cached) yes
  25. checking for ranlib... (cached) ranlib
  26. checking for strip... (cached) strip
  27. checking for objdir... .libs
  28. checking for object suffix... (cached) o
  29. checking for executable suffix... (cached) no
  30. checking for gcc option to produce PIC... (cached) -fPIC
  31. checking if gcc PIC flag -fPIC works... (cached) yes
  32. checking if gcc static flag -static works... (cached) yes
  33. checking if gcc supports -c -o file.o... yes
  34. checking if gcc supports -c -o file.lo... yes
  35. checking if gcc supports -fno-rtti -fno-exceptions ... no
  36. checking if the linker (/usr/bin/ld) is GNU ld... yes
  37. checking whether the linker (/usr/bin/ld) supports shared libraries... yes
  38. checking how to hardcode library paths into programs... immediate
  39. checking whether stripping libraries is possible... yes
  40. checking for /usr/bin/ld option to reload object files... -r
  41. checking dynamic linker characteristics... Linux ld.so
  42. checking command to parse /usr/bin/nm -B output... ok
  43. checking if libtool supports shared libraries... yes
  44. checking whether to build shared libraries... yes
  45. checking whether to build static libraries... no
  46. creating libtool
  47. loading cache ./config.cache
  48. checking whether build environment is sane... yes
  49. checking for gcc... (cached) gcc
  50. checking whether the C compiler (gcc -g -O2 ) works... yes
  51. checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
  52. checking whether we are using GNU C... (cached) yes
  53. checking whether gcc accepts -g... (cached) yes
  54. checking for a BSD compatible install... /usr/bin/install -c
  55. checking whether ln -s works... (cached) yes
  56. checking whether make sets ${MAKE}... (cached) yes
  57. checking for POSIXized ISC... no
  58. checking for gtk-config... no
  59. checking for GTK - version >= 1.2.0... no
  60. *** The gtk-config script installed by GTK could not be found
  61. *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
  62. *** your path, or set the GTK_CONFIG environment variable to the
  63. *** full path to gtk-config.
  64. checking whether GNOME specific code should be used... no
  65. checking for poptPeekArg in -lpopt... no
  66. checking how to run the C preprocessor... gcc -E
  67. checking for popt.h... no
  68. checking for ANSI C header files... yes
  69. checking for working const... yes
  70. checking for inline... inline
  71. checking for off_t... yes
  72. checking for size_t... yes
  73. checking for working alloca.h... yes
  74. checking for alloca... yes
  75. checking for unistd.h... yes
  76. checking for getpagesize... yes
  77. checking for working mmap... yes
  78. checking for argz.h... yes
  79. checking for limits.h... yes
  80. checking for locale.h... yes
  81. checking for nl_types.h... yes
  82. checking for malloc.h... yes
  83. checking for string.h... yes
  84. checking for unistd.h... (cached) yes
  85. checking for sys/param.h... yes
  86. checking for getcwd... yes
  87. checking for munmap... yes
  88. checking for putenv... yes
  89. checking for setenv... yes
  90. checking for setlocale... yes
  91. checking for strchr... yes
  92. checking for strcasecmp... yes
  93. checking for strdup... yes
  94. checking for __argz_count... yes
  95. checking for __argz_stringify... yes
  96. checking for __argz_next... yes
  97. checking for stpcpy... yes
  98. checking for LC_MESSAGES... yes
  99. checking whether NLS is requested... yes
  100. checking whether included gettext is requested... no
  101. checking for libintl.h... yes
  102. checking for gettext in libc... yes
  103. checking for msgfmt... /usr/local/bin/msgfmt
  104. checking for dcgettext... yes
  105. checking for gmsgfmt... /usr/local/bin/msgfmt
  106. checking for xgettext... /usr/local/bin/xgettext
  107. checking for catalogs to be installed... da de en_GB hu no pl sv fr ja pt ru
  108. checking for xml-config... no
  109. configure: error: Can't find gnome-xml library.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement