Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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... no
  5. checking for mawk... mawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking whether to enable maintainer-specific portions of Makefiles... no
  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 whether gcc understands -c and -o together... yes
  20. checking dependency style of gcc... gcc3
  21. checking for gcc option to accept ISO C99... -std=gnu99
  22. checking how to run the C preprocessor... gcc -std=gnu99 -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking whether __clang__ is declared... no
  36. checking whether __INTEL_COMPILER is declared... no
  37. checking whether __SUNPRO_C is declared... no
  38. checking for pkg-config... /usr/bin/pkg-config
  39. checking pkg-config is at least version 0.9.0... yes
  40. checking build system type... x86_64-pc-linux-gnu
  41. checking host system type... x86_64-pc-linux-gnu
  42. checking for a sed that does not truncate output... /bin/sed
  43. checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
  44. checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument... no
  45. checking if gcc -std=gnu99 supports -Wall... yes
  46. checking if gcc -std=gnu99 supports -Wpointer-arith... yes
  47. checking if gcc -std=gnu99 supports -Wmissing-declarations... yes
  48. checking if gcc -std=gnu99 supports -Wformat=2... yes
  49. checking if gcc -std=gnu99 supports -Wstrict-prototypes... yes
  50. checking if gcc -std=gnu99 supports -Wmissing-prototypes... yes
  51. checking if gcc -std=gnu99 supports -Wnested-externs... yes
  52. checking if gcc -std=gnu99 supports -Wbad-function-cast... yes
  53. checking if gcc -std=gnu99 supports -Wold-style-definition... yes
  54. checking if gcc -std=gnu99 supports -Wdeclaration-after-statement... yes
  55. checking if gcc -std=gnu99 supports -Wunused... yes
  56. checking if gcc -std=gnu99 supports -Wuninitialized... yes
  57. checking if gcc -std=gnu99 supports -Wshadow... yes
  58. checking if gcc -std=gnu99 supports -Wmissing-noreturn... yes
  59. checking if gcc -std=gnu99 supports -Wmissing-format-attribute... yes
  60. checking if gcc -std=gnu99 supports -Wredundant-decls... yes
  61. checking if gcc -std=gnu99 supports -Wlogical-op... yes
  62. checking if gcc -std=gnu99 supports -Werror=implicit... yes
  63. checking if gcc -std=gnu99 supports -Werror=nonnull... yes
  64. checking if gcc -std=gnu99 supports -Werror=init-self... yes
  65. checking if gcc -std=gnu99 supports -Werror=main... yes
  66. checking if gcc -std=gnu99 supports -Werror=missing-braces... yes
  67. checking if gcc -std=gnu99 supports -Werror=sequence-point... yes
  68. checking if gcc -std=gnu99 supports -Werror=return-type... yes
  69. checking if gcc -std=gnu99 supports -Werror=trigraphs... yes
  70. checking if gcc -std=gnu99 supports -Werror=array-bounds... yes
  71. checking if gcc -std=gnu99 supports -Werror=write-strings... yes
  72. checking if gcc -std=gnu99 supports -Werror=address... yes
  73. checking if gcc -std=gnu99 supports -Werror=int-to-pointer-cast... yes
  74. checking if gcc -std=gnu99 supports -Werror=pointer-to-int-cast... yes
  75. checking if gcc -std=gnu99 supports -pedantic... yes
  76. checking if gcc -std=gnu99 supports -Werror... yes
  77. checking if gcc -std=gnu99 supports -Werror=attributes... yes
  78. checking whether make supports nested variables... (cached) yes
  79. checking how to print strings... printf
  80. checking for a sed that does not truncate output... (cached) /bin/sed
  81. checking for fgrep... /bin/grep -F
  82. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  83. checking if the linker (/usr/bin/ld) is GNU ld... yes
  84. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  85. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  86. checking whether ln -s works... yes
  87. checking the maximum length of command line arguments... 1572864
  88. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  89. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  90. checking for /usr/bin/ld option to reload object files... -r
  91. checking for objdump... objdump
  92. checking how to recognize dependent libraries... pass_all
  93. checking for dlltool... no
  94. checking how to associate runtime and link libraries... printf %s\n
  95. checking for ar... ar
  96. checking for archiver @FILE support... @
  97. checking for strip... strip
  98. checking for ranlib... ranlib
  99. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  100. checking for sysroot... no
  101. checking for a working dd... /bin/dd
  102. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  103. checking for mt... mt
  104. checking if mt is a manifest tool... no
  105. checking for dlfcn.h... yes
  106. checking for objdir... .libs
  107. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  108. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  109. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  110. checking if gcc -std=gnu99 static flag -static works... yes
  111. checking if gcc -std=gnu99 supports -c -o file.o... yes
  112. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  113. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  114. checking whether -lc should be explicitly linked in... no
  115. checking dynamic linker characteristics... GNU/Linux ld.so
  116. checking how to hardcode library paths into programs... immediate
  117. checking whether stripping libraries is possible... yes
  118. checking if libtool supports shared libraries... yes
  119. checking whether to build shared libraries... yes
  120. checking whether to build static libraries... no
  121. checking if XINERAMA is defined... yes
  122. checking if RANDR is defined... yes
  123. checking if RENDER is defined... yes
  124. checking if XV is defined... yes
  125. checking if DPMSExtension is defined... yes
  126. checking for xorg-server >= 1.0.99.901 xproto fontsproto xf86dgaproto >= 2.1 xineramaproto randrproto renderproto videoproto xextproto... yes
  127. checking for xextproto >= 7.0.99.1... yes
  128. checking for /usr/include/xorg/dri.h... yes
  129. checking for /usr/include/xorg/sarea.h... yes
  130. checking for /usr/include/xorg/dristruct.h... yes
  131. checking whether to include DRI support... yes
  132. checking for libdrm >= 2.0 xf86driproto... yes
  133. checking xaa.h usability... yes
  134. checking xaa.h presence... yes
  135. checking for xaa.h... yes
  136. checking whether to include XAA support... yes
  137. checking whether XSERVER_LIBPCIACCESS is declared... yes
  138. checking for pciaccess >= 0.12.901... yes
  139. checking that generated files are newer than configure... done
  140. configure: creating ./config.status
  141. config.status: creating Makefile
  142. config.status: creating src/Makefile
  143. config.status: creating src/xvmc/Makefile
  144. config.status: creating man/Makefile
  145. config.status: creating config.h
  146. config.status: config.h is unchanged
  147. config.status: executing depfiles commands
  148. config.status: executing libtool commands