Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. autoreconf: Entering directory `.'
  2. autoreconf: configure.ac: not using Gettext
  3. autoreconf: running: aclocal --force -I m4
  4. autoreconf: configure.ac: tracing
  5. autoreconf: running: libtoolize --copy --force
  6. libtoolize: putting auxiliary files in `.'.
  7. libtoolize: copying file `./ltmain.sh'
  8. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  9. libtoolize: copying file `m4/libtool.m4'
  10. libtoolize: copying file `m4/ltoptions.m4'
  11. libtoolize: copying file `m4/ltsugar.m4'
  12. libtoolize: copying file `m4/ltversion.m4'
  13. libtoolize: copying file `m4/lt~obsolete.m4'
  14. autoreconf: running: /usr/bin/autoconf --force
  15. autoreconf: running: /usr/bin/autoheader --force
  16. autoreconf: running: automake --add-missing --copy --force-missing
  17. autoreconf: Leaving directory `.'
  18. checking for a BSD-compatible install... /usr/bin/install -c
  19. checking whether build environment is sane... yes
  20. checking for a thread-safe mkdir -p... /bin/mkdir -p
  21. checking for gawk... gawk
  22. checking whether make sets $(MAKE)... yes
  23. checking whether make supports nested variables... yes
  24. checking whether to enable maintainer-specific portions of Makefiles... yes
  25. checking build system type... x86_64-unknown-linux-gnu
  26. checking host system type... x86_64-unknown-linux-gnu
  27. checking how to print strings... printf
  28. checking for style of include used by make... GNU
  29. checking for gcc... gcc
  30. checking whether the C compiler works... yes
  31. checking for C compiler default output file name... a.out
  32. checking for suffix of executables...
  33. checking whether we are cross compiling... no
  34. checking for suffix of object files... o
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether gcc accepts -g... yes
  37. checking for gcc option to accept ISO C89... none needed
  38. checking whether gcc understands -c and -o together... yes
  39. checking dependency style of gcc... gcc3
  40. checking for a sed that does not truncate output... /bin/sed
  41. checking for grep that handles long lines and -e... /bin/grep
  42. checking for egrep... /bin/grep -E
  43. checking for fgrep... /bin/grep -F
  44. checking for ld used by gcc... /usr/bin/ld
  45. checking if the linker (/usr/bin/ld) is GNU ld... yes
  46. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  47. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  48. checking whether ln -s works... yes
  49. checking the maximum length of command line arguments... 1572864
  50. checking whether the shell understands some XSI constructs... yes
  51. checking whether the shell understands "+="... yes
  52. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  53. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  54. checking for /usr/bin/ld option to reload object files... -r
  55. checking for objdump... objdump
  56. checking how to recognize dependent libraries... pass_all
  57. checking for dlltool... no
  58. checking how to associate runtime and link libraries... printf %s\n
  59. checking for ar... ar
  60. checking for archiver @FILE support... @
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm -B output from gcc object... ok
  64. checking for sysroot... no
  65. checking for mt... mt
  66. checking if mt is a manifest tool... no
  67. checking how to run the C preprocessor... gcc -E
  68. checking for ANSI C header files... yes
  69. checking for sys/types.h... yes
  70. checking for sys/stat.h... yes
  71. checking for stdlib.h... yes
  72. checking for string.h... yes
  73. checking for memory.h... yes
  74. checking for strings.h... yes
  75. checking for inttypes.h... yes
  76. checking for stdint.h... yes
  77. checking for unistd.h... yes
  78. checking for dlfcn.h... yes
  79. checking for objdir... .libs
  80. checking if gcc supports -fno-rtti -fno-exceptions... no
  81. checking for gcc option to produce PIC... -fPIC -DPIC
  82. checking if gcc PIC flag -fPIC -DPIC works... yes
  83. checking if gcc static flag -static works... yes
  84. checking if gcc supports -c -o file.o... yes
  85. checking if gcc supports -c -o file.o... (cached) yes
  86. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  87. checking whether -lc should be explicitly linked in... no
  88. checking dynamic linker characteristics... GNU/Linux ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. checking if libtool supports shared libraries... yes
  92. checking whether to build shared libraries... yes
  93. checking whether to build static libraries... no
  94. checking for gcc option to accept ISO C99... -std=gnu99
  95. checking whether __clang__ is declared... no
  96. checking whether __INTEL_COMPILER is declared... no
  97. checking whether __SUNPRO_C is declared... no
  98. checking for pkg-config... /usr/bin/pkg-config
  99. checking pkg-config is at least version 0.9.0... yes
  100. checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
  101. checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument... no
  102. checking if gcc -std=gnu99 supports -Wall... yes
  103. checking if gcc -std=gnu99 supports -Wpointer-arith... yes
  104. checking if gcc -std=gnu99 supports -Wmissing-declarations... yes
  105. checking if gcc -std=gnu99 supports -Wformat=2... yes
  106. checking if gcc -std=gnu99 supports -Wstrict-prototypes... yes
  107. checking if gcc -std=gnu99 supports -Wmissing-prototypes... yes
  108. checking if gcc -std=gnu99 supports -Wnested-externs... yes
  109. checking if gcc -std=gnu99 supports -Wbad-function-cast... yes
  110. checking if gcc -std=gnu99 supports -Wold-style-definition... yes
  111. checking if gcc -std=gnu99 supports -Wdeclaration-after-statement... yes
  112. checking if gcc -std=gnu99 supports -Wunused... yes
  113. checking if gcc -std=gnu99 supports -Wuninitialized... yes
  114. checking if gcc -std=gnu99 supports -Wshadow... yes
  115. checking if gcc -std=gnu99 supports -Wmissing-noreturn... yes
  116. checking if gcc -std=gnu99 supports -Wmissing-format-attribute... yes
  117. checking if gcc -std=gnu99 supports -Wredundant-decls... yes
  118. checking if gcc -std=gnu99 supports -Werror=implicit... yes
  119. checking if gcc -std=gnu99 supports -Werror=nonnull... yes
  120. checking if gcc -std=gnu99 supports -Werror=init-self... yes
  121. checking if gcc -std=gnu99 supports -Werror=main... yes
  122. checking if gcc -std=gnu99 supports -Werror=missing-braces... yes
  123. checking if gcc -std=gnu99 supports -Werror=sequence-point... yes
  124. checking if gcc -std=gnu99 supports -Werror=return-type... yes
  125. checking if gcc -std=gnu99 supports -Werror=trigraphs... yes
  126. checking if gcc -std=gnu99 supports -Werror=array-bounds... yes
  127. checking if gcc -std=gnu99 supports -Werror=write-strings... yes
  128. checking if gcc -std=gnu99 supports -Werror=address... yes
  129. checking if gcc -std=gnu99 supports -Werror=int-to-pointer-cast... yes
  130. checking if gcc -std=gnu99 supports -Werror=pointer-to-int-cast... yes
  131. checking if gcc -std=gnu99 supports -pedantic... yes
  132. checking if gcc -std=gnu99 supports -Werror... yes
  133. checking if gcc -std=gnu99 supports -Werror=attributes... yes
  134. checking whether make supports nested variables... (cached) yes
  135. checking for pkg-config... (cached) /usr/bin/pkg-config
  136. checking pkg-config is at least version 0.9.0... yes
  137. checking for XORG... yes
  138. checking for DRI2... yes
  139. checking whether to include GLAMOR_GLES2 support... no
  140. checking whether to include GLAMOR Xv support... yes
  141. checking whether to enable DEBUG... no
  142. checking for GL... yes
  143. checking for LIBDRM... yes
  144. checking for EGL... yes
  145. checking for GBM... yes
  146. checking for GBMv9... yes
  147. checking Enable Glamor Dri3 helpers... yes
  148. checking for thread local storage (TLS) support... __thread
  149. checking for tls_model attribute support... yes
  150. checking that generated files are newer than configure... done
  151. configure: creating ./config.status
  152. config.status: creating Makefile
  153. config.status: creating glamor-egl.pc
  154. config.status: creating glamor.pc
  155. config.status: creating src/Makefile
  156. config.status: creating conf/Makefile
  157. config.status: creating config.h
  158. config.status: config.h is unchanged
  159. config.status: executing depfiles commands
  160. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement