This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by config.sh, which was generated by GNU Autoconf 2.59. Invocation command line was $ config.sh -prefix=/local_disk/orion/ontrac/yannick/kaldi_20190717/kaldi/tools/sctk ## --------- ## ## Platform. ## ## --------- ## hostname = alpos uname -m = x86_64 uname -r = 4.15.0-48-generic uname -s = Linux uname -v = #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 /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: /users/yesteve/tools/srilm/bin/i686-m64 PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /usr/local/cuda/bin PATH: /usr/local/gurobi650/linux64/bin ## ----------- ## ## Core tests. ## ## ----------- ## config.sh:1350: checking for g++ config.sh:1366: found /usr/bin/g++ config.sh:1376: result: g++ config.sh:1392: checking for C++ compiler version config.sh:1395: g++ --version &5 g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 Copyright (C) 2017 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. config.sh:1398: $? = 0 config.sh:1400: g++ -v &5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) config.sh:1403: $? = 0 config.sh:1405: g++ -V &5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. config.sh:1408: $? = 1 config.sh:1431: checking for C++ compiler default output file name config.sh:1434: g++ conftest.cc >&5 config.sh:1437: $? = 0 config.sh:1483: result: a.out config.sh:1488: checking whether the C++ compiler works config.sh:1494: ./a.out config.sh:1497: $? = 0 config.sh:1514: result: yes config.sh:1521: checking whether we are cross compiling config.sh:1523: result: no config.sh:1526: checking for suffix of executables config.sh:1528: g++ -o conftest conftest.cc >&5 config.sh:1531: $? = 0 config.sh:1556: result: config.sh:1562: checking for suffix of object files config.sh:1583: g++ -c conftest.cc >&5 config.sh:1586: $? = 0 config.sh:1608: result: o config.sh:1612: checking whether we are using the GNU C++ compiler config.sh:1636: g++ -c conftest.cc >&5 config.sh:1642: $? = 0 config.sh:1646: test -z || test ! -s conftest.err config.sh:1649: $? = 0 config.sh:1652: test -s conftest.o config.sh:1655: $? = 0 config.sh:1668: result: yes config.sh:1674: checking whether g++ accepts -g config.sh:1695: g++ -c -g conftest.cc >&5 config.sh:1701: $? = 0 config.sh:1705: test -z || test ! -s conftest.err config.sh:1708: $? = 0 config.sh:1711: test -s conftest.o config.sh:1714: $? = 0 config.sh:1725: result: yes config.sh:1767: g++ -c -g -Os conftest.cc >&5 config.sh:1773: $? = 0 config.sh:1777: test -z || test ! -s conftest.err config.sh:1780: $? = 0 config.sh:1783: test -s conftest.o config.sh:1786: $? = 0 config.sh:1812: g++ -c -g -Os conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:13:1: error: 'exit' was not declared in this scope exit (42); ^~~~ config.sh:1818: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } config.sh:1767: g++ -c -g -Os conftest.cc >&5 config.sh:1773: $? = 0 config.sh:1777: test -z || test ! -s conftest.err config.sh:1780: $? = 0 config.sh:1783: test -s conftest.o config.sh:1786: $? = 0 config.sh:1812: g++ -c -g -Os conftest.cc >&5 config.sh:1818: $? = 0 config.sh:1822: test -z || test ! -s conftest.err config.sh:1825: $? = 0 config.sh:1828: test -s conftest.o config.sh:1831: $? = 0 config.sh:1854: checking whether make sets $(MAKE) config.sh:1874: result: yes config.sh:1930: checking for gcc config.sh:1946: found /usr/bin/gcc config.sh:1956: result: gcc config.sh:2200: checking for C compiler version config.sh:2203: gcc --version &5 gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 Copyright (C) 2017 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. config.sh:2206: $? = 0 config.sh:2208: gcc -v &5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) config.sh:2211: $? = 0 config.sh:2213: gcc -V &5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. config.sh:2216: $? = 1 config.sh:2219: checking whether we are using the GNU C compiler config.sh:2243: gcc -c conftest.c >&5 config.sh:2249: $? = 0 config.sh:2253: test -z || test ! -s conftest.err config.sh:2256: $? = 0 config.sh:2259: test -s conftest.o config.sh:2262: $? = 0 config.sh:2275: result: yes config.sh:2281: checking whether gcc accepts -g config.sh:2302: gcc -c -g conftest.c >&5 config.sh:2308: $? = 0 config.sh:2312: test -z || test ! -s conftest.err config.sh:2315: $? = 0 config.sh:2318: test -s conftest.o config.sh:2321: $? = 0 config.sh:2332: result: yes config.sh:2349: checking for gcc option to accept ANSI C config.sh:2419: gcc -c -g -Os conftest.c >&5 config.sh:2425: $? = 0 config.sh:2429: test -z || test ! -s conftest.err config.sh:2432: $? = 0 config.sh:2435: test -s conftest.o config.sh:2438: $? = 0 config.sh:2456: result: none needed config.sh:2474: gcc -c -g -Os 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 config.sh:2480: $? = 1 config.sh: failed program was: | #ifndef __cplusplus | choke me | #endif config.sh:2615: checking for main in -lm config.sh:2639: gcc -o conftest -g -Os conftest.c -lm >&5 config.sh:2645: $? = 0 config.sh:2649: test -z || test ! -s conftest.err config.sh:2652: $? = 0 config.sh:2655: test -s conftest config.sh:2658: $? = 0 config.sh:2671: result: yes config.sh:2688: checking how to run the C preprocessor config.sh:2723: gcc -E conftest.c config.sh:2729: $? = 0 config.sh:2761: gcc -E conftest.c conftest.c:13:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. config.sh:2767: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include config.sh:2806: result: gcc -E config.sh:2830: gcc -E conftest.c config.sh:2836: $? = 0 config.sh:2868: gcc -E conftest.c conftest.c:13:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. config.sh:2874: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include config.sh:2918: checking for egrep config.sh:2928: result: grep -E config.sh:2933: checking for ANSI C header files config.sh:2958: gcc -c -g -Os conftest.c >&5 config.sh:2964: $? = 0 config.sh:2968: test -z || test ! -s conftest.err config.sh:2971: $? = 0 config.sh:2974: test -s conftest.o config.sh:2977: $? = 0 config.sh:3066: gcc -o conftest -g -Os conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:30:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^~~~ conftest.c:30:7: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:30:7: note: include '' or provide a declaration of 'exit' conftest.c:31:3: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ conftest.c:31:3: note: include '' or provide a declaration of 'exit' config.sh:3069: $? = 0 config.sh:3071: ./conftest config.sh:3074: $? = 0 config.sh:3089: result: yes config.sh:3113: checking for sys/types.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for sys/stat.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for stdlib.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for string.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for memory.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for strings.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for inttypes.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for stdint.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3113: checking for unistd.h config.sh:3129: gcc -c -g -Os conftest.c >&5 config.sh:3135: $? = 0 config.sh:3139: test -z || test ! -s conftest.err config.sh:3142: $? = 0 config.sh:3145: test -s conftest.o config.sh:3148: $? = 0 config.sh:3159: result: yes config.sh:3176: checking for unistd.h config.sh:3181: result: yes config.sh:3326: checking for string.h config.sh:3331: result: yes config.sh:3485: checking iostream usability config.sh:3497: gcc -c -g -Os conftest.c >&5 conftest.c:59:10: fatal error: iostream: No such file or directory #include ^~~~~~~~~~ compilation terminated. config.sh:3503: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:3526: result: no config.sh:3530: checking iostream presence config.sh:3540: gcc -E conftest.c conftest.c:25:10: fatal error: iostream: No such file or directory #include ^~~~~~~~~~ compilation terminated. config.sh:3546: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include config.sh:3566: result: no config.sh:3601: checking for iostream config.sh:3608: result: no config.sh:3635: checking ostream usability config.sh:3647: gcc -c -g -Os conftest.c >&5 conftest.c:59:10: fatal error: ostream: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:3653: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:3676: result: no config.sh:3680: checking ostream presence config.sh:3690: gcc -E conftest.c conftest.c:25:10: fatal error: ostream: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:3696: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include config.sh:3716: result: no config.sh:3751: checking for ostream config.sh:3758: result: no config.sh:3785: checking fstream usability config.sh:3797: gcc -c -g -Os conftest.c >&5 conftest.c:59:10: fatal error: fstream: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:3803: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:3826: result: no config.sh:3830: checking fstream presence config.sh:3840: gcc -E conftest.c conftest.c:25:10: fatal error: fstream: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:3846: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include config.sh:3866: result: no config.sh:3901: checking for fstream config.sh:3908: result: no config.sh:3935: checking iomanip usability config.sh:3947: gcc -c -g -Os conftest.c >&5 conftest.c:59:10: fatal error: iomanip: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:3953: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:3976: result: no config.sh:3980: checking iomanip presence config.sh:3990: gcc -E conftest.c conftest.c:25:10: fatal error: iomanip: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:3996: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include config.sh:4016: result: no config.sh:4051: checking for iomanip config.sh:4058: result: no config.sh:4085: checking map usability config.sh:4097: gcc -c -g -Os conftest.c >&5 conftest.c:59:10: fatal error: map: No such file or directory #include ^~~~~ compilation terminated. config.sh:4103: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:4126: result: no config.sh:4130: checking map presence config.sh:4140: gcc -E conftest.c conftest.c:25:10: fatal error: map: No such file or directory #include ^~~~~ compilation terminated. config.sh:4146: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include config.sh:4166: result: no config.sh:4201: checking for map config.sh:4208: result: no config.sh:4235: checking stdio.h usability config.sh:4247: gcc -c -g -Os conftest.c >&5 config.sh:4253: $? = 0 config.sh:4257: test -z || test ! -s conftest.err config.sh:4260: $? = 0 config.sh:4263: test -s conftest.o config.sh:4266: $? = 0 config.sh:4276: result: yes config.sh:4280: checking stdio.h presence config.sh:4290: gcc -E conftest.c config.sh:4296: $? = 0 config.sh:4316: result: yes config.sh:4351: checking for stdio.h config.sh:4358: result: yes config.sh:4376: checking for stdlib.h config.sh:4381: result: yes config.sh:4535: checking math.h usability config.sh:4547: gcc -c -g -Os conftest.c >&5 config.sh:4553: $? = 0 config.sh:4557: test -z || test ! -s conftest.err config.sh:4560: $? = 0 config.sh:4563: test -s conftest.o config.sh:4566: $? = 0 config.sh:4576: result: yes config.sh:4580: checking math.h presence config.sh:4590: gcc -E conftest.c config.sh:4596: $? = 0 config.sh:4616: result: yes config.sh:4651: checking for math.h config.sh:4658: result: yes config.sh:4685: checking time.h usability config.sh:4697: gcc -c -g -Os conftest.c >&5 config.sh:4703: $? = 0 config.sh:4707: test -z || test ! -s conftest.err config.sh:4710: $? = 0 config.sh:4713: test -s conftest.o config.sh:4716: $? = 0 config.sh:4726: result: yes config.sh:4730: checking time.h presence config.sh:4740: gcc -E conftest.c config.sh:4746: $? = 0 config.sh:4766: result: yes config.sh:4801: checking for time.h config.sh:4808: result: yes config.sh:4835: checking list usability config.sh:4847: gcc -c -g -Os conftest.c >&5 conftest.c:63:10: fatal error: list: No such file or directory #include ^~~~~~ compilation terminated. config.sh:4853: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:4876: result: no config.sh:4880: checking list presence config.sh:4890: gcc -E conftest.c conftest.c:29:10: fatal error: list: No such file or directory #include ^~~~~~ compilation terminated. config.sh:4896: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include config.sh:4916: result: no config.sh:4951: checking for list config.sh:4958: result: no config.sh:4985: checking vector usability config.sh:4997: gcc -c -g -Os conftest.c >&5 conftest.c:63:10: fatal error: vector: No such file or directory #include ^~~~~~~~ compilation terminated. config.sh:5003: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:5026: result: no config.sh:5030: checking vector presence config.sh:5040: gcc -E conftest.c conftest.c:29:10: fatal error: vector: No such file or directory #include ^~~~~~~~ compilation terminated. config.sh:5046: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include config.sh:5066: result: no config.sh:5101: checking for vector config.sh:5108: result: no config.sh:5135: checking set usability config.sh:5147: gcc -c -g -Os conftest.c >&5 conftest.c:63:10: fatal error: set: No such file or directory #include ^~~~~ compilation terminated. config.sh:5153: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:5176: result: no config.sh:5180: checking set presence config.sh:5190: gcc -E conftest.c conftest.c:29:10: fatal error: set: No such file or directory #include ^~~~~ compilation terminated. config.sh:5196: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include config.sh:5216: result: no config.sh:5251: checking for set config.sh:5258: result: no config.sh:5285: checking assert.h usability config.sh:5297: gcc -c -g -Os conftest.c >&5 config.sh:5303: $? = 0 config.sh:5307: test -z || test ! -s conftest.err config.sh:5310: $? = 0 config.sh:5313: test -s conftest.o config.sh:5316: $? = 0 config.sh:5326: result: yes config.sh:5330: checking assert.h presence config.sh:5340: gcc -E conftest.c config.sh:5346: $? = 0 config.sh:5366: result: yes config.sh:5401: checking for assert.h config.sh:5408: result: yes config.sh:5435: checking sstream usability config.sh:5447: gcc -c -g -Os conftest.c >&5 conftest.c:64:10: fatal error: sstream: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:5453: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include config.sh:5476: result: no config.sh:5480: checking sstream presence config.sh:5490: gcc -E conftest.c conftest.c:30:10: fatal error: sstream: No such file or directory #include ^~~~~~~~~ compilation terminated. config.sh:5496: $? = 1 config.sh: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LIBM 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_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MATH_H 1 | #define HAVE_TIME_H 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | #include config.sh:5516: result: no config.sh:5551: checking for sstream config.sh:5558: result: no config.sh:5585: checking float.h usability config.sh:5597: gcc -c -g -Os conftest.c >&5 config.sh:5603: $? = 0 config.sh:5607: test -z || test ! -s conftest.err config.sh:5610: $? = 0 config.sh:5613: test -s conftest.o config.sh:5616: $? = 0 config.sh:5626: result: yes config.sh:5630: checking float.h presence config.sh:5640: gcc -E conftest.c config.sh:5646: $? = 0 config.sh:5666: result: yes config.sh:5701: checking for float.h config.sh:5708: result: yes config.sh:5735: checking limits.h usability config.sh:5747: gcc -c -g -Os conftest.c >&5 config.sh:5753: $? = 0 config.sh:5757: test -z || test ! -s conftest.err config.sh:5760: $? = 0 config.sh:5763: test -s conftest.o config.sh:5766: $? = 0 config.sh:5776: result: yes config.sh:5780: checking limits.h presence config.sh:5790: gcc -E conftest.c config.sh:5796: $? = 0 config.sh:5816: result: yes config.sh:5851: checking for limits.h config.sh:5858: result: yes config.sh:5872: checking for an ANSI C-conforming const config.sh:5939: gcc -c -g -Os conftest.c >&5 config.sh:5945: $? = 0 config.sh:5949: test -z || test ! -s conftest.err config.sh:5952: $? = 0 config.sh:5955: test -s conftest.o config.sh:5958: $? = 0 config.sh:5969: result: yes config.sh:5979: checking for size_t config.sh:6003: gcc -c -g -Os conftest.c >&5 config.sh:6009: $? = 0 config.sh:6013: test -z || test ! -s conftest.err config.sh:6016: $? = 0 config.sh:6019: test -s conftest.o config.sh:6022: $? = 0 config.sh:6033: result: yes config.sh:6051: checking for install config.sh:6069: found /usr/bin/install config.sh:6081: result: /usr/bin/install config.sh:6219: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on alpos config.status:638: creating makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=yes 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_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= 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_exeext= ac_cv_header_assert_h=yes ac_cv_header_float_h=yes ac_cv_header_fstream=no ac_cv_header_inttypes_h=yes ac_cv_header_iomanip=no ac_cv_header_iostream=no ac_cv_header_limits_h=yes ac_cv_header_list=no ac_cv_header_map=no ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_ostream=no ac_cv_header_set=no ac_cv_header_sstream=no 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_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vector=no ac_cv_lib_m_main=yes ac_cv_objext=o ac_cv_path_INSTALL=/usr/bin/install ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_type_size_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -Os' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXFLAGS='-g -Os' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBM=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_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 ' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL='/usr/bin/install' LDFLAGS='' LIBOBJS='' LIBS='-lm ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/bash' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/local_disk/orion/ontrac/yannick/kaldi_20190717/kaldi/tools/sctk' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ASSERT_H 1 #define HAVE_FLOAT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBM 1 #define HAVE_LIMITS_H 1 #define HAVE_MATH_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; config.sh: exit 0