Advertisement
grvrulz

Untitled

May 18th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. $ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking whether to enable maintainer-specific portions of Makefiles... yes
  10. checking build system type... i686-pc-linux-gnu
  11. checking host system type... i686-pc-linux-gnu
  12. checking how to print strings... printf
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... gcc3
  24. checking for a sed that does not truncate output... /bin/sed
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for fgrep... /bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  37. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  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 dlltool... no
  42. checking how to associate runtime and link libraries... printf %s\n
  43. checking for ar... ar
  44. checking for archiver @FILE support... @
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm -B output from gcc object... ok
  48. checking for sysroot... no
  49. checking for mt... mt
  50. checking if mt is a manifest tool... no
  51. checking how to run the C preprocessor... gcc -E
  52. checking for ANSI C header files... yes
  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 for objdir... .libs
  64. checking if gcc supports -fno-rtti -fno-exceptions... no
  65. checking for gcc option to produce PIC... -fPIC -DPIC
  66. checking if gcc PIC flag -fPIC -DPIC works... yes
  67. checking if gcc static flag -static works... yes
  68. checking if gcc supports -c -o file.o... yes
  69. checking if gcc supports -c -o file.o... (cached) yes
  70. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... yes
  78. checking for gcc... (cached) gcc
  79. checking whether we are using the GNU C compiler... (cached) yes
  80. checking whether gcc accepts -g... (cached) yes
  81. checking for gcc option to accept ISO C89... (cached) none needed
  82. checking dependency style of gcc... (cached) gcc3
  83. checking for valac... /usr/bin/valac
  84. checking /usr/bin/valac is at least version 0.14.0... yes
  85. checking whether NLS is requested... yes
  86. checking for intltool >= 0.40... 0.50.2 found
  87. checking for intltool-update... /usr/bin/intltool-update
  88. checking for intltool-merge... /usr/bin/intltool-merge
  89. checking for intltool-extract... /usr/bin/intltool-extract
  90. checking for xgettext... /usr/bin/xgettext
  91. checking for msgmerge... /usr/bin/msgmerge
  92. checking for msgfmt... /usr/bin/msgfmt
  93. checking for gmsgfmt... /usr/bin/msgfmt
  94. checking for perl... /usr/bin/perl
  95. checking for perl >= 5.8.1... 5.14.2
  96. checking for XML::Parser... ok
  97. checking for msgfmt... (cached) /usr/bin/msgfmt
  98. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  99. checking for xgettext... (cached) /usr/bin/xgettext
  100. checking for msgmerge... (cached) /usr/bin/msgmerge
  101. checking for ld used by GCC... /usr/bin/ld
  102. checking if the linker (/usr/bin/ld) is GNU ld... yes
  103. checking for shared library run path origin... /bin/bash: ./config.rpath: No such file or directory
  104. done
  105. checking for CFPreferencesCopyAppValue... no
  106. checking for CFLocaleCopyCurrent... no
  107. checking for GNU gettext in libc... yes
  108. checking whether to use NLS... yes
  109. checking where the gettext function comes from... libc
  110. checking for pkg-config... /usr/bin/pkg-config
  111. checking pkg-config is at least version 0.9.0... yes
  112. checking for CONTACTS... yes
  113. configure: creating ./config.status
  114. config.status: error: cannot find input file: `Makefile.in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement