This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by IlmBase configure 1.0.3, 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 = hp10 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 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:1541: checking build system type configure:1559: result: i686-uhu-linux-gnu configure:1567: checking host system type configure:1581: result: i686-uhu-linux-gnu configure:1606: checking for a BSD-compatible install configure:1661: result: /bin/install -c configure:1672: checking whether build environment is sane configure:1715: result: yes configure:1780: checking for gawk configure:1796: found /bin/gawk configure:1806: result: gawk configure:1816: checking whether make sets $(MAKE) configure:1836: result: yes configure:2003: checking whether to enable maintainer-specific portions of Makefiles configure:2012: result: no configure:2045: checking for i686-uhu-linux-g++ configure:2061: found /usr/bin/i686-uhu-linux-g++ configure:2071: result: i686-uhu-linux-g++ configure:2129: checking for C++ compiler version configure:2132: 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:2135: $? = 0 configure:2137: 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:2140: $? = 0 configure:2142: 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:2145: $? = 1 configure:2168: checking for C++ compiler default output file name configure:2171: i686-uhu-linux-g++ conftest.cc >&5 configure:2174: $? = 0 configure:2220: result: a.out configure:2225: checking whether the C++ compiler works configure:2231: ./a.out configure:2234: $? = 0 configure:2251: result: yes configure:2258: checking whether we are cross compiling configure:2260: result: no configure:2263: checking for suffix of executables configure:2265: i686-uhu-linux-g++ -o conftest conftest.cc >&5 configure:2268: $? = 0 configure:2293: result: configure:2299: checking for suffix of object files configure:2320: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2323: $? = 0 configure:2345: result: o configure:2349: checking whether we are using the GNU C++ compiler configure:2373: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2379: $? = 0 configure:2383: test -z || test ! -s conftest.err configure:2386: $? = 0 configure:2389: test -s conftest.o configure:2392: $? = 0 configure:2405: result: yes configure:2411: checking whether i686-uhu-linux-g++ accepts -g configure:2432: i686-uhu-linux-g++ -c -g conftest.cc >&5 configure:2438: $? = 0 configure:2442: test -z || test ! -s conftest.err configure:2445: $? = 0 configure:2448: test -s conftest.o configure:2451: $? = 0 configure:2462: result: yes configure:2504: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2510: $? = 0 configure:2514: test -z || test ! -s conftest.err configure:2517: $? = 0 configure:2520: test -s conftest.o configure:2523: $? = 0 configure:2549: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15:9: error: 'exit' was not declared in this scope exit (42); ^ configure:2555: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2504: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:40: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int) throw (); using std::exit; ^ configure:2510: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2504: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11: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:12: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:11:17: error: from previous declaration 'void std::exit(int)' extern "C" void std::exit (int); using std::exit; ^ configure:2510: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2504: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2510: $? = 0 configure:2514: test -z || test ! -s conftest.err configure:2517: $? = 0 configure:2520: test -s conftest.o configure:2523: $? = 0 configure:2549: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2555: $? = 0 configure:2559: test -z || test ! -s conftest.err configure:2562: $? = 0 configure:2565: test -s conftest.o configure:2568: $? = 0 configure:2602: checking for style of include used by make configure:2630: result: GNU configure:2658: checking dependency style of i686-uhu-linux-g++ configure:2748: result: gcc3 configure:2778: checking for a BSD-compatible install configure:2833: result: /bin/install -c configure:2852: checking for i686-uhu-linux-gcc configure:2868: found /usr/bin/i686-uhu-linux-gcc configure:2878: result: i686-uhu-linux-gcc configure:3160: checking for C compiler version configure:3163: 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:3166: $? = 0 configure:3168: 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:3171: $? = 0 configure:3173: 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:3176: $? = 1 configure:3179: checking whether we are using the GNU C compiler configure:3203: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3209: $? = 0 configure:3213: test -z || test ! -s conftest.err configure:3216: $? = 0 configure:3219: test -s conftest.o configure:3222: $? = 0 configure:3235: result: yes configure:3241: checking whether i686-uhu-linux-gcc accepts -g configure:3262: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3268: $? = 0 configure:3272: test -z || test ! -s conftest.err configure:3275: $? = 0 configure:3278: test -s conftest.o configure:3281: $? = 0 configure:3292: result: yes configure:3309: checking for i686-uhu-linux-gcc option to accept ANSI C configure:3379: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3385: $? = 0 configure:3389: test -z || test ! -s conftest.err configure:3392: $? = 0 configure:3395: test -s conftest.o configure:3398: $? = 0 configure:3416: result: none needed configure:3434: 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:3440: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3575: checking dependency style of i686-uhu-linux-gcc configure:3665: result: gcc3 configure:3682: checking whether ln -s works configure:3686: result: yes configure:3718: checking for a sed that does not truncate output configure:3774: result: /bin/sed configure:3790: checking for egrep configure:3800: result: grep -E configure:3805: checking for fgrep configure:3815: result: grep -F configure:3850: checking for ld used by i686-uhu-linux-gcc configure:3917: result: /usr/bin/ld configure:3926: checking if the linker (/usr/bin/ld) is GNU ld configure:3941: result: yes configure:3953: checking for BSD- or MS-compatible name lister (nm) configure:4002: result: /usr/bin/nm -B configure:4107: checking the name lister (/usr/bin/nm -B) interface configure:4114: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4117: /usr/bin/nm -B "conftest.o" configure:4120: output 00000000 B some_variable configure:4127: result: BSD nm configure:4131: checking the maximum length of command line arguments configure:4251: result: 1572864 configure:4268: checking whether the shell understands some XSI constructs configure:4278: result: yes configure:4282: checking whether the shell understands "+=" configure:4288: result: yes configure:4323: checking for /usr/bin/ld option to reload object files configure:4330: result: -r configure:4359: checking for i686-uhu-linux-objdump configure:4388: result: no configure:4397: checking for objdump configure:4413: found /usr/bin/objdump configure:4424: result: objdump configure:4446: checking how to recognize dependent libraries configure:4642: result: pass_all configure:4662: checking for i686-uhu-linux-ar configure:4678: found /usr/bin/i686-uhu-linux-ar configure:4688: result: i686-uhu-linux-ar configure:4755: checking for i686-uhu-linux-strip configure:4784: result: no configure:4793: checking for strip configure:4809: found /usr/bin/strip configure:4820: result: strip configure:4842: checking for i686-uhu-linux-ranlib configure:4871: result: no configure:4880: checking for ranlib configure:4896: found /usr/bin/ranlib configure:4907: result: ranlib configure:4987: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc object configure:5105: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5108: $? = 0 configure:5112: /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:5115: $? = 0 configure:5169: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:5172: $? = 0 configure:5210: result: ok configure:6015: checking how to run the C preprocessor configure:6050: i686-uhu-linux-gcc -E conftest.c configure:6056: $? = 0 configure:6088: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6094: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:6133: result: i686-uhu-linux-gcc -E configure:6157: i686-uhu-linux-gcc -E conftest.c configure:6163: $? = 0 configure:6195: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6201: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:6245: checking for ANSI C header files configure:6270: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6276: $? = 0 configure:6280: test -z || test ! -s conftest.err configure:6283: $? = 0 configure:6286: test -s conftest.o configure:6289: $? = 0 configure:6378: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:31:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ configure:6381: $? = 0 configure:6383: ./conftest configure:6386: $? = 0 configure:6401: result: yes configure:6425: checking for sys/types.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for sys/stat.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for stdlib.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for string.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for memory.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for strings.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for inttypes.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for stdint.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6425: checking for unistd.h configure:6441: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6447: $? = 0 configure:6451: test -z || test ! -s conftest.err configure:6454: $? = 0 configure:6457: test -s conftest.o configure:6460: $? = 0 configure:6471: result: yes configure:6487: checking for dlfcn.h configure:6503: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6509: $? = 0 configure:6513: test -z || test ! -s conftest.err configure:6516: $? = 0 configure:6519: test -s conftest.o configure:6522: $? = 0 configure:6533: result: yes configure:6556: checking for i686-uhu-linux-g++ configure:6582: result: i686-uhu-linux-g++ configure:6640: checking for C++ compiler version configure:6643: 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:6646: $? = 0 configure:6648: 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:6651: $? = 0 configure:6653: 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:6656: $? = 1 configure:6659: checking whether we are using the GNU C++ compiler configure:6715: result: yes configure:6721: checking whether i686-uhu-linux-g++ accepts -g configure:6772: result: yes configure:6814: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:6820: $? = 0 configure:6824: test -z || test ! -s conftest.err configure:6827: $? = 0 configure:6830: test -s conftest.o configure:6833: $? = 0 configure:6859: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:6865: $? = 0 configure:6869: test -z || test ! -s conftest.err configure:6872: $? = 0 configure:6875: test -s conftest.o configure:6878: $? = 0 configure:6903: checking dependency style of i686-uhu-linux-g++ configure:6993: result: gcc3 configure:7018: checking how to run the C++ preprocessor configure:7049: i686-uhu-linux-g++ -E conftest.cc configure:7055: $? = 0 configure:7087: i686-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:7093: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 configure:7132: result: i686-uhu-linux-g++ -E configure:7156: i686-uhu-linux-g++ -E conftest.cc configure:7162: $? = 0 configure:7194: i686-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:7200: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 configure:7418: checking for objdir configure:7433: result: .libs configure:7729: checking if i686-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:7747: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:7751: $? = 0 configure:7764: result: no configure:7784: checking for i686-uhu-linux-gcc option to produce PIC configure:8056: result: -fPIC -DPIC configure:8068: checking if i686-uhu-linux-gcc PIC flag -fPIC -DPIC works configure:8086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:8090: $? = 0 configure:8103: result: yes configure:8127: checking if i686-uhu-linux-gcc static flag -static works configure:8155: result: yes configure:8170: checking if i686-uhu-linux-gcc supports -c -o file.o configure:8191: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:8195: $? = 0 configure:8217: result: yes configure:8225: checking if i686-uhu-linux-gcc supports -c -o file.o configure:8272: result: yes configure:8305: checking whether the i686-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:9373: result: yes configure:9410: checking whether -lc should be explicitly linked in configure:9415: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9418: $? = 0 configure:9433: i686-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9436: $? = 0 configure:9448: result: no configure:9612: checking dynamic linker characteristics configure:10050: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10056: $? = 0 configure:10060: test -z || test ! -s conftest.err configure:10063: $? = 0 configure:10066: test -s conftest configure:10069: $? = 0 configure:10296: result: GNU/Linux ld.so configure:10398: checking how to hardcode library paths into programs configure:10423: result: immediate configure:11261: checking whether stripping libraries is possible configure:11266: result: yes configure:11301: checking if libtool supports shared libraries configure:11303: result: yes configure:11306: checking whether to build shared libraries configure:11327: result: yes configure:11330: checking whether to build static libraries configure:11334: result: no configure:11484: checking for ld used by i686-uhu-linux-g++ configure:11551: result: /usr/bin/ld configure:11560: checking if the linker (/usr/bin/ld) is GNU ld configure:11575: result: yes configure:11630: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:12601: result: yes configure:12629: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:12632: $? = 0 configure:12814: checking for i686-uhu-linux-g++ option to produce PIC configure:13131: result: -fPIC -DPIC configure:13140: checking if i686-uhu-linux-g++ PIC flag -fPIC -DPIC works configure:13158: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:13162: $? = 0 configure:13175: result: yes configure:13196: checking if i686-uhu-linux-g++ static flag -static works configure:13224: result: yes configure:13236: checking if i686-uhu-linux-g++ supports -c -o file.o configure:13257: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:13261: $? = 0 configure:13283: result: yes configure:13288: checking if i686-uhu-linux-g++ supports -c -o file.o configure:13335: result: yes configure:13365: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:13391: result: yes configure:13528: checking dynamic linker characteristics configure:13914: i686-uhu-linux-g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5 configure:13920: $? = 0 configure:13924: test -z || test ! -s conftest.err configure:13927: $? = 0 configure:13930: test -s conftest configure:13933: $? = 0 configure:14160: result: GNU/Linux ld.so configure:14211: checking how to hardcode library paths into programs configure:14236: result: immediate configure:14294: checking whether make sets $(MAKE) configure:14314: result: yes configure:14534: checking for the pthreads library -lpthreads configure:14572: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpthreads >&5 /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:14578: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:14605: result: no configure:14480: checking whether pthreads work without any flags configure:14572: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc0Pw5j4.o: In function `main': conftest.c:(.text.startup+0x19): undefined reference to `pthread_join' conftest.c:(.text.startup+0x46): undefined reference to `__pthread_register_cancel' conftest.c:(.text.startup+0x6a): undefined reference to `pthread_create' conftest.c:(.text.startup+0x73): undefined reference to `__pthread_unregister_cancel' collect2: error: ld returned 1 exit status configure:14578: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:14605: result: no configure:14485: checking whether pthreads work with -Kthread configure:14572: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Kthread conftest.c -Kthread >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-Kthread' i686-uhu-linux-gcc: error: unrecognized command line option '-Kthread' configure:14578: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:14605: result: no configure:14485: checking whether pthreads work with -kthread configure:14572: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -kthread conftest.c -kthread >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-kthread' i686-uhu-linux-gcc: error: unrecognized command line option '-kthread' configure:14578: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:14605: result: no configure:14534: checking for the pthreads library -llthread configure:14572: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -llthread >&5 /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:14578: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "IlmBase" | #define PACKAGE_TARNAME "ilmbase" | #define PACKAGE_VERSION "1.0.3" | #define PACKAGE_STRING "IlmBase 1.0.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ilmbase" | #define VERSION "1.0.3" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:14605: result: no configure:14485: checking whether pthreads work with -pthread configure:14572: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -pthread >&5 configure:14578: $? = 0 configure:14582: test -z || test ! -s conftest.err configure:14585: $? = 0 configure:14588: test -s conftest configure:14591: $? = 0 configure:14605: result: yes configure:14624: checking for joinable pthread attribute configure:14644: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -pthread >&5 configure:14650: $? = 0 configure:14654: test -z || test ! -s conftest.err configure:14657: $? = 0 configure:14660: test -s conftest configure:14663: $? = 0 configure:14674: result: PTHREAD_CREATE_JOINABLE configure:14684: checking if more special flags are required for pthreads configure:14691: result: no configure:14703: checking for cc_r configure:14730: result: i686-uhu-linux-gcc configure:14780: checking semaphore.h usability configure:14792: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:14798: $? = 0 configure:14802: test -z || test ! -s conftest.err configure:14805: $? = 0 configure:14808: test -s conftest.o configure:14811: $? = 0 configure:14821: result: yes configure:14825: checking semaphore.h presence configure:14835: i686-uhu-linux-gcc -E conftest.c configure:14841: $? = 0 configure:14861: result: yes configure:14896: checking for semaphore.h configure:14903: result: yes configure:14912: checking for library containing sem_init configure:14942: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -pthread >&5 configure:14948: $? = 0 configure:14952: test -z || test ! -s conftest.err configure:14955: $? = 0 configure:14958: test -s conftest configure:14961: $? = 0 configure:15031: result: none required configure:15036: checking whether to use POSIX unnamed semaphores configure:15073: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -pthread >&5 configure:15076: $? = 0 configure:15078: ./conftest configure:15081: $? = 0 configure:15084: result: yes configure:15137: multithread true, LIBS = -pthread , CC = i686-uhu-linux-gcc, CXXFLAGS = -g -O2 -pthread configure:15141: checking for ANSI C header files configure:15297: result: yes configure:15323: checking limits.h usability configure:15335: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:15341: $? = 0 configure:15345: test -z || test ! -s conftest.err configure:15348: $? = 0 configure:15351: test -s conftest.o configure:15354: $? = 0 configure:15364: result: yes configure:15368: checking limits.h presence configure:15378: i686-uhu-linux-gcc -E conftest.c configure:15384: $? = 0 configure:15404: result: yes configure:15439: checking for limits.h configure:15446: result: yes configure:15314: checking for unistd.h configure:15319: result: yes configure:15323: checking ucontext.h usability configure:15335: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:15341: $? = 0 configure:15345: test -z || test ! -s conftest.err configure:15348: $? = 0 configure:15351: test -s conftest.o configure:15354: $? = 0 configure:15364: result: yes configure:15368: checking ucontext.h presence configure:15378: i686-uhu-linux-gcc -E conftest.c configure:15384: $? = 0 configure:15404: result: yes configure:15439: checking for ucontext.h configure:15446: result: yes configure:15460: checking for an ANSI C-conforming const configure:15527: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:15533: $? = 0 configure:15537: test -z || test ! -s conftest.err configure:15540: $? = 0 configure:15543: test -s conftest.o configure:15546: $? = 0 configure:15557: result: yes configure:15567: checking for inline configure:15588: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:15594: $? = 0 configure:15598: test -z || test ! -s conftest.err configure:15601: $? = 0 configure:15604: test -s conftest.o configure:15607: $? = 0 configure:15619: result: inline configure:15638: checking for size_t configure:15662: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:15668: $? = 0 configure:15672: test -z || test ! -s conftest.err configure:15675: $? = 0 configure:15678: test -s conftest.o configure:15681: $? = 0 configure:15692: result: yes configure:15709: checking for strerror configure:15766: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -pthread >&5 configure:15772: $? = 0 configure:15776: test -z || test ! -s conftest.err configure:15779: $? = 0 configure:15782: test -s conftest configure:15785: $? = 0 configure:15797: result: yes configure:15809: checking for complete iomanip support in C++ standard library configure:15839: i686-uhu-linux-g++ -c -g -O2 -pthread conftest.cc >&5 configure:15845: $? = 0 configure:15849: test -z || test ! -s conftest.err configure:15852: $? = 0 configure:15855: test -s conftest.o configure:15858: $? = 0 configure:15870: result: yes configure:15917: checking for gcc optimization flags configure:15937: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pthread -pipe conftest.c >&5 configure:15943: $? = 0 configure:15947: test -z || test ! -s conftest.err configure:15950: $? = 0 configure:15953: test -s conftest.o configure:15956: $? = 0 configure:15967: result: -pipe configure:16177: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by IlmBase config.status 1.0.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp10 config.status:993: creating Makefile config.status:993: creating IlmBase.pc config.status:993: creating config/Makefile config.status:993: creating Half/Makefile config.status:993: creating HalfTest/Makefile config.status:993: creating Iex/Makefile config.status:993: creating IexMath/Makefile config.status:993: creating IexTest/Makefile config.status:993: creating IlmThread/Makefile config.status:993: creating Imath/Makefile config.status:993: creating ImathTest/Makefile config.status:993: creating vc/Makefile config.status:1097: creating config/IlmBaseConfig.h config.status:1231: config/IlmBaseConfig.h is unchanged config.status:1411: executing depfiles commands config.status:1411: executing libtool commands configure:18709: result: --------------------------------------------- Summary for IlmBase features: enable large stack optimizations yes --------------------------------------------- ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_build_alias=i686-uhu-linux ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline 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_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_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_func_strerror=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_semaphore_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_ucontext_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_host_alias=i686-uhu-linux ac_cv_objext=o ac_cv_path_install='/bin/install -c' ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk 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_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_PTHREAD_CC=i686-uhu-linux-gcc 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_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_fgrep='grep -F' ac_cv_prog_make_make_set=yes ac_cv_search_sem_init='none required' ac_cv_type_size_t=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/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed 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=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' AM_CFLAGS='-pipe' AM_CXXFLAGS='-pipe' AR='i686-uhu-linux-ar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.9' AWK='gawk' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic -pthread' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -pthread' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' FGREP='grep -F' GREP='grep' HAVE_UCONTEXT_H='' ILMBASE_VERSION='1.0.3' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBS='-pthread ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_VERSION='7:0:0' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='ilmbase' PACKAGE_BUGREPORT='' PACKAGE_NAME='IlmBase' PACKAGE_STRING='IlmBase 1.0.3' PACKAGE_TARNAME='ilmbase' PACKAGE_VERSION='1.0.3' PATH_SEPARATOR=':' PTHREAD_CC='i686-uhu-linux-gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='-pthread' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.0.3' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DSYMUTIL='' ac_ct_DUMPBIN='' ac_ct_LIPO='' ac_ct_NMEDIT='' ac_ct_OBJDUMP='objdump' ac_ct_OTOOL64='' ac_ct_OTOOL='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' acx_pthread_config='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='mkdir -p --' 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_COMPLETE_IOMANIP 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMORY_H 1 #define HAVE_POSIX_SEMAPHORES 1 #define HAVE_PTHREAD 1 #define HAVE_SEMAPHORE_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRERROR 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_UCONTEXT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define ILMBASE_HAVE_LARGE_STACK 1 #define ILMBASE_PACKAGE_STRING "IlmBase 1.0.3" #define ILMBASE_VERSION_STRING "1.0.3" #define LT_OBJDIR ".libs/" #define PACKAGE "ilmbase" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "IlmBase" #define PACKAGE_STRING "IlmBase 1.0.3" #define PACKAGE_TARNAME "ilmbase" #define PACKAGE_VERSION "1.0.3" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "1.0.3" #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0