This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by lcms configure 1.19, which was generated by GNU Autoconf 2.61. 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:2054: checking build system type configure:2072: result: i686-uhu-linux-gnu configure:2094: checking host system type configure:2109: result: i686-uhu-linux-gnu configure:2131: checking target system type configure:2146: result: i686-uhu-linux-gnu configure:2176: checking whether build environment is sane configure:2219: result: yes configure:2238: checking for a BSD-compatible install configure:2294: result: /bin/install -c configure:2331: checking for a thread-safe mkdir -p configure:2370: result: /bin/mkdir -p configure:2383: checking for gawk configure:2399: found /bin/gawk configure:2410: result: gawk configure:2421: checking whether make sets $(MAKE) configure:2442: result: yes configure:2671: checking for i686-uhu-linux-gcc configure:2687: found /usr/bin/i686-uhu-linux-gcc configure:2698: result: i686-uhu-linux-gcc configure:2976: checking for C compiler version configure:2983: 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:2986: $? = 0 configure:2993: 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:2996: $? = 0 configure:3003: 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:3006: $? = 1 configure:3029: checking for C compiler default output file name configure:3056: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3059: $? = 0 configure:3097: result: a.out configure:3114: checking whether the C compiler works configure:3124: ./a.out configure:3127: $? = 0 configure:3144: result: yes configure:3151: checking whether we are cross compiling configure:3153: result: no configure:3156: checking for suffix of executables configure:3163: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3166: $? = 0 configure:3190: result: configure:3196: checking for suffix of object files configure:3222: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3225: $? = 0 configure:3248: result: o configure:3252: checking whether we are using the GNU C compiler configure:3281: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3287: $? = 0 configure:3304: result: yes configure:3309: checking whether i686-uhu-linux-gcc accepts -g configure:3339: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3345: $? = 0 configure:3444: result: yes configure:3461: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3535: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3541: $? = 0 configure:3564: result: none needed configure:3593: checking for style of include used by make configure:3621: result: GNU configure:3646: checking dependency style of i686-uhu-linux-gcc configure:3737: result: gcc3 configure:3754: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:3913: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:58:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:112:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:112:18: error: 'newvar' undeclared (first use in this function) conftest.c:112:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:122:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:122:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:3919: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcms" | #define PACKAGE_TARNAME "lcms" | #define PACKAGE_VERSION "1.19" | #define PACKAGE_STRING "lcms 1.19" | #define PACKAGE_BUGREPORT "" | /* 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:3913: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3919: $? = 0 configure:3949: result: -std=gnu99 configure:4079: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4090: result: -std=gnu99 configure:4100: checking how to run the C preprocessor configure:4140: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4146: $? = 0 configure:4177: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4183: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcms" | #define PACKAGE_TARNAME "lcms" | #define PACKAGE_VERSION "1.19" | #define PACKAGE_STRING "lcms 1.19" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:4216: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4245: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4251: $? = 0 configure:4282: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:8: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 "lcms" | #define PACKAGE_TARNAME "lcms" | #define PACKAGE_VERSION "1.19" | #define PACKAGE_STRING "lcms 1.19" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:4325: checking for a sed that does not truncate output configure:4381: result: /bin/sed configure:4384: checking for grep that handles long lines and -e configure:4458: result: /bin/grep configure:4463: checking for egrep configure:4541: result: /bin/grep -E configure:4557: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:4624: result: /usr/bin/ld configure:4633: checking if the linker (/usr/bin/ld) is GNU ld configure:4648: result: yes configure:4667: checking for a BSD-compatible install configure:4723: result: /bin/install -c configure:4734: checking whether make sets $(MAKE) configure:4755: result: yes configure:4764: checking whether ln -s works configure:4768: result: yes configure:4789: checking for i686-uhu-linux-g++ configure:4805: found /usr/bin/i686-uhu-linux-g++ configure:4816: result: i686-uhu-linux-g++ configure:4891: checking for C++ compiler version configure:4898: 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:4901: $? = 0 configure:4908: 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:4911: $? = 0 configure:4918: 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:4921: $? = 1 configure:4924: checking whether we are using the GNU C++ compiler configure:4953: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:4959: $? = 0 configure:4976: result: yes configure:4981: checking whether i686-uhu-linux-g++ accepts -g configure:5011: i686-uhu-linux-g++ -c -g conftest.cpp >&5 configure:5017: $? = 0 configure:5116: result: yes configure:5141: checking dependency style of i686-uhu-linux-g++ configure:5232: result: gcc3 configure:5284: checking for a Python interpreter with version >= 2.2 configure:5299: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.2', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:5302: $? = 0 configure:5309: result: python configure:5317: checking for python configure:5335: found /usr/bin/python configure:5347: result: /usr/bin/python configure:5365: checking for python version configure:5372: result: 2.7 configure:5384: checking for python platform configure:5391: result: linux2 configure:5398: checking for python script directory configure:5406: result: ${prefix}/lib/python2.7/site-packages configure:5415: checking for python extension module directory configure:5423: result: ${exec_prefix}/lib/python2.7/site-packages configure:5443: checking for /usr/include/python2.7/Python.h configure:5459: result: yes configure:5565: checking for /usr/bin/ld option to reload object files configure:5572: result: -r configure:5590: checking for BSD-compatible nm configure:5639: result: /usr/bin/nm -B configure:5643: checking how to recognize dependent libraries configure:5829: result: pass_all configure:6354: checking for ANSI C header files configure:6384: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6390: $? = 0 configure:6489: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6492: $? = 0 configure:6498: ./conftest configure:6501: $? = 0 configure:6518: result: yes configure:6542: checking for sys/types.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for sys/stat.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for stdlib.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for string.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for memory.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for strings.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for inttypes.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for stdint.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6542: checking for unistd.h configure:6563: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6569: $? = 0 configure:6585: result: yes configure:6612: checking dlfcn.h usability configure:6629: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6635: $? = 0 configure:6649: result: yes configure:6653: checking dlfcn.h presence configure:6668: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:6674: $? = 0 configure:6688: result: yes configure:6716: checking for dlfcn.h configure:6724: result: yes configure:6747: checking how to run the C++ preprocessor configure:6783: i686-uhu-linux-g++ -E conftest.cpp configure:6789: $? = 0 configure:6820: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:19:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6826: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcms" | #define PACKAGE_TARNAME "lcms" | #define PACKAGE_VERSION "1.19" | #define PACKAGE_STRING "lcms 1.19" | #define PACKAGE_BUGREPORT "" | #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:6859: result: i686-uhu-linux-g++ -E configure:6888: i686-uhu-linux-g++ -E conftest.cpp configure:6894: $? = 0 configure:6925: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:19:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6931: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcms" | #define PACKAGE_TARNAME "lcms" | #define PACKAGE_VERSION "1.19" | #define PACKAGE_STRING "lcms 1.19" | #define PACKAGE_BUGREPORT "" | #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:6980: checking for i686-uhu-linux-g77 configure:7010: result: no configure:6980: checking for i686-uhu-linux-xlf configure:7010: result: no configure:6980: checking for i686-uhu-linux-f77 configure:7010: result: no configure:6980: checking for i686-uhu-linux-frt configure:7010: result: no configure:6980: checking for i686-uhu-linux-pgf77 configure:7010: result: no configure:6980: checking for i686-uhu-linux-cf77 configure:7010: result: no configure:6980: checking for i686-uhu-linux-fort77 configure:7010: result: no configure:6980: checking for i686-uhu-linux-fl32 configure:7010: result: no configure:6980: checking for i686-uhu-linux-af77 configure:7010: result: no configure:6980: checking for i686-uhu-linux-xlf90 configure:7010: result: no configure:6980: checking for i686-uhu-linux-f90 configure:7010: result: no configure:6980: checking for i686-uhu-linux-pgf90 configure:7010: result: no configure:6980: checking for i686-uhu-linux-pghpf configure:7010: result: no configure:6980: checking for i686-uhu-linux-epcf90 configure:7010: result: no configure:6980: checking for i686-uhu-linux-gfortran configure:7010: result: no configure:6980: checking for i686-uhu-linux-g95 configure:7010: result: no configure:6980: checking for i686-uhu-linux-xlf95 configure:7010: result: no configure:6980: checking for i686-uhu-linux-f95 configure:7010: result: no configure:6980: checking for i686-uhu-linux-fort configure:7010: result: no configure:6980: checking for i686-uhu-linux-ifort configure:7010: result: no configure:6980: checking for i686-uhu-linux-ifc configure:7010: result: no configure:6980: checking for i686-uhu-linux-efc configure:7010: result: no configure:6980: checking for i686-uhu-linux-pgf95 configure:7010: result: no configure:6980: checking for i686-uhu-linux-lf95 configure:7010: result: no configure:6980: checking for i686-uhu-linux-ftn configure:7010: result: no configure:7024: checking for g77 configure:7054: result: no configure:7024: checking for xlf configure:7054: result: no configure:7024: checking for f77 configure:7054: result: no configure:7024: checking for frt configure:7054: result: no configure:7024: checking for pgf77 configure:7054: result: no configure:7024: checking for cf77 configure:7054: result: no configure:7024: checking for fort77 configure:7054: result: no configure:7024: checking for fl32 configure:7054: result: no configure:7024: checking for af77 configure:7054: result: no configure:7024: checking for xlf90 configure:7054: result: no configure:7024: checking for f90 configure:7054: result: no configure:7024: checking for pgf90 configure:7054: result: no configure:7024: checking for pghpf configure:7054: result: no configure:7024: checking for epcf90 configure:7054: result: no configure:7024: checking for gfortran configure:7054: result: no configure:7024: checking for g95 configure:7054: result: no configure:7024: checking for xlf95 configure:7054: result: no configure:7024: checking for f95 configure:7054: result: no configure:7024: checking for fort configure:7054: result: no configure:7024: checking for ifort configure:7054: result: no configure:7024: checking for ifc configure:7054: result: no configure:7024: checking for efc configure:7054: result: no configure:7024: checking for pgf95 configure:7054: result: no configure:7024: checking for lf95 configure:7054: result: no configure:7024: checking for ftn configure:7054: result: no configure:7081: checking for Fortran 77 compiler version configure:7088: --version >&5 ./configure: line 7089: --version: command not found configure:7091: $? = 127 configure:7098: -v >&5 ./configure: line 7099: -v: command not found configure:7101: $? = 127 configure:7108: -V >&5 ./configure: line 7109: -V: command not found configure:7111: $? = 127 configure:7119: checking whether we are using the GNU Fortran 77 compiler configure:7138: -c conftest.F >&5 ./configure: line 7139: -c: command not found configure:7144: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:7161: result: no configure:7167: checking whether accepts -g configure:7184: -c -g conftest.f >&5 ./configure: line 7185: -c: command not found configure:7190: $? = 127 configure: failed program was: | program main | | end configure:7206: result: no configure:7236: checking the maximum length of command line arguments configure:7345: result: 32768 configure:7356: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:7461: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7464: $? = 0 configure:7468: /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:7471: $? = 0 configure:7523: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:7526: $? = 0 configure:7564: result: ok configure:7568: checking for objdir configure:7583: result: .libs configure:7635: checking for i686-uhu-linux-ar configure:7651: found /usr/bin/i686-uhu-linux-ar configure:7662: result: i686-uhu-linux-ar configure:7731: checking for i686-uhu-linux-ranlib configure:7761: result: no configure:7771: checking for ranlib configure:7787: found /usr/bin/ranlib configure:7798: result: ranlib configure:7827: checking for i686-uhu-linux-strip configure:7857: result: no configure:7867: checking for strip configure:7883: found /usr/bin/strip configure:7894: result: strip configure:8180: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8198: 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:8202: $? = 0 configure:8215: result: no configure:8230: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:8462: result: -fPIC configure:8470: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC works configure:8488: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC conftest.c >&5 configure:8492: $? = 0 configure:8505: result: yes configure:8533: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:8561: result: yes configure:8571: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:8592: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:8596: $? = 0 configure:8618: result: yes configure:8644: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:9620: result: yes configure:9641: checking whether -lc should be explicitly linked in configure:9646: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9649: $? = 0 configure:9664: i686-uhu-linux-gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9667: $? = 0 configure:9679: result: no configure:9687: checking dynamic linker characteristics configure:10289: result: GNU/Linux ld.so configure:10298: checking how to hardcode library paths into programs configure:10323: result: immediate configure:10337: checking whether stripping libraries is possible configure:10342: result: yes configure:11144: checking if libtool supports shared libraries configure:11146: result: yes configure:11149: checking whether to build shared libraries configure:11170: result: yes configure:11173: checking whether to build static libraries configure:11177: result: no configure:11269: creating libtool configure:11857: checking for ld used by i686-uhu-linux-g++ configure:11924: result: /usr/bin/ld configure:11933: checking if the linker (/usr/bin/ld) is GNU ld configure:11948: result: yes configure:11999: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:12969: result: yes configure:12987: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:12990: $? = 0 configure:13142: checking for i686-uhu-linux-g++ option to produce PIC configure:13426: result: -fPIC configure:13434: checking if i686-uhu-linux-g++ PIC flag -fPIC works configure:13452: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:13456: $? = 0 configure:13469: result: yes configure:13497: checking if i686-uhu-linux-g++ static flag -static works configure:13525: result: yes configure:13535: checking if i686-uhu-linux-g++ supports -c -o file.o configure:13556: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:13560: $? = 0 configure:13582: result: yes configure:13608: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:13633: result: yes configure:13700: checking dynamic linker characteristics configure:14250: result: GNU/Linux ld.so configure:14259: checking how to hardcode library paths into programs configure:14284: result: immediate configure:20448: checking whether to enable maintainer-specific portions of Makefiles configure:20457: result: no configure:20478: checking for inline configure:20504: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20510: $? = 0 configure:20528: result: inline configure:20551: checking whether byte ordering is bigendian configure:20584: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20590: $? = 0 configure:20622: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:26:2: error: unknown type name 'not' not big endian ^ conftest.c:26:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:20628: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcms" | #define PACKAGE_TARNAME "lcms" | #define PACKAGE_VERSION "1.19" | #define PACKAGE_STRING "lcms 1.19" | #define PACKAGE_BUGREPORT "" | #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 | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:20768: result: no configure:20806: checking for int configure:20836: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20842: $? = 0 configure:20857: result: yes configure:20864: checking size of int configure:21166: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21169: $? = 0 configure:21175: ./conftest configure:21178: $? = 0 configure:21201: result: 4 configure:21214: checking for unsigned int configure:21244: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21250: $? = 0 configure:21265: result: yes configure:21272: checking size of unsigned int configure:21574: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21577: $? = 0 configure:21583: ./conftest configure:21586: $? = 0 configure:21609: result: 4 configure:21622: checking for long configure:21652: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21658: $? = 0 configure:21673: result: yes configure:21680: checking size of long configure:21982: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21985: $? = 0 configure:21991: ./conftest configure:21994: $? = 0 configure:22017: result: 4 configure:22030: checking for unsigned long configure:22060: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22066: $? = 0 configure:22081: result: yes configure:22088: checking size of unsigned long configure:22390: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22393: $? = 0 configure:22399: ./conftest configure:22402: $? = 0 configure:22425: result: 4 configure:22439: checking for long long configure:22469: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22475: $? = 0 configure:22490: result: yes configure:22497: checking size of long long configure:22799: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22802: $? = 0 configure:22808: ./conftest configure:22811: $? = 0 configure:22834: result: 8 configure:22849: checking for unsigned long long configure:22879: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22885: $? = 0 configure:22900: result: yes configure:22907: checking size of unsigned long long configure:23209: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23212: $? = 0 configure:23218: ./conftest configure:23221: $? = 0 configure:23244: result: 8 configure:23259: checking for signed 8-bit type configure:23262: result: char configure:23266: checking for unsigned 8-bit type configure:23269: result: unsigned char configure:23273: checking for signed 16-bit type configure:23276: result: short configure:23280: checking for unsigned 16-bit type configure:23283: result: unsigned short configure:23287: checking for signed 32-bit type configure:23297: result: int configure:23301: checking for unsigned 32-bit type configure:23311: result: unsigned int configure:23315: checking for signed 64-bit type configure:23325: result: long long configure:23329: checking for unsigned 64-bit type configure:23339: result: unsigned long long configure:23348: checking for sqrt in -lm configure:23383: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 conftest.c:32:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] char sqrt (); ^ configure:23389: $? = 0 configure:23407: result: yes configure:23423: checking for JPEG support configure:23425: result: configure:23439: checking jconfig.h usability configure:23456: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23462: $? = 0 configure:23476: result: yes configure:23480: checking jconfig.h presence configure:23495: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23501: $? = 0 configure:23515: result: yes configure:23543: checking for jconfig.h configure:23550: result: yes configure:23571: checking jerror.h usability configure:23588: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23594: $? = 0 configure:23608: result: yes configure:23612: checking jerror.h presence configure:23627: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23633: $? = 0 configure:23647: result: yes configure:23675: checking for jerror.h configure:23682: result: yes configure:23703: checking jmorecfg.h usability configure:23720: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23726: $? = 0 configure:23740: result: yes configure:23744: checking jmorecfg.h presence configure:23759: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23765: $? = 0 configure:23779: result: yes configure:23807: checking for jmorecfg.h configure:23814: result: yes configure:23835: checking jpeglib.h usability configure:23852: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23858: $? = 0 configure:23872: result: yes configure:23876: checking jpeglib.h presence configure:23891: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:23897: $? = 0 configure:23911: result: yes configure:23939: checking for jpeglib.h configure:23946: result: yes configure:23957: checking for jpeg_read_header in -ljpeg configure:23992: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ljpeg -lm >&5 configure:23998: $? = 0 configure:24016: result: yes configure:24027: checking for JPEG library is version 6b or later configure:24061: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24067: $? = 0 configure:24082: result: yes configure:24085: result: yes configure:24094: checking if JPEG package is complete configure:24111: result: yes configure:24137: checking for ZLIB support configure:24139: result: configure:24153: checking zconf.h usability configure:24170: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24176: $? = 0 configure:24190: result: yes configure:24194: checking zconf.h presence configure:24209: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:24215: $? = 0 configure:24229: result: yes configure:24257: checking for zconf.h configure:24264: result: yes configure:24285: checking zlib.h usability configure:24302: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24308: $? = 0 configure:24322: result: yes configure:24326: checking zlib.h presence configure:24341: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:24347: $? = 0 configure:24361: result: yes configure:24389: checking for zlib.h configure:24396: result: yes configure:24407: checking for compress in -lz configure:24442: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:24448: $? = 0 configure:24466: result: yes configure:24474: checking for uncompress in -lz configure:24509: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:24515: $? = 0 configure:24533: result: yes configure:24541: checking for deflate in -lz configure:24576: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:24582: $? = 0 configure:24600: result: yes configure:24608: checking for inflate in -lz configure:24643: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:24649: $? = 0 configure:24667: result: yes configure:24675: checking for gzseek in -lz configure:24710: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:24716: $? = 0 configure:24734: result: yes configure:24742: checking for gztell in -lz configure:24777: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:24783: $? = 0 configure:24801: result: yes configure:24809: checking if ZLIB package is complete configure:24826: result: yes configure:24852: checking for TIFF support configure:24854: result: configure:24868: checking tiff.h usability configure:24885: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24891: $? = 0 configure:24905: result: yes configure:24909: checking tiff.h presence configure:24924: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:24930: $? = 0 configure:24944: result: yes configure:24972: checking for tiff.h configure:24979: result: yes configure:25000: checking tiffio.h usability configure:25017: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25023: $? = 0 configure:25037: result: yes configure:25041: checking tiffio.h presence configure:25056: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25062: $? = 0 configure:25076: result: yes configure:25104: checking for tiffio.h configure:25111: result: yes configure:25122: checking for TIFFOpen in -ltiff configure:25157: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltiff -lz -ljpeg -lm >&5 configure:25163: $? = 0 configure:25181: result: yes configure:25189: checking for TIFFClientOpen in -ltiff configure:25224: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltiff -lz -ljpeg -lm >&5 configure:25230: $? = 0 configure:25248: result: yes configure:25256: checking for TIFFIsByteSwapped in -ltiff configure:25291: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltiff -lz -ljpeg -lm >&5 configure:25297: $? = 0 configure:25315: result: yes configure:25323: checking if TIFF package is complete configure:25340: result: yes configure:25358: checking tiffconf.h usability configure:25375: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25381: $? = 0 configure:25395: result: yes configure:25399: checking tiffconf.h presence configure:25414: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:25420: $? = 0 configure:25434: result: yes configure:25462: checking for tiffconf.h configure:25470: result: yes configure:25726: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by lcms config.status 1.19, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp07 config.status:705: creating Makefile config.status:705: creating lcms.pc config.status:705: creating include/icc34.h config.status:705: creating include/Makefile config.status:705: creating jpegicc/Makefile config.status:705: creating python/Makefile config.status:705: creating samples/Makefile config.status:705: creating testbed/Makefile config.status:705: creating tifficc/Makefile config.status:705: creating src/Makefile config.status:896: executing depfiles commands ## ---------------- ## ## 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_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_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_f77_compiler_gnu=no ac_cv_file__usr_include_python2_7_Python_h=yes 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_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_GREP=/bin/grep ac_cv_path_PYTHON=/usr/bin/python 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_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_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_unsigned_long_long=8 ac_cv_target=i686-uhu-linux-gnu ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_unsigned_int=yes ac_cv_type_unsigned_long=yes ac_cv_type_unsigned_long_long=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_pathless_PYTHON=python am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 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_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_rtti_exceptions=no 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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run 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.10' AWK='gawk' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' 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' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"lcms\" -DPACKAGE_TARNAME=\"lcms\" -DPACKAGE_VERSION=\"1.19\" -DPACKAGE_STRING=\"lcms\ 1.19\" -DPACKAGE_BUGREPORT=\"\" -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 -DSIZEOF_INT=4 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DHasJPEG=1 -DHasZLIB=1 -DHasTIFF=1 -DHAVE_TIFFCONF_H=1' DEPDIR='.deps' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' F77='' FFLAGS='' 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' INT16_T='short' INT32_T='int' INT64_T='long long' INT8_T='char' JPEGICC_DEPLIBS='-ljpeg -lm' LCMS_LIB_DEPLIBS='-lm' LCMS_PYEXECDIR='/usr/lib/python2.7/site-packages' LCMS_PYINCLUDE='/usr/include/python2.7' LCMS_PYLIB='/usr/lib/python2.7' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBRARY_AGE='0' LIBRARY_CURRENT='1' LIBRARY_REVISION='19' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LIB_JPEG='-ljpeg' LIB_MATH='-lm' LIB_TIFF='-ltiff' LIB_ZLIB='-lz' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' OBJDUMP='objdump' OBJEXT='o' PACKAGE='lcms' PACKAGE_BUGREPORT='' PACKAGE_NAME='lcms' PACKAGE_STRING='lcms 1.19' PACKAGE_TARNAME='lcms' PACKAGE_VERSION='1.19' PATH_SEPARATOR=':' PYTHON='/usr/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' SUPPORT_PYTHON_FALSE='#' SUPPORT_PYTHON_TRUE='' TIFFICC_DEPLIBS='-ltiff -ljpeg -lz -lm' UINT16_T='unsigned short' UINT32_T='unsigned int' UINT64_T='unsigned long long' UINT8_T='unsigned char' VERSION='1.19' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' 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='${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}' pkgpyexecdir='${pyexecdir}/lcms' pkgpythondir='${pythondir}/lcms' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target='i686-uhu-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='uhu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "lcms" #define PACKAGE_TARNAME "lcms" #define PACKAGE_VERSION "1.19" #define PACKAGE_STRING "lcms 1.19" #define PACKAGE_BUGREPORT "" #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 SIZEOF_INT 4 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_UNSIGNED_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define HasJPEG 1 #define HasZLIB 1 #define HasTIFF 1 #define HAVE_TIFFCONF_H 1 configure: exit 0