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.3, which was generated by GNU Autoconf 2.68. 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 = vas uname -m = i686 uname -r = 3.4.0-rc3-2.i386 uname -s = Linux uname -v = #2 SMP Tue Apr 27 17:58:42 CEST 2010 /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:2396: checking build system type configure:2410: result: i686-uhu-linux-gnu configure:2430: checking host system type configure:2443: result: i686-uhu-linux-gnu configure:2480: checking for a BSD-compatible install configure:2548: result: /bin/install -c configure:2559: checking whether build environment is sane configure:2609: result: yes configure:2750: checking for a thread-safe mkdir -p configure:2789: result: /bin/mkdir -p configure:2802: checking for gawk configure:2818: found /bin/gawk configure:2829: result: gawk configure:2840: checking whether make sets $(MAKE) configure:2862: result: yes configure:2977: checking for style of include used by make configure:3005: result: GNU configure:3035: checking for i686-uhu-linux-gcc configure:3051: found /usr/bin/i686-uhu-linux-gcc configure:3062: result: i686-uhu-linux-gcc configure:3331: checking for C compiler version configure:3340: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.4.2 Copyright (C) 2009 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:3351: $? = 0 configure:3340: i686-uhu-linux-gcc -v >&5 Using built-in specs. Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-targets=all --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --disable-multilib --with-tune=generic Thread model: posix gcc version 4.4.2 (GCC) configure:3351: $? = 0 configure:3340: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: '-V' option must have argument configure:3351: $? = 1 configure:3340: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: unrecognized option '-qversion' i686-uhu-linux-gcc: no input files configure:3351: $? = 1 configure:3371: checking whether the C compiler works configure:3393: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3397: $? = 0 configure:3445: result: yes configure:3448: checking for C compiler default output file name configure:3450: result: a.out configure:3456: checking for suffix of executables configure:3463: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3467: $? = 0 configure:3489: result: configure:3511: checking whether we are cross compiling configure:3519: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3523: $? = 0 configure:3530: ./conftest configure:3534: $? = 0 configure:3549: result: no configure:3554: checking for suffix of object files configure:3576: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3580: $? = 0 configure:3601: result: o configure:3605: checking whether we are using the GNU C compiler configure:3624: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3624: $? = 0 configure:3633: result: yes configure:3642: checking whether i686-uhu-linux-gcc accepts -g configure:3662: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3662: $? = 0 configure:3703: result: yes configure:3720: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3784: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3784: $? = 0 configure:3797: result: none needed configure:3819: checking dependency style of i686-uhu-linux-gcc configure:3929: result: gcc3 configure:3948: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4097: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:113: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:113: error: 'newvar' undeclared (first use in this function) conftest.c:113: error: (Each undeclared identifier is reported only once conftest.c:113: error: for each function it appears in.) conftest.c:123: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:123: note: use option -std=c99 or -std=gnu99 to compile your code configure:4097: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.3" | #define PACKAGE_STRING "lcms2 2.3" | #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:4097: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4097: $? = 0 configure:4117: result: -std=gnu99 configure:4219: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4233: result: -std=gnu99 configure:4242: checking how to run the C preprocessor configure:4273: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4273: $? = 0 configure:4287: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:4287: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.3" | #define PACKAGE_STRING "lcms2 2.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4312: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4332: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4332: $? = 0 configure:4346: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:4346: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.3" | #define PACKAGE_STRING "lcms2 2.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4388: checking for i686-uhu-linux-g++ configure:4404: found /usr/bin/i686-uhu-linux-g++ configure:4415: result: i686-uhu-linux-g++ configure:4486: checking for C++ compiler version configure:4495: i686-uhu-linux-g++ --version >&5 i686-uhu-linux-g++ (GCC) 4.4.2 Copyright (C) 2009 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:4506: $? = 0 configure:4495: i686-uhu-linux-g++ -v >&5 Using built-in specs. Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-targets=all --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --disable-multilib --with-tune=generic Thread model: posix gcc version 4.4.2 (GCC) configure:4506: $? = 0 configure:4495: i686-uhu-linux-g++ -V >&5 i686-uhu-linux-g++: '-V' option must have argument configure:4506: $? = 1 configure:4495: i686-uhu-linux-g++ -qversion >&5 i686-uhu-linux-g++: unrecognized option '-qversion' i686-uhu-linux-g++: no input files configure:4506: $? = 1 configure:4510: checking whether we are using the GNU C++ compiler configure:4529: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:4529: $? = 0 configure:4538: result: yes configure:4547: checking whether i686-uhu-linux-g++ accepts -g configure:4567: i686-uhu-linux-g++ -c -g conftest.cpp >&5 configure:4567: $? = 0 configure:4608: result: yes configure:4633: checking dependency style of i686-uhu-linux-g++ configure:4743: result: gcc3 configure:5184: checking how to print strings configure:5211: result: printf configure:5232: checking for a sed that does not truncate output configure:5296: result: /bin/sed configure:5314: checking for grep that handles long lines and -e configure:5372: result: /bin/grep configure:5377: checking for egrep configure:5439: result: /bin/grep -E configure:5444: checking for fgrep configure:5506: result: /bin/grep -F configure:5541: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:5608: result: /usr/bin/ld configure:5615: checking if the linker (/usr/bin/ld) is GNU ld configure:5630: result: yes configure:5642: checking for BSD- or MS-compatible name lister (nm) configure:5691: result: /usr/bin/nm -B configure:5821: checking the name lister (/usr/bin/nm -B) interface configure:5828: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5831: /usr/bin/nm -B "conftest.o" configure:5834: output 00000000 B some_variable configure:5841: result: BSD nm configure:5844: checking whether ln -s works configure:5848: result: yes configure:5856: checking the maximum length of command line arguments configure:5981: result: 1572864 configure:5998: checking whether the shell understands some XSI constructs configure:6008: result: yes configure:6012: checking whether the shell understands "+=" configure:6018: result: yes configure:6053: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:6093: result: func_convert_file_noop configure:6100: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:6120: result: func_convert_file_noop configure:6127: checking for /usr/bin/ld option to reload object files configure:6134: result: -r configure:6168: checking for i686-uhu-linux-objdump configure:6195: result: objdump configure:6264: checking how to recognize dependent libraries configure:6466: result: pass_all configure:6511: checking for i686-uhu-linux-dlltool configure:6538: result: dlltool configure:6608: checking how to associate runtime and link libraries configure:6635: result: printf %s\n configure:6652: checking for i686-uhu-linux-ar configure:6668: found /usr/bin/i686-uhu-linux-ar configure:6679: result: i686-uhu-linux-ar configure:6760: checking for archiver @FILE support configure:6777: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6777: $? = 0 configure:6780: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:6783: $? = 0 configure:6788: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:6791: $? = 1 configure:6803: result: @ configure:6821: checking for i686-uhu-linux-strip configure:6851: result: no configure:6861: checking for strip configure:6877: found /usr/bin/strip configure:6888: result: strip configure:6920: checking for i686-uhu-linux-ranlib configure:6950: result: no configure:6960: checking for ranlib configure:6976: found /usr/bin/ranlib configure:6987: result: ranlib configure:7089: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:7208: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7211: $? = 0 configure:7215: /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:7218: $? = 0 configure:7284: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:7287: $? = 0 configure:7325: result: ok configure:7362: checking for sysroot configure:7392: result: no configure:7595: checking for i686-uhu-linux-mt configure:7625: result: no configure:7635: checking for mt configure:7665: result: no configure:7685: checking if : is a manifest tool configure:7691: : '-?' configure:7699: result: no configure:8327: checking for ANSI C header files configure:8347: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8347: $? = 0 configure:8420: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8420: $? = 0 configure:8420: ./conftest configure:8420: $? = 0 configure:8431: result: yes configure:8444: checking for sys/types.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for sys/stat.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for stdlib.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for string.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for memory.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for strings.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for inttypes.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for stdint.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8444: checking for unistd.h configure:8444: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8444: $? = 0 configure:8444: result: yes configure:8458: checking for dlfcn.h configure:8458: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8458: $? = 0 configure:8458: result: yes configure:8594: checking for objdir configure:8609: result: .libs configure:8876: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8894: 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 configure:8898: $? = 0 configure:8911: result: no configure:9221: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:9228: result: -fPIC -DPIC configure:9236: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:9254: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:9258: $? = 0 configure:9271: result: yes configure:9300: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:9328: result: yes configure:9343: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9364: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:9368: $? = 0 configure:9390: result: yes configure:9398: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9445: result: yes configure:9478: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:10636: result: yes configure:10673: checking whether -lc should be explicitly linked in configure:10681: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10684: $? = 0 configure:10699: 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:10702: $? = 0 configure:10716: result: no configure:10881: checking dynamic linker characteristics configure:11395: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11395: $? = 0 configure:11617: result: GNU/Linux ld.so configure:11724: checking how to hardcode library paths into programs configure:11749: result: immediate configure:12289: checking whether stripping libraries is possible configure:12294: result: yes configure:12329: checking if libtool supports shared libraries configure:12331: result: yes configure:12334: checking whether to build shared libraries configure:12355: result: yes configure:12358: checking whether to build static libraries configure:12362: result: no configure:12385: checking how to run the C++ preprocessor configure:12412: i686-uhu-linux-g++ -E conftest.cpp configure:12412: $? = 0 configure:12426: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:12426: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.3" | #define PACKAGE_STRING "lcms2 2.3" | #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:12451: result: i686-uhu-linux-g++ -E configure:12471: i686-uhu-linux-g++ -E conftest.cpp configure:12471: $? = 0 configure:12485: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:12485: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.3" | #define PACKAGE_STRING "lcms2 2.3" | #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:12655: checking for ld used by i686-uhu-linux-g++ configure:12722: result: /usr/bin/ld configure:12729: checking if the linker (/usr/bin/ld) is GNU ld configure:12744: result: yes configure:12799: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:13803: result: yes configure:13838: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:13841: $? = 0 configure:14361: checking for i686-uhu-linux-g++ option to produce PIC configure:14368: result: -fPIC -DPIC configure:14376: checking if i686-uhu-linux-g++ PIC flag -fPIC -DPIC works configure:14394: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14398: $? = 0 configure:14411: result: yes configure:14434: checking if i686-uhu-linux-g++ static flag -static works configure:14462: result: yes configure:14474: checking if i686-uhu-linux-g++ supports -c -o file.o configure:14495: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14499: $? = 0 configure:14521: result: yes configure:14526: checking if i686-uhu-linux-g++ supports -c -o file.o configure:14573: result: yes configure:14603: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:14637: result: yes configure:14780: checking dynamic linker characteristics configure:15450: result: GNU/Linux ld.so configure:15503: checking how to hardcode library paths into programs configure:15528: result: immediate configure:15593: checking whether to enable maintainer-specific portions of Makefiles configure:15602: result: no configure:15619: checking for inline configure:15635: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15635: $? = 0 configure:15643: result: inline configure:15665: checking whether byte ordering is bigendian configure:15680: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:15680: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.3" | #define PACKAGE_STRING "lcms2 2.3" | #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:15725: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15725: $? = 0 configure:15743: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:28: error: 'not' undeclared (first use in this function) conftest.c:28: error: (Each undeclared identifier is reported only once conftest.c:28: error: for each function it appears in.) conftest.c:28: error: expected ';' before 'big' configure:15743: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "lcms2" | #define PACKAGE_TARNAME "lcms2" | #define PACKAGE_VERSION "2.3" | #define PACKAGE_STRING "lcms2 2.3" | #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:15871: result: no configure:15894: checking for sqrt in -lm configure:15919: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 conftest.c:28: warning: conflicting types for built-in function 'sqrt' configure:15919: $? = 0 configure:15928: result: yes configure:15944: checking for JPEG support configure:15946: result: configure:15950: checking jconfig.h usability configure:15950: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15950: $? = 0 configure:15950: result: yes configure:15950: checking jconfig.h presence configure:15950: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:15950: $? = 0 configure:15950: result: yes configure:15950: checking for jconfig.h configure:15950: result: yes configure:15958: checking jerror.h usability configure:15958: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15958: $? = 0 configure:15958: result: yes configure:15958: checking jerror.h presence configure:15958: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:15958: $? = 0 configure:15958: result: yes configure:15958: checking for jerror.h configure:15958: result: yes configure:15966: checking jmorecfg.h usability configure:15966: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15966: $? = 0 configure:15966: result: yes configure:15966: checking jmorecfg.h presence configure:15966: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:15966: $? = 0 configure:15966: result: yes configure:15966: checking for jmorecfg.h configure:15966: result: yes configure:15974: checking jpeglib.h usability configure:15974: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15974: $? = 0 configure:15974: result: yes configure:15974: checking jpeglib.h presence configure:15974: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:15974: $? = 0 configure:15974: result: yes configure:15974: checking for jpeglib.h configure:15974: result: yes configure:15982: checking for jpeg_read_header in -ljpeg configure:16007: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ljpeg -lm >&5 configure:16007: $? = 0 configure:16016: result: yes configure:16027: checking for JPEG library is version 6b or later configure:16051: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16051: $? = 0 configure:16058: result: yes configure:16061: result: yes configure:16070: checking if JPEG package is complete configure:16085: result: yes configure:16111: checking for ZLIB support configure:16113: result: configure:16117: checking zconf.h usability configure:16117: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16117: $? = 0 configure:16117: result: yes configure:16117: checking zconf.h presence configure:16117: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16117: $? = 0 configure:16117: result: yes configure:16117: checking for zconf.h configure:16117: result: yes configure:16125: checking zlib.h usability configure:16125: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16125: $? = 0 configure:16125: result: yes configure:16125: checking zlib.h presence configure:16125: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16125: $? = 0 configure:16125: result: yes configure:16125: checking for zlib.h configure:16125: result: yes configure:16133: checking for compress in -lz configure:16158: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:16158: $? = 0 configure:16167: result: yes configure:16175: checking for uncompress in -lz configure:16200: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:16200: $? = 0 configure:16209: result: yes configure:16217: checking for deflate in -lz configure:16242: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:16242: $? = 0 configure:16251: result: yes configure:16259: checking for inflate in -lz configure:16284: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:16284: $? = 0 configure:16293: result: yes configure:16301: checking for gzseek in -lz configure:16326: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:16326: $? = 0 configure:16335: result: yes configure:16343: checking for gztell in -lz configure:16368: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -ljpeg -lm >&5 configure:16368: $? = 0 configure:16377: result: yes configure:16385: checking if ZLIB package is complete configure:16400: result: yes configure:16426: checking for TIFF support configure:16428: result: configure:16432: checking tiff.h usability configure:16432: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16432: $? = 0 configure:16432: result: yes configure:16432: checking tiff.h presence configure:16432: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16432: $? = 0 configure:16432: result: yes configure:16432: checking for tiff.h configure:16432: result: yes configure:16440: checking tiffio.h usability configure:16440: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16440: $? = 0 configure:16440: result: yes configure:16440: checking tiffio.h presence configure:16440: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16440: $? = 0 configure:16440: result: yes configure:16440: checking for tiffio.h configure:16440: result: yes configure:16448: checking for TIFFOpen in -ltiff configure:16473: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltiff -lz -ljpeg -lm >&5 configure:16473: $? = 0 configure:16482: result: yes configure:16490: checking for TIFFClientOpen in -ltiff configure:16515: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltiff -lz -ljpeg -lm >&5 configure:16515: $? = 0 configure:16524: result: yes configure:16532: checking for TIFFIsByteSwapped in -ltiff configure:16557: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltiff -lz -ljpeg -lm >&5 configure:16557: $? = 0 configure:16566: result: yes configure:16574: checking if TIFF package is complete configure:16589: result: yes configure:16594: checking tiffconf.h usability configure:16594: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16594: $? = 0 configure:16594: result: yes configure:16594: checking tiffconf.h presence configure:16594: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:16594: $? = 0 configure:16594: result: yes configure:16594: checking for tiffconf.h configure:16594: result: yes configure:16847: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by lcms2 config.status 2.3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on vas config.status:1105: creating Makefile config.status:1105: creating lcms2.pc config.status:1105: creating include/Makefile config.status:1105: creating src/Makefile config.status:1105: creating utils/tificc/Makefile config.status:1105: creating utils/transicc/Makefile config.status:1105: creating utils/linkicc/Makefile config.status:1105: creating utils/jpgicc/Makefile config.status:1105: creating utils/psicc/Makefile config.status:1105: creating testbed/Makefile config.status:1277: executing depfiles commands config.status:1277: executing libtool commands configure:19180: 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_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='${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.11' 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=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\" -DPACKAGE_VERSION=\"2.3\" -DPACKAGE_STRING=\"lcms2\ 2.3\" -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/\" -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' LCMS_LIB_DEPLIBS='-lm' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBRARY_AGE='0' LIBRARY_CURRENT='2' LIBRARY_REVISION='3' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LIB_JPEG='-ljpeg' LIB_MATH='-lm' 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.3' PACKAGE_TARNAME='lcms2' PACKAGE_URL='' PACKAGE_VERSION='2.3' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TIFFICC_DEPLIBS='-ltiff -ljpeg -lz -lm' VERSION='2.3' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' 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__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}' 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.3" #define PACKAGE_STRING "lcms2 2.3" #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 HasJPEG 1 #define HasZLIB 1 #define HasTIFF 1 #define HAVE_TIFFCONF_H 1 configure: exit 0