Compiling mesa demos 8.0.1

janemba <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <[email protected]>
Hello,

I installed MesaLib-7.10.2 and MesaGlut-7.10.2 for a x64 architecture. Now I'm trying to
install Mesa-demos-8.0.1 but at make step I have the following error :

----
prim.o: In function `Key':
/tmp/mesa-demos-8.0.1/src/tests/prim.c:106: undefined reference to `__glewProvokingVertexEXT'
collect2: ld returned 1 exit status
make[3]: *** [prim] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
----

So I made the following check :

> grep -rn 'glewProvokingVertexEXT' /usr/include
/usr/include/GL/glew.h:6920:#define glProvokingVertexEXT GLEW_GET_FUN(__glewProvokingVertexEXT)
/usr/include/GL/glew.h:12335:GLEW_FUN_EXPORT PFNGLPROVOKINGVERTEXEXTPROC __glewProvokingVertexEXT;


> find / -iname 'libGLEW*' -type f  2>/dev/null
/usr/lib64/libGLEW.a
/usr/lib64/libGLEW.so.1.5.1
/usr/lib/libGLEW.a
/usr/lib/libGLEW.so.1.5.1



To configure mesa-demos I launch the following command :

> LDFLAGS="-L/usr/lib64" ./configure --prefix=/usr --libdir=/usr/lib64

In attachment you can see my config.log file.

Do you know how to resolv this problem ?

PS: Feel free to ask me others log file.

_______________________________________________
mesa-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-users
config.log (text/plain, 37 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by mesa-demos configure 8.0.1, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure --prefix=/usr --libdir=/usr/lib64

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

hostname = zeta
uname -m = x86_64
uname -r = 2.6.38.2
uname -s = Linux
uname -v = #1 SMP Tue Apr 5 23:13:16 CEST 2011

/usr/bin/uname -p = Intel(R) Core(TM) i3 CPU         540  @ 3.07GHz
/bin/uname -X     = unknown

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

PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/share/texmf/bin
PATH: /usr/share/bin
PATH: /bin
PATH: /opt/kde/bin
PATH: /opt/kde/share/apps/kapptemplate/bin
PATH: /opt/www/htdig/bin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /opt/openoffice.org2.0/program
PATH: /usr/lib/jre1.5.0_09/bin
PATH: /usr/games
PATH: /usr/local/Trolltech/Qt-4.4.1/bin
PATH: ..


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

configure:2598: checking build system type
configure:2612: result: x86_64-unknown-linux-gnu
configure:2632: checking host system type
configure:2645: result: x86_64-unknown-linux-gnu
configure:2682: checking for a BSD-compatible install
configure:2750: result: /usr/bin/ginstall -c
configure:2761: checking whether build environment is sane
configure:2811: result: yes
configure:2952: checking for a thread-safe mkdir -p
configure:2991: result: /usr/bin/mkdir -p
configure:3004: checking for gawk
configure:3020: found /usr/bin/gawk
configure:3031: result: gawk
configure:3042: checking whether make sets $(MAKE)
configure:3064: result: yes
configure:3157: checking for style of include used by make
configure:3185: result: GNU
configure:3255: checking for gcc
configure:3271: found /usr/bin/gcc
configure:3282: result: gcc
configure:3511: checking for C compiler version
configure:3520: gcc --version >&5
gcc (GCC) 4.4.4
Copyright (C) 2010 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:3531: $? = 0
configure:3520: gcc -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.4.4/specs
Target: x86_64-slackware-linux
Configured with: ../gcc-4.4.4/configure --prefix=/usr --libdir=/usr/lib64 --enable-shared --enable-bootstrap --enable-languages=c,c++,ada,fortran,java,objc --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 4.4.4 (GCC) 
configure:3531: $? = 0
configure:3520: gcc -V >&5
gcc: '-V' option must have argument
configure:3531: $? = 1
configure:3520: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3531: $? = 1
configure:3551: checking whether the C compiler works
configure:3573: gcc   -L/usr/lib64 conftest.c  >&5
configure:3577: $? = 0
configure:3626: result: yes
configure:3629: checking for C compiler default output file name
configure:3631: result: a.out
configure:3637: checking for suffix of executables
configure:3644: gcc -o conftest   -L/usr/lib64 conftest.c  >&5
configure:3648: $? = 0
configure:3670: result: 
configure:3692: checking whether we are cross compiling
configure:3700: gcc -o conftest   -L/usr/lib64 conftest.c  >&5
configure:3704: $? = 0
configure:3711: ./conftest
configure:3715: $? = 0
configure:3730: result: no
configure:3735: checking for suffix of object files
configure:3757: gcc -c   conftest.c >&5
configure:3761: $? = 0
configure:3782: result: o
configure:3786: checking whether we are using the GNU C compiler
configure:3805: gcc -c   conftest.c >&5
configure:3805: $? = 0
configure:3814: result: yes
configure:3823: checking whether gcc accepts -g
configure:3843: gcc -c -g  conftest.c >&5
configure:3843: $? = 0
configure:3884: result: yes
configure:3901: checking for gcc option to accept ISO C89
configure:3965: gcc  -c -g -O2  conftest.c >&5
configure:3965: $? = 0
configure:3978: result: none needed
configure:4000: checking dependency style of gcc
configure:4110: result: gcc3
configure:4130: checking how to run the C preprocessor
configure:4161: gcc -E  conftest.c
configure:4161: $? = 0
configure:4175: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4175: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesa-demos"
| #define PACKAGE_TARNAME "mesa-demos"
| #define PACKAGE_VERSION "8.0.1"
| #define PACKAGE_STRING "mesa-demos 8.0.1"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa-demos"
| #define VERSION "8.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4200: result: gcc -E
configure:4220: gcc -E  conftest.c
configure:4220: $? = 0
configure:4234: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4234: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesa-demos"
| #define PACKAGE_TARNAME "mesa-demos"
| #define PACKAGE_VERSION "8.0.1"
| #define PACKAGE_STRING "mesa-demos 8.0.1"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa-demos"
| #define VERSION "8.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4310: checking for gcc
configure:4337: result: gcc
configure:4566: checking for C compiler version
configure:4575: gcc --version >&5
gcc (GCC) 4.4.4
Copyright (C) 2010 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:4586: $? = 0
configure:4575: gcc -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.4.4/specs
Target: x86_64-slackware-linux
Configured with: ../gcc-4.4.4/configure --prefix=/usr --libdir=/usr/lib64 --enable-shared --enable-bootstrap --enable-languages=c,c++,ada,fortran,java,objc --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 4.4.4 (GCC) 
configure:4586: $? = 0
configure:4575: gcc -V >&5
gcc: '-V' option must have argument
configure:4586: $? = 1
configure:4575: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4586: $? = 1
configure:4590: checking whether we are using the GNU C compiler
configure:4618: result: yes
configure:4627: checking whether gcc accepts -g
configure:4688: result: yes
configure:4705: checking for gcc option to accept ISO C89
configure:4782: result: none needed
configure:4804: checking dependency style of gcc
configure:4914: result: gcc3
configure:4987: checking for g++
configure:5003: found /usr/bin/g++
configure:5014: result: g++
configure:5041: checking for C++ compiler version
configure:5050: g++ --version >&5
g++ (GCC) 4.4.4
Copyright (C) 2010 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:5061: $? = 0
configure:5050: g++ -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.4.4/specs
Target: x86_64-slackware-linux
Configured with: ../gcc-4.4.4/configure --prefix=/usr --libdir=/usr/lib64 --enable-shared --enable-bootstrap --enable-languages=c,c++,ada,fortran,java,objc --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 4.4.4 (GCC) 
configure:5061: $? = 0
configure:5050: g++ -V >&5
g++: '-V' option must have argument
configure:5061: $? = 1
configure:5050: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:5061: $? = 1
configure:5065: checking whether we are using the GNU C++ compiler
configure:5084: g++ -c   conftest.cpp >&5
configure:5084: $? = 0
configure:5093: result: yes
configure:5102: checking whether g++ accepts -g
configure:5122: g++ -c -g  conftest.cpp >&5
configure:5122: $? = 0
configure:5163: result: yes
configure:5188: checking dependency style of g++
configure:5298: result: gcc3
configure:5338: checking for a sed that does not truncate output
configure:5402: result: /usr/bin/sed
configure:5420: checking for grep that handles long lines and -e
configure:5478: result: /usr/bin/grep
configure:5483: checking for egrep
configure:5545: result: /usr/bin/grep -E
configure:5550: checking for fgrep
configure:5612: result: /usr/bin/grep -F
configure:5647: checking for ld used by gcc
configure:5714: result: /usr/x86_64-slackware-linux/bin/ld
configure:5721: checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld
configure:5736: result: yes
configure:5748: checking for BSD- or MS-compatible name lister (nm)
configure:5797: result: /usr/bin/nm -B
configure:5915: checking the name lister (/usr/bin/nm -B) interface
configure:5922: gcc -c -g -O2  conftest.c >&5
configure:5925: /usr/bin/nm -B "conftest.o"
configure:5928: output
0000000000000000 B some_variable
configure:5935: result: BSD nm
configure:5938: checking whether ln -s works
configure:5942: result: yes
configure:5950: checking the maximum length of command line arguments
configure:6070: result: 3458764513820540925
configure:6087: checking whether the shell understands some XSI constructs
configure:6097: result: yes
configure:6101: checking whether the shell understands "+="
configure:6107: result: yes
configure:6142: checking for /usr/x86_64-slackware-linux/bin/ld option to reload object files
configure:6149: result: -r
configure:6218: checking for objdump
configure:6234: found /usr/bin/objdump
configure:6245: result: objdump
configure:6277: checking how to recognize dependent libraries
configure:6473: result: pass_all
configure:6533: checking for ar
configure:6549: found /usr/bin/ar
configure:6560: result: ar
configure:6638: checking for strip
configure:6654: found /usr/bin/strip
configure:6665: result: strip
configure:6737: checking for ranlib
configure:6753: found /usr/bin/ranlib
configure:6764: result: ranlib
configure:6854: checking command to parse /usr/bin/nm -B output from gcc object
configure:6972: gcc -c -g -O2  conftest.c >&5
configure:6975: $? = 0
configure:6979: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6982: $? = 0
configure:7036: gcc -o conftest -g -O2  -L/usr/lib64 conftest.c conftstm.o >&5
configure:7039: $? = 0
configure:7077: result: ok
configure:7173: gcc -c -g -O2  conftest.c >&5
configure:7176: $? = 0
configure:7882: checking for ANSI C header files
configure:7902: gcc -c -g -O2  conftest.c >&5
configure:7902: $? = 0
configure:7975: gcc -o conftest -g -O2  -L/usr/lib64 conftest.c  >&5
configure:7975: $? = 0
configure:7975: ./conftest
configure:7975: $? = 0
configure:7986: result: yes
configure:7999: checking for sys/types.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for sys/stat.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for stdlib.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for string.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for memory.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for strings.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for inttypes.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for stdint.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:7999: checking for unistd.h
configure:7999: gcc -c -g -O2  conftest.c >&5
configure:7999: $? = 0
configure:7999: result: yes
configure:8014: checking for dlfcn.h
configure:8014: gcc -c -g -O2  conftest.c >&5
configure:8014: $? = 0
configure:8014: result: yes
configure:8139: checking for C++ compiler version
configure:8148: g++ --version >&5
g++ (GCC) 4.4.4
Copyright (C) 2010 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:8159: $? = 0
configure:8148: g++ -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.4.4/specs
Target: x86_64-slackware-linux
Configured with: ../gcc-4.4.4/configure --prefix=/usr --libdir=/usr/lib64 --enable-shared --enable-bootstrap --enable-languages=c,c++,ada,fortran,java,objc --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 4.4.4 (GCC) 
configure:8159: $? = 0
configure:8148: g++ -V >&5
g++: '-V' option must have argument
configure:8159: $? = 1
configure:8148: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:8159: $? = 1
configure:8163: checking whether we are using the GNU C++ compiler
configure:8191: result: yes
configure:8200: checking whether g++ accepts -g
configure:8261: result: yes
configure:8286: checking dependency style of g++
configure:8396: result: gcc3
configure:8419: checking how to run the C++ preprocessor
configure:8446: g++ -E  conftest.cpp
configure:8446: $? = 0
configure:8460: g++ -E  conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:8460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesa-demos"
| #define PACKAGE_TARNAME "mesa-demos"
| #define PACKAGE_VERSION "8.0.1"
| #define PACKAGE_STRING "mesa-demos 8.0.1"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa-demos"
| #define VERSION "8.0.1"
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8485: result: g++ -E
configure:8505: g++ -E  conftest.cpp
configure:8505: $? = 0
configure:8519: g++ -E  conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:8519: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mesa-demos"
| #define PACKAGE_TARNAME "mesa-demos"
| #define PACKAGE_VERSION "8.0.1"
| #define PACKAGE_STRING "mesa-demos 8.0.1"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
| #define PACKAGE_URL ""
| #define PACKAGE "mesa-demos"
| #define VERSION "8.0.1"
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8725: checking for objdir
configure:8740: result: .libs
configure:9032: checking if gcc supports -fno-rtti -fno-exceptions
configure:9050: 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:9054: $? = 0
configure:9067: result: no
configure:9087: checking for gcc option to produce PIC
configure:9359: result: -fPIC -DPIC
configure:9371: checking if gcc PIC flag -fPIC -DPIC works
configure:9389: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9393: $? = 0
configure:9406: result: yes
configure:9430: checking if gcc static flag -static works
configure:9458: result: yes
configure:9473: checking if gcc supports -c -o file.o
configure:9494: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9498: $? = 0
configure:9520: result: yes
configure:9528: checking if gcc supports -c -o file.o
configure:9575: result: yes
configure:9608: checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:10594: result: yes
configure:10631: checking whether -lc should be explicitly linked in
configure:10636: gcc -c -g -O2  conftest.c >&5
configure:10639: $? = 0
configure:10654: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10657: $? = 0
configure:10669: result: no
configure:10833: checking dynamic linker characteristics
configure:11266: gcc -o conftest -g -O2  -L/usr/lib64 -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11266: $? = 0
configure:11487: result: GNU/Linux ld.so
configure:11589: checking how to hardcode library paths into programs
configure:11614: result: immediate
configure:12134: checking whether stripping libraries is possible
configure:12139: result: yes
configure:12174: checking if libtool supports shared libraries
configure:12176: result: yes
configure:12179: checking whether to build shared libraries
configure:12200: result: yes
configure:12203: checking whether to build static libraries
configure:12207: result: yes
configure:12357: checking for ld used by g++
configure:12424: result: /usr/x86_64-slackware-linux/bin/ld -m elf_x86_64
configure:12431: checking if the linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) is GNU ld
configure:12446: result: yes
configure:12501: checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:13414: result: yes
configure:13442: g++ -c -g -O2  conftest.cpp >&5
configure:13445: $? = 0
configure:13627: checking for g++ option to produce PIC
configure:13944: result: -fPIC -DPIC
configure:13953: checking if g++ PIC flag -fPIC -DPIC works
configure:13971: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13975: $? = 0
configure:13988: result: yes
configure:14009: checking if g++ static flag -static works
configure:14037: result: yes
configure:14049: checking if g++ supports -c -o file.o
configure:14070: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14074: $? = 0
configure:14096: result: yes
configure:14101: checking if g++ supports -c -o file.o
configure:14148: result: yes
configure:14178: checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:14204: result: yes
configure:14341: checking dynamic linker characteristics
configure:14722: g++ -o conftest -g -O2  -L/usr/lib64 -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:14722: $? = 0
configure:14943: result: GNU/Linux ld.so
configure:14994: checking how to hardcode library paths into programs
configure:15019: result: immediate
configure:15078: checking whether gcc and cc understand -c and -o together
configure:15109: gcc -c conftest.c -o conftest2.o >&5
configure:15113: $? = 0
configure:15119: gcc -c conftest.c -o conftest2.o >&5
configure:15123: $? = 0
configure:15134: cc -c conftest.c >&5
configure:15138: $? = 0
configure:15146: cc -c conftest.c -o conftest2.o >&5
configure:15150: $? = 0
configure:15156: cc -c conftest.c -o conftest2.o >&5
configure:15160: $? = 0
configure:15178: result: yes
configure:15268: checking for pkg-config
configure:15286: found /usr/bin/pkg-config
configure:15298: result: /usr/bin/pkg-config
configure:15323: checking pkg-config is at least version 0.9.0
configure:15326: result: yes
configure:15338: checking for GL
configure:15345: $PKG_CONFIG --exists --print-errors "gl"
configure:15348: $? = 0
configure:15361: $PKG_CONFIG --exists --print-errors "gl"
configure:15364: $? = 0
configure:15501: result: yes
configure:15519: checking GL/glut.h usability
configure:15519: gcc -c -g -O2  conftest.c >&5
configure:15519: $? = 0
configure:15519: result: yes
configure:15519: checking GL/glut.h presence
configure:15519: gcc -E  conftest.c
configure:15519: $? = 0
configure:15519: result: yes
configure:15519: checking for GL/glut.h
configure:15519: result: yes
configure:15527: checking for glutInit in -lglut
configure:15552: gcc -o conftest -g -O2  -L/usr/lib64 conftest.c -lglut   >&5
configure:15552: $? = 0
configure:15561: result: yes
configure:15579: checking for GLEW
configure:15586: $PKG_CONFIG --exists --print-errors "glew"
Package glew was not found in the pkg-config search path.
Perhaps you should add the directory containing `glew.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glew' found
configure:15589: $? = 1
No package 'glew' found
configure:15632: result: no
configure:15635: checking GL/glew.h usability
configure:15635: gcc -c -g -O2  conftest.c >&5
configure:15635: $? = 0
configure:15635: result: yes
configure:15635: checking GL/glew.h presence
configure:15635: gcc -E  conftest.c
configure:15635: $? = 0
configure:15635: result: yes
configure:15635: checking for GL/glew.h
configure:15635: result: yes
configure:15643: checking for glewInit in -lGLEW
configure:15668: gcc -o conftest -g -O2  -L/usr/lib64 conftest.c -lGLEW  -lglut  >&5
configure:15668: $? = 0
configure:15677: result: yes
configure:15764: checking for GLU
configure:15771: $PKG_CONFIG --exists --print-errors "glu"
configure:15774: $? = 0
configure:15787: $PKG_CONFIG --exists --print-errors "glu"
configure:15790: $? = 0
configure:15923: result: yes
configure:15933: checking for EGL
configure:15940: $PKG_CONFIG --exists --print-errors "egl"
configure:15943: $? = 0
configure:15956: $PKG_CONFIG --exists --print-errors "egl"
configure:15959: $? = 0
configure:15994: result: yes
configure:16000: checking for GLESV1
configure:16007: $PKG_CONFIG --exists --print-errors "glesv1_cm"
Package glesv1_cm was not found in the pkg-config search path.
Perhaps you should add the directory containing `glesv1_cm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glesv1_cm' found
configure:16010: $? = 1
configure:16023: $PKG_CONFIG --exists --print-errors "glesv1_cm"
Package glesv1_cm was not found in the pkg-config search path.
Perhaps you should add the directory containing `glesv1_cm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glesv1_cm' found
configure:16026: $? = 1
No package 'glesv1_cm' found
configure:16053: result: no
configure:16067: checking for GLESV2
configure:16074: $PKG_CONFIG --exists --print-errors "glesv2"
Package glesv2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glesv2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glesv2' found
configure:16077: $? = 1
configure:16090: $PKG_CONFIG --exists --print-errors "glesv2"
Package glesv2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glesv2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glesv2' found
configure:16093: $? = 1
No package 'glesv2' found
configure:16120: result: no
configure:16134: checking for VG
configure:16141: $PKG_CONFIG --exists --print-errors "vg"
Package vg was not found in the pkg-config search path.
Perhaps you should add the directory containing `vg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vg' found
configure:16144: $? = 1
configure:16157: $PKG_CONFIG --exists --print-errors "vg"
Package vg was not found in the pkg-config search path.
Perhaps you should add the directory containing `vg.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vg' found
configure:16160: $? = 1
No package 'vg' found
configure:16187: result: no
configure:16201: checking for OSMESA
configure:16208: $PKG_CONFIG --exists --print-errors "osmesa"
Package osmesa was not found in the pkg-config search path.
Perhaps you should add the directory containing `osmesa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'osmesa' found
configure:16211: $? = 1
configure:16224: $PKG_CONFIG --exists --print-errors "osmesa"
Package osmesa was not found in the pkg-config search path.
Perhaps you should add the directory containing `osmesa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'osmesa' found
configure:16227: $? = 1
No package 'osmesa' found
configure:16254: result: no
configure:16307: checking for X11
configure:16314: $PKG_CONFIG --exists --print-errors "x11 xext"
configure:16317: $? = 0
configure:16330: $PKG_CONFIG --exists --print-errors "x11 xext"
configure:16333: $? = 0
configure:16368: result: yes
configure:16692: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by mesa-demos config.status 8.0.1, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on zeta

config.status:1124: creating Makefile
config.status:1124: creating src/Makefile
config.status:1124: creating src/demos/Makefile
config.status:1124: creating src/egl/Makefile
config.status:1124: creating src/egl/eglut/Makefile
config.status:1124: creating src/egl/opengl/Makefile
config.status:1124: creating src/egl/opengles1/Makefile
config.status:1124: creating src/egl/opengles2/Makefile
config.status:1124: creating src/egl/openvg/Makefile
config.status:1124: creating src/egl/openvg/trivial/Makefile
config.status:1124: creating src/fp/Makefile
config.status:1124: creating src/fpglsl/Makefile
config.status:1124: creating src/glsl/Makefile
config.status:1124: creating src/gs/Makefile
config.status:1124: creating src/images/Makefile
config.status:1124: creating src/objviewer/Makefile
config.status:1124: creating src/osdemos/Makefile
config.status:1124: creating src/perf/Makefile
config.status:1124: creating src/rbug/Makefile
config.status:1124: creating src/redbook/Makefile
config.status:1124: creating src/samples/Makefile
config.status:1124: creating src/slang/Makefile
config.status:1124: creating src/tests/Makefile
config.status:1124: creating src/tools/Makefile
config.status:1124: creating src/tools/trace/Makefile
config.status:1124: creating src/trivial/Makefile
config.status:1124: creating src/util/Makefile
config.status:1124: creating src/vp/Makefile
config.status:1124: creating src/vpglsl/Makefile
config.status:1124: creating src/wgl/Makefile
config.status:1124: creating src/xdemos/Makefile
config.status:1287: executing depfiles commands
config.status:1287: executing libtool commands

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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_EGL_CFLAGS_set=
ac_cv_env_EGL_CFLAGS_value=
ac_cv_env_EGL_LIBS_set=
ac_cv_env_EGL_LIBS_value=
ac_cv_env_GLESV1_CFLAGS_set=
ac_cv_env_GLESV1_CFLAGS_value=
ac_cv_env_GLESV1_LIBS_set=
ac_cv_env_GLESV1_LIBS_value=
ac_cv_env_GLESV2_CFLAGS_set=
ac_cv_env_GLESV2_CFLAGS_value=
ac_cv_env_GLESV2_LIBS_set=
ac_cv_env_GLESV2_LIBS_value=
ac_cv_env_GLEW_CFLAGS_set=
ac_cv_env_GLEW_CFLAGS_value=
ac_cv_env_GLEW_LIBS_set=
ac_cv_env_GLEW_LIBS_value=
ac_cv_env_GLU_CFLAGS_set=
ac_cv_env_GLU_CFLAGS_value=
ac_cv_env_GLU_LIBS_set=
ac_cv_env_GLU_LIBS_value=
ac_cv_env_GL_CFLAGS_set=
ac_cv_env_GL_CFLAGS_value=
ac_cv_env_GL_LIBS_set=
ac_cv_env_GL_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/lib64
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OSMESA_CFLAGS_set=
ac_cv_env_OSMESA_CFLAGS_value=
ac_cv_env_OSMESA_LIBS_set=
ac_cv_env_OSMESA_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_VG_CFLAGS_set=
ac_cv_env_VG_CFLAGS_value=
ac_cv_env_VG_LIBS_set=
ac_cv_env_VG_LIBS_value=
ac_cv_env_X11_CFLAGS_set=
ac_cv_env_X11_CFLAGS_value=
ac_cv_env_X11_LIBS_set=
ac_cv_env_X11_LIBS_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_header_GL_glew_h=yes
ac_cv_header_GL_glut_h=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_host=x86_64-unknown-linux-gnu
ac_cv_lib_GLEW_glewInit=yes
ac_cv_lib_glut_glutInit=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
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_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_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
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/x86_64-slackware-linux/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
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_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=3458764513820540925
pkg_cv_EGL_CFLAGS='-I/usr/include/libdrm  '
pkg_cv_EGL_LIBS='-lEGL  '
pkg_cv_GLEW_LIBS=-lGLEW
pkg_cv_GLU_CFLAGS='-I/usr/include/libdrm  '
pkg_cv_GLU_LIBS='-lGLU -lGL  '
pkg_cv_GL_CFLAGS='-I/usr/include/libdrm  '
pkg_cv_GL_LIBS='-lGL  '
pkg_cv_X11_CFLAGS=' '
pkg_cv_X11_LIBS='-lX11 -lXext  '

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

ACLOCAL='${SHELL} /tmp/mesa-demos-8.0.1/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/mesa-demos-8.0.1/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AUTOCONF='${SHELL} /tmp/mesa-demos-8.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/mesa-demos-8.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/mesa-demos-8.0.1/missing --run automake-1.11'
AWK='gawk'
BUILD_GLTRACE_FALSE=''
BUILD_GLTRACE_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"mesa-demos\" -DPACKAGE_TARNAME=\"mesa-demos\" -DPACKAGE_VERSION=\"8.0.1\" -DPACKAGE_STRING=\"mesa-demos\ 8.0.1\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa-demos\" -DVERSION=\"8.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBGLUT=1 -DHAVE_LIBGLEW=1'
DEMO_CFLAGS=' -I/usr/include/libdrm    -I/usr/include/libdrm   -D_GNU_SOURCE -DPTHREADS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement'
DEMO_LIBS=' -lGL   -lGLEW -lGLU -lGL   -lm'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGL_CFLAGS='-I/usr/include/libdrm  '
EGL_LIBS='-lEGL  '
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GLESV1_CFLAGS=''
GLESV1_LIBS=''
GLESV2_CFLAGS=''
GLESV2_LIBS=''
GLEW_CFLAGS=''
GLEW_LIBS='-lGLEW'
GLUT_CFLAGS=''
GLUT_LIBS='-lglut'
GLU_CFLAGS='-I/usr/include/libdrm  '
GLU_LIBS='-lGLU -lGL  '
GL_CFLAGS='-I/usr/include/libdrm  '
GL_LIBS='-lGL  '
GREP='/usr/bin/grep'
HAVE_EGL_FALSE='#'
HAVE_EGL_TRUE=''
HAVE_GLESV1_FALSE=''
HAVE_GLESV1_TRUE='#'
HAVE_GLESV2_FALSE=''
HAVE_GLESV2_TRUE='#'
HAVE_GLUT_FALSE='#'
HAVE_GLUT_TRUE=''
HAVE_MESA_SOURCE_FALSE=''
HAVE_MESA_SOURCE_TRUE='#'
HAVE_OSMESA_FALSE=''
HAVE_OSMESA_TRUE='#'
HAVE_VG_FALSE=''
HAVE_VG_TRUE='#'
HAVE_X11_FALSE='#'
HAVE_X11_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64'
LDFLAGS='-L/usr/lib64'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/mesa-demos-8.0.1/missing --run makeinfo'
MESA_GLAPI='/src/mesa/glapi'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OSMESA16_LIBS=''
OSMESA32_LIBS=''
OSMESA_CFLAGS=''
OSMESA_LIBS=''
OTOOL64=''
OTOOL=''
PACKAGE='mesa-demos'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa'
PACKAGE_NAME='mesa-demos'
PACKAGE_STRING='mesa-demos 8.0.1'
PACKAGE_TARNAME='mesa-demos'
PACKAGE_URL=''
PACKAGE_VERSION='8.0.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='8.0.1'
VG_CFLAGS=''
VG_LIBS=''
X11_CFLAGS=' '
X11_LIBS='-lX11 -lXext  '
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/mesa-demos-8.0.1/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "mesa-demos"
#define PACKAGE_TARNAME "mesa-demos"
#define PACKAGE_VERSION "8.0.1"
#define PACKAGE_STRING "mesa-demos 8.0.1"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
#define PACKAGE_URL ""
#define PACKAGE "mesa-demos"
#define VERSION "8.0.1"
#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_LIBGLUT 1
#define HAVE_LIBGLEW 1

configure: exit 0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.