This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by OpenEXR configure 1.7.1, 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 = hp03 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:1546: checking build system type configure:1564: result: i686-uhu-linux-gnu configure:1572: checking host system type configure:1586: result: i686-uhu-linux-gnu configure:1611: checking for a BSD-compatible install configure:1666: result: /bin/install -c configure:1677: checking whether build environment is sane configure:1720: result: yes configure:1785: checking for gawk configure:1801: found /bin/gawk configure:1811: result: gawk configure:1821: checking whether make sets $(MAKE) configure:1841: result: yes configure:2008: checking whether to enable maintainer-specific portions of Makefiles configure:2017: result: no configure:2050: checking for i686-uhu-linux-g++ configure:2066: found /usr/bin/i686-uhu-linux-g++ configure:2076: result: i686-uhu-linux-g++ configure:2134: checking for C++ compiler version configure:2137: 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:2140: $? = 0 configure:2142: 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:2145: $? = 0 configure:2147: 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:2150: $? = 1 configure:2173: checking for C++ compiler default output file name configure:2176: i686-uhu-linux-g++ conftest.cc >&5 configure:2179: $? = 0 configure:2225: result: a.out configure:2230: checking whether the C++ compiler works configure:2236: ./a.out configure:2239: $? = 0 configure:2256: result: yes configure:2263: checking whether we are cross compiling configure:2265: result: no configure:2268: checking for suffix of executables configure:2270: i686-uhu-linux-g++ -o conftest conftest.cc >&5 configure:2273: $? = 0 configure:2298: result: configure:2304: checking for suffix of object files configure:2325: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2328: $? = 0 configure:2350: result: o configure:2354: checking whether we are using the GNU C++ compiler configure:2378: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2384: $? = 0 configure:2388: test -z || test ! -s conftest.err configure:2391: $? = 0 configure:2394: test -s conftest.o configure:2397: $? = 0 configure:2410: result: yes configure:2416: checking whether i686-uhu-linux-g++ accepts -g configure:2437: i686-uhu-linux-g++ -c -g conftest.cc >&5 configure:2443: $? = 0 configure:2447: test -z || test ! -s conftest.err configure:2450: $? = 0 configure:2453: test -s conftest.o configure:2456: $? = 0 configure:2467: result: yes configure:2509: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2515: $? = 0 configure:2519: test -z || test ! -s conftest.err configure:2522: $? = 0 configure:2525: test -s conftest.o configure:2528: $? = 0 configure:2554: 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:2560: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenEXR" | #define PACKAGE_TARNAME "openexr" | #define PACKAGE_VERSION "1.7.1" | #define PACKAGE_STRING "OpenEXR 1.7.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "openexr" | #define VERSION "1.7.1" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2509: 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:2515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenEXR" | #define PACKAGE_TARNAME "openexr" | #define PACKAGE_VERSION "1.7.1" | #define PACKAGE_STRING "OpenEXR 1.7.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "openexr" | #define VERSION "1.7.1" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2509: 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:2515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenEXR" | #define PACKAGE_TARNAME "openexr" | #define PACKAGE_VERSION "1.7.1" | #define PACKAGE_STRING "OpenEXR 1.7.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "openexr" | #define VERSION "1.7.1" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2509: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2515: $? = 0 configure:2519: test -z || test ! -s conftest.err configure:2522: $? = 0 configure:2525: test -s conftest.o configure:2528: $? = 0 configure:2554: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2560: $? = 0 configure:2564: test -z || test ! -s conftest.err configure:2567: $? = 0 configure:2570: test -s conftest.o configure:2573: $? = 0 configure:2607: checking for style of include used by make configure:2635: result: GNU configure:2663: checking dependency style of i686-uhu-linux-g++ configure:2753: result: gcc3 configure:2783: checking for a BSD-compatible install configure:2838: result: /bin/install -c configure:2857: checking for i686-uhu-linux-gcc configure:2873: found /usr/bin/i686-uhu-linux-gcc configure:2883: result: i686-uhu-linux-gcc configure:3165: checking for C compiler version configure:3168: 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:3171: $? = 0 configure:3173: 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:3176: $? = 0 configure:3178: 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:3181: $? = 1 configure:3184: checking whether we are using the GNU C compiler configure:3208: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3214: $? = 0 configure:3218: test -z || test ! -s conftest.err configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3240: result: yes configure:3246: checking whether i686-uhu-linux-gcc accepts -g configure:3267: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3273: $? = 0 configure:3277: test -z || test ! -s conftest.err configure:3280: $? = 0 configure:3283: test -s conftest.o configure:3286: $? = 0 configure:3297: result: yes configure:3314: checking for i686-uhu-linux-gcc option to accept ANSI C configure:3384: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3390: $? = 0 configure:3394: test -z || test ! -s conftest.err configure:3397: $? = 0 configure:3400: test -s conftest.o configure:3403: $? = 0 configure:3421: result: none needed configure:3439: 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:3445: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3580: checking dependency style of i686-uhu-linux-gcc configure:3670: result: gcc3 configure:3687: checking whether ln -s works configure:3691: result: yes configure:3723: checking for a sed that does not truncate output configure:3779: result: /bin/sed configure:3795: checking for egrep configure:3805: result: grep -E configure:3810: checking for fgrep configure:3820: result: grep -F configure:3855: checking for ld used by i686-uhu-linux-gcc configure:3922: result: /usr/bin/ld configure:3931: checking if the linker (/usr/bin/ld) is GNU ld configure:3946: result: yes configure:3958: checking for BSD- or MS-compatible name lister (nm) configure:4007: result: /usr/bin/nm -B configure:4112: checking the name lister (/usr/bin/nm -B) interface configure:4119: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4122: /usr/bin/nm -B "conftest.o" configure:4125: output 00000000 B some_variable configure:4132: result: BSD nm configure:4136: checking the maximum length of command line arguments configure:4256: result: 1572864 configure:4273: checking whether the shell understands some XSI constructs configure:4283: result: yes configure:4287: checking whether the shell understands "+=" configure:4293: result: yes configure:4328: checking for /usr/bin/ld option to reload object files configure:4335: result: -r configure:4364: checking for i686-uhu-linux-objdump configure:4393: result: no configure:4402: checking for objdump configure:4418: found /usr/bin/objdump configure:4429: result: objdump configure:4451: checking how to recognize dependent libraries configure:4647: result: pass_all configure:4667: checking for i686-uhu-linux-ar configure:4683: found /usr/bin/i686-uhu-linux-ar configure:4693: result: i686-uhu-linux-ar configure:4760: checking for i686-uhu-linux-strip configure:4789: result: no configure:4798: checking for strip configure:4814: found /usr/bin/strip configure:4825: result: strip configure:4847: checking for i686-uhu-linux-ranlib configure:4876: result: no configure:4885: checking for ranlib configure:4901: found /usr/bin/ranlib configure:4912: result: ranlib configure:4992: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc object configure:5110: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5113: $? = 0 configure:5117: /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:5120: $? = 0 configure:5174: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:5177: $? = 0 configure:5215: result: ok configure:6020: checking how to run the C preprocessor configure:6055: i686-uhu-linux-gcc -E conftest.c configure:6061: $? = 0 configure:6093: 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:6099: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenEXR" | #define PACKAGE_TARNAME "openexr" | #define PACKAGE_VERSION "1.7.1" | #define PACKAGE_STRING "OpenEXR 1.7.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "openexr" | #define VERSION "1.7.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:6138: result: i686-uhu-linux-gcc -E configure:6162: i686-uhu-linux-gcc -E conftest.c configure:6168: $? = 0 configure:6200: 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:6206: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenEXR" | #define PACKAGE_TARNAME "openexr" | #define PACKAGE_VERSION "1.7.1" | #define PACKAGE_STRING "OpenEXR 1.7.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "openexr" | #define VERSION "1.7.1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:6250: checking for ANSI C header files configure:6275: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6281: $? = 0 configure:6285: test -z || test ! -s conftest.err configure:6288: $? = 0 configure:6291: test -s conftest.o configure:6294: $? = 0 configure:6383: 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:6386: $? = 0 configure:6388: ./conftest configure:6391: $? = 0 configure:6406: result: yes configure:6430: checking for sys/types.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for sys/stat.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for stdlib.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for string.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for memory.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for strings.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for inttypes.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for stdint.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6430: checking for unistd.h configure:6446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6452: $? = 0 configure:6456: test -z || test ! -s conftest.err configure:6459: $? = 0 configure:6462: test -s conftest.o configure:6465: $? = 0 configure:6476: result: yes configure:6492: checking for dlfcn.h configure:6508: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6514: $? = 0 configure:6518: test -z || test ! -s conftest.err configure:6521: $? = 0 configure:6524: test -s conftest.o configure:6527: $? = 0 configure:6538: result: yes configure:6561: checking for i686-uhu-linux-g++ configure:6587: result: i686-uhu-linux-g++ configure:6645: checking for C++ compiler version configure:6648: 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:6651: $? = 0 configure:6653: 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:6656: $? = 0 configure:6658: 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:6661: $? = 1 configure:6664: checking whether we are using the GNU C++ compiler configure:6720: result: yes configure:6726: checking whether i686-uhu-linux-g++ accepts -g configure:6777: result: yes configure:6819: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:6825: $? = 0 configure:6829: test -z || test ! -s conftest.err configure:6832: $? = 0 configure:6835: test -s conftest.o configure:6838: $? = 0 configure:6864: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:6870: $? = 0 configure:6874: test -z || test ! -s conftest.err configure:6877: $? = 0 configure:6880: test -s conftest.o configure:6883: $? = 0 configure:6908: checking dependency style of i686-uhu-linux-g++ configure:6998: result: gcc3 configure:7023: checking how to run the C++ preprocessor configure:7054: i686-uhu-linux-g++ -E conftest.cc configure:7060: $? = 0 configure:7092: 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:7098: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenEXR" | #define PACKAGE_TARNAME "openexr" | #define PACKAGE_VERSION "1.7.1" | #define PACKAGE_STRING "OpenEXR 1.7.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "openexr" | #define VERSION "1.7.1" | #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:7137: result: i686-uhu-linux-g++ -E configure:7161: i686-uhu-linux-g++ -E conftest.cc configure:7167: $? = 0 configure:7199: 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:7205: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "OpenEXR" | #define PACKAGE_TARNAME "openexr" | #define PACKAGE_VERSION "1.7.1" | #define PACKAGE_STRING "OpenEXR 1.7.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "openexr" | #define VERSION "1.7.1" | #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:7423: checking for objdir configure:7438: result: .libs configure:7734: checking if i686-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:7752: 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:7756: $? = 0 configure:7769: result: no configure:7789: checking for i686-uhu-linux-gcc option to produce PIC configure:8061: result: -fPIC -DPIC configure:8073: checking if i686-uhu-linux-gcc PIC flag -fPIC -DPIC works configure:8091: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:8095: $? = 0 configure:8108: result: yes configure:8132: checking if i686-uhu-linux-gcc static flag -static works configure:8160: result: yes configure:8175: checking if i686-uhu-linux-gcc supports -c -o file.o configure:8196: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:8200: $? = 0 configure:8222: result: yes configure:8230: checking if i686-uhu-linux-gcc supports -c -o file.o configure:8277: result: yes configure:8310: checking whether the i686-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:9378: result: yes configure:9415: checking whether -lc should be explicitly linked in configure:9420: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9423: $? = 0 configure:9438: i686-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9441: $? = 0 configure:9453: result: no configure:9617: checking dynamic linker characteristics configure:10055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10061: $? = 0 configure:10065: test -z || test ! -s conftest.err configure:10068: $? = 0 configure:10071: test -s conftest configure:10074: $? = 0 configure:10301: result: GNU/Linux ld.so configure:10403: checking how to hardcode library paths into programs configure:10428: result: immediate configure:11266: checking whether stripping libraries is possible configure:11271: result: yes configure:11306: checking if libtool supports shared libraries configure:11308: result: yes configure:11311: checking whether to build shared libraries configure:11332: result: yes configure:11335: checking whether to build static libraries configure:11339: result: no configure:11489: checking for ld used by i686-uhu-linux-g++ configure:11556: result: /usr/bin/ld configure:11565: checking if the linker (/usr/bin/ld) is GNU ld configure:11580: result: yes configure:11635: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:12606: result: yes configure:12634: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:12637: $? = 0 configure:12819: checking for i686-uhu-linux-g++ option to produce PIC configure:13136: result: -fPIC -DPIC configure:13145: checking if i686-uhu-linux-g++ PIC flag -fPIC -DPIC works configure:13163: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:13167: $? = 0 configure:13180: result: yes configure:13201: checking if i686-uhu-linux-g++ static flag -static works configure:13229: result: yes configure:13241: checking if i686-uhu-linux-g++ supports -c -o file.o configure:13262: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:13266: $? = 0 configure:13288: result: yes configure:13293: checking if i686-uhu-linux-g++ supports -c -o file.o configure:13340: result: yes configure:13370: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:13396: result: yes configure:13533: checking dynamic linker characteristics configure:13919: i686-uhu-linux-g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5 configure:13925: $? = 0 configure:13929: test -z || test ! -s conftest.err configure:13932: $? = 0 configure:13935: test -s conftest configure:13938: $? = 0 configure:14165: result: GNU/Linux ld.so configure:14216: checking how to hardcode library paths into programs configure:14241: result: immediate configure:14299: checking whether make sets $(MAKE) configure:14319: result: yes configure:14379: checking for pkg-config configure:14397: found /usr/bin/pkg-config configure:14410: result: /usr/bin/pkg-config configure:15352: checking for IlmBase configure:15393: i686-uhu-linux-g++ -o conftest -g -O2 -pthread -I/usr/include/OpenEXR conftest.cc -lImath -lHalf -lIex -lIexMath -lIlmThread -pthread >&5 configure:15396: $? = 0 configure:15398: ./conftest configure:15401: $? = 0 configure:15416: result: yes configure:15418: result: Compiled and ran IlmBase test program. configure:15594: checking for ANSI C header files configure:15750: result: yes configure:15775: checking limits.h usability configure:15787: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15793: $? = 0 configure:15797: test -z || test ! -s conftest.err configure:15800: $? = 0 configure:15803: test -s conftest.o configure:15806: $? = 0 configure:15816: result: yes configure:15820: checking limits.h presence configure:15830: i686-uhu-linux-gcc -E conftest.c configure:15836: $? = 0 configure:15856: result: yes configure:15891: checking for limits.h configure:15898: result: yes configure:15766: checking for unistd.h configure:15771: result: yes configure:15912: checking for an ANSI C-conforming const configure:15979: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15985: $? = 0 configure:15989: test -z || test ! -s conftest.err configure:15992: $? = 0 configure:15995: test -s conftest.o configure:15998: $? = 0 configure:16009: result: yes configure:16019: checking for inline configure:16040: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16046: $? = 0 configure:16050: test -z || test ! -s conftest.err configure:16053: $? = 0 configure:16056: test -s conftest.o configure:16059: $? = 0 configure:16071: result: inline configure:16090: checking for size_t configure:16114: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16120: $? = 0 configure:16124: test -z || test ! -s conftest.err configure:16127: $? = 0 configure:16130: test -s conftest.o configure:16133: $? = 0 configure:16144: result: yes configure:16157: checking for compress in -lz configure:16187: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz >&5 configure:16193: $? = 0 configure:16197: test -z || test ! -s conftest.err configure:16200: $? = 0 configure:16203: test -s conftest configure:16206: $? = 0 configure:16219: result: yes configure:16249: checking for complete iomanip support in C++ standard library configure:16279: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:16285: $? = 0 configure:16289: test -z || test ! -s conftest.err configure:16292: $? = 0 configure:16295: test -s conftest.o configure:16298: $? = 0 configure:16310: result: yes configure:16320: checking for gcc optimization flags configure:16340: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -pipe conftest.c >&5 configure:16346: $? = 0 configure:16350: test -z || test ! -s conftest.err configure:16353: $? = 0 configure:16356: test -s conftest.o configure:16359: $? = 0 configure:16370: result: -pipe configure:16604: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by OpenEXR config.status 1.7.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp03 config.status:1004: creating Makefile config.status:1004: creating OpenEXR.pc config.status:1004: creating config/Makefile config.status:1004: creating IlmImf/Makefile config.status:1004: creating IlmImfTest/Makefile config.status:1004: creating IlmImfFuzzTest/Makefile config.status:1004: creating exrheader/Makefile config.status:1004: creating exrmaketiled/Makefile config.status:1004: creating IlmImfExamples/Makefile config.status:1004: creating doc/Makefile config.status:1004: creating exrstdattr/Makefile config.status:1004: creating exrmakepreview/Makefile config.status:1004: creating exrenvmap/Makefile config.status:1004: creating exrmultiview/Makefile config.status:1004: creating exr2aces/Makefile config.status:1004: creating vc/Makefile config.status:1108: creating config/OpenEXRConfig.h config.status:1234: config/OpenEXRConfig.h is unchanged config.status:1414: executing depfiles commands config.status:1414: executing libtool commands configure:19149: result: --------------------------------------------- Summary for OpenEXR features: build IlmImf example program no build IlmImf damaged input resilience test no 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_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_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=i686-uhu-linux-gnu ac_cv_host_alias=i686-uhu-linux ac_cv_lib_z_compress=yes ac_cv_objext=o ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config 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_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_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' BUILD_IMFEXAMPLES_FALSE='' BUILD_IMFEXAMPLES_TRUE='#' BUILD_IMFFUZZTEST_FALSE='' BUILD_IMFFUZZTEST_TRUE='#' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' 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' ILMBASE_CXXFLAGS='-pthread -I/usr/include/OpenEXR ' ILMBASE_LDFLAGS='' ILMBASE_LIBS='-lImath -lHalf -lIex -lIexMath -lIlmThread -pthread ' 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='' 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' OPENEXR_VERSION='1.7.1' OTOOL64='' OTOOL='' PACKAGE='openexr' PACKAGE_BUGREPORT='' PACKAGE_NAME='OpenEXR' PACKAGE_STRING='OpenEXR 1.7.1' PACKAGE_TARNAME='openexr' PACKAGE_VERSION='1.7.1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.7.1' 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_LARGE_STACK 1 #define HAVE_LIMITS_H 1 #define HAVE_LINUX_PROCFS 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define LT_OBJDIR ".libs/" #define OPENEXR_PACKAGE_STRING "OpenEXR 1.7.1" #define OPENEXR_VERSION_STRING "1.7.1" #define PACKAGE "openexr" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "OpenEXR" #define PACKAGE_STRING "OpenEXR 1.7.1" #define PACKAGE_TARNAME "openexr" #define PACKAGE_VERSION "1.7.1" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "1.7.1" #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0