This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Mesa configure 10.5.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = cubieboard2
uname -m = armv7l
uname -r = 3.4.79
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu Nov 6 18:00:18 CST 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/cubie/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3164: checking build system type
configure:3178: result: armv7l-unknown-linux-gnueabihf
configure:3198: checking host system type
configure:3211: result: armv7l-unknown-linux-gnueabihf
configure:3231: checking target system type
configure:3244: result: armv7l-unknown-linux-gnueabihf
configure:3287: checking for a BSD-compatible install
configure:3355: result: /usr/bin/install -c
configure:3366: checking whether build environment is sane
configure:3421: result: yes
configure:3572: checking for a thread-safe mkdir -p
configure:3611: result: /bin/mkdir -p
configure:3618: checking for gawk
configure:3648: result: no
configure:3618: checking for mawk
configure:3634: found /usr/bin/mawk
configure:3645: result: mawk
configure:3656: checking whether make sets $(MAKE)
configure:3678: result: yes
configure:3707: checking whether make supports nested variables
configure:3724: result: yes
configure:3813: checking whether UID '1000' is supported by ustar format
configure:3816: result: yes
configure:3823: checking whether GID '1000' is supported by ustar format
configure:3826: result: yes
configure:3834: checking how to create a ustar tar archive
configure:3845: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3848: $? = 0
configure:3888: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3891: $? = 0
configure:3895: tar -xf - <conftest.tar
configure:3898: $? = 0
configure:3900: cat conftest.dir/file
GrepMe
configure:3903: $? = 0
configure:3916: result: gnutar
configure:3981: checking whether make supports nested variables
configure:3998: result: yes
configure:4022: checking for style of include used by make
configure:4050: result: GNU
configure:4121: checking for gcc
configure:4137: found /usr/bin/gcc
configure:4148: result: gcc
configure:4377: checking for C compiler version
configure:4386: gcc --version >&5
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4397: $? = 0
configure:4386: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10) 
configure:4397: $? = 0
configure:4386: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4397: $? = 4
configure:4386: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4397: $? = 4
configure:4417: checking whether the C compiler works
configure:4439: gcc    conftest.c  >&5
configure:4443: $? = 0
configure:4491: result: yes
configure:4494: checking for C compiler default output file name
configure:4496: result: a.out
configure:4502: checking for suffix of executables
configure:4509: gcc -o conftest    conftest.c  >&5
configure:4513: $? = 0
configure:4535: result: 
configure:4557: checking whether we are cross compiling
configure:4565: gcc -o conftest    conftest.c  >&5
configure:4569: $? = 0
configure:4576: ./conftest
configure:4580: $? = 0
configure:4595: result: no
configure:4600: checking for suffix of object files
configure:4622: gcc -c   conftest.c >&5
configure:4626: $? = 0
configure:4647: result: o
configure:4651: checking whether we are using the GNU C compiler
configure:4670: gcc -c   conftest.c >&5
configure:4670: $? = 0
configure:4679: result: yes
configure:4688: checking whether gcc accepts -g
configure:4708: gcc -c -g  conftest.c >&5
configure:4708: $? = 0
configure:4749: result: yes
configure:4766: checking for gcc option to accept ISO C89
configure:4829: gcc  -c -g -O2  conftest.c >&5
configure:4829: $? = 0
configure:4842: result: none needed
configure:4867: checking whether gcc understands -c and -o together
configure:4889: gcc -c conftest.c -o conftest2.o
configure:4892: $? = 0
configure:4889: gcc -c conftest.c -o conftest2.o
configure:4892: $? = 0
configure:4904: result: yes
configure:4923: checking dependency style of gcc
configure:5034: result: gcc3
configure:5099: checking for ar
configure:5115: found /usr/bin/ar
configure:5126: result: ar
configure:5152: checking the archiver (ar) interface
configure:5168: gcc -c -g -O2  conftest.c >&5
configure:5168: $? = 0
configure:5170: ar cru libconftest.a conftest.o >&5
configure:5173: $? = 0
configure:5201: result: ar
configure:5252: checking how to run the C preprocessor
configure:5283: gcc -E  conftest.c
configure:5283: $? = 0
configure:5297: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5297: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5322: result: gcc -E
configure:5342: gcc -E  conftest.c
configure:5342: $? = 0
configure:5356: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5432: checking for gcc
configure:5459: result: gcc
configure:5688: checking for C compiler version
configure:5697: gcc --version >&5
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5708: $? = 0
configure:5697: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10) 
configure:5708: $? = 0
configure:5697: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5708: $? = 4
configure:5697: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5708: $? = 4
configure:5712: checking whether we are using the GNU C compiler
configure:5740: result: yes
configure:5749: checking whether gcc accepts -g
configure:5810: result: yes
configure:5827: checking for gcc option to accept ISO C89
configure:5903: result: none needed
configure:5928: checking whether gcc understands -c and -o together
configure:5965: result: yes
configure:5984: checking dependency style of gcc
configure:6095: result: gcc3
configure:6168: checking for g++
configure:6184: found /usr/bin/g++
configure:6195: result: g++
configure:6222: checking for C++ compiler version
configure:6231: g++ --version >&5
g++ (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6242: $? = 0
configure:6231: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10) 
configure:6242: $? = 0
configure:6231: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:6242: $? = 4
configure:6231: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:6242: $? = 4
configure:6246: checking whether we are using the GNU C++ compiler
configure:6265: g++ -c   conftest.cpp >&5
configure:6265: $? = 0
configure:6274: result: yes
configure:6283: checking whether g++ accepts -g
configure:6303: g++ -c -g  conftest.cpp >&5
configure:6303: $? = 0
configure:6344: result: yes
configure:6369: checking dependency style of g++
configure:6480: result: gcc3
configure:6505: checking dependency style of gcc
configure:6614: result: gcc3
configure:6629: checking for GNU make
configure:6644: result: make
configure:6659: checking for python2
configure:6675: found /usr/bin/python2
configure:6686: result: python2
configure:6697: checking for a sed that does not truncate output
configure:6761: result: /bin/sed
configure:6775: checking for special C compiler options needed for large files
configure:6820: result: no
configure:6826: checking for _FILE_OFFSET_BITS value needed for large files
configure:6851: gcc -c -g -O2  conftest.c >&5
conftest.c:17:3: warning: left shift count >= width of type
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   ^
conftest.c:17:3: warning: left shift count >= width of type
conftest.c:18:10: warning: left shift count >= width of type
          && LARGE_OFF_T % 2147483647 == 1)
          ^
conftest.c:18:10: warning: left shift count >= width of type
conftest.c:17:7: error: variably modified 'off_t_is_large' at file scope
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
       ^
configure:6851: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6875: gcc -c -g -O2  conftest.c >&5
configure:6875: $? = 0
configure:6883: result: 64
configure:7016: checking how to print strings
configure:7043: result: printf
configure:7064: checking for a sed that does not truncate output
configure:7128: result: /bin/sed
configure:7146: checking for grep that handles long lines and -e
configure:7204: result: /bin/grep
configure:7209: checking for egrep
configure:7271: result: /bin/grep -E
configure:7276: checking for fgrep
configure:7338: result: /bin/grep -F
configure:7373: checking for ld used by gcc
configure:7440: result: /usr/bin/ld
configure:7447: checking if the linker (/usr/bin/ld) is GNU ld
configure:7462: result: yes
configure:7474: checking for BSD- or MS-compatible name lister (nm)
configure:7528: result: /usr/bin/nm -B
configure:7658: checking the name lister (/usr/bin/nm -B) interface
configure:7665: gcc -c -g -O2  conftest.c >&5
configure:7668: /usr/bin/nm -B "conftest.o"
configure:7671: output
00000000 B some_variable
configure:7678: result: BSD nm
configure:7681: checking whether ln -s works
configure:7685: result: yes
configure:7693: checking the maximum length of command line arguments
configure:7824: result: 1572864
configure:7872: checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format
configure:7912: result: func_convert_file_noop
configure:7919: checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format
configure:7939: result: func_convert_file_noop
configure:7946: checking for /usr/bin/ld option to reload object files
configure:7953: result: -r
configure:8027: checking for objdump
configure:8043: found /usr/bin/objdump
configure:8054: result: objdump
configure:8086: checking how to recognize dependent libraries
configure:8286: result: pass_all
configure:8371: checking for dlltool
configure:8401: result: no
configure:8431: checking how to associate runtime and link libraries
configure:8458: result: printf %s\n
configure:8582: checking for archiver @FILE support
configure:8599: gcc -c -g -O2  conftest.c >&5
configure:8599: $? = 0
configure:8602: ar cru libconftest.a @conftest.lst >&5
configure:8605: $? = 0
configure:8610: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8613: $? = 1
configure:8625: result: @
configure:8683: checking for strip
configure:8699: found /usr/bin/strip
configure:8710: result: strip
configure:8782: checking for ranlib
configure:8798: found /usr/bin/ranlib
configure:8809: result: ranlib
configure:8911: checking command to parse /usr/bin/nm -B output from gcc object
configure:9064: gcc -c -g -O2  conftest.c >&5
configure:9067: $? = 0
configure:9071: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9074: $? = 0
configure:9140: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:9143: $? = 0
configure:9181: result: ok
configure:9228: checking for sysroot
configure:9258: result: no
configure:9265: checking for a working dd
configure:9303: result: /bin/dd
configure:9307: checking how to truncate binary pipes
configure:9322: result: /bin/dd bs=4096 count=1
configure:9651: checking for mt
configure:9667: found /bin/mt
configure:9678: result: mt
configure:9701: checking if mt is a manifest tool
configure:9707: mt '-?'
configure:9715: result: no
configure:10388: checking for ANSI C header files
configure:10408: gcc -c -g -O2  conftest.c >&5
configure:10408: $? = 0
configure:10481: gcc -o conftest -g -O2   conftest.c  >&5
configure:10481: $? = 0
configure:10481: ./conftest
configure:10481: $? = 0
configure:10492: result: yes
configure:10505: checking for sys/types.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for sys/stat.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for stdlib.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for string.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for memory.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for strings.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for inttypes.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for stdint.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10505: checking for unistd.h
configure:10505: gcc -c -g -O2  conftest.c >&5
configure:10505: $? = 0
configure:10505: result: yes
configure:10519: checking for dlfcn.h
configure:10519: gcc -c -g -O2  conftest.c >&5
configure:10519: $? = 0
configure:10519: result: yes
configure:10785: checking for objdir
configure:10800: result: .libs
configure:11064: checking if gcc supports -fno-rtti -fno-exceptions
configure:11082: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:11086: $? = 0
configure:11099: result: no
configure:11457: checking for gcc option to produce PIC
configure:11464: result: -fPIC -DPIC
configure:11472: checking if gcc PIC flag -fPIC -DPIC works
configure:11490: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:11494: $? = 0
configure:11507: result: yes
configure:11536: checking if gcc static flag -static works
configure:11564: result: yes
configure:11579: checking if gcc supports -c -o file.o
configure:11600: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:11604: $? = 0
configure:11626: result: yes
configure:11634: checking if gcc supports -c -o file.o
configure:11681: result: yes
configure:11714: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:12973: result: yes
configure:13010: checking whether -lc should be explicitly linked in
configure:13018: gcc -c -g -O2  conftest.c >&5
configure:13021: $? = 0
configure:13036: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:13039: $? = 0
configure:13053: result: no
configure:13213: checking dynamic linker characteristics
configure:13794: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13794: $? = 0
configure:14031: result: GNU/Linux ld.so
configure:14153: checking how to hardcode library paths into programs
configure:14178: result: immediate
configure:14726: checking whether stripping libraries is possible
configure:14731: result: yes
configure:14766: checking if libtool supports shared libraries
configure:14768: result: yes
configure:14771: checking whether to build shared libraries
configure:14796: result: yes
configure:14799: checking whether to build static libraries
configure:14803: result: no
configure:14826: checking how to run the C++ preprocessor
configure:14853: g++ -E  conftest.cpp
configure:14853: $? = 0
configure:14867: g++ -E  conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:14867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14892: result: g++ -E
configure:14912: g++ -E  conftest.cpp
configure:14912: $? = 0
configure:14926: g++ -E  conftest.cpp
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:14926: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15088: checking for ld used by g++
configure:15155: result: /usr/bin/ld
configure:15162: checking if the linker (/usr/bin/ld) is GNU ld
configure:15177: result: yes
configure:15232: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:16305: result: yes
configure:16341: g++ -c -g -O2  conftest.cpp >&5
configure:16344: $? = 0
configure:16825: checking for g++ option to produce PIC
configure:16832: result: -fPIC -DPIC
configure:16840: checking if g++ PIC flag -fPIC -DPIC works
configure:16858: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16862: $? = 0
configure:16875: result: yes
configure:16898: checking if g++ static flag -static works
configure:16926: result: yes
configure:16938: checking if g++ supports -c -o file.o
configure:16959: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:16963: $? = 0
configure:16985: result: yes
configure:16990: checking if g++ supports -c -o file.o
configure:17037: result: yes
configure:17067: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:17107: result: yes
configure:17248: checking dynamic linker characteristics
configure:17993: result: GNU/Linux ld.so
configure:18058: checking how to hardcode library paths into programs
configure:18083: result: immediate
configure:18149: checking for bison
configure:18179: result: no
configure:18149: checking for byacc
configure:18179: result: no
configure:18192: checking if bison is the parser generator
configure:18205: result: no
configure:18222: checking for flex
configure:18252: result: no
configure:18222: checking for lex
configure:18252: result: no
configure:18384: checking if flex is the lexer generator
configure:18397: result: no
configure:18411: checking for indent
configure:18439: result: cat
configure:18458: checking if module mako in python is installed
configure:18473: result: no
configure:18551: checking if compiling with clang
configure:18569: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:30:8: error: unknown type name 'not'
        not clang
        ^
configure:18569: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #ifndef __clang__
|        not clang
| #endif
| 
|   ;
|   return 0;
| }
configure:18576: result: no
configure:18582: checking whether gcc version is sufficient
configure:18598: result: yes
configure:18613: checking for __builtin_bswap32
configure:18632: gcc -o conftest -g -O2   conftest.c  >&5
configure:18632: $? = 0
configure:18641: result: yes
configure:18657: checking for __builtin_bswap64
configure:18676: gcc -o conftest -g -O2   conftest.c  >&5
configure:18676: $? = 0
configure:18685: result: yes
configure:18701: checking for __builtin_clz
configure:18720: gcc -o conftest -g -O2   conftest.c  >&5
configure:18720: $? = 0
configure:18729: result: yes
configure:18745: checking for __builtin_clzll
configure:18764: gcc -o conftest -g -O2   conftest.c  >&5
configure:18764: $? = 0
configure:18773: result: yes
configure:18789: checking for __builtin_ctz
configure:18808: gcc -o conftest -g -O2   conftest.c  >&5
configure:18808: $? = 0
configure:18817: result: yes
configure:18833: checking for __builtin_expect
configure:18852: gcc -o conftest -g -O2   conftest.c  >&5
configure:18852: $? = 0
configure:18861: result: yes
configure:18877: checking for __builtin_ffs
configure:18896: gcc -o conftest -g -O2   conftest.c  >&5
configure:18896: $? = 0
configure:18905: result: yes
configure:18921: checking for __builtin_ffsll
configure:18940: gcc -o conftest -g -O2   conftest.c  >&5
configure:18940: $? = 0
configure:18949: result: yes
configure:18965: checking for __builtin_popcount
configure:18984: gcc -o conftest -g -O2   conftest.c  >&5
configure:18984: $? = 0
configure:18993: result: yes
configure:19009: checking for __builtin_popcountll
configure:19028: gcc -o conftest -g -O2   conftest.c  >&5
configure:19028: $? = 0
configure:19037: result: yes
configure:19053: checking for __builtin_unreachable
configure:19072: gcc -o conftest -g -O2   conftest.c  >&5
configure:19072: $? = 0
configure:19081: result: yes
configure:19098: checking for __attribute__((flatten))
configure:19119: gcc -o conftest -g -O2   conftest.c  >&5
configure:19119: $? = 0
configure:19132: result: yes
configure:19148: checking for __attribute__((format))
configure:19169: gcc -o conftest -g -O2   conftest.c  >&5
configure:19169: $? = 0
configure:19182: result: yes
configure:19198: checking for __attribute__((malloc))
configure:19219: gcc -o conftest -g -O2   conftest.c  >&5
configure:19219: $? = 0
configure:19232: result: yes
configure:19248: checking for __attribute__((packed))
configure:19269: gcc -o conftest -g -O2   conftest.c  >&5
configure:19269: $? = 0
configure:19282: result: yes
configure:19360: checking for pkg-config
configure:19378: found /usr/bin/pkg-config
configure:19390: result: /usr/bin/pkg-config
configure:19415: checking pkg-config is at least version 0.9.0
configure:19418: result: yes
configure:19461: checking whether gcc supports -Werror=missing-prototypes
configure:19476: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes   conftest.c  >&5
configure:19476: $? = 0
configure:19477: result: yes
configure:19489: checking whether gcc supports -fvisibility=hidden
configure:19504: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fvisibility=hidden   conftest.c  >&5
configure:19504: $? = 0
configure:19505: result: yes
configure:19529: checking whether g++ supports -fvisibility=hidden
configure:19550: g++ -o conftest -g -O2 -Wall -fvisibility=hidden   conftest.cpp  >&5
configure:19550: $? = 0
configure:19551: result: yes
configure:19605: gcc -c -msse4.1 -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  conftest.c >&5
gcc: error: unrecognized command line option '-msse4.1'
configure:19605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| /* end confdefs.h.  */
| 
| #include <smmintrin.h>
| int main () {
|     __m128i a = _mm_set1_epi32 (0), b = _mm_set1_epi32 (0), c;
|     c = _mm_max_epu32(a, b);
|     return 0;
| }
configure:19676: checking if ld supports -Bsymbolic
configure:19682: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   -Wl,-Bsymbolic conftest.c  >&5
configure:19682: $? = 0
configure:19683: result: yes
configure:19699: checking whether ld supports --gc-sections
configure:19705: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   -Wl,--gc-sections conftest.c  >&5
conftest.c:39:13: warning: 'UnusedFunc' defined but not used [-Wunused-function]
 static char UnusedFunc() { return 5; } int main() { return 0;}
             ^
configure:19705: $? = 0
configure:19706: result: yes
configure:19729: checking if the linker supports version-scripts
configure:19746: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   -Wl,--version-script=conftest.map conftest.c  >&5
configure:19746: $? = 0
configure:19747: result: yes
configure:19765: checking if the linker supports --dynamic-list
configure:19778: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   -Wl,--dynamic-list=conftest.dyn conftest.c  >&5
configure:19778: $? = 0
configure:19779: result: yes
configure:19890: checking whether to enable assembly
configure:19947: result: no, platform not supported
configure:19953: checking xlocale.h usability
configure:19953: gcc -c -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  conftest.c >&5
configure:19953: $? = 0
configure:19953: result: yes
configure:19953: checking xlocale.h presence
configure:19953: gcc -E  conftest.c
configure:19953: $? = 0
configure:19953: result: yes
configure:19953: checking for xlocale.h
configure:19953: result: yes
configure:19959: checking for strtof
configure:19959: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   conftest.c  >&5
configure:19959: $? = 0
configure:19959: result: yes
configure:19965: checking for dlopen
configure:19965: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   conftest.c  >&5
/tmp/ccEQK7G5.o: In function `main':
/home/cubie/Apps/mesa-10.5.4/conftest.c:73: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:19965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:19965: result: no
configure:19969: checking for dlopen in -ldl
configure:19994: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   conftest.c -ldl   >&5
configure:19994: $? = 0
configure:20003: result: yes
configure:20017: checking for dladdr
configure:20017: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   conftest.c  -ldl >&5
configure:20017: $? = 0
configure:20017: result: yes
configure:20034: checking for clock_gettime
configure:20034: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   conftest.c  >&5
configure:20034: $? = 0
configure:20034: result: yes
configure:20090: checking for posix_memalign
configure:20090: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   conftest.c  >&5
configure:20090: $? = 0
configure:20090: result: yes
configure:20268: checking for the pthreads library -lpthreads
configure:20306: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp    conftest.c -lpthreads  >&5
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:20306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| #define HAVE_DLADDR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20315: result: no
configure:20213: checking whether pthreads work without any flags
configure:20306: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp    conftest.c   >&5
/tmp/cci8NcJ1.o: In function `main':
/home/cubie/Apps/mesa-10.5.4/conftest.c:48: undefined reference to `pthread_create'
/home/cubie/Apps/mesa-10.5.4/conftest.c:49: undefined reference to `pthread_join'
/home/cubie/Apps/mesa-10.5.4/conftest.c:51: undefined reference to `__pthread_register_cancel'
/home/cubie/Apps/mesa-10.5.4/conftest.c:52: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:20306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| #define HAVE_DLADDR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20315: result: no
configure:20218: checking whether pthreads work with -Kthread
configure:20306: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -Kthread   conftest.c   >&5
gcc: error: unrecognized command line option '-Kthread'
configure:20306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| #define HAVE_DLADDR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20315: result: no
configure:20218: checking whether pthreads work with -kthread
configure:20306: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -kthread   conftest.c   >&5
gcc: error: unrecognized command line option '-kthread'
configure:20306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| #define HAVE_DLADDR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20315: result: no
configure:20268: checking for the pthreads library -llthread
configure:20306: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp    conftest.c -llthread  >&5
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:20306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| #define HAVE_DLADDR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:20315: result: no
configure:20218: checking whether pthreads work with -pthread
configure:20306: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -pthread   conftest.c   >&5
configure:20306: $? = 0
configure:20315: result: yes
configure:20334: checking for joinable pthread attribute
configure:20349: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -pthread   conftest.c   >&5
configure:20349: $? = 0
configure:20355: result: PTHREAD_CREATE_JOINABLE
configure:20365: checking if more special flags are required for pthreads
configure:20379: result: no
configure:20385: checking for PTHREAD_PRIO_INHERIT
configure:20403: gcc -o conftest -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -pthread   conftest.c   >&5
conftest.c: In function 'main':
conftest.c:46:9: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function)
 int i = PTHREAD_PRIO_INHERIT;
         ^
conftest.c:46:9: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:46:5: warning: unused variable 'i' [-Wunused-variable]
 int i = PTHREAD_PRIO_INHERIT;
     ^
configure:20403: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Mesa"
| #define PACKAGE_TARNAME "mesa"
| #define PACKAGE_VERSION "10.5.4"
| #define PACKAGE_STRING "Mesa 10.5.4"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa"
| #define VERSION "10.5.4"
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___BUILTIN_BSWAP32 1
| #define HAVE___BUILTIN_BSWAP64 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_CTZ 1
| #define HAVE___BUILTIN_EXPECT 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___BUILTIN_POPCOUNT 1
| #define HAVE___BUILTIN_POPCOUNTLL 1
| #define HAVE___BUILTIN_UNREACHABLE 1
| #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
| #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
| #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
| #define HAVE_FUNC_ATTRIBUTE_PACKED 1
| #define HAVE_DLADDR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| 
|                     #include <pthread.h>
| int
| main ()
| {
| int i = PTHREAD_PRIO_INHERIT;
|   ;
|   return 0;
| }
configure:20412: result: no
configure:21098: checking for LIBDRM
configure:21105: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED"
configure:21108: $? = 0
configure:21122: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED"
configure:21125: $? = 0
configure:21163: result: yes
configure:21180: checking for LIBUDEV
configure:21187: $PKG_CONFIG --exists --print-errors "libudev >= $LIBUDEV_REQUIRED"
configure:21190: $? = 0
configure:21204: $PKG_CONFIG --exists --print-errors "libudev >= $LIBUDEV_REQUIRED"
configure:21207: $? = 0
configure:21245: result: yes
configure:21383: checking for GLPROTO
configure:21390: $PKG_CONFIG --exists --print-errors "glproto >= $GLPROTO_REQUIRED"
configure:21393: $? = 0
configure:21407: $PKG_CONFIG --exists --print-errors "glproto >= $GLPROTO_REQUIRED"
configure:21410: $? = 0
configure:21468: result: yes
configure:21485: checking for DRI2PROTO
configure:21492: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED"
configure:21495: $? = 0
configure:21509: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED"
configure:21512: $? = 0
configure:21570: result: yes
configure:21578: checking for DRI3PROTO
configure:21585: $PKG_CONFIG --exists --print-errors "dri3proto >= $DRI3PROTO_REQUIRED"
configure:21588: $? = 0
configure:21602: $PKG_CONFIG --exists --print-errors "dri3proto >= $DRI3PROTO_REQUIRED"
configure:21605: $? = 0
configure:21663: result: yes
configure:21669: checking for PRESENTPROTO
configure:21676: $PKG_CONFIG --exists --print-errors "presentproto >= $PRESENTPROTO_REQUIRED"
configure:21679: $? = 0
configure:21693: $PKG_CONFIG --exists --print-errors "presentproto >= $PRESENTPROTO_REQUIRED"
configure:21696: $? = 0
configure:21754: result: yes
configure:21766: $PKG_CONFIG --exists --print-errors "xcb >= $XCB_REQUIRED"
configure:21769: $? = 0
configure:21786: checking for XF86VIDMODE
configure:21793: $PKG_CONFIG --exists --print-errors "xxf86vm"
configure:21796: $? = 0
configure:21810: $PKG_CONFIG --exists --print-errors "xxf86vm"
configure:21813: $? = 0
configure:21851: result: yes
configure:21861: checking for DRIGL
configure:21868: $PKG_CONFIG --exists --print-errors "$dri_modules"
configure:21871: $? = 0
configure:21885: $PKG_CONFIG --exists --print-errors "$dri_modules"
configure:21888: $? = 0
configure:21946: result: yes
configure:22114: checking for EXPAT
configure:22121: $PKG_CONFIG --exists --print-errors "expat"
configure:22124: $? = 0
configure:22138: $PKG_CONFIG --exists --print-errors "expat"
configure:22141: $? = 0
configure:22291: result: yes
configure:22336: checking for INTEL
configure:22343: $PKG_CONFIG --exists --print-errors "libdrm_intel >= $LIBDRM_INTEL_REQUIRED"
Package libdrm_intel was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm_intel.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdrm_intel' found
configure:22346: $? = 1
configure:22360: $PKG_CONFIG --exists --print-errors "libdrm_intel >= $LIBDRM_INTEL_REQUIRED"
Package libdrm_intel was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm_intel.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdrm_intel' found
configure:22363: $? = 1
configure:22377: result: no
No package 'libdrm_intel' found
configure:22393: error: Package requirements (libdrm_intel >= 2.4.52) were not met:

No package 'libdrm_intel' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables INTEL_CFLAGS
and INTEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

_cv_gnu_make_command=make
ac_cv_build=armv7l-unknown-linux-gnueabihf
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DRI2PROTO_CFLAGS_set=
ac_cv_env_DRI2PROTO_CFLAGS_value=
ac_cv_env_DRI2PROTO_LIBS_set=
ac_cv_env_DRI2PROTO_LIBS_value=
ac_cv_env_DRI3PROTO_CFLAGS_set=
ac_cv_env_DRI3PROTO_CFLAGS_value=
ac_cv_env_DRI3PROTO_LIBS_set=
ac_cv_env_DRI3PROTO_LIBS_value=
ac_cv_env_DRIGL_CFLAGS_set=
ac_cv_env_DRIGL_CFLAGS_value=
ac_cv_env_DRIGL_LIBS_set=
ac_cv_env_DRIGL_LIBS_value=
ac_cv_env_EXPAT_CFLAGS_set=
ac_cv_env_EXPAT_CFLAGS_value=
ac_cv_env_EXPAT_LIBS_set=
ac_cv_env_EXPAT_LIBS_value=
ac_cv_env_FREEDRENO_CFLAGS_set=
ac_cv_env_FREEDRENO_CFLAGS_value=
ac_cv_env_FREEDRENO_LIBS_set=
ac_cv_env_FREEDRENO_LIBS_value=
ac_cv_env_GALLIUM_PIPE_LOADER_XCB_CFLAGS_set=
ac_cv_env_GALLIUM_PIPE_LOADER_XCB_CFLAGS_value=
ac_cv_env_GALLIUM_PIPE_LOADER_XCB_LIBS_set=
ac_cv_env_GALLIUM_PIPE_LOADER_XCB_LIBS_value=
ac_cv_env_GLPROTO_CFLAGS_set=
ac_cv_env_GLPROTO_CFLAGS_value=
ac_cv_env_GLPROTO_LIBS_set=
ac_cv_env_GLPROTO_LIBS_value=
ac_cv_env_INTEL_CFLAGS_set=set
ac_cv_env_INTEL_CFLAGS_value=
ac_cv_env_INTEL_LIBS_set=set
ac_cv_env_INTEL_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBDRM_CFLAGS_set=
ac_cv_env_LIBDRM_CFLAGS_value=
ac_cv_env_LIBDRM_LIBS_set=
ac_cv_env_LIBDRM_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUDEV_CFLAGS_set=
ac_cv_env_LIBUDEV_CFLAGS_value=
ac_cv_env_LIBUDEV_LIBS_set=
ac_cv_env_LIBUDEV_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_NOUVEAU_CFLAGS_set=
ac_cv_env_NOUVEAU_CFLAGS_value=
ac_cv_env_NOUVEAU_LIBS_set=
ac_cv_env_NOUVEAU_LIBS_value=
ac_cv_env_OMX_CFLAGS_set=
ac_cv_env_OMX_CFLAGS_value=
ac_cv_env_OMX_LIBS_set=
ac_cv_env_OMX_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PRESENTPROTO_CFLAGS_set=
ac_cv_env_PRESENTPROTO_CFLAGS_value=
ac_cv_env_PRESENTPROTO_LIBS_set=
ac_cv_env_PRESENTPROTO_LIBS_value=
ac_cv_env_RADEON_CFLAGS_set=
ac_cv_env_RADEON_CFLAGS_value=
ac_cv_env_RADEON_LIBS_set=
ac_cv_env_RADEON_LIBS_value=
ac_cv_env_SELINUX_CFLAGS_set=
ac_cv_env_SELINUX_CFLAGS_value=
ac_cv_env_SELINUX_LIBS_set=
ac_cv_env_SELINUX_LIBS_value=
ac_cv_env_VA_CFLAGS_set=
ac_cv_env_VA_CFLAGS_value=
ac_cv_env_VA_LIBS_set=
ac_cv_env_VA_LIBS_value=
ac_cv_env_VDPAU_CFLAGS_set=
ac_cv_env_VDPAU_CFLAGS_value=
ac_cv_env_VDPAU_LIBS_set=
ac_cv_env_VDPAU_LIBS_value=
ac_cv_env_VL_CFLAGS_set=
ac_cv_env_VL_CFLAGS_value=
ac_cv_env_VL_LIBS_set=
ac_cv_env_VL_LIBS_value=
ac_cv_env_WAYLAND_CFLAGS_set=
ac_cv_env_WAYLAND_CFLAGS_value=
ac_cv_env_WAYLAND_LIBS_set=
ac_cv_env_WAYLAND_LIBS_value=
ac_cv_env_WAYLAND_SCANNER_CFLAGS_set=
ac_cv_env_WAYLAND_SCANNER_CFLAGS_value=
ac_cv_env_WAYLAND_SCANNER_LIBS_set=
ac_cv_env_WAYLAND_SCANNER_LIBS_value=
ac_cv_env_XCB_DRI2_CFLAGS_set=
ac_cv_env_XCB_DRI2_CFLAGS_value=
ac_cv_env_XCB_DRI2_LIBS_set=
ac_cv_env_XCB_DRI2_LIBS_value=
ac_cv_env_XF86VIDMODE_CFLAGS_set=
ac_cv_env_XF86VIDMODE_CFLAGS_value=
ac_cv_env_XF86VIDMODE_LIBS_set=
ac_cv_env_XF86VIDMODE_LIBS_value=
ac_cv_env_XLIBGL_CFLAGS_set=
ac_cv_env_XLIBGL_CFLAGS_value=
ac_cv_env_XLIBGL_LIBS_set=
ac_cv_env_XLIBGL_LIBS_value=
ac_cv_env_XVMC_CFLAGS_set=
ac_cv_env_XVMC_CFLAGS_value=
ac_cv_env_XVMC_LIBS_set=
ac_cv_env_XVMC_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_clock_gettime=yes
ac_cv_func_dladdr=yes
ac_cv_func_dlopen=no
ac_cv_func_posix_memalign=yes
ac_cv_func_strtof=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_xlocale_h=yes
ac_cv_host=armv7l-unknown-linux-gnueabihf
ac_cv_lib_dl_dlopen=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_INDENT=cat
ac_cv_prog_PYTHON2=python2
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_target=armv7l-unknown-linux-gnueabihf
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
ax_cv_PTHREAD_PRIO_INHERIT=no
ax_cv_have___builtin_bswap32=yes
ax_cv_have___builtin_bswap64=yes
ax_cv_have___builtin_clz=yes
ax_cv_have___builtin_clzll=yes
ax_cv_have___builtin_ctz=yes
ax_cv_have___builtin_expect=yes
ax_cv_have___builtin_ffs=yes
ax_cv_have___builtin_ffsll=yes
ax_cv_have___builtin_popcount=yes
ax_cv_have___builtin_popcountll=yes
ax_cv_have___builtin_unreachable=yes
ax_cv_have_func_attribute_flatten=yes
ax_cv_have_func_attribute_format=yes
ax_cv_have_func_attribute_malloc=yes
ax_cv_have_func_attribute_packed=yes
ax_cv_prog_bison=no
ax_cv_prog_flex=no
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_DRI2PROTO_CFLAGS=' '
pkg_cv_DRI2PROTO_LIBS=' '
pkg_cv_DRI3PROTO_CFLAGS=' '
pkg_cv_DRI3PROTO_LIBS=' '
pkg_cv_DRIGL_CFLAGS=' '
pkg_cv_DRIGL_LIBS='-lXext -lXdamage -lXfixes -lX11-xcb -lX11 -lxcb-glx -lxcb-dri2 -lxcb-dri3 -lxcb-present -lxcb-sync -lxcb -lxshmfence -lXxf86vm  '
pkg_cv_EXPAT_CFLAGS=' '
pkg_cv_EXPAT_LIBS='-lexpat  '
pkg_cv_GLPROTO_CFLAGS=' '
pkg_cv_GLPROTO_LIBS=' '
pkg_cv_LIBDRM_CFLAGS='-I/usr/include/libdrm  '
pkg_cv_LIBDRM_LIBS='-ldrm  '
pkg_cv_LIBUDEV_CFLAGS=' '
pkg_cv_LIBUDEV_LIBS='-ludev  '
pkg_cv_PRESENTPROTO_CFLAGS='-I/usr/local/include  '
pkg_cv_PRESENTPROTO_LIBS=' '
pkg_cv_XF86VIDMODE_CFLAGS=' '
pkg_cv_XF86VIDMODE_LIBS='-lXxf86vm  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/cubie/Apps/mesa-10.5.4/bin/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/cubie/Apps/mesa-10.5.4/bin/missing autoconf'
AUTOHEADER='${SHELL} /home/cubie/Apps/mesa-10.5.4/bin/missing autoheader'
AUTOMAKE='${SHELL} /home/cubie/Apps/mesa-10.5.4/bin/missing automake-1.15'
AWK='mawk'
BSYMBOLIC='-Wl,-Bsymbolic'
BUILD_SHARED_FALSE='#'
BUILD_SHARED_TRUE=''
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp'
CLANG_RESOURCE_DIR=''
CLOCK_LIB=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp'
CYGPATH_W='echo'
D3D_DRIVER_INSTALL_DIR=''
DEFINES='-DUSE_EXTERNAL_DXTN_LIB=1 -D_GNU_SOURCE -DHAVE_XLOCALE_H -DHAVE_STRTOF -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DHAVE_LIBDRM -DGLX_USE_DRM -DHAVE_LIBUDEV -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DHAVE_DRI3'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DLOPEN_LIBS='-ldl'
DRI2PROTO_CFLAGS=' '
DRI2PROTO_LIBS=' '
DRI3PROTO_CFLAGS=' '
DRI3PROTO_LIBS=' '
DRICOMMON_NEED_LIBDRM_FALSE=''
DRICOMMON_NEED_LIBDRM_TRUE=''
DRIGL_CFLAGS=' '
DRIGL_LIBS='-lXext -lXdamage -lXfixes -lX11-xcb -lX11 -lxcb-glx -lxcb-dri2 -lxcb-dri3 -lxcb-present -lxcb-sync -lxcb -lxshmfence -lXxf86vm  '
DRI_DRIVER_INSTALL_DIR='${libdir}/dri'
DRI_DRIVER_SEARCH_DIR='${DRI_DRIVER_INSTALL_DIR}'
DRI_LIB_DEPS='  -ldrm   -lexpat   -lm -lpthread -ldl'
DRI_PC_REQ_PRIV='libdrm >= 2.4.38'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGL_CFLAGS=''
EGL_CLIENT_APIS=''
EGL_LIB_DEPS=''
EGL_NATIVE_PLATFORM=''
EGREP='/bin/grep -E'
ELF_LIB=''
EXEEXT=''
EXPAT_CFLAGS=' '
EXPAT_LIBS='-lexpat  '
FGREP='/bin/grep -F'
FREEDRENO_CFLAGS=''
FREEDRENO_LIBS=''
GALLIUM_PIPE_LOADER_CLIENT_DEFINES=''
GALLIUM_PIPE_LOADER_CLIENT_LIBS=''
GALLIUM_PIPE_LOADER_DEFINES=''
GALLIUM_PIPE_LOADER_LIBS=''
GALLIUM_PIPE_LOADER_XCB_CFLAGS=''
GALLIUM_PIPE_LOADER_XCB_LIBS=''
GBM_PC_LIB_PRIV=''
GBM_PC_REQ_PRIV=''
GC_SECTIONS='-Wl,--gc-sections'
GEN_ASM_OFFSETS_FALSE=''
GEN_ASM_OFFSETS_TRUE='#'
GLESv1_CM_LIB_DEPS='-ldrm   -lm -lpthread -ldl'
GLESv1_CM_PC_LIB_PRIV='-lm -lpthread -ldl'
GLESv2_LIB_DEPS='-ldrm   -lm -lpthread -ldl'
GLESv2_PC_LIB_PRIV='-lm -lpthread -ldl'
GLPROTO_CFLAGS=' '
GLPROTO_LIBS=' '
GLX_TLS='no'
GL_LIB='GL'
GL_LIB_DEPS='-lXext -lXdamage -lXfixes -lX11-xcb -lX11 -lxcb-glx -lxcb-dri2 -lxcb-dri3 -lxcb-present -lxcb-sync -lxcb -lxshmfence -lXxf86vm   -ldrm   -lm -lpthread -ldl'
GL_PC_CFLAGS=''
GL_PC_LIB_PRIV='-lm -lpthread -ldl'
GL_PC_REQ_PRIV=' libdrm >= 2.4.38 x11 xext xdamage xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xcb-dri3 xcb-present xcb-sync xshmfence >= 1.1 xxf86vm'
GREP='/bin/grep'
HAVE_APPLEDRI_FALSE=''
HAVE_APPLEDRI_TRUE='#'
HAVE_CLOVER_FALSE=''
HAVE_CLOVER_ICD_FALSE=''
HAVE_CLOVER_ICD_TRUE=''
HAVE_CLOVER_TRUE=''
HAVE_COMPAT_SYMLINKS_FALSE='#'
HAVE_COMPAT_SYMLINKS_TRUE=''
HAVE_DRI2_FALSE='#'
HAVE_DRI2_TRUE=''
HAVE_DRI3_FALSE='#'
HAVE_DRI3_TRUE=''
HAVE_DRICOMMON_FALSE='#'
HAVE_DRICOMMON_TRUE=''
HAVE_DRISW_FALSE='#'
HAVE_DRISW_TRUE=''
HAVE_DRI_GLX_FALSE='#'
HAVE_DRI_GLX_TRUE=''
HAVE_DRM_LOADER_GALLIUM_FALSE=''
HAVE_DRM_LOADER_GALLIUM_TRUE=''
HAVE_EGL_DRIVER_DRI2_FALSE=''
HAVE_EGL_DRIVER_DRI2_TRUE=''
HAVE_EGL_FALSE=''
HAVE_EGL_PLATFORM_DRM_FALSE=''
HAVE_EGL_PLATFORM_DRM_TRUE=''
HAVE_EGL_PLATFORM_FBDEV_FALSE=''
HAVE_EGL_PLATFORM_FBDEV_TRUE=''
HAVE_EGL_PLATFORM_NULL_FALSE=''
HAVE_EGL_PLATFORM_NULL_TRUE=''
HAVE_EGL_PLATFORM_WAYLAND_FALSE=''
HAVE_EGL_PLATFORM_WAYLAND_TRUE=''
HAVE_EGL_PLATFORM_X11_FALSE=''
HAVE_EGL_PLATFORM_X11_TRUE=''
HAVE_EGL_TRUE=''
HAVE_GALLIUM_COMPUTE_FALSE=''
HAVE_GALLIUM_COMPUTE_TRUE=''
HAVE_GALLIUM_FALSE=''
HAVE_GALLIUM_FREEDRENO_FALSE=''
HAVE_GALLIUM_FREEDRENO_TRUE=''
HAVE_GALLIUM_I915_FALSE=''
HAVE_GALLIUM_I915_TRUE=''
HAVE_GALLIUM_ILO_FALSE=''
HAVE_GALLIUM_ILO_TRUE=''
HAVE_GALLIUM_LLVMPIPE_FALSE=''
HAVE_GALLIUM_LLVMPIPE_TRUE=''
HAVE_GALLIUM_NOUVEAU_FALSE=''
HAVE_GALLIUM_NOUVEAU_TRUE=''
HAVE_GALLIUM_OSMESA_FALSE=''
HAVE_GALLIUM_OSMESA_TRUE=''
HAVE_GALLIUM_R300_FALSE=''
HAVE_GALLIUM_R300_TRUE=''
HAVE_GALLIUM_R600_FALSE=''
HAVE_GALLIUM_R600_TRUE=''
HAVE_GALLIUM_RADEONSI_FALSE=''
HAVE_GALLIUM_RADEONSI_TRUE=''
HAVE_GALLIUM_RADEON_COMMON_FALSE=''
HAVE_GALLIUM_RADEON_COMMON_TRUE=''
HAVE_GALLIUM_SOFTPIPE_FALSE=''
HAVE_GALLIUM_SOFTPIPE_TRUE=''
HAVE_GALLIUM_STATIC_TARGETS_FALSE=''
HAVE_GALLIUM_STATIC_TARGETS_TRUE=''
HAVE_GALLIUM_SVGA_FALSE=''
HAVE_GALLIUM_SVGA_TRUE=''
HAVE_GALLIUM_TESTS_FALSE=''
HAVE_GALLIUM_TESTS_TRUE=''
HAVE_GALLIUM_TRUE=''
HAVE_GALLIUM_VC4_FALSE=''
HAVE_GALLIUM_VC4_TRUE=''
HAVE_GBM_FALSE=''
HAVE_GBM_TRUE=''
HAVE_I915_DRI_FALSE=''
HAVE_I915_DRI_TRUE=''
HAVE_I965_DRI_FALSE=''
HAVE_I965_DRI_TRUE=''
HAVE_LD_DYNAMIC_LIST_FALSE='#'
HAVE_LD_DYNAMIC_LIST_TRUE=''
HAVE_LD_VERSION_SCRIPT_FALSE='#'
HAVE_LD_VERSION_SCRIPT_TRUE=''
HAVE_LIBDRM_FALSE=''
HAVE_LIBDRM_TRUE=''
HAVE_LOADER_GALLIUM_FALSE=''
HAVE_LOADER_GALLIUM_TRUE=''
HAVE_MESA_LLVM_FALSE=''
HAVE_MESA_LLVM_TRUE=''
HAVE_NOUVEAU_DRI_FALSE=''
HAVE_NOUVEAU_DRI_TRUE=''
HAVE_OPENGL_ES1_FALSE=''
HAVE_OPENGL_ES1_TRUE='#'
HAVE_OPENGL_ES2_FALSE=''
HAVE_OPENGL_ES2_TRUE='#'
HAVE_OPENGL_FALSE='#'
HAVE_OPENGL_TRUE=''
HAVE_OPENVG_FALSE=''
HAVE_OPENVG_TRUE=''
HAVE_OSMESA_FALSE=''
HAVE_OSMESA_TRUE=''
HAVE_R200_DRI_FALSE=''
HAVE_R200_DRI_TRUE=''
HAVE_RADEON_DRI_FALSE=''
HAVE_RADEON_DRI_TRUE=''
HAVE_SHARED_GLAPI_FALSE='#'
HAVE_SHARED_GLAPI_TRUE=''
HAVE_SPARC_ASM_FALSE=''
HAVE_SPARC_ASM_TRUE=''
HAVE_ST_NINE_FALSE=''
HAVE_ST_NINE_TRUE=''
HAVE_ST_OMX_FALSE=''
HAVE_ST_OMX_TRUE=''
HAVE_ST_VA_FALSE=''
HAVE_ST_VA_TRUE=''
HAVE_ST_VDPAU_FALSE=''
HAVE_ST_VDPAU_TRUE=''
HAVE_ST_XA_FALSE=''
HAVE_ST_XA_TRUE=''
HAVE_ST_XVMC_FALSE=''
HAVE_ST_XVMC_TRUE=''
HAVE_SWRAST_DRI_FALSE=''
HAVE_SWRAST_DRI_TRUE=''
HAVE_X11_DRIVER_FALSE=''
HAVE_X11_DRIVER_TRUE=''
HAVE_X86_64_ASM_FALSE=''
HAVE_X86_64_ASM_TRUE=''
HAVE_X86_ASM_FALSE=''
HAVE_X86_ASM_TRUE=''
HAVE_XF86VIDMODE='yes'
HAVE_XF86VIDMODE_FALSE='#'
HAVE_XF86VIDMODE_TRUE=''
INDENT='cat'
INDENT_FLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTEL_CFLAGS=''
INTEL_LIBS=''
LD='/usr/bin/ld'
LDFLAGS=''
LD_NO_UNDEFINED='-Wl,--no-undefined'
LEX='${SHELL} /home/cubie/Apps/mesa-10.5.4/bin/missing flex'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCLC_INCLUDEDIR=''
LIBCLC_LIBEXECDIR=''
LIBDRM_CFLAGS='-I/usr/include/libdrm  '
LIBDRM_LIBS='-ldrm  '
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUDEV_CFLAGS=' '
LIBUDEV_LIBS='-ludev  '
LIB_DIR='lib'
LIB_EXT='so'
LIPO=''
LLVM_BINDIR=''
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_CPPFLAGS=''
LLVM_CXXFLAGS=''
LLVM_INCLUDEDIR=''
LLVM_LDFLAGS=''
LLVM_LIBDIR=''
LLVM_LIBS=''
LLVM_VERSION=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/cubie/Apps/mesa-10.5.4/bin/missing makeinfo'
MANIFEST_TOOL=':'
MESA_LLVM=''
MKDIR_P='/bin/mkdir -p'
NEED_GALLIUM_VL_FALSE=''
NEED_GALLIUM_VL_TRUE=''
NEED_GALLIUM_VL_WINSYS_FALSE=''
NEED_GALLIUM_VL_WINSYS_TRUE=''
NEED_LIBMESA_FALSE=''
NEED_LIBMESA_TRUE=''
NEED_MEGADRIVER_FALSE=''
NEED_MEGADRIVER_TRUE=''
NEED_OPENGL_COMMON_FALSE='#'
NEED_OPENGL_COMMON_TRUE=''
NEED_RADEON_DRM_WINSYS_FALSE=''
NEED_RADEON_DRM_WINSYS_TRUE=''
NEED_RADEON_LLVM_FALSE=''
NEED_RADEON_LLVM_TRUE=''
NEED_WINSYS_XLIB_FALSE=''
NEED_WINSYS_XLIB_TRUE=''
NINE_MAJOR=''
NINE_MINOR=''
NINE_TINY=''
NINE_VERSION=''
NM='/usr/bin/nm -B'
NMEDIT=''
NOUVEAU_CFLAGS=''
NOUVEAU_LIBS=''
OBJDUMP='objdump'
OBJEXT='o'
OMX_CFLAGS=''
OMX_LIBS=''
OMX_LIB_INSTALL_DIR=''
OPENCL_LIBNAME=''
OSMESA_LIB='OSMesa'
OSMESA_LIB_DEPS=''
OSMESA_PC_LIB_PRIV=''
OSMESA_PC_REQ=''
OSMESA_VERSION='8'
OTOOL64=''
OTOOL=''
PACKAGE='mesa'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa'
PACKAGE_NAME='Mesa'
PACKAGE_STRING='Mesa 10.5.4'
PACKAGE_TARNAME='mesa'
PACKAGE_URL=''
PACKAGE_VERSION='10.5.4'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSIX_SHELL=''
PRESENTPROTO_CFLAGS='-I/usr/local/include  '
PRESENTPROTO_LIBS=' '
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS='-lpthread'
PYTHON2='python2'
RADEON_CFLAGS=''
RADEON_LIBS=''
RANLIB='ranlib'
SED='/bin/sed'
SELINUX_CFLAGS=''
SELINUX_LIBS=''
SET_MAKE=''
SHELL='/bin/bash'
SSE41_CFLAGS='-msse4.1'
SSE41_SUPPORTED_FALSE=''
SSE41_SUPPORTED_TRUE='#'
STRIP='strip'
USE_R600_LLVM_COMPILER_FALSE=''
USE_R600_LLVM_COMPILER_TRUE=''
USE_VC4_SIMULATOR_FALSE=''
USE_VC4_SIMULATOR_TRUE=''
VA_CFLAGS=''
VA_LIBS=''
VA_LIB_INSTALL_DIR=''
VA_MAJOR=''
VA_MINOR=''
VDPAU_CFLAGS=''
VDPAU_LIBS=''
VDPAU_LIB_INSTALL_DIR=''
VDPAU_MAJOR=''
VDPAU_MINOR=''
VERSION='10.5.4'
VG_LIB_DEPS=''
VG_PC_LIB_PRIV=''
VISIBILITY_CFLAGS='-fvisibility=hidden'
VISIBILITY_CXXFLAGS='-fvisibility=hidden'
VL_CFLAGS=''
VL_LIBS=''
WAYLAND_CFLAGS=''
WAYLAND_LIBS=''
WAYLAND_SCANNER=''
WAYLAND_SCANNER_CFLAGS=''
WAYLAND_SCANNER_LIBS=''
X11_INCLUDES='  '
XA_MAJOR=''
XA_MINOR=''
XA_TINY=''
XA_VERSION=''
XCB_DRI2_CFLAGS=''
XCB_DRI2_LIBS=''
XF86VIDMODE_CFLAGS=' '
XF86VIDMODE_LIBS='-lXxf86vm  '
XLIBGL_CFLAGS=''
XLIBGL_LIBS=''
XVMC_CFLAGS=''
XVMC_LIBS=''
XVMC_LIB_INSTALL_DIR=''
XVMC_MAJOR=''
XVMC_MINOR=''
YACC='yacc'
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
acv_mako_found='no'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='armv7l-unknown-linux-gnueabihf'
build_alias=''
build_cpu='armv7l'
build_os='linux-gnueabihf'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='armv7l-unknown-linux-gnueabihf'
host_alias=''
host_cpu='armv7l'
host_os='linux-gnueabihf'
host_vendor='unknown'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/cubie/Apps/mesa-10.5.4/bin/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='armv7l-unknown-linux-gnueabihf'
target_alias=''
target_cpu='armv7l'
target_os='linux-gnueabihf'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Mesa"
#define PACKAGE_TARNAME "mesa"
#define PACKAGE_VERSION "10.5.4"
#define PACKAGE_STRING "Mesa 10.5.4"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
#define PACKAGE_URL ""
#define PACKAGE "mesa"
#define VERSION "10.5.4"
#define _FILE_OFFSET_BITS 64
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE___BUILTIN_BSWAP32 1
#define HAVE___BUILTIN_BSWAP64 1
#define HAVE___BUILTIN_CLZ 1
#define HAVE___BUILTIN_CLZLL 1
#define HAVE___BUILTIN_CTZ 1
#define HAVE___BUILTIN_EXPECT 1
#define HAVE___BUILTIN_FFS 1
#define HAVE___BUILTIN_FFSLL 1
#define HAVE___BUILTIN_POPCOUNT 1
#define HAVE___BUILTIN_POPCOUNTLL 1
#define HAVE___BUILTIN_UNREACHABLE 1
#define HAVE_FUNC_ATTRIBUTE_FLATTEN 1
#define HAVE_FUNC_ATTRIBUTE_FORMAT 1
#define HAVE_FUNC_ATTRIBUTE_MALLOC 1
#define HAVE_FUNC_ATTRIBUTE_PACKED 1
#define HAVE_DLADDR 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_PTHREAD 1

configure: exit 1