Advertisement
Guest User

Untitled

a guest
Dec 17th, 2011
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. [12:05]$ ./configure
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... i686-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... no
  9. checking for mawk... mawk
  10. checking whether make sets $(MAKE)... yes
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking for library containing strerror... none required
  23. checking for gcc... (cached) gcc
  24. checking whether we are using the GNU C compiler... (cached) yes
  25. checking whether gcc accepts -g... (cached) yes
  26. checking for gcc option to accept ISO C89... (cached) none needed
  27. checking dependency style of gcc... (cached) gcc3
  28. checking for g++... g++
  29. checking whether we are using the GNU C++ compiler... yes
  30. checking whether g++ accepts -g... yes
  31. checking dependency style of g++... gcc3
  32. checking how to run the C preprocessor... gcc -E
  33. checking for grep that handles long lines and -e... /bin/grep
  34. checking for egrep... /bin/grep -E
  35. checking for ANSI C header files... yes
  36. checking for a sed that does not truncate output... /bin/sed
  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... 1572864
  44. checking whether the shell understands some XSI constructs... yes
  45. checking whether the shell understands "+="... yes
  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 ar... ar
  50. checking for strip... strip
  51. checking for ranlib... ranlib
  52. checking command to parse /usr/bin/nm -B output from gcc object... ok
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking for dlfcn.h... yes
  63. checking whether we are using the GNU C++ compiler... (cached) yes
  64. checking whether g++ accepts -g... (cached) yes
  65. checking dependency style of g++... (cached) gcc3
  66. checking how to run the C++ preprocessor... g++ -E
  67. checking for objdir... .libs
  68. checking if gcc supports -fno-rtti -fno-exceptions... no
  69. checking for gcc option to produce PIC... -fPIC -DPIC
  70. checking if gcc PIC flag -fPIC -DPIC works... yes
  71. checking if gcc static flag -static works... yes
  72. checking if gcc supports -c -o file.o... yes
  73. checking if gcc supports -c -o file.o... (cached) yes
  74. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  75. checking whether -lc should be explicitly linked in... no
  76. checking dynamic linker characteristics... GNU/Linux ld.so
  77. checking how to hardcode library paths into programs... immediate
  78. checking whether stripping libraries is possible... yes
  79. checking if libtool supports shared libraries... yes
  80. checking whether to build shared libraries... yes
  81. checking whether to build static libraries... yes
  82. checking for ld used by g++... /usr/bin/ld
  83. checking if the linker (/usr/bin/ld) is GNU ld... yes
  84. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  85. checking for g++ option to produce PIC... -fPIC -DPIC
  86. checking if g++ PIC flag -fPIC -DPIC works... yes
  87. checking if g++ static flag -static works... yes
  88. checking if g++ supports -c -o file.o... yes
  89. checking if g++ supports -c -o file.o... (cached) yes
  90. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether Python support is requested... autodetect
  94. checking whether Overlay Scrollbar is enabled... no
  95. checking for pkg-config... /usr/bin/pkg-config
  96. checking pkg-config is at least version 0.9.0... yes
  97. checking for PACKAGE... no
  98. configure: error: Package requirements (gtk+-2.0 >= 2.18.3 poppler-glib >= 0.5.4 poppler >= 0.5.4 libglade-2.0 >= 2.6.4 gthread-2.0 >= 2.4.0 librsvg-2.0 >= 2.14.0) were not met:
  99.  
  100. No package 'gtk+-2.0' found
  101. No package 'poppler-glib' found
  102. No package 'poppler' found
  103. No package 'libglade-2.0' found
  104. No package 'librsvg-2.0' found
  105.  
  106. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  107. installed software in a non-standard prefix.
  108.  
  109. Alternatively, you may set the environment variables PACKAGE_CFLAGS
  110. and PACKAGE_LIBS to avoid the need to call pkg-config.
  111. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement