This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --enable-wrenchboard_api_oameye ## --------- ## ## Platform. ## ## --------- ## hostname = WrenchBoardDev uname -m = x86_64 uname -r = 4.18.0-358.el8.x86_64 uname -s = Linux uname -v = #1 SMP Mon Jan 10 13:11:20 UTC 2022 /usr/bin/uname -p = x86_64 /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/local/bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /home/oameye/.local/bin PATH: /home/oameye/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2217: checking for grep that handles long lines and -e configure:2275: result: /usr/bin/grep configure:2280: checking for egrep configure:2342: result: /usr/bin/grep -E configure:2347: checking for a sed that does not truncate output configure:2411: result: /usr/bin/sed configure:2550: checking for cc configure:2566: found /usr/bin/cc configure:2577: result: cc configure:2608: checking for C compiler version configure:2617: cc --version >&5 cc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-13) Copyright (C) 2018 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:2628: $? = 0 configure:2617: cc -v >&5 Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.5.0 20210514 (Red Hat 8.5.0-13) (GCC) configure:2628: $? = 0 configure:2617: cc -V >&5 cc: error: unrecognized command line option '-V' cc: fatal error: no input files compilation terminated. configure:2628: $? = 1 configure:2617: cc -qversion >&5 cc: error: unrecognized command line option '-qversion'; did you mean '--version'? cc: fatal error: no input files compilation terminated. configure:2628: $? = 1 configure:2648: checking whether the C compiler works configure:2670: cc conftest.c >&5 configure:2674: $? = 0 configure:2722: result: yes configure:2725: checking for C compiler default output file name configure:2727: result: a.out configure:2733: checking for suffix of executables configure:2740: cc -o conftest conftest.c >&5 configure:2744: $? = 0 configure:2766: result: configure:2788: checking whether we are cross compiling configure:2796: cc -o conftest conftest.c >&5 configure:2800: $? = 0 configure:2807: ./conftest configure:2811: $? = 0 configure:2826: result: no configure:2831: checking for suffix of object files configure:2853: cc -c conftest.c >&5 configure:2857: $? = 0 configure:2878: result: o configure:2882: checking whether we are using the GNU C compiler configure:2901: cc -c conftest.c >&5 configure:2901: $? = 0 configure:2910: result: yes configure:2919: checking whether cc accepts -g configure:2939: cc -c -g conftest.c >&5 configure:2939: $? = 0 configure:2980: result: yes configure:2997: checking for cc option to accept ISO C89 configure:3060: cc -c -g -O2 conftest.c >&5 configure:3060: $? = 0 configure:3073: result: none needed configure:3099: checking how to run the C preprocessor configure:3130: cc -E conftest.c configure:3130: $? = 0 configure:3144: cc -E conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:3144: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3169: result: cc -E configure:3189: cc -E conftest.c configure:3189: $? = 0 configure:3203: cc -E conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:3203: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3234: checking for icc configure:3243: result: no configure:3257: checking for suncc configure:3266: result: no configure:3284: checking whether cc understands -c and -o together configure:3312: cc -c conftest.c -o conftest2.o >&5 configure:3316: $? = 0 configure:3322: cc -c conftest.c -o conftest2.o >&5 configure:3326: $? = 0 configure:3381: result: yes configure:3395: checking for system library directory configure:3410: result: lib configure:3417: checking if compiler supports -R configure:3436: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5 cc: error: unrecognized command line option '-R' configure:3436: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3446: result: no configure:3451: checking if compiler supports -Wl,-rpath, configure:3470: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5 configure:3470: $? = 0 configure:3480: result: yes configure:3525: checking build system type configure:3539: result: x86_64-unknown-linux-gnu configure:3559: checking host system type configure:3572: result: x86_64-unknown-linux-gnu configure:3592: checking target system type configure:3605: result: x86_64-unknown-linux-gnu configure:3708: checking for PHP prefix configure:3710: result: /usr configure:3712: checking for PHP includes configure:3714: result: -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib configure:3716: checking for PHP extension directory configure:3718: result: /usr/lib64/php/modules configure:3720: checking for PHP installed headers prefix configure:3722: result: /usr/include/php configure:3725: checking if debug is enabled configure:3751: result: no configure:3754: checking if zts is enabled configure:3780: result: no configure:3851: checking for re2c configure:3881: result: no configure:3906: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. configure:3920: checking for gawk configure:3937: found /usr/bin/gawk configure:3948: result: gawk configure:3991: checking Whether to enable the "wrenchboard_api_oameye" extension configure:4030: result: yes, shared configure:4097: checking for g++ configure:4113: found /usr/bin/g++ configure:4124: result: g++ configure:4151: checking for C++ compiler version configure:4160: g++ --version >&5 g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-13) Copyright (C) 2018 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:4171: $? = 0 configure:4160: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.5.0 20210514 (Red Hat 8.5.0-13) (GCC) configure:4171: $? = 0 configure:4160: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4171: $? = 1 configure:4160: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:4171: $? = 1 configure:4175: checking whether we are using the GNU C++ compiler configure:4194: g++ -c conftest.cpp >&5 configure:4194: $? = 0 configure:4203: result: yes configure:4212: checking whether g++ accepts -g configure:4232: g++ -c -g conftest.cpp >&5 configure:4232: $? = 0 configure:4273: result: yes configure:4301: checking how to run the C++ preprocessor configure:4328: g++ -E conftest.cpp configure:4328: $? = 0 configure:4342: g++ -E conftest.cpp conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4342: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4367: result: g++ -E configure:4387: g++ -E conftest.cpp configure:4387: $? = 0 configure:4401: g++ -E conftest.cpp conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4401: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:5075: checking how to print strings configure:5102: result: printf configure:5123: checking for a sed that does not truncate output configure:5187: result: /usr/bin/sed configure:5205: checking for fgrep configure:5267: result: /usr/bin/grep -F configure:5302: checking for ld used by cc configure:5369: result: /usr/bin/ld configure:5376: checking if the linker (/usr/bin/ld) is GNU ld configure:5391: result: yes configure:5403: checking for BSD- or MS-compatible name lister (nm) configure:5457: result: /usr/bin/nm -B configure:5587: checking the name lister (/usr/bin/nm -B) interface configure:5594: cc -c -g -O2 conftest.c >&5 configure:5597: /usr/bin/nm -B "conftest.o" configure:5600: output 0000000000000000 B some_variable configure:5607: result: BSD nm configure:5610: checking whether ln -s works configure:5614: result: yes configure:5622: checking the maximum length of command line arguments configure:5753: result: 1572864 configure:5801: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:5841: result: func_convert_file_noop configure:5848: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:5868: result: func_convert_file_noop configure:5875: checking for /usr/bin/ld option to reload object files configure:5882: result: -r configure:5956: checking for objdump configure:5972: found /usr/bin/objdump configure:5983: result: objdump configure:6015: checking how to recognize dependent libraries configure:6215: result: pass_all configure:6300: checking for dlltool configure:6330: result: no configure:6360: checking how to associate runtime and link libraries configure:6387: result: printf %s\n configure:6447: checking for ar configure:6463: found /usr/bin/ar configure:6474: result: ar configure:6511: checking for archiver @FILE support configure:6528: cc -c -g -O2 conftest.c >&5 configure:6528: $? = 0 configure:6531: ar cru libconftest.a @conftest.lst >&5 configure:6534: $? = 0 configure:6539: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6542: $? = 1 configure:6554: result: @ configure:6612: checking for strip configure:6628: found /usr/bin/strip configure:6639: result: strip configure:6711: checking for ranlib configure:6727: found /usr/bin/ranlib configure:6738: result: ranlib configure:6815: checking for gawk configure:6842: result: gawk configure:6882: checking command to parse /usr/bin/nm -B output from cc object configure:7035: cc -c -g -O2 conftest.c >&5 configure:7038: $? = 0 configure:7042: /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:7045: $? = 0 configure:7111: cc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7114: $? = 0 configure:7152: result: ok configure:7199: checking for sysroot configure:7229: result: no configure:7236: checking for a working dd configure:7274: result: /usr/bin/dd configure:7278: checking how to truncate binary pipes configure:7293: result: /usr/bin/dd bs=4096 count=1 configure:7429: cc -c -g -O2 conftest.c >&5 configure:7432: $? = 0 configure:7622: checking for mt configure:7652: result: no configure:7672: checking if : is a manifest tool configure:7678: : '-?' configure:7686: result: no configure:8358: checking for ANSI C header files configure:8378: cc -c -g -O2 conftest.c >&5 configure:8378: $? = 0 configure:8451: cc -o conftest -g -O2 conftest.c -lstdc++ >&5 configure:8451: $? = 0 configure:8451: ./conftest configure:8451: $? = 0 configure:8462: result: yes configure:8475: checking for sys/types.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for sys/stat.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for stdlib.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for string.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for memory.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for strings.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for inttypes.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for stdint.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8475: checking for unistd.h configure:8475: cc -c -g -O2 conftest.c >&5 configure:8475: $? = 0 configure:8475: result: yes configure:8489: checking for dlfcn.h configure:8489: cc -c -g -O2 conftest.c >&5 configure:8489: $? = 0 configure:8489: result: yes configure:8756: checking for objdir configure:8771: result: .libs configure:9035: checking if cc supports -fno-rtti -fno-exceptions configure:9053: cc -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:9057: $? = 0 configure:9070: result: no configure:9428: checking for cc option to produce PIC configure:9435: result: -fPIC -DPIC configure:9443: checking if cc PIC flag -fPIC -DPIC works configure:9461: cc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9465: $? = 0 configure:9478: result: yes configure:9507: checking if cc static flag -static works configure:9535: result: no configure:9550: checking if cc supports -c -o file.o configure:9571: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9575: $? = 0 configure:9597: result: yes configure:9605: checking if cc supports -c -o file.o configure:9652: result: yes configure:9685: checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10944: result: yes configure:10981: checking whether -lc should be explicitly linked in configure:10989: cc -c -g -O2 conftest.c >&5 configure:10992: $? = 0 configure:11007: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:11010: $? = 0 configure:11024: result: no configure:11184: checking dynamic linker characteristics configure:11765: cc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c -lstdc++ >&5 configure:11765: $? = 0 configure:12005: result: GNU/Linux ld.so configure:12127: checking how to hardcode library paths into programs configure:12152: result: immediate configure:12700: checking whether stripping libraries is possible configure:12705: result: yes configure:12740: checking if libtool supports shared libraries configure:12742: result: yes configure:12745: checking whether to build shared libraries configure:12770: result: yes configure:12773: checking whether to build static libraries configure:12777: result: no configure:12800: checking how to run the C++ preprocessor configure:12866: result: g++ -E configure:12886: g++ -E conftest.cpp configure:12886: $? = 0 configure:12900: g++ -E conftest.cpp conftest.cpp:22:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:12900: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define COMPILE_DL_WRENCHBOARD_API_OAMEYE 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/" | /* end confdefs.h. */ | #include configure:13062: checking for ld used by g++ configure:13129: result: /usr/bin/ld -m elf_x86_64 configure:13136: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:13151: result: yes configure:13206: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:14279: result: yes configure:14315: g++ -c -g -O2 conftest.cpp >&5 configure:14318: $? = 0 configure:14799: checking for g++ option to produce PIC configure:14806: result: -fPIC -DPIC configure:14814: checking if g++ PIC flag -fPIC -DPIC works configure:14832: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14836: $? = 0 configure:14849: result: yes configure:14872: checking if g++ static flag -static works configure:14900: result: no configure:14912: checking if g++ supports -c -o file.o configure:14933: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14937: $? = 0 configure:14959: result: yes configure:14964: checking if g++ supports -c -o file.o configure:15011: result: yes configure:15041: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15081: result: yes configure:15222: checking dynamic linker characteristics configure:15970: result: GNU/Linux ld.so configure:16035: checking how to hardcode library paths into programs configure:16060: result: immediate configure:16359: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on WrenchBoardDev config.status:944: creating config.h config.status:1034: config.h is unchanged config.status:1048: 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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_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_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_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_lt_DD=/usr/bin/dd ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc 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_cc_c_o=yes ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_target=x86_64-unknown-linux-gnu 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 -m elf_x86_64' 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=no lt_cv_prog_compiler_static_works_CXX=no 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='/usr/bin/dd bs=4096 count=1' php_cv_cc_dashr=no php_cv_cc_rpath=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='gawk' CC='cc' CFLAGS='-g -O2' CONFIGURE_COMMAND=' '\''./configure'\'' '\''--enable-wrenchboard_api_oameye'\''' CONFIGURE_OPTIONS=' '\''--enable-wrenchboard_api_oameye'\''' CPP='cc -E' CPPFLAGS=' -DHAVE_CONFIG_H' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2' DEFS='-DHAVE_CONFIG_H' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GREP='/usr/bin/grep' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBOBJS='' LIBS='-lstdc++ ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MANIFEST_TOOL=':' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RE2C='exit 0;' SED='/usr/bin/sed' SHELL='/bin/sh' SHLIB_DL_SUFFIX_NAME='so' SHLIB_SUFFIX_NAME='so' STRIP='strip' ac_ct_AR='ar' ac_ct_CC='cc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' 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}' dvidir='${docdir}' exec_prefix='$(prefix)' host='x86_64-unknown-linux-gnu' host_alias='x86_64-unknown-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' 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='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define COMPILE_DL_WRENCHBOARD_API_OAMEYE 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/" configure: exit 0