Advertisement
Guest User

Untitled

a guest
Jun 16th, 2018
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.93 KB | None | 0 0
  1. checking build system type... x86_64-pc-linux-gnu
  2. checking host system type... x86_64-pc-linux-gnu
  3. checking target system type... x86_64-pc-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether UID '0' is supported by ustar format... yes
  12. checking whether GID '0' is supported by ustar format... yes
  13. checking how to create a ustar tar archive... gnutar
  14. checking whether make supports nested variables... (cached) yes
  15. checking for style of include used by make... GNU
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking whether gcc understands -c and -o together... yes
  26. checking dependency style of gcc... gcc3
  27. checking for ar... ar
  28. checking the archiver (ar) interface... ar
  29. checking how to run the C preprocessor... gcc -E
  30. checking for gcc... (cached) gcc
  31. checking whether we are using the GNU C compiler... (cached) yes
  32. checking whether gcc accepts -g... (cached) yes
  33. checking for gcc option to accept ISO C89... (cached) none needed
  34. checking whether gcc understands -c and -o together... (cached) yes
  35. checking dependency style of gcc... (cached) gcc3
  36. checking for g++... g++
  37. checking whether we are using the GNU C++ compiler... yes
  38. checking whether g++ accepts -g... yes
  39. checking dependency style of g++... gcc3
  40. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  41. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  42. checking dependency style of gcc... gcc3
  43. checking for GNU make... make
  44. checking for python2.7... python2.7
  45. checking for a sed that does not truncate output... /bin/sed
  46. checking for special C compiler options needed for large files... no
  47. checking for _FILE_OFFSET_BITS value needed for large files... no
  48. checking how to print strings... printf
  49. checking for a sed that does not truncate output... (cached) /bin/sed
  50. checking for grep that handles long lines and -e... /bin/grep
  51. checking for egrep... /bin/grep -E
  52. checking for fgrep... /bin/grep -F
  53. checking for ld used by gcc... /usr/bin/ld
  54. checking if the linker (/usr/bin/ld) is GNU ld... yes
  55. checking whether ln -s works... yes
  56. checking the maximum length of command line arguments... 1572864
  57. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  58. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  59. checking for /usr/bin/ld option to reload object files... -r
  60. checking for objdump... objdump
  61. checking how to recognize dependent libraries... pass_all
  62. checking for dlltool... no
  63. checking how to associate runtime and link libraries... printf %s\n
  64. checking for archiver @FILE support... @
  65. checking for strip... strip
  66. checking for ranlib... ranlib
  67. checking command to parse /usr/bin/nm -B output from gcc object... ok
  68. checking for sysroot... no
  69. checking for a working dd... /bin/dd
  70. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  71. checking for mt... mt
  72. checking if mt is a manifest tool... no
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if gcc supports -fno-rtti -fno-exceptions... no
  86. checking for gcc option to produce PIC... -fPIC -DPIC
  87. checking if gcc PIC flag -fPIC -DPIC works... yes
  88. checking if gcc static flag -static works... yes
  89. checking if gcc supports -c -o file.o... yes
  90. checking if gcc supports -c -o file.o... (cached) yes
  91. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... no
  99. checking how to run the C++ preprocessor... g++ -E
  100. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  101. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  102. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  103. checking for g++ option to produce PIC... -fPIC -DPIC
  104. checking if g++ PIC flag -fPIC -DPIC works... yes
  105. checking if g++ static flag -static works... yes
  106. checking if g++ supports -c -o file.o... yes
  107. checking if g++ supports -c -o file.o... (cached) yes
  108. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  109. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  110. checking how to hardcode library paths into programs... immediate
  111. checking for rm... rm -f
  112. checking for bison... bison -y
  113. checking if bison is the parser generator... yes
  114. checking for flex... flex
  115. checking lex output file root... lex.yy
  116. checking lex library... -lfl
  117. checking whether yytext is a pointer... yes
  118. checking if flex is the lexer generator... yes
  119. checking for indent... cat
  120. checking if module mako in python is installed... yes
  121. checking if compiling with clang... no
  122. checking whether gcc version is sufficient... yes
  123. checking whether __SUNPRO_C is declared... no
  124. checking for __builtin_bswap32... yes
  125. checking for __builtin_bswap64... yes
  126. checking for __builtin_clz... yes
  127. checking for __builtin_clzll... yes
  128. checking for __builtin_ctz... yes
  129. checking for __builtin_expect... yes
  130. checking for __builtin_ffs... yes
  131. checking for __builtin_ffsll... yes
  132. checking for __builtin_popcount... yes
  133. checking for __builtin_popcountll... yes
  134. checking for __builtin_unreachable... yes
  135. checking for __attribute__((const))... yes
  136. checking for __attribute__((flatten))... yes
  137. checking for __attribute__((format))... yes
  138. checking for __attribute__((malloc))... yes
  139. checking for __attribute__((packed))... yes
  140. checking for __attribute__((pure))... yes
  141. checking for __attribute__((returns_nonnull))... no
  142. checking for __attribute__((unused))... yes
  143. checking for __attribute__((visibility))... yes
  144. checking for __attribute__((warn_unused_result))... yes
  145. checking for __attribute__((weak))... yes
  146. checking for __attribute__((alias))... yes
  147. checking for __attribute__((noreturn))... yes
  148. checking for pkg-config... /usr/bin/pkg-config
  149. checking pkg-config is at least version 0.9.0... yes
  150. checking whether C compiler accepts -Wall... yes
  151. checking whether C compiler accepts -Werror=implicit-function-declaration... yes
  152. checking whether C compiler accepts -Werror=missing-prototypes... yes
  153. checking whether C compiler accepts -Wmissing-prototypes... yes
  154. checking whether C compiler accepts -fno-math-errno... yes
  155. checking whether C compiler accepts -fno-trapping-math... yes
  156. checking whether C compiler accepts -fvisibility=hidden... yes
  157. checking whether C++ compiler accepts -Wall... yes
  158. checking whether C++ compiler accepts -fno-math-errno... yes
  159. checking whether C++ compiler accepts -fno-trapping-math... yes
  160. checking whether C++ compiler accepts -fvisibility=hidden... yes
  161. checking whether C compiler accepts -Werror=pointer-arith... yes
  162. checking whether C compiler accepts -Werror=vla... yes
  163. checking whether C++ compiler accepts -Werror=pointer-arith... yes
  164. checking whether C++ compiler accepts -Werror=vla... yes
  165. checking whether c++11 is enabled by default... no
  166. checking whether c++11 is enabled by via -std=c++11... yes
  167. checking whether C compiler accepts -Woverride-init... yes
  168. checking whether C compiler accepts -Winitializer-overrides... no
  169. checking whether __atomic_load_n is supported... yes
  170. checking whether __sync_add_and_fetch_8 is supported... yes
  171. checking whether byte ordering is bigendian... no
  172. checking whether gcc supports -mpower8-vector... no
  173. checking if ld supports -Bsymbolic... yes
  174. checking whether ld supports --gc-sections... yes
  175. checking if the linker supports version-scripts... yes
  176. checking if the linker supports --dynamic-list... yes
  177. checking whether to enable assembly... yes, x86_64
  178. checking whether sys/types.h defines makedev... no
  179. checking sys/mkdev.h usability... no
  180. checking sys/mkdev.h presence... no
  181. checking for sys/mkdev.h... no
  182. checking sys/sysmacros.h usability... yes
  183. checking sys/sysmacros.h presence... yes
  184. checking for sys/sysmacros.h... yes
  185. checking xlocale.h usability... yes
  186. checking xlocale.h presence... yes
  187. checking for xlocale.h... yes
  188. checking sys/sysctl.h usability... yes
  189. checking sys/sysctl.h presence... yes
  190. checking for sys/sysctl.h... yes
  191. checking endian.h usability... yes
  192. checking endian.h presence... yes
  193. checking for endian.h... yes
  194. checking for strtof... yes
  195. checking for mkostemp... yes
  196. checking for timespec_get... yes
  197. checking for memfd_create... no
  198. checking whether strtod has locale support... yes
  199. checking for dlopen... no
  200. checking for dlopen in -ldl... yes
  201. checking for dladdr... yes
  202. checking for dl_iterate_phdr... yes
  203. checking for clock_gettime... yes
  204. checking for posix_memalign... yes
  205. checking for ZLIB... yes
  206. checking for the pthreads library -lpthreads... no
  207. checking whether pthreads work without any flags... no
  208. checking whether pthreads work with -Kthread... no
  209. checking whether pthreads work with -kthread... no
  210. checking for the pthreads library -llthread... no
  211. checking whether pthreads work with -pthread... yes
  212. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  213. checking if more special flags are required for pthreads... no
  214. checking for PTHREAD_PRIO_INHERIT... no
  215. checking linux/futex.h usability... yes
  216. checking linux/futex.h presence... yes
  217. checking for linux/futex.h... yes
  218. checking for LIBELF... no
  219. checking for elf_memory in -lelf... yes
  220. checking for llvm-config... /usr/local/bin/llvm-config
  221. checking for LIBDRM... yes
  222. checking for GLPROTO... yes
  223. checking for DRI2PROTO... yes
  224. checking for XF86VIDMODE... yes
  225. checking for DRIGL... yes
  226. checking for XCB_DRI2... yes
  227. checking for XCB_DRI3... yes
  228. checking for XCB_DRI3_MODIFIERS... no
  229. checking for EXPAT... yes
  230. checking for I915... yes
  231. checking for NVVIEUX... yes
  232. checking for RADEON... yes
  233. checking for RADEON... yes
  234. checking for mincore... yes
  235. checking for RADEON... yes
  236. checking for RADEON... yes
  237. checking for VALGRIND... no
  238. checking whether to enable Valgrind support... no
  239. checking that generated files are newer than configure... done
  240. configure: creating ./config.status
  241. config.status: creating Makefile
  242. config.status: creating src/Makefile
  243. config.status: creating src/amd/Makefile
  244. config.status: creating src/amd/vulkan/Makefile
  245. config.status: creating src/broadcom/Makefile
  246. config.status: creating src/compiler/Makefile
  247. config.status: creating src/egl/Makefile
  248. config.status: creating src/egl/main/egl.pc
  249. config.status: creating src/egl/wayland/wayland-drm/Makefile
  250. config.status: creating src/egl/wayland/wayland-egl/Makefile
  251. config.status: creating src/egl/wayland/wayland-egl/wayland-egl.pc
  252. config.status: creating src/gallium/Makefile
  253. config.status: creating src/gallium/auxiliary/Makefile
  254. config.status: creating src/gallium/auxiliary/pipe-loader/Makefile
  255. config.status: creating src/gallium/drivers/freedreno/Makefile
  256. config.status: creating src/gallium/drivers/i915/Makefile
  257. config.status: creating src/gallium/drivers/llvmpipe/Makefile
  258. config.status: creating src/gallium/drivers/nouveau/Makefile
  259. config.status: creating src/gallium/drivers/pl111/Makefile
  260. config.status: creating src/gallium/drivers/r300/Makefile
  261. config.status: creating src/gallium/drivers/r600/Makefile
  262. config.status: creating src/gallium/drivers/radeonsi/Makefile
  263. config.status: creating src/gallium/drivers/softpipe/Makefile
  264. config.status: creating src/gallium/drivers/svga/Makefile
  265. config.status: creating src/gallium/drivers/swr/Makefile
  266. config.status: creating src/gallium/drivers/tegra/Makefile
  267. config.status: creating src/gallium/drivers/etnaviv/Makefile
  268. config.status: creating src/gallium/drivers/imx/Makefile
  269. config.status: creating src/gallium/drivers/vc4/Makefile
  270. config.status: creating src/gallium/drivers/vc5/Makefile
  271. config.status: creating src/gallium/drivers/virgl/Makefile
  272. config.status: creating src/gallium/state_trackers/clover/Makefile
  273. config.status: creating src/gallium/state_trackers/dri/Makefile
  274. config.status: creating src/gallium/state_trackers/glx/xlib/Makefile
  275. config.status: creating src/gallium/state_trackers/nine/Makefile
  276. config.status: creating src/gallium/state_trackers/omx/Makefile
  277. config.status: creating src/gallium/state_trackers/omx/bellagio/Makefile
  278. config.status: creating src/gallium/state_trackers/omx/tizonia/Makefile
  279. config.status: creating src/gallium/state_trackers/osmesa/Makefile
  280. config.status: creating src/gallium/state_trackers/va/Makefile
  281. config.status: creating src/gallium/state_trackers/vdpau/Makefile
  282. config.status: creating src/gallium/state_trackers/xa/Makefile
  283. config.status: creating src/gallium/state_trackers/xa/xa_tracker.h
  284. config.status: creating src/gallium/state_trackers/xvmc/Makefile
  285. config.status: creating src/gallium/targets/d3dadapter9/Makefile
  286. config.status: creating src/gallium/targets/d3dadapter9/d3d.pc
  287. config.status: creating src/gallium/targets/dri/Makefile
  288. config.status: creating src/gallium/targets/libgl-xlib/Makefile
  289. config.status: creating src/gallium/targets/omx/Makefile
  290. config.status: creating src/gallium/targets/opencl/Makefile
  291. config.status: creating src/gallium/targets/opencl/mesa.icd
  292. config.status: creating src/gallium/targets/osmesa/Makefile
  293. config.status: creating src/gallium/targets/osmesa/osmesa.pc
  294. config.status: creating src/gallium/targets/pipe-loader/Makefile
  295. config.status: creating src/gallium/targets/va/Makefile
  296. config.status: creating src/gallium/targets/vdpau/Makefile
  297. config.status: creating src/gallium/targets/xa/Makefile
  298. config.status: creating src/gallium/targets/xa/xatracker.pc
  299. config.status: creating src/gallium/targets/xvmc/Makefile
  300. config.status: creating src/gallium/tests/trivial/Makefile
  301. config.status: creating src/gallium/tests/unit/Makefile
  302. config.status: creating src/gallium/winsys/etnaviv/drm/Makefile
  303. config.status: creating src/gallium/winsys/imx/drm/Makefile
  304. config.status: creating src/gallium/winsys/freedreno/drm/Makefile
  305. config.status: creating src/gallium/winsys/i915/drm/Makefile
  306. config.status: creating src/gallium/winsys/nouveau/drm/Makefile
  307. config.status: creating src/gallium/winsys/pl111/drm/Makefile
  308. config.status: creating src/gallium/winsys/radeon/drm/Makefile
  309. config.status: creating src/gallium/winsys/amdgpu/drm/Makefile
  310. config.status: creating src/gallium/winsys/svga/drm/Makefile
  311. config.status: creating src/gallium/winsys/sw/dri/Makefile
  312. config.status: creating src/gallium/winsys/sw/kms-dri/Makefile
  313. config.status: creating src/gallium/winsys/sw/null/Makefile
  314. config.status: creating src/gallium/winsys/sw/wrapper/Makefile
  315. config.status: creating src/gallium/winsys/sw/xlib/Makefile
  316. config.status: creating src/gallium/winsys/tegra/drm/Makefile
  317. config.status: creating src/gallium/winsys/vc4/drm/Makefile
  318. config.status: creating src/gallium/winsys/vc5/drm/Makefile
  319. config.status: creating src/gallium/winsys/virgl/drm/Makefile
  320. config.status: creating src/gallium/winsys/virgl/vtest/Makefile
  321. config.status: creating src/gbm/Makefile
  322. config.status: creating src/gbm/main/gbm.pc
  323. config.status: creating src/glx/Makefile
  324. config.status: creating src/glx/apple/Makefile
  325. config.status: creating src/glx/tests/Makefile
  326. config.status: creating src/glx/windows/Makefile
  327. config.status: creating src/glx/windows/windowsdriproto.pc
  328. config.status: creating src/gtest/Makefile
  329. config.status: creating src/intel/Makefile
  330. config.status: creating src/loader/Makefile
  331. config.status: creating src/mapi/Makefile
  332. config.status: creating src/mapi/es1api/glesv1_cm.pc
  333. config.status: creating src/mapi/es2api/glesv2.pc
  334. config.status: creating src/mapi/glapi/gen/Makefile
  335. config.status: creating src/mesa/Makefile
  336. config.status: creating src/mesa/gl.pc
  337. config.status: creating src/mesa/drivers/dri/dri.pc
  338. config.status: creating src/mesa/drivers/dri/common/Makefile
  339. config.status: creating src/mesa/drivers/dri/i915/Makefile
  340. config.status: creating src/mesa/drivers/dri/i965/Makefile
  341. config.status: creating src/mesa/drivers/dri/Makefile
  342. config.status: creating src/mesa/drivers/dri/nouveau/Makefile
  343. config.status: creating src/mesa/drivers/dri/r200/Makefile
  344. config.status: creating src/mesa/drivers/dri/radeon/Makefile
  345. config.status: creating src/mesa/drivers/dri/swrast/Makefile
  346. config.status: creating src/mesa/drivers/osmesa/Makefile
  347. config.status: creating src/mesa/drivers/osmesa/osmesa.pc
  348. config.status: creating src/mesa/drivers/x11/Makefile
  349. config.status: creating src/mesa/main/tests/Makefile
  350. config.status: creating src/mesa/state_tracker/tests/Makefile
  351. config.status: creating src/util/Makefile
  352. config.status: creating src/util/tests/hash_table/Makefile
  353. config.status: creating src/util/tests/string_buffer/Makefile
  354. config.status: creating src/util/xmlpool/Makefile
  355. config.status: creating src/vulkan/Makefile
  356. config.status: executing depfiles commands
  357. config.status: executing libtool commands
  358.  
  359. prefix: /usr/local
  360. exec_prefix: ${prefix}
  361. libdir: ${exec_prefix}/lib
  362. includedir: ${prefix}/include
  363.  
  364. OpenGL: yes (ES1: yes ES2: yes)
  365.  
  366. OSMesa: no
  367.  
  368. DRI platform: drm
  369. DRI drivers: i915 i965 nouveau r200 radeon swrast
  370. DRI driver dir: ${libdir}/dri
  371. GLX: DRI-based
  372.  
  373. EGL: yes
  374. EGL drivers: builtin:egl_dri2 builtin:egl_dri3
  375. GBM: yes
  376. EGL/Vulkan/VL platforms: x11 surfaceless drm
  377.  
  378. Vulkan drivers: no
  379.  
  380. llvm: yes
  381. llvm-config: /usr/local/bin/llvm-config
  382. llvm-version: 6.0.0
  383.  
  384. Gallium drivers: r300 r600 svga swrast
  385. Gallium st: mesa
  386.  
  387. HUD extra stats: no
  388. HUD lmsensors: no
  389.  
  390.  
  391. Shared libs: yes
  392. Static libs: no
  393. Shared-glapi: yes
  394.  
  395. CFLAGS: -g -O2 -Wall -Werror=implicit-function-declaration -Werror=missing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trapping-math -std=c99
  396. CXXFLAGS: -g -O2 -Wall -fno-math-errno -fno-trapping-math
  397. CXX11_CXXFLAGS: -std=c++11
  398. LDFLAGS:
  399. Macros: -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D_GNU_SOURCE -DUSE_SSE41 -DUSE_GCC_ATOMIC_BUILTINS -DNDEBUG -DUSE_X86_64_ASM -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_STRTOD_L -DHAVE_DL_ITERATE_PHDR -DHAVE_POSIX_MEMALIGN -DHAVE_ZLIB -DHAVE_LINUX_FUTEX_H -DHAVE_LIBDRM -DGLX_USE_DRM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_X11_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM -DHAVE_DRI3 -DENABLE_SHADER_CACHE -DHAVE_MINCORE -DHAVE_LLVM=0x0600 -DMESA_LLVM_VERSION_PATCH=0
  400.  
  401. LLVM_CFLAGS: -I/usr/local/include -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  402. LLVM_CXXFLAGS: -I/usr/local/include -std=c++11 -fno-rtti -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  403. LLVM_CPPFLAGS: -I/usr/local/include -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  404. LLVM_LDFLAGS: -L/usr/local/lib
  405.  
  406. PYTHON2: python2.7
  407.  
  408. Run 'make' to build Mesa
  409.  
  410. checking build system type... x86_64-pc-linux-gnu
  411. checking host system type... x86_64-pc-linux-gnu
  412. checking target system type... x86_64-pc-linux-gnu
  413. checking for a BSD-compatible install... /usr/bin/install -c
  414. checking whether build environment is sane... yes
  415. checking for a thread-safe mkdir -p... /bin/mkdir -p
  416. checking for gawk... no
  417. checking for mawk... mawk
  418. checking whether make sets $(MAKE)... yes
  419. checking whether make supports nested variables... yes
  420. checking whether UID '0' is supported by ustar format... yes
  421. checking whether GID '0' is supported by ustar format... yes
  422. checking how to create a ustar tar archive... gnutar
  423. checking whether make supports nested variables... (cached) yes
  424. checking for style of include used by make... GNU
  425. checking for gcc... gcc
  426. checking whether the C compiler works... yes
  427. checking for C compiler default output file name... a.out
  428. checking for suffix of executables...
  429. checking whether we are cross compiling... no
  430. checking for suffix of object files... o
  431. checking whether we are using the GNU C compiler... yes
  432. checking whether gcc accepts -g... yes
  433. checking for gcc option to accept ISO C89... none needed
  434. checking whether gcc understands -c and -o together... yes
  435. checking dependency style of gcc... gcc3
  436. checking for ar... ar
  437. checking the archiver (ar) interface... ar
  438. checking how to run the C preprocessor... gcc -E
  439. checking for gcc... (cached) gcc
  440. checking whether we are using the GNU C compiler... (cached) yes
  441. checking whether gcc accepts -g... (cached) yes
  442. checking for gcc option to accept ISO C89... (cached) none needed
  443. checking whether gcc understands -c and -o together... (cached) yes
  444. checking dependency style of gcc... (cached) gcc3
  445. checking for g++... g++
  446. checking whether we are using the GNU C++ compiler... yes
  447. checking whether g++ accepts -g... yes
  448. checking dependency style of g++... gcc3
  449. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  450. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  451. checking dependency style of gcc... gcc3
  452. checking for GNU make... make
  453. checking for python2.7... python2.7
  454. checking for a sed that does not truncate output... /bin/sed
  455. checking for special C compiler options needed for large files... no
  456. checking for _FILE_OFFSET_BITS value needed for large files... no
  457. checking how to print strings... printf
  458. checking for a sed that does not truncate output... (cached) /bin/sed
  459. checking for grep that handles long lines and -e... /bin/grep
  460. checking for egrep... /bin/grep -E
  461. checking for fgrep... /bin/grep -F
  462. checking for ld used by gcc... /usr/bin/ld
  463. checking if the linker (/usr/bin/ld) is GNU ld... yes
  464. checking whether ln -s works... yes
  465. checking the maximum length of command line arguments... 1572864
  466. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  467. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  468. checking for /usr/bin/ld option to reload object files... -r
  469. checking for objdump... objdump
  470. checking how to recognize dependent libraries... pass_all
  471. checking for dlltool... no
  472. checking how to associate runtime and link libraries... printf %s\n
  473. checking for archiver @FILE support... @
  474. checking for strip... strip
  475. checking for ranlib... ranlib
  476. checking command to parse /usr/bin/nm -B output from gcc object... ok
  477. checking for sysroot... no
  478. checking for a working dd... /bin/dd
  479. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  480. checking for mt... mt
  481. checking if mt is a manifest tool... no
  482. checking for ANSI C header files... yes
  483. checking for sys/types.h... yes
  484. checking for sys/stat.h... yes
  485. checking for stdlib.h... yes
  486. checking for string.h... yes
  487. checking for memory.h... yes
  488. checking for strings.h... yes
  489. checking for inttypes.h... yes
  490. checking for stdint.h... yes
  491. checking for unistd.h... yes
  492. checking for dlfcn.h... yes
  493. checking for objdir... .libs
  494. checking if gcc supports -fno-rtti -fno-exceptions... no
  495. checking for gcc option to produce PIC... -fPIC -DPIC
  496. checking if gcc PIC flag -fPIC -DPIC works... yes
  497. checking if gcc static flag -static works... yes
  498. checking if gcc supports -c -o file.o... yes
  499. checking if gcc supports -c -o file.o... (cached) yes
  500. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  501. checking whether -lc should be explicitly linked in... no
  502. checking dynamic linker characteristics... GNU/Linux ld.so
  503. checking how to hardcode library paths into programs... immediate
  504. checking whether stripping libraries is possible... yes
  505. checking if libtool supports shared libraries... yes
  506. checking whether to build shared libraries... yes
  507. checking whether to build static libraries... no
  508. checking how to run the C++ preprocessor... g++ -E
  509. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  510. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  511. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  512. checking for g++ option to produce PIC... -fPIC -DPIC
  513. checking if g++ PIC flag -fPIC -DPIC works... yes
  514. checking if g++ static flag -static works... yes
  515. checking if g++ supports -c -o file.o... yes
  516. checking if g++ supports -c -o file.o... (cached) yes
  517. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  518. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  519. checking how to hardcode library paths into programs... immediate
  520. checking for rm... rm -f
  521. checking for bison... bison -y
  522. checking if bison is the parser generator... yes
  523. checking for flex... flex
  524. checking lex output file root... lex.yy
  525. checking lex library... -lfl
  526. checking whether yytext is a pointer... yes
  527. checking if flex is the lexer generator... yes
  528. checking for indent... cat
  529. checking if module mako in python is installed... yes
  530. checking if compiling with clang... no
  531. checking whether gcc version is sufficient... yes
  532. checking whether __SUNPRO_C is declared... no
  533. checking for __builtin_bswap32... yes
  534. checking for __builtin_bswap64... yes
  535. checking for __builtin_clz... yes
  536. checking for __builtin_clzll... yes
  537. checking for __builtin_ctz... yes
  538. checking for __builtin_expect... yes
  539. checking for __builtin_ffs... yes
  540. checking for __builtin_ffsll... yes
  541. checking for __builtin_popcount... yes
  542. checking for __builtin_popcountll... yes
  543. checking for __builtin_unreachable... yes
  544. checking for __attribute__((const))... yes
  545. checking for __attribute__((flatten))... yes
  546. checking for __attribute__((format))... yes
  547. checking for __attribute__((malloc))... yes
  548. checking for __attribute__((packed))... yes
  549. checking for __attribute__((pure))... yes
  550. checking for __attribute__((returns_nonnull))... no
  551. checking for __attribute__((unused))... yes
  552. checking for __attribute__((visibility))... yes
  553. checking for __attribute__((warn_unused_result))... yes
  554. checking for __attribute__((weak))... yes
  555. checking for __attribute__((alias))... yes
  556. checking for __attribute__((noreturn))... yes
  557. checking for pkg-config... /usr/bin/pkg-config
  558. checking pkg-config is at least version 0.9.0... yes
  559. checking whether C compiler accepts -Wall... yes
  560. checking whether C compiler accepts -Werror=implicit-function-declaration... yes
  561. checking whether C compiler accepts -Werror=missing-prototypes... yes
  562. checking whether C compiler accepts -Wmissing-prototypes... yes
  563. checking whether C compiler accepts -fno-math-errno... yes
  564. checking whether C compiler accepts -fno-trapping-math... yes
  565. checking whether C compiler accepts -fvisibility=hidden... yes
  566. checking whether C++ compiler accepts -Wall... yes
  567. checking whether C++ compiler accepts -fno-math-errno... yes
  568. checking whether C++ compiler accepts -fno-trapping-math... yes
  569. checking whether C++ compiler accepts -fvisibility=hidden... yes
  570. checking whether C compiler accepts -Werror=pointer-arith... yes
  571. checking whether C compiler accepts -Werror=vla... yes
  572. checking whether C++ compiler accepts -Werror=pointer-arith... yes
  573. checking whether C++ compiler accepts -Werror=vla... yes
  574. checking whether c++11 is enabled by default... no
  575. checking whether c++11 is enabled by via -std=c++11... yes
  576. checking whether C compiler accepts -Woverride-init... yes
  577. checking whether C compiler accepts -Winitializer-overrides... no
  578. checking whether __atomic_load_n is supported... yes
  579. checking whether __sync_add_and_fetch_8 is supported... yes
  580. checking whether byte ordering is bigendian... no
  581. checking whether gcc supports -mpower8-vector... no
  582. checking if ld supports -Bsymbolic... yes
  583. checking whether ld supports --gc-sections... yes
  584. checking if the linker supports version-scripts... yes
  585. checking if the linker supports --dynamic-list... yes
  586. checking whether to enable assembly... yes, x86_64
  587. checking whether sys/types.h defines makedev... no
  588. checking sys/mkdev.h usability... no
  589. checking sys/mkdev.h presence... no
  590. checking for sys/mkdev.h... no
  591. checking sys/sysmacros.h usability... yes
  592. checking sys/sysmacros.h presence... yes
  593. checking for sys/sysmacros.h... yes
  594. checking xlocale.h usability... yes
  595. checking xlocale.h presence... yes
  596. checking for xlocale.h... yes
  597. checking sys/sysctl.h usability... yes
  598. checking sys/sysctl.h presence... yes
  599. checking for sys/sysctl.h... yes
  600. checking endian.h usability... yes
  601. checking endian.h presence... yes
  602. checking for endian.h... yes
  603. checking for strtof... yes
  604. checking for mkostemp... yes
  605. checking for timespec_get... yes
  606. checking for memfd_create... no
  607. checking whether strtod has locale support... yes
  608. checking for dlopen... no
  609. checking for dlopen in -ldl... yes
  610. checking for dladdr... yes
  611. checking for dl_iterate_phdr... yes
  612. checking for clock_gettime... yes
  613. checking for posix_memalign... yes
  614. checking for ZLIB... yes
  615. checking for the pthreads library -lpthreads... no
  616. checking whether pthreads work without any flags... no
  617. checking whether pthreads work with -Kthread... no
  618. checking whether pthreads work with -kthread... no
  619. checking for the pthreads library -llthread... no
  620. checking whether pthreads work with -pthread... yes
  621. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  622. checking if more special flags are required for pthreads... no
  623. checking for PTHREAD_PRIO_INHERIT... no
  624. checking linux/futex.h usability... yes
  625. checking linux/futex.h presence... yes
  626. checking for linux/futex.h... yes
  627. checking for LIBELF... no
  628. checking for elf_memory in -lelf... yes
  629. checking for llvm-config... /usr/local/bin/llvm-config
  630. checking for LIBDRM... yes
  631. checking for GLPROTO... yes
  632. checking for DRI2PROTO... yes
  633. checking for XF86VIDMODE... yes
  634. checking for DRIGL... yes
  635. checking for XCB_DRI2... yes
  636. checking for XCB_DRI3... yes
  637. checking for XCB_DRI3_MODIFIERS... no
  638. checking for EXPAT... yes
  639. checking for I915... yes
  640. checking for NVVIEUX... yes
  641. checking for RADEON... yes
  642. checking for RADEON... yes
  643. checking for mincore... yes
  644. checking for RADEON... yes
  645. checking for RADEON... yes
  646. checking for VALGRIND... no
  647. checking whether to enable Valgrind support... no
  648. checking that generated files are newer than configure... done
  649. configure: creating ./config.status
  650. config.status: creating Makefile
  651. config.status: creating src/Makefile
  652. config.status: creating src/amd/Makefile
  653. config.status: creating src/amd/vulkan/Makefile
  654. config.status: creating src/broadcom/Makefile
  655. config.status: creating src/compiler/Makefile
  656. config.status: creating src/egl/Makefile
  657. config.status: creating src/egl/main/egl.pc
  658. config.status: creating src/egl/wayland/wayland-drm/Makefile
  659. config.status: creating src/egl/wayland/wayland-egl/Makefile
  660. config.status: creating src/egl/wayland/wayland-egl/wayland-egl.pc
  661. config.status: creating src/gallium/Makefile
  662. config.status: creating src/gallium/auxiliary/Makefile
  663. config.status: creating src/gallium/auxiliary/pipe-loader/Makefile
  664. config.status: creating src/gallium/drivers/freedreno/Makefile
  665. config.status: creating src/gallium/drivers/i915/Makefile
  666. config.status: creating src/gallium/drivers/llvmpipe/Makefile
  667. config.status: creating src/gallium/drivers/nouveau/Makefile
  668. config.status: creating src/gallium/drivers/pl111/Makefile
  669. config.status: creating src/gallium/drivers/r300/Makefile
  670. config.status: creating src/gallium/drivers/r600/Makefile
  671. config.status: creating src/gallium/drivers/radeonsi/Makefile
  672. config.status: creating src/gallium/drivers/softpipe/Makefile
  673. config.status: creating src/gallium/drivers/svga/Makefile
  674. config.status: creating src/gallium/drivers/swr/Makefile
  675. config.status: creating src/gallium/drivers/tegra/Makefile
  676. config.status: creating src/gallium/drivers/etnaviv/Makefile
  677. config.status: creating src/gallium/drivers/imx/Makefile
  678. config.status: creating src/gallium/drivers/vc4/Makefile
  679. config.status: creating src/gallium/drivers/vc5/Makefile
  680. config.status: creating src/gallium/drivers/virgl/Makefile
  681. config.status: creating src/gallium/state_trackers/clover/Makefile
  682. config.status: creating src/gallium/state_trackers/dri/Makefile
  683. config.status: creating src/gallium/state_trackers/glx/xlib/Makefile
  684. config.status: creating src/gallium/state_trackers/nine/Makefile
  685. config.status: creating src/gallium/state_trackers/omx/Makefile
  686. config.status: creating src/gallium/state_trackers/omx/bellagio/Makefile
  687. config.status: creating src/gallium/state_trackers/omx/tizonia/Makefile
  688. config.status: creating src/gallium/state_trackers/osmesa/Makefile
  689. config.status: creating src/gallium/state_trackers/va/Makefile
  690. config.status: creating src/gallium/state_trackers/vdpau/Makefile
  691. config.status: creating src/gallium/state_trackers/xa/Makefile
  692. config.status: creating src/gallium/state_trackers/xa/xa_tracker.h
  693. config.status: creating src/gallium/state_trackers/xvmc/Makefile
  694. config.status: creating src/gallium/targets/d3dadapter9/Makefile
  695. config.status: creating src/gallium/targets/d3dadapter9/d3d.pc
  696. config.status: creating src/gallium/targets/dri/Makefile
  697. config.status: creating src/gallium/targets/libgl-xlib/Makefile
  698. config.status: creating src/gallium/targets/omx/Makefile
  699. config.status: creating src/gallium/targets/opencl/Makefile
  700. config.status: creating src/gallium/targets/opencl/mesa.icd
  701. config.status: creating src/gallium/targets/osmesa/Makefile
  702. config.status: creating src/gallium/targets/osmesa/osmesa.pc
  703. config.status: creating src/gallium/targets/pipe-loader/Makefile
  704. config.status: creating src/gallium/targets/va/Makefile
  705. config.status: creating src/gallium/targets/vdpau/Makefile
  706. config.status: creating src/gallium/targets/xa/Makefile
  707. config.status: creating src/gallium/targets/xa/xatracker.pc
  708. config.status: creating src/gallium/targets/xvmc/Makefile
  709. config.status: creating src/gallium/tests/trivial/Makefile
  710. config.status: creating src/gallium/tests/unit/Makefile
  711. config.status: creating src/gallium/winsys/etnaviv/drm/Makefile
  712. config.status: creating src/gallium/winsys/imx/drm/Makefile
  713. config.status: creating src/gallium/winsys/freedreno/drm/Makefile
  714. config.status: creating src/gallium/winsys/i915/drm/Makefile
  715. config.status: creating src/gallium/winsys/nouveau/drm/Makefile
  716. config.status: creating src/gallium/winsys/pl111/drm/Makefile
  717. config.status: creating src/gallium/winsys/radeon/drm/Makefile
  718. config.status: creating src/gallium/winsys/amdgpu/drm/Makefile
  719. config.status: creating src/gallium/winsys/svga/drm/Makefile
  720. config.status: creating src/gallium/winsys/sw/dri/Makefile
  721. config.status: creating src/gallium/winsys/sw/kms-dri/Makefile
  722. config.status: creating src/gallium/winsys/sw/null/Makefile
  723. config.status: creating src/gallium/winsys/sw/wrapper/Makefile
  724. config.status: creating src/gallium/winsys/sw/xlib/Makefile
  725. config.status: creating src/gallium/winsys/tegra/drm/Makefile
  726. config.status: creating src/gallium/winsys/vc4/drm/Makefile
  727. config.status: creating src/gallium/winsys/vc5/drm/Makefile
  728. config.status: creating src/gallium/winsys/virgl/drm/Makefile
  729. config.status: creating src/gallium/winsys/virgl/vtest/Makefile
  730. config.status: creating src/gbm/Makefile
  731. config.status: creating src/gbm/main/gbm.pc
  732. config.status: creating src/glx/Makefile
  733. config.status: creating src/glx/apple/Makefile
  734. config.status: creating src/glx/tests/Makefile
  735. config.status: creating src/glx/windows/Makefile
  736. config.status: creating src/glx/windows/windowsdriproto.pc
  737. config.status: creating src/gtest/Makefile
  738. config.status: creating src/intel/Makefile
  739. config.status: creating src/loader/Makefile
  740. config.status: creating src/mapi/Makefile
  741. config.status: creating src/mapi/es1api/glesv1_cm.pc
  742. config.status: creating src/mapi/es2api/glesv2.pc
  743. config.status: creating src/mapi/glapi/gen/Makefile
  744. config.status: creating src/mesa/Makefile
  745. config.status: creating src/mesa/gl.pc
  746. config.status: creating src/mesa/drivers/dri/dri.pc
  747. config.status: creating src/mesa/drivers/dri/common/Makefile
  748. config.status: creating src/mesa/drivers/dri/i915/Makefile
  749. config.status: creating src/mesa/drivers/dri/i965/Makefile
  750. config.status: creating src/mesa/drivers/dri/Makefile
  751. config.status: creating src/mesa/drivers/dri/nouveau/Makefile
  752. config.status: creating src/mesa/drivers/dri/r200/Makefile
  753. config.status: creating src/mesa/drivers/dri/radeon/Makefile
  754. config.status: creating src/mesa/drivers/dri/swrast/Makefile
  755. config.status: creating src/mesa/drivers/osmesa/Makefile
  756. config.status: creating src/mesa/drivers/osmesa/osmesa.pc
  757. config.status: creating src/mesa/drivers/x11/Makefile
  758. config.status: creating src/mesa/main/tests/Makefile
  759. config.status: creating src/mesa/state_tracker/tests/Makefile
  760. config.status: creating src/util/Makefile
  761. config.status: creating src/util/tests/hash_table/Makefile
  762. config.status: creating src/util/tests/string_buffer/Makefile
  763. config.status: creating src/util/xmlpool/Makefile
  764. config.status: creating src/vulkan/Makefile
  765. config.status: executing depfiles commands
  766. config.status: executing libtool commands
  767.  
  768. prefix: /usr/local
  769. exec_prefix: ${prefix}
  770. libdir: ${exec_prefix}/lib
  771. includedir: ${prefix}/include
  772.  
  773. OpenGL: yes (ES1: yes ES2: yes)
  774.  
  775. OSMesa: no
  776.  
  777. DRI platform: drm
  778. DRI drivers: i915 i965 nouveau r200 radeon swrast
  779. DRI driver dir: ${libdir}/dri
  780. GLX: DRI-based
  781.  
  782. EGL: yes
  783. EGL drivers: builtin:egl_dri2 builtin:egl_dri3
  784. GBM: yes
  785. EGL/Vulkan/VL platforms: x11 surfaceless drm
  786.  
  787. Vulkan drivers: no
  788.  
  789. llvm: yes
  790. llvm-config: /usr/local/bin/llvm-config
  791. llvm-version: 6.0.0
  792.  
  793. Gallium drivers: r300 r600 svga swrast
  794. Gallium st: mesa
  795.  
  796. HUD extra stats: no
  797. HUD lmsensors: no
  798.  
  799.  
  800. Shared libs: yes
  801. Static libs: no
  802. Shared-glapi: yes
  803.  
  804. CFLAGS: -g -O2 -Wall -Werror=implicit-function-declaration -Werror=missing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trapping-math -std=c99
  805. CXXFLAGS: -g -O2 -Wall -fno-math-errno -fno-trapping-math
  806. CXX11_CXXFLAGS: -std=c++11
  807. LDFLAGS:
  808. Macros: -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D_GNU_SOURCE -DUSE_SSE41 -DUSE_GCC_ATOMIC_BUILTINS -DNDEBUG -DUSE_X86_64_ASM -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_STRTOD_L -DHAVE_DL_ITERATE_PHDR -DHAVE_POSIX_MEMALIGN -DHAVE_ZLIB -DHAVE_LINUX_FUTEX_H -DHAVE_LIBDRM -DGLX_USE_DRM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_X11_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM -DHAVE_DRI3 -DENABLE_SHADER_CACHE -DHAVE_MINCORE -DHAVE_LLVM=0x0600 -DMESA_LLVM_VERSION_PATCH=0
  809.  
  810. LLVM_CFLAGS: -I/usr/local/include -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  811. LLVM_CXXFLAGS: -I/usr/local/include -std=c++11 -fno-rtti -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  812. LLVM_CPPFLAGS: -I/usr/local/include -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  813. LLVM_LDFLAGS: -L/usr/local/lib
  814.  
  815. PYTHON2: python2.7
  816.  
  817. Run 'make' to build Mesa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement