Advertisement
Guest User

Untitled

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