AndrzejL

autogen.sh + options

Dec 25th, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. [andrzejl@icsserver mesa]$ ./autogen.sh --prefix=/home/andrzejl/.mesag/ --with-dri-drivers= --with-gallium-drivers=i915,swrast --enable-llvm
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal
  5. autoreconf: configure.ac: tracing
  6. autoreconf: configure.ac: not using Libtool
  7. autoreconf: running: /usr/bin/autoconf
  8. autoreconf: configure.ac: not using Autoheader
  9. autoreconf: configure.ac: not using Automake
  10. autoreconf: Leaving directory `.'
  11. configure: WARNING: unrecognized options: --enable-llvm
  12. checking build system type... i686-pc-linux-gnu
  13. checking host system type... i686-pc-linux-gnu
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking how to run the C preprocessor... gcc -E
  24. checking for gcc... (cached) gcc
  25. checking whether we are using the GNU C compiler... (cached) yes
  26. checking whether gcc accepts -g... (cached) yes
  27. checking for gcc option to accept ISO C89... (cached) none needed
  28. checking for g++... g++
  29. checking whether we are using the GNU C++ compiler... yes
  30. checking whether g++ accepts -g... yes
  31. checking for gmake... gmake
  32. checking for python2... no
  33. checking for python... python
  34. checking for makedepend... /usr/bin/makedepend
  35. checking for sed... /bin/sed
  36. checking for flex... /usr/bin/flex
  37. checking for bison... /usr/bin/bison
  38. checking for a BSD-compatible install... /usr/bin/install -c
  39. checking if compiling with clang... no
  40. checking whether gcc version is sufficient... yes
  41. checking for pkg-config... /usr/bin/pkg-config
  42. checking pkg-config is at least version 0.9.0... yes
  43. checking whether gcc supports -fvisibility=hidden... yes
  44. checking whether g++ supports -fvisibility=hidden... yes
  45. checking whether to enable assembly... yes, x86
  46. checking for gcc option to produce PIC... -fPIC
  47. checking for dlopen... no
  48. checking for dlopen in -ldl... yes
  49. checking for posix_memalign... yes
  50. checking for LIBDRM... yes
  51. checking pkg-config files for X11 are available... yes
  52. checking for X11... yes
  53. checking for GLPROTO... yes
  54. checking for DRI2PROTO... yes
  55. checking for XF86VIDMODE... yes
  56. checking for DRIGL... yes
  57. checking expat.h usability... yes
  58. checking expat.h presence... yes
  59. checking for expat.h... yes
  60. checking for XML_ParserCreate in -lexpat... yes
  61. checking for mincore... yes
  62. checking for LIBUDEV... no
  63. checking for XCB_DRI2... yes
  64. checking for xcb_dri2_connect_alignment_pad in -lxcb-dri2... no
  65. checking for llvm-config... /usr/bin/llvm-config
  66. checking for INTEL... yes
  67. configure: creating ./config.status
  68. config.status: creating configs/autoconf
  69. config.status: executing configs commands
  70. configure: WARNING: unrecognized options: --enable-llvm
  71.  
  72. prefix: /home/andrzejl/.mesag
  73. exec_prefix: ${prefix}
  74. libdir: ${exec_prefix}/lib
  75. includedir: ${prefix}/include
  76.  
  77. OpenGL: yes (ES1: no ES2: no)
  78. OpenVG: no
  79.  
  80. OSMesa: no
  81. DRI drivers: no
  82. DRI driver dir: ${libdir}/dri
  83. Shared dricore: no
  84. GLX: DRI-based
  85. Use XCB: no
  86.  
  87. GLU: yes
  88.  
  89. EGL: yes
  90. EGL platforms: x11
  91. EGL drivers: builtin:egl_glx builtin:egl_dri2
  92.  
  93. llvm: yes
  94. llvm-config: /usr/bin/llvm-config
  95. llvm-version: 2.9
  96.  
  97. Gallium: yes
  98. Gallium dirs: auxiliary drivers state_trackers
  99. Target dirs: dri-i915 dri-swrast
  100. Winsys dirs: i915/drm i915/sw sw sw/dri
  101. Driver dirs: galahad i915 identity llvmpipe noop rbug softpipe trace
  102. Trackers dirs: dri
  103.  
  104. Shared libs: yes
  105. Static libs: no
  106.  
  107. CFLAGS: -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fno-builtin-memcmp -fPIC
  108. CXXFLAGS: -g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp -fPIC
  109. Macros: -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_XCB_DRI2 -DXCB_DRI2_CONNECT_DEVICE_NAME_BROKEN -D__STDC_CONSTANT_MACROS -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
  110.  
  111. PYTHON2: python
  112.  
  113. Run 'gmake' to build Mesa
  114.  
  115. [andrzejl@icsserver mesa]$
Advertisement
Add Comment
Please, Sign In to add comment