Advertisement
Guest User

libkeybinder

a guest
Aug 29th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.59 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... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking whether to enable maintainer-specific portions of Makefiles... no
  7. checking build system type... i686-pc-linux-gnu
  8. checking host system type... i686-pc-linux-gnu
  9. checking for style of include used by make... GNU
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking dependency style of gcc... gcc3
  20. checking for a sed that does not truncate output... /bin/sed
  21. checking for grep that handles long lines and -e... /usr/bin/grep
  22. checking for egrep... /usr/bin/grep -E
  23. checking for fgrep... /usr/bin/grep -F
  24. checking for ld used by gcc... /usr/bin/ld
  25. checking if the linker (/usr/bin/ld) is GNU ld... yes
  26. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  27. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  28. checking whether ln -s works... yes
  29. checking the maximum length of command line arguments... 1572864
  30. checking whether the shell understands some XSI constructs... yes
  31. checking whether the shell understands "+="... yes
  32. checking for /usr/bin/ld option to reload object files... -r
  33. checking for objdump... objdump
  34. checking how to recognize dependent libraries... pass_all
  35. checking for ar... ar
  36. checking for strip... strip
  37. checking for ranlib... ranlib
  38. checking command to parse /usr/bin/nm -B output from gcc object... ok
  39. checking how to run the C preprocessor... gcc -E
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking for dlfcn.h... yes
  51. checking for objdir... .libs
  52. checking if gcc supports -fno-rtti -fno-exceptions... no
  53. checking for gcc option to produce PIC... -fPIC -DPIC
  54. checking if gcc PIC flag -fPIC -DPIC works... yes
  55. checking if gcc static flag -static works... yes
  56. checking if gcc supports -c -o file.o... yes
  57. checking if gcc supports -c -o file.o... (cached) yes
  58. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  59. checking whether -lc should be explicitly linked in... no
  60. checking dynamic linker characteristics... GNU/Linux ld.so
  61. checking how to hardcode library paths into programs... immediate
  62. checking whether stripping libraries is possible... yes
  63. checking if libtool supports shared libraries... yes
  64. checking whether to build shared libraries... yes
  65. checking whether to build static libraries... no
  66. checking for gcc... (cached) gcc
  67. checking whether we are using the GNU C compiler... (cached) yes
  68. checking whether gcc accepts -g... (cached) yes
  69. checking for gcc option to accept ISO C89... (cached) none needed
  70. checking dependency style of gcc... (cached) gcc3
  71. checking for pkg-config... yes
  72. checking for pkg-config... /usr/bin/pkg-config
  73. checking pkg-config is at least version 0.9.0... yes
  74. checking for GTK... yes
  75. checking for XkbQueryExtension... no
  76. configure: error: Could not find XKB
  77. ==> ERROR: A failure occurred in build().
  78.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement