Advertisement
Guest User

Untitled

a guest
Nov 12th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. checking build system type... i686-pc-linux-gnu
  2. checking host system type... i686-pc-linux-gnu
  3. checking how to print strings... printf
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking for a sed that does not truncate output... /bin/sed
  14. checking for grep that handles long lines and -e... /bin/grep
  15. checking for egrep... /bin/grep -E
  16. checking for fgrep... /bin/grep -F
  17. checking for ld used by gcc... /usr/bin/ld
  18. checking if the linker (/usr/bin/ld) is GNU ld... yes
  19. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  20. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  21. checking whether ln -s works... yes
  22. checking the maximum length of command line arguments... 1572864
  23. checking whether the shell understands some XSI constructs... yes
  24. checking whether the shell understands "+="... yes
  25. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  26. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  27. checking for /usr/bin/ld option to reload object files... -r
  28. checking for objdump... objdump
  29. checking how to recognize dependent libraries... pass_all
  30. checking for dlltool... no
  31. checking how to associate runtime and link libraries... printf %s\n
  32. checking for ar... ar
  33. checking for archiver @FILE support... @
  34. checking for strip... strip
  35. checking for ranlib... ranlib
  36. checking for gawk... no
  37. checking for mawk... mawk
  38. checking command to parse /usr/bin/nm -B output from gcc object... ok
  39. checking for sysroot... no
  40. checking for mt... mt
  41. checking if mt is a manifest tool... no
  42. checking how to run the C preprocessor... gcc -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for dlfcn.h... yes
  54. checking for objdir... .libs
  55. checking if gcc supports -fno-rtti -fno-exceptions... no
  56. checking for gcc option to produce PIC... -fPIC -DPIC
  57. checking if gcc PIC flag -fPIC -DPIC works... yes
  58. checking if gcc static flag -static works... yes
  59. checking if gcc supports -c -o file.o... yes
  60. checking if gcc supports -c -o file.o... (cached) yes
  61. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  62. checking whether -lc should be explicitly linked in... no
  63. checking dynamic linker characteristics... GNU/Linux ld.so
  64. checking how to hardcode library paths into programs... immediate
  65. checking whether stripping libraries is possible... yes
  66. checking if libtool supports shared libraries... yes
  67. checking whether to build shared libraries... yes
  68. checking whether to build static libraries... no
  69. checking for a BSD-compatible install... /usr/bin/install -c
  70. checking whether build environment is sane... yes
  71. checking for a thread-safe mkdir -p... /bin/mkdir -p
  72. checking whether make sets $(MAKE)... yes
  73. checking for style of include used by make... GNU
  74. checking whether make supports nested variables... yes
  75. checking dependency style of gcc... gcc3
  76. checking if gcc supports -Wall flag... yes
  77. checking if gcc supports -Wextra flag... yes
  78. checking if gcc supports -Wcast-align flag... yes
  79. checking if gcc supports -Wmissing-declarations flag... yes
  80. checking if gcc supports -Winit-self flag... yes
  81. checking if gcc supports -Wundef flag... yes
  82. checking if gcc supports -Wredundant-decls flag... yes
  83. checking if gcc supports -Wwrite-strings flag... yes
  84. checking if gcc supports -Wformat=2 flag... yes
  85. checking if gcc supports -Wlogical-op flag... yes
  86. checking if gcc supports -Wmissing-include-dirs flag... yes
  87. checking if gcc supports -Wformat-nonliteral flag... yes
  88. checking if gcc supports -Wformat-security flag... yes
  89. checking if gcc supports -Wunused flag... yes
  90. checking if gcc supports -Wmissing-format-attribute flag... yes
  91. checking if gcc supports -Wstrict-aliasing flag... yes
  92. checking if gcc supports -pedantic flag... yes
  93. checking if gcc supports -Wl,--no-undefined flag... yes
  94. checking for gcc option to accept ISO C99... -std=gnu99
  95. checking for pkg-config... /usr/bin/pkg-config
  96. checking pkg-config is at least version 0.9.0... yes
  97. checking for lua... lua5.1
  98. checking whether ln -s works... yes
  99. checking for pod2man... /usr/bin/pod2man
  100. checking for DEPS... yes
  101. checking lua library dir... /usr/local/lib/i386-linux-gnu/lua/5.1
  102. checking that generated files are newer than configure... done
  103. configure: creating ./config.status
  104. config.status: error: cannot find input file: `Makefile.in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement