This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GLee configure 3.03, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp02 uname -m = i686 uname -r = 3.15.3-1.i386 uname -s = Linux uname -v = #2 SMP Tue Jul 1 11:51:10 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1329: checking for i686-uhu-linux-g++ configure:1345: found /usr/bin/i686-uhu-linux-g++ configure:1355: result: i686-uhu-linux-g++ configure:1413: checking for C++ compiler version configure:1416: i686-uhu-linux-g++ --version &5 i686-uhu-linux-g++ (GCC) 4.8.3 Copyright (C) 2013 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:1419: $? = 0 configure:1421: i686-uhu-linux-g++ -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:1424: $? = 0 configure:1426: i686-uhu-linux-g++ -V &5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:1429: $? = 1 configure:1452: checking for C++ compiler default output file name configure:1455: i686-uhu-linux-g++ conftest.cc >&5 configure:1458: $? = 0 configure:1504: result: a.out configure:1509: checking whether the C++ compiler works configure:1515: ./a.out configure:1518: $? = 0 configure:1535: result: yes configure:1542: checking whether we are cross compiling configure:1544: result: no configure:1547: checking for suffix of executables configure:1549: i686-uhu-linux-g++ -o conftest conftest.cc >&5 configure:1552: $? = 0 configure:1577: result: configure:1583: checking for suffix of object files configure:1604: i686-uhu-linux-g++ -c conftest.cc >&5 configure:1607: $? = 0 configure:1629: result: o configure:1633: checking whether we are using the GNU C++ compiler configure:1657: i686-uhu-linux-g++ -c conftest.cc >&5 configure:1663: $? = 0 configure:1666: test -z || test ! -s conftest.err configure:1669: $? = 0 configure:1672: test -s conftest.o configure:1675: $? = 0 configure:1688: result: yes configure:1694: checking whether i686-uhu-linux-g++ accepts -g configure:1715: i686-uhu-linux-g++ -c -g conftest.cc >&5 configure:1721: $? = 0 configure:1724: test -z || test ! -s conftest.err configure:1727: $? = 0 configure:1730: test -s conftest.o configure:1733: $? = 0 configure:1744: result: yes configure:1786: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:1792: $? = 0 configure:1795: test -z || test ! -s conftest.err configure:1798: $? = 0 configure:1801: test -s conftest.o configure:1804: $? = 0 configure:1830: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:13:9: error: 'exit' was not declared in this scope exit (42); ^ configure:1836: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GLee" | #define PACKAGE_TARNAME "glee" | #define PACKAGE_VERSION "3.03" | #define PACKAGE_STRING "GLee 3.03" | #define PACKAGE_BUGREPORT "lousyphreakatgmx.at" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:1786: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:9:40: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int) throw (); using std::exit; ^ configure:1792: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GLee" | #define PACKAGE_TARNAME "glee" | #define PACKAGE_VERSION "3.03" | #define PACKAGE_STRING "GLee 3.03" | #define PACKAGE_BUGREPORT "lousyphreakatgmx.at" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:1786: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:9:31: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int); using std::exit; ^ In file included from conftest.cc:10:0: /usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); ^ conftest.cc:9:17: error: from previous declaration 'void std::exit(int)' extern "C" void std::exit (int); using std::exit; ^ configure:1792: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GLee" | #define PACKAGE_TARNAME "glee" | #define PACKAGE_VERSION "3.03" | #define PACKAGE_STRING "GLee 3.03" | #define PACKAGE_BUGREPORT "lousyphreakatgmx.at" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:1786: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:1792: $? = 0 configure:1795: test -z || test ! -s conftest.err configure:1798: $? = 0 configure:1801: test -s conftest.o configure:1804: $? = 0 configure:1830: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:1836: $? = 0 configure:1839: test -z || test ! -s conftest.err configure:1842: $? = 0 configure:1845: test -s conftest.o configure:1848: $? = 0 configure:1909: checking for a BSD-compatible install configure:1964: result: /bin/install -c configure:1977: checking for ldconfig configure:1996: found /sbin/ldconfig configure:2009: result: /sbin/ldconfig configure:2018: checking for tar configure:2037: found /bin/tar configure:2050: result: /bin/tar configure:2059: checking for mkdir configure:2078: found /bin/mkdir configure:2091: result: /bin/mkdir configure:2108: checking for i686-uhu-linux-gcc configure:2124: found /usr/bin/i686-uhu-linux-gcc configure:2134: result: i686-uhu-linux-gcc configure:2416: checking for C compiler version configure:2419: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 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:2422: $? = 0 configure:2424: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2427: $? = 0 configure:2429: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2432: $? = 1 configure:2435: checking whether we are using the GNU C compiler configure:2459: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2465: $? = 0 configure:2468: test -z || test ! -s conftest.err configure:2471: $? = 0 configure:2474: test -s conftest.o configure:2477: $? = 0 configure:2490: result: yes configure:2496: checking whether i686-uhu-linux-gcc accepts -g configure:2517: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2523: $? = 0 configure:2526: test -z || test ! -s conftest.err configure:2529: $? = 0 configure:2532: test -s conftest.o configure:2535: $? = 0 configure:2546: result: yes configure:2563: checking for i686-uhu-linux-gcc option to accept ANSI C configure:2633: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2639: $? = 0 configure:2642: test -z || test ! -s conftest.err configure:2645: $? = 0 configure:2648: test -s conftest.o configure:2651: $? = 0 configure:2669: result: none needed configure:2687: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:2693: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2825: checking for glXGetProcAddressARB in -lGL configure:2855: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lGL >&5 configure:2861: $? = 0 configure:2864: test -z || test ! -s conftest.err configure:2867: $? = 0 configure:2870: test -s conftest configure:2873: $? = 0 configure:2886: result: yes configure:2906: checking how to run the C preprocessor configure:2941: i686-uhu-linux-gcc -E conftest.c configure:2947: $? = 0 configure:2979: i686-uhu-linux-gcc -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:2985: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GLee" | #define PACKAGE_TARNAME "glee" | #define PACKAGE_VERSION "3.03" | #define PACKAGE_STRING "GLee 3.03" | #define PACKAGE_BUGREPORT "lousyphreakatgmx.at" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define HAVE_LIBGL 1 | /* end confdefs.h. */ | #include configure:3024: result: i686-uhu-linux-gcc -E configure:3048: i686-uhu-linux-gcc -E conftest.c configure:3054: $? = 0 configure:3086: i686-uhu-linux-gcc -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3092: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GLee" | #define PACKAGE_TARNAME "glee" | #define PACKAGE_VERSION "3.03" | #define PACKAGE_STRING "GLee 3.03" | #define PACKAGE_BUGREPORT "lousyphreakatgmx.at" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define HAVE_LIBGL 1 | /* end confdefs.h. */ | #include configure:3136: checking for egrep configure:3146: result: grep -E configure:3151: checking for ANSI C header files configure:3176: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3182: $? = 0 configure:3185: test -z || test ! -s conftest.err configure:3188: $? = 0 configure:3191: test -s conftest.o configure:3194: $? = 0 configure:3283: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lGL >&5 conftest.c: In function 'main': conftest.c:30:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ configure:3286: $? = 0 configure:3288: ./conftest configure:3291: $? = 0 configure:3306: result: yes configure:3330: checking for sys/types.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for sys/stat.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for stdlib.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for string.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for memory.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for strings.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for inttypes.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for stdint.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3330: checking for unistd.h configure:3346: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3352: $? = 0 configure:3355: test -z || test ! -s conftest.err configure:3358: $? = 0 configure:3361: test -s conftest.o configure:3364: $? = 0 configure:3375: result: yes configure:3401: checking GL/gl.h usability configure:3413: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3419: $? = 0 configure:3422: test -z || test ! -s conftest.err configure:3425: $? = 0 configure:3428: test -s conftest.o configure:3431: $? = 0 configure:3441: result: yes configure:3445: checking GL/gl.h presence configure:3455: i686-uhu-linux-gcc -E conftest.c configure:3461: $? = 0 configure:3481: result: yes configure:3516: checking for GL/gl.h configure:3523: result: yes configure:3550: checking GL/glx.h usability configure:3562: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3568: $? = 0 configure:3571: test -z || test ! -s conftest.err configure:3574: $? = 0 configure:3577: test -s conftest.o configure:3580: $? = 0 configure:3590: result: yes configure:3594: checking GL/glx.h presence configure:3604: i686-uhu-linux-gcc -E conftest.c configure:3610: $? = 0 configure:3630: result: yes configure:3665: checking for GL/glx.h configure:3672: result: yes configure:3699: checking stdio.h usability configure:3711: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3717: $? = 0 configure:3720: test -z || test ! -s conftest.err configure:3723: $? = 0 configure:3726: test -s conftest.o configure:3729: $? = 0 configure:3739: result: yes configure:3743: checking stdio.h presence configure:3753: i686-uhu-linux-gcc -E conftest.c configure:3759: $? = 0 configure:3779: result: yes configure:3814: checking for stdio.h configure:3821: result: yes configure:3937: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GLee config.status 3.03, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp02 config.status:694: creating Makefile config.status:760: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_header_GL_gl_h=yes ac_cv_header_GL_glx_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_stdio_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_lib_GL_glXGetProcAddressARB=yes ac_cv_objext=o ac_cv_path_LDCONFIG=/sbin/ldconfig ac_cv_path_MKDIR=/bin/mkdir ac_cv_path_TAR=/bin/tar ac_cv_path_install='/bin/install -c' ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='i686-uhu-linux-gcc' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CXX='i686-uhu-linux-g++' CXXFLAGS='-g -O2' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDCONFIG='/sbin/ldconfig' LDFLAGS='' LIBOBJS='' LIBS='-lGL ' LTLIBOBJS='' MKDIR='/bin/mkdir' OBJEXT='o' PACKAGE_BUGREPORT='lousyphreakatgmx.at' PACKAGE_NAME='GLee' PACKAGE_STRING='GLee 3.03' PACKAGE_TARNAME='glee' PACKAGE_VERSION='3.03' PATH_SEPARATOR=':' SHELL='/bin/sh' TAR='/bin/tar' ac_ct_CC='' ac_ct_CXX='' bindir='${exec_prefix}/bin' build_alias='i686-uhu-linux' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i686-uhu-linux' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GL_GLX_H 1 #define HAVE_GL_GL_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBGL 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "lousyphreakatgmx.at" #define PACKAGE_NAME "GLee" #define PACKAGE_STRING "GLee 3.03" #define PACKAGE_TARNAME "glee" #define PACKAGE_VERSION "3.03" #define STDC_HEADERS 1 #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0