This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by lcms2 configure 2.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --with-python --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 = hp07 uname -m = i686 uname -r = 3.15.4-1.i386 uname -s = Linux uname -v = #2 SMP Tue Jul 8 09:03:00 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2426: checking build system type configure:2440: result: i686-uhu-linux-gnu configure:2460: checking host system type configure:2473: result: i686-uhu-linux-gnu configure:2510: checking for a BSD-compatible install configure:2578: result: /bin/install -c configure:2589: checking whether build environment is sane configure:2639: result: yes configure:2780: checking for a thread-safe mkdir -p configure:2819: result: /bin/mkdir -p configure:2832: checking for gawk configure:2848: found /bin/gawk configure:2859: result: gawk configure:2870: checking whether make sets $(MAKE) configure:2892: result: yes configure:2978: checking for style of include used by make configure:3006: result: GNU configure:3037: checking for i686-uhu-linux-gcc configure:3053: found /usr/bin/i686-uhu-linux-gcc configure:3064: result: i686-uhu-linux-gcc configure:3333: checking for C compiler version configure:3342: 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:3353: $? = 0 configure:3342: 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:3353: $? = 0 configure:3342: 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:3353: $? = 1 configure:3342: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3353: $? = 1 configure:3373: checking whether the C compiler works configure:3395: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3399: $? = 0 configure:3447: result: yes configure:3450: checking for C compiler default output file name configure:3452: result: a.out configure:3458: checking for suffix of executables configure:3465: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3469: $? = 0 configure:3491: result: configure:3513: checking whether we are cross compiling configure:3521: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3525: $? = 0 configure:3532: ./conftest configure:3536: $? = 0 configure:3551: result: no configure:3556: checking for suffix of object files configure:3578: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3582: $? = 0 configure:3603: result: o configure:3607: checking whether we are using the GNU C compiler configure:3626: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3626: $? = 0 configure:3635: result: yes configure:3644: checking whether i686-uhu-linux-gcc accepts -g configure:3664: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3664: $? = 0 configure:3705: result: yes configure:3722: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3785: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3785: $? = 0 configure:3798: result: none needed configure:3820: checking dependency style of i686-uhu-linux-gcc configure:3931: result: gcc3 configure:3950: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4099: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:113:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:113:18: error: 'newvar' undeclared (first use in this function) conftest.c:113:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:123:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:123:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4099: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4099: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4099: $? = 0 configure:4119: result: -std=gnu99 configure:4220: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4234: result: -std=gnu99 configure:4243: checking how to run the C preprocessor configure:4274: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4274: $? = 0 configure:4288: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4313: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4333: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4333: $? = 0 configure:4347: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4347: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4389: checking for i686-uhu-linux-g++ configure:4405: found /usr/bin/i686-uhu-linux-g++ configure:4416: result: i686-uhu-linux-g++ configure:4487: checking for C++ compiler version configure:4496: 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:4507: $? = 0 configure:4496: 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:4507: $? = 0 configure:4496: 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:4507: $? = 1 configure:4496: i686-uhu-linux-g++ -qversion >&5 i686-uhu-linux-g++: error: unrecognized command line option '-qversion' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:4507: $? = 1 configure:4511: checking whether we are using the GNU C++ compiler configure:4530: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:4530: $? = 0 configure:4539: result: yes configure:4548: checking whether i686-uhu-linux-g++ accepts -g configure:4568: i686-uhu-linux-g++ -c -g conftest.cpp >&5 configure:4568: $? = 0 configure:4609: result: yes configure:4634: checking dependency style of i686-uhu-linux-g++ configure:4745: result: gcc3 configure:5186: checking how to print strings configure:5213: result: printf configure:5234: checking for a sed that does not truncate output configure:5298: result: /bin/sed configure:5316: checking for grep that handles long lines and -e configure:5374: result: /bin/grep configure:5379: checking for egrep configure:5441: result: /bin/grep -E configure:5446: checking for fgrep configure:5508: result: /bin/grep -F configure:5543: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:5610: result: /usr/bin/ld configure:5617: checking if the linker (/usr/bin/ld) is GNU ld configure:5632: result: yes configure:5644: checking for BSD- or MS-compatible name lister (nm) configure:5693: result: /usr/bin/nm -B configure:5823: checking the name lister (/usr/bin/nm -B) interface configure:5830: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5833: /usr/bin/nm -B "conftest.o" configure:5836: output 00000000 B some_variable configure:5843: result: BSD nm configure:5846: checking whether ln -s works configure:5850: result: yes configure:5858: checking the maximum length of command line arguments configure:5983: result: 1572864 configure:6000: checking whether the shell understands some XSI constructs configure:6010: result: yes configure:6014: checking whether the shell understands "+=" configure:6020: result: yes configure:6055: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:6095: result: func_convert_file_noop configure:6102: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:6122: result: func_convert_file_noop configure:6129: checking for /usr/bin/ld option to reload object files configure:6136: result: -r configure:6170: checking for i686-uhu-linux-objdump configure:6197: result: objdump configure:6266: checking how to recognize dependent libraries configure:6468: result: pass_all configure:6513: checking for i686-uhu-linux-dlltool configure:6540: result: dlltool configure:6610: checking how to associate runtime and link libraries configure:6637: result: printf %s\n configure:6654: checking for i686-uhu-linux-ar configure:6670: found /usr/bin/i686-uhu-linux-ar configure:6681: result: i686-uhu-linux-ar configure:6762: checking for archiver @FILE support configure:6779: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6779: $? = 0 configure:6782: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:6785: $? = 0 configure:6790: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:6793: $? = 1 configure:6805: result: @ configure:6823: checking for i686-uhu-linux-strip configure:6853: result: no configure:6863: checking for strip configure:6879: found /usr/bin/strip configure:6890: result: strip configure:6922: checking for i686-uhu-linux-ranlib configure:6952: result: no configure:6962: checking for ranlib configure:6978: found /usr/bin/ranlib configure:6989: result: ranlib configure:7091: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:7210: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7213: $? = 0 configure:7217: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7220: $? = 0 configure:7286: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:7289: $? = 0 configure:7327: result: ok configure:7364: checking for sysroot configure:7394: result: no configure:7597: checking for i686-uhu-linux-mt configure:7627: result: no configure:7637: checking for mt configure:7667: result: no configure:7687: checking if : is a manifest tool configure:7693: : '-?' configure:7701: result: no configure:8329: checking for ANSI C header files configure:8349: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8349: $? = 0 configure:8422: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8422: $? = 0 configure:8422: ./conftest configure:8422: $? = 0 configure:8433: result: yes configure:8446: checking for sys/types.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for sys/stat.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for stdlib.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for string.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for memory.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for strings.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for inttypes.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for stdint.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8446: checking for unistd.h configure:8446: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8446: $? = 0 configure:8446: result: yes configure:8460: checking for dlfcn.h configure:8460: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8460: $? = 0 configure:8460: result: yes configure:8596: checking for objdir configure:8611: result: .libs configure:8878: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8896: i686-uhu-linux-gcc -std=gnu99 -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:8900: $? = 0 configure:8913: result: no configure:9223: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:9230: result: -fPIC -DPIC configure:9238: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:9256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:9260: $? = 0 configure:9273: result: yes configure:9302: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:9330: result: yes configure:9345: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9366: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:9370: $? = 0 configure:9392: result: yes configure:9400: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9447: result: yes configure:9480: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:10638: result: yes configure:10675: checking whether -lc should be explicitly linked in configure:10683: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10686: $? = 0 configure:10701: i686-uhu-linux-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10704: $? = 0 configure:10718: result: no configure:10883: checking dynamic linker characteristics configure:11397: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11397: $? = 0 configure:11619: result: GNU/Linux ld.so configure:11726: checking how to hardcode library paths into programs configure:11751: result: immediate configure:12291: checking whether stripping libraries is possible configure:12296: result: yes configure:12331: checking if libtool supports shared libraries configure:12333: result: yes configure:12336: checking whether to build shared libraries configure:12357: result: yes configure:12360: checking whether to build static libraries configure:12364: result: no configure:12387: checking how to run the C++ preprocessor configure:12414: i686-uhu-linux-g++ -E conftest.cpp configure:12414: $? = 0 configure:12428: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:12428: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:12453: result: i686-uhu-linux-g++ -E configure:12473: i686-uhu-linux-g++ -E conftest.cpp configure:12473: $? = 0 configure:12487: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:12487: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:12657: checking for ld used by i686-uhu-linux-g++ configure:12724: result: /usr/bin/ld configure:12731: checking if the linker (/usr/bin/ld) is GNU ld configure:12746: result: yes configure:12801: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:13805: result: yes configure:13840: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:13843: $? = 0 configure:14363: checking for i686-uhu-linux-g++ option to produce PIC configure:14370: result: -fPIC -DPIC configure:14378: checking if i686-uhu-linux-g++ PIC flag -fPIC -DPIC works configure:14396: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14400: $? = 0 configure:14413: result: yes configure:14436: checking if i686-uhu-linux-g++ static flag -static works configure:14464: result: yes configure:14476: checking if i686-uhu-linux-g++ supports -c -o file.o configure:14497: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14501: $? = 0 configure:14523: result: yes configure:14528: checking if i686-uhu-linux-g++ supports -c -o file.o configure:14575: result: yes configure:14605: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:14639: result: yes configure:14782: checking dynamic linker characteristics configure:15452: result: GNU/Linux ld.so configure:15505: checking how to hardcode library paths into programs configure:15530: result: immediate configure:15595: checking whether to enable maintainer-specific portions of Makefiles configure:15604: result: no configure:15621: checking for inline configure:15637: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15637: $? = 0 configure:15645: result: inline configure:15667: checking whether byte ordering is bigendian configure:15682: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:22:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:22:15: error: unknown type name 'universal' configure:15682: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:15727: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15727: $? = 0 configure:15745: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:28:4: error: unknown type name 'not' not big endian ^ conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:15745: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:15873: result: no configure:16134: checking for the pthreads library -lpthreads configure:16167: i686-uhu-linux-gcc -std=gnu99 -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:16167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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:16176: result: no configure:16079: checking whether pthreads work without any flags configure:16167: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cchEtx3P.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:16167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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:16176: result: no configure:16084: checking whether pthreads work with -Kthread configure:16167: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Kthread conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-Kthread' configure:16167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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:16176: result: no configure:16084: checking whether pthreads work with -kthread configure:16167: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -kthread conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-kthread' configure:16167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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:16176: result: no configure:16134: checking for the pthreads library -llthread configure:16167: i686-uhu-linux-gcc -std=gnu99 -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:16167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.6" | #define PACKAGE_STRING "lcms2 2.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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:16176: result: no configure:16084: checking whether pthreads work with -pthread configure:16167: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16167: $? = 0 configure:16176: result: yes configure:16195: checking for joinable pthread attribute configure:16210: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16210: $? = 0 configure:16216: result: PTHREAD_CREATE_JOINABLE configure:16226: checking if more special flags are required for pthreads configure:16233: result: no configure:16432: checking for sqrt in -lm configure:16457: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lm >&5 conftest.c:29:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] char sqrt (); ^ configure:16457: $? = 0 configure:16466: result: yes configure:16485: checking for pthread_mutex_lock in -lpthread configure:16510: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lpthread -lm >&5 configure:16510: $? = 0 configure:16520: result: yes configure:16548: checking for JPEG support configure:16550: result: configure:16554: checking jconfig.h usability configure:16554: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16554: $? = 0 configure:16554: result: yes configure:16554: checking jconfig.h presence configure:16554: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16554: $? = 0 configure:16554: result: yes configure:16554: checking for jconfig.h configure:16554: result: yes configure:16562: checking jerror.h usability configure:16562: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16562: $? = 0 configure:16562: result: yes configure:16562: checking jerror.h presence configure:16562: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16562: $? = 0 configure:16562: result: yes configure:16562: checking for jerror.h configure:16562: result: yes configure:16570: checking jmorecfg.h usability configure:16570: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16570: $? = 0 configure:16570: result: yes configure:16570: checking jmorecfg.h presence configure:16570: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16570: $? = 0 configure:16570: result: yes configure:16570: checking for jmorecfg.h configure:16570: result: yes configure:16578: checking jpeglib.h usability configure:16578: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16578: $? = 0 configure:16578: result: yes configure:16578: checking jpeglib.h presence configure:16578: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16578: $? = 0 configure:16578: result: yes configure:16578: checking for jpeglib.h configure:16578: result: yes configure:16586: checking for jpeg_read_header in -ljpeg configure:16611: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ljpeg -lm -lpthread >&5 configure:16611: $? = 0 configure:16620: result: yes configure:16631: checking for JPEG library is version 6b or later configure:16655: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16655: $? = 0 configure:16662: result: yes configure:16665: result: yes configure:16674: checking if JPEG package is complete configure:16689: result: yes configure:16715: checking for ZLIB support configure:16717: result: configure:16721: checking zconf.h usability configure:16721: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16721: $? = 0 configure:16721: result: yes configure:16721: checking zconf.h presence configure:16721: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16721: $? = 0 configure:16721: result: yes configure:16721: checking for zconf.h configure:16721: result: yes configure:16729: checking zlib.h usability configure:16729: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:16729: $? = 0 configure:16729: result: yes configure:16729: checking zlib.h presence configure:16729: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16729: $? = 0 configure:16729: result: yes configure:16729: checking for zlib.h configure:16729: result: yes configure:16737: checking for compress in -lz configure:16762: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lz -ljpeg -lm -lpthread >&5 configure:16762: $? = 0 configure:16771: result: yes configure:16779: checking for uncompress in -lz configure:16804: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lz -ljpeg -lm -lpthread >&5 configure:16804: $? = 0 configure:16813: result: yes configure:16821: checking for deflate in -lz configure:16846: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lz -ljpeg -lm -lpthread >&5 configure:16846: $? = 0 configure:16855: result: yes configure:16863: checking for inflate in -lz configure:16888: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lz -ljpeg -lm -lpthread >&5 configure:16888: $? = 0 configure:16897: result: yes configure:16905: checking for gzseek in -lz configure:16930: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lz -ljpeg -lm -lpthread >&5 configure:16930: $? = 0 configure:16939: result: yes configure:16947: checking for gztell in -lz configure:16972: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -lz -ljpeg -lm -lpthread >&5 configure:16972: $? = 0 configure:16981: result: yes configure:16989: checking if ZLIB package is complete configure:17004: result: yes configure:17030: checking for TIFF support configure:17032: result: configure:17036: checking tiff.h usability configure:17036: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:17036: $? = 0 configure:17036: result: yes configure:17036: checking tiff.h presence configure:17036: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:17036: $? = 0 configure:17036: result: yes configure:17036: checking for tiff.h configure:17036: result: yes configure:17044: checking tiffio.h usability configure:17044: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:17044: $? = 0 configure:17044: result: yes configure:17044: checking tiffio.h presence configure:17044: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:17044: $? = 0 configure:17044: result: yes configure:17044: checking for tiffio.h configure:17044: result: yes configure:17052: checking for TIFFOpen in -ltiff configure:17077: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ltiff -lz -ljpeg -lm -lpthread >&5 configure:17077: $? = 0 configure:17086: result: yes configure:17094: checking for TIFFClientOpen in -ltiff configure:17119: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ltiff -lz -ljpeg -lm -lpthread >&5 configure:17119: $? = 0 configure:17128: result: yes configure:17136: checking for TIFFIsByteSwapped in -ltiff configure:17161: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c -ltiff -lz -ljpeg -lm -lpthread >&5 configure:17161: $? = 0 configure:17170: result: yes configure:17178: checking if TIFF package is complete configure:17193: result: yes configure:17198: checking tiffconf.h usability configure:17198: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:17198: $? = 0 configure:17198: result: yes configure:17198: checking tiffconf.h presence configure:17198: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:17198: $? = 0 configure:17198: result: yes configure:17198: checking for tiffconf.h configure:17198: result: yes configure:17452: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by lcms2 config.status 2.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp07 config.status:1101: creating Makefile config.status:1101: creating lcms2.pc config.status:1101: creating include/Makefile config.status:1101: creating src/Makefile config.status:1101: creating utils/tificc/Makefile config.status:1101: creating utils/transicc/Makefile config.status:1101: creating utils/linkicc/Makefile config.status:1101: creating utils/jpgicc/Makefile config.status:1101: creating utils/psicc/Makefile config.status:1101: creating testbed/Makefile config.status:1273: executing depfiles commands config.status:1273: executing libtool commands configure:19773: WARNING: unrecognized options: --with-python ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=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_LIBS_set= ac_cv_env_LIBS_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_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jconfig_h=yes ac_cv_header_jerror_h=yes ac_cv_header_jmorecfg_h=yes ac_cv_header_jpeglib_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_tiff_h=yes ac_cv_header_tiffconf_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zconf_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_jpeg_version_ok=yes ac_cv_lib_jpeg_jpeg_read_header=yes ac_cv_lib_m_sqrt=yes ac_cv_lib_pthread___pthread_mutex_lock=yes ac_cv_lib_tiff_TIFFClientOpen=yes ac_cv_lib_tiff_TIFFIsByteSwapped=yes ac_cv_lib_tiff_TIFFOpen=yes ac_cv_lib_z_compress=yes ac_cv_lib_z_deflate=yes ac_cv_lib_z_gzseek=yes ac_cv_lib_z_gztell=yes ac_cv_lib_z_inflate=yes ac_cv_lib_z_uncompress=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir 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 -std=gnu99 -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AR='i686-uhu-linux-ar' AS='as' 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.11' AWK='gawk' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic -pthread' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -pthread' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\" -DPACKAGE_VERSION=\"2.6\" -DPACKAGE_STRING=\"lcms2\ 2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHasTHREADS=1 -DHasJPEG=1 -DHasZLIB=1 -DHasTIFF=1 -DHAVE_TIFFCONF_H=1' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' HasJPEG_FALSE='#' HasJPEG_TRUE='' HasTIFF_FALSE='#' HasTIFF_TRUE='' HasZLIB_FALSE='#' HasZLIB_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JPEGICC_DEPLIBS='-ljpeg -lm -lpthread' LCMS_LIB_DEPLIBS='-lm -lpthread' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBRARY_AGE='0' LIBRARY_CURRENT='2' LIBRARY_REVISION='6' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LIB_JPEG='-ljpeg' LIB_MATH='-lm' LIB_THREAD='-lpthread' LIB_TIFF='-ltiff' LIB_ZLIB='-lz' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='lcms2' PACKAGE_BUGREPORT='' PACKAGE_NAME='lcms2' PACKAGE_STRING='lcms2 2.6' PACKAGE_TARNAME='lcms2' PACKAGE_URL='' PACKAGE_VERSION='2.6' PATH_SEPARATOR=':' PTHREAD_CC='i686-uhu-linux-gcc -std=gnu99' PTHREAD_CFLAGS='-pthread' PTHREAD_CXX='i686-uhu-linux-g++' PTHREAD_LIBS='-lpthread' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TIFFICC_DEPLIBS='-ltiff -ljpeg -lz -lm -lpthread' VERSION='2.6' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' acx_pthread_config='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} 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='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' inline='' install_sh='${SHELL} /var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "lcms2" #define PACKAGE_TARNAME "lcms2" #define PACKAGE_VERSION "2.6" #define PACKAGE_STRING "lcms2 2.6" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #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/" #define HAVE_PTHREAD 1 #define HasTHREADS 1 #define HasJPEG 1 #define HasZLIB 1 #define HasTIFF 1 #define HAVE_TIFFCONF_H 1 configure: exit 0