Files
love-android/jni/lcms2-2.2/config.log
T

1170 lines
40 KiB
Plaintext

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.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = dormouse
uname -m = i686
uname -r = 2.6.38-12-generic-pae
uname -s = Linux
uname -v = #51-Ubuntu SMP Wed Sep 28 16:11:32 UTC 2011
/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/git-core
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2396: checking build system type
configure:2410: result: i686-pc-linux-gnu
configure:2430: checking host system type
configure:2443: result: i686-pc-linux-gnu
configure:2480: checking for a BSD-compatible install
configure:2548: result: /usr/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 /usr/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:3075: checking for gcc
configure:3091: found /usr/bin/gcc
configure:3102: result: gcc
configure:3331: checking for C compiler version
configure:3340: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
configure:3351: $? = 0
configure:3340: gcc -V >&5
gcc: '-V' option must have argument
configure:3351: $? = 1
configure:3340: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3351: $? = 1
configure:3371: checking whether the C compiler works
configure:3393: gcc 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: gcc -o conftest conftest.c >&5
configure:3467: $? = 0
configure:3489: result:
configure:3511: checking whether we are cross compiling
configure:3519: gcc -o conftest 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: gcc -c conftest.c >&5
configure:3580: $? = 0
configure:3601: result: o
configure:3605: checking whether we are using the GNU C compiler
configure:3624: gcc -c conftest.c >&5
configure:3624: $? = 0
configure:3633: result: yes
configure:3642: checking whether gcc accepts -g
configure:3662: gcc -c -g conftest.c >&5
configure:3662: $? = 0
configure:3703: result: yes
configure:3720: checking for gcc option to accept ISO C89
configure:3784: gcc -c -g -O2 conftest.c >&5
configure:3784: $? = 0
configure:3797: result: none needed
configure:3819: checking dependency style of gcc
configure:3929: result: gcc3
configure:3948: checking for gcc option to accept ISO C99
configure:4097: gcc -c -g -O2 conftest.c >&5
conftest.c:59:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:113:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
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
conftest.c:123:3: 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.2"
| #define PACKAGE_STRING "lcms2 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:4097: $? = 0
configure:4117: result: -std=gnu99
configure:4219: checking for 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: gcc -std=gnu99 -E conftest.c
configure:4273: $? = 0
configure:4287: gcc -std=gnu99 -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lcms2"
| #define PACKAGE_TARNAME "lcms2"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "lcms2 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4312: result: gcc -std=gnu99 -E
configure:4332: gcc -std=gnu99 -E conftest.c
configure:4332: $? = 0
configure:4346: gcc -std=gnu99 -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4346: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lcms2"
| #define PACKAGE_TARNAME "lcms2"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "lcms2 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4432: checking for g++
configure:4448: found /usr/bin/g++
configure:4459: result: g++
configure:4486: checking for C++ compiler version
configure:4495: g++ --version >&5
g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
configure:4506: $? = 0
configure:4495: g++ -V >&5
g++: '-V' option must have argument
configure:4506: $? = 1
configure:4495: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4506: $? = 1
configure:4510: checking whether we are using the GNU C++ compiler
configure:4529: g++ -c conftest.cpp >&5
configure:4529: $? = 0
configure:4538: result: yes
configure:4547: checking whether g++ accepts -g
configure:4567: g++ -c -g conftest.cpp >&5
configure:4567: $? = 0
configure:4608: result: yes
configure:4633: checking dependency style of 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 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: gcc -std=gnu99 -c -g -O2 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-pc-linux-gnu file names to i686-pc-linux-gnu format
configure:6093: result: func_convert_file_noop
configure:6100: checking how to convert i686-pc-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:6208: checking for objdump
configure:6235: result: objdump
configure:6264: checking how to recognize dependent libraries
configure:6466: result: pass_all
configure:6551: checking for dlltool
configure:6578: result: dlltool
configure:6608: checking how to associate runtime and link libraries
configure:6635: result: printf %s\n
configure:6696: checking for ar
configure:6712: found /usr/bin/ar
configure:6723: result: ar
configure:6760: checking for archiver @FILE support
configure:6777: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:6777: $? = 0
configure:6780: ar cru libconftest.a @conftest.lst >&5
configure:6783: $? = 0
configure:6788: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6791: $? = 1
configure:6803: result: @
configure:6861: checking for strip
configure:6877: found /usr/bin/strip
configure:6888: result: strip
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 gcc -std=gnu99 object
configure:7208: gcc -std=gnu99 -c -g -O2 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: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7287: $? = 0
configure:7325: result: ok
configure:7362: checking for sysroot
configure:7392: result: no
configure:7635: checking for mt
configure:7651: found /bin/mt
configure:7662: result: mt
configure:7685: checking if mt is a manifest tool
configure:7691: mt '-?'
configure:7699: result: no
configure:8327: checking for ANSI C header files
configure:8347: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8347: $? = 0
configure:8420: gcc -std=gnu99 -o conftest -g -O2 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for sys/stat.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for stdlib.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for string.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for memory.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for strings.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for inttypes.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for stdint.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for unistd.h
configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8458: checking for dlfcn.h
configure:8458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:8458: $? = 0
configure:8458: result: yes
configure:8594: checking for objdir
configure:8609: result: .libs
configure:8876: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:8894: gcc -std=gnu99 -c -g -O2 -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 gcc -std=gnu99 option to produce PIC
configure:9228: result: -fPIC -DPIC
configure:9236: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
configure:9254: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9258: $? = 0
configure:9271: result: yes
configure:9300: checking if gcc -std=gnu99 static flag -static works
configure:9328: result: yes
configure:9343: checking if gcc -std=gnu99 supports -c -o file.o
configure:9364: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9368: $? = 0
configure:9390: result: yes
configure:9398: checking if gcc -std=gnu99 supports -c -o file.o
configure:9445: result: yes
configure:9478: checking whether the 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:10684: $? = 0
configure:10699: 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: gcc -std=gnu99 -o conftest -g -O2 -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: yes
configure:12385: checking how to run the C++ preprocessor
configure:12412: g++ -E conftest.cpp
configure:12412: $? = 0
configure:12426: g++ -E conftest.cpp
conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lcms2"
| #define PACKAGE_TARNAME "lcms2"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "lcms2 2.2"
| #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 <ac_nonexistent.h>
configure:12451: result: g++ -E
configure:12471: g++ -E conftest.cpp
configure:12471: $? = 0
configure:12485: g++ -E conftest.cpp
conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12485: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lcms2"
| #define PACKAGE_TARNAME "lcms2"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "lcms2 2.2"
| #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 <ac_nonexistent.h>
configure:12655: checking for ld used by 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 g++ linker (/usr/bin/ld) supports shared libraries
configure:13803: result: yes
configure:13838: g++ -c -g -O2 conftest.cpp >&5
configure:13841: $? = 0
configure:14361: checking for g++ option to produce PIC
configure:14368: result: -fPIC -DPIC
configure:14376: checking if g++ PIC flag -fPIC -DPIC works
configure:14394: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14398: $? = 0
configure:14411: result: yes
configure:14434: checking if g++ static flag -static works
configure:14462: result: yes
configure:14474: checking if g++ supports -c -o file.o
configure:14495: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14499: $? = 0
configure:14521: result: yes
configure:14526: checking if g++ supports -c -o file.o
configure:14573: result: yes
configure:14603: checking whether the 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15635: $? = 0
configure:15643: result: inline
configure:15665: checking whether byte ordering is bigendian
configure:15680: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:22:13: 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.2"
| #define PACKAGE_STRING "lcms2 2.2"
| #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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15725: $? = 0
configure:15743: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:4: error: 'not' undeclared (first use in this function)
conftest.c:28:4: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:28:8: 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.2"
| #define PACKAGE_STRING "lcms2 2.2"
| #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 <sys/types.h>
| #include <sys/param.h>
|
| 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: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
conftest.c:28:6: 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15950: $? = 0
configure:15950: result: yes
configure:15950: checking jconfig.h presence
configure:15950: 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15958: $? = 0
configure:15958: result: yes
configure:15958: checking jerror.h presence
configure:15958: 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15966: $? = 0
configure:15966: result: yes
configure:15966: checking jmorecfg.h presence
configure:15966: 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:15974: $? = 0
configure:15974: result: yes
configure:15974: checking jpeglib.h presence
configure:15974: 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: gcc -std=gnu99 -o conftest -g -O2 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: gcc -std=gnu99 -c -g -O2 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16117: $? = 0
configure:16117: result: yes
configure:16117: checking zconf.h presence
configure:16117: 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16125: $? = 0
configure:16125: result: yes
configure:16125: checking zlib.h presence
configure:16125: 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: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lz -ljpeg -lm >&5
configure:16158: $? = 0
configure:16167: result: yes
configure:16175: checking for uncompress in -lz
configure:16200: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lz -ljpeg -lm >&5
configure:16200: $? = 0
configure:16209: result: yes
configure:16217: checking for deflate in -lz
configure:16242: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lz -ljpeg -lm >&5
configure:16242: $? = 0
configure:16251: result: yes
configure:16259: checking for inflate in -lz
configure:16284: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lz -ljpeg -lm >&5
configure:16284: $? = 0
configure:16293: result: yes
configure:16301: checking for gzseek in -lz
configure:16326: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lz -ljpeg -lm >&5
configure:16326: $? = 0
configure:16335: result: yes
configure:16343: checking for gztell in -lz
configure:16368: gcc -std=gnu99 -o conftest -g -O2 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16432: $? = 0
configure:16432: result: yes
configure:16432: checking tiff.h presence
configure:16432: 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16440: $? = 0
configure:16440: result: yes
configure:16440: checking tiffio.h presence
configure:16440: 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: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ltiff -lz -ljpeg -lm >&5
configure:16473: $? = 0
configure:16482: result: yes
configure:16490: checking for TIFFClientOpen in -ltiff
configure:16515: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ltiff -lz -ljpeg -lm >&5
configure:16515: $? = 0
configure:16524: result: yes
configure:16532: checking for TIFFIsByteSwapped in -ltiff
configure:16557: gcc -std=gnu99 -o conftest -g -O2 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: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:16594: $? = 0
configure:16594: result: yes
configure:16594: checking tiffconf.h presence
configure:16594: 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.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on dormouse
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
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-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=
ac_cv_env_CFLAGS_value=
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
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-pc-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='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_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} /home/hagish/workspace/adt/love-native-android/jni/lcms2-2.2/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/lcms2-2.2/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/lcms2-2.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/lcms2-2.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/lcms2-2.2/missing --run automake-1.11'
AWK='gawk'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -std=gnu99 -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\" -DPACKAGE_VERSION=\"2.2\" -DPACKAGE_STRING=\"lcms2\ 2.2\" -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='2'
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} /home/hagish/workspace/adt/love-native-android/jni/lcms2-2.2/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.2'
PACKAGE_TARNAME='lcms2'
PACKAGE_URL=''
PACKAGE_VERSION='2.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TIFFICC_DEPLIBS='-ltiff -ljpeg -lz -lm'
VERSION='2.2'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
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-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
inline=''
install_sh='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/lcms2-2.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "lcms2"
#define PACKAGE_TARNAME "lcms2"
#define PACKAGE_VERSION "2.2"
#define PACKAGE_STRING "lcms2 2.2"
#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