This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LibTIFF Software configure 3.9.5, 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:2711: checking build system type configure:2725: result: i686-pc-linux-gnu configure:2745: checking host system type configure:2758: result: i686-pc-linux-gnu configure:2795: checking for a BSD-compatible install configure:2863: result: /usr/bin/install -c configure:2874: checking whether build environment is sane configure:2924: result: yes configure:3065: checking for a thread-safe mkdir -p configure:3104: result: /bin/mkdir -p configure:3117: checking for gawk configure:3133: found /usr/bin/gawk configure:3144: result: gawk configure:3155: checking whether make sets $(MAKE) configure:3177: result: yes configure:3258: checking whether to enable maintainer-specific portions of Makefiles configure:3267: result: no configure:3310: checking whether build environment is sane configure:3360: result: yes configure:3411: checking for gcc configure:3427: found /usr/bin/gcc configure:3438: result: gcc configure:3667: checking for C compiler version configure:3676: 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:3687: $? = 0 configure:3676: 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:3687: $? = 0 configure:3676: gcc -V >&5 gcc: '-V' option must have argument configure:3687: $? = 1 configure:3676: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3687: $? = 1 configure:3707: checking whether the C compiler works configure:3729: gcc conftest.c >&5 configure:3733: $? = 0 configure:3781: result: yes configure:3784: checking for C compiler default output file name configure:3786: result: a.out configure:3792: checking for suffix of executables configure:3799: gcc -o conftest conftest.c >&5 configure:3803: $? = 0 configure:3825: result: configure:3847: checking whether we are cross compiling configure:3855: gcc -o conftest conftest.c >&5 configure:3859: $? = 0 configure:3866: ./conftest configure:3870: $? = 0 configure:3885: result: no configure:3890: checking for suffix of object files configure:3912: gcc -c conftest.c >&5 configure:3916: $? = 0 configure:3937: result: o configure:3941: checking whether we are using the GNU C compiler configure:3960: gcc -c conftest.c >&5 configure:3960: $? = 0 configure:3969: result: yes configure:3978: checking whether gcc accepts -g configure:3998: gcc -c -g conftest.c >&5 configure:3998: $? = 0 configure:4039: result: yes configure:4056: checking for gcc option to accept ISO C89 configure:4120: gcc -c -g -O2 conftest.c >&5 configure:4120: $? = 0 configure:4133: result: none needed configure:4164: checking for style of include used by make configure:4192: result: GNU configure:4217: checking dependency style of gcc configure:4327: result: gcc3 configure:4346: checking for gcc option to accept ISO C99 configure:4495: gcc -c -g -O2 conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:115:18: error: 'newvar' undeclared (first use in this function) conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4495: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | /* 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:4495: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4495: $? = 0 configure:4515: result: -std=gnu99 configure:4617: checking for gcc -std=gnu99 option to accept ISO Standard C configure:4631: result: -std=gnu99 configure:4640: checking how to run the C preprocessor configure:4671: gcc -std=gnu99 -E conftest.c configure:4671: $? = 0 configure:4685: gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4685: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | /* end confdefs.h. */ | #include configure:4710: result: gcc -std=gnu99 -E configure:4730: gcc -std=gnu99 -E conftest.c configure:4730: $? = 0 configure:4744: gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | /* end confdefs.h. */ | #include configure:4772: checking for a sed that does not truncate output configure:4836: result: /bin/sed configure:4854: checking for grep that handles long lines and -e configure:4912: result: /bin/grep configure:4917: checking for egrep configure:4979: result: /bin/grep -E configure:4984: checking for fgrep configure:5046: result: /bin/grep -F configure:5073: checking how to print strings configure:5100: result: printf configure:5133: checking for ld used by gcc -std=gnu99 configure:5200: result: /usr/bin/ld configure:5207: checking if the linker (/usr/bin/ld) is GNU ld configure:5222: result: yes configure:5236: checking whether gcc -std=gnu99 and cc understand -c and -o together configure:5267: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:5271: $? = 0 configure:5277: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:5281: $? = 0 configure:5292: cc -c conftest.c >&5 configure:5296: $? = 0 configure:5304: cc -c conftest.c -o conftest2.o >&5 configure:5308: $? = 0 configure:5314: cc -c conftest.c -o conftest2.o >&5 configure:5318: $? = 0 configure:5336: result: yes configure:5373: checking for ld used by gcc -std=gnu99 configure:5440: result: /usr/bin/ld configure:5447: checking if the linker (/usr/bin/ld) is GNU ld configure:5462: result: yes configure:5479: checking for C compiler warning flags configure:5571: result: -Wall -W configure:5575: checking whether make sets $(MAKE) configure:5597: result: yes configure:5606: checking whether ln -s works configure:5610: result: yes configure:5663: checking for BSD- or MS-compatible name lister (nm) configure:5712: result: /usr/bin/nm -B configure:5842: checking the name lister (/usr/bin/nm -B) interface configure:5849: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:5852: /usr/bin/nm -B "conftest.o" configure:5855: output 00000000 B some_variable configure:5862: result: BSD nm configure:5866: checking the maximum length of command line arguments configure:5991: result: 1572864 configure:6008: checking whether the shell understands some XSI constructs configure:6018: result: yes configure:6022: checking whether the shell understands "+=" configure:6028: result: yes configure:6063: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format configure:6103: result: func_convert_file_noop configure:6110: checking how to convert i686-pc-linux-gnu file names to toolchain format configure:6130: result: func_convert_file_noop configure:6137: checking for /usr/bin/ld option to reload object files configure:6144: result: -r configure:6218: checking for objdump configure:6234: found /usr/bin/objdump configure:6245: result: objdump configure:6274: checking how to recognize dependent libraries configure:6476: result: pass_all configure:6561: checking for dlltool configure:6591: result: no configure:6618: checking how to associate runtime and link libraries configure:6645: result: printf %s\n configure:6706: checking for ar configure:6722: found /usr/bin/ar configure:6733: result: ar configure:6770: checking for archiver @FILE support configure:6787: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:6787: $? = 0 configure:6790: ar cru libconftest.a @conftest.lst >&5 configure:6793: $? = 0 configure:6798: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6801: $? = 1 configure:6813: result: @ configure:6871: checking for strip configure:6887: found /usr/bin/strip configure:6898: result: strip configure:6970: checking for ranlib configure:6986: found /usr/bin/ranlib configure:6997: result: ranlib configure:7099: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object configure:7218: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:7221: $? = 0 configure:7225: /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:7228: $? = 0 configure:7294: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c conftstm.o >&5 configure:7297: $? = 0 configure:7335: result: ok configure:7372: checking for sysroot configure:7402: result: no configure:7645: checking for mt configure:7661: found /bin/mt configure:7672: result: mt configure:7695: checking if mt is a manifest tool configure:7701: mt '-?' configure:7709: result: no configure:8337: checking for ANSI C header files configure:8357: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8357: $? = 0 configure:8430: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c >&5 configure:8430: $? = 0 configure:8430: ./conftest configure:8430: $? = 0 configure:8441: result: yes configure:8454: checking for sys/types.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for sys/stat.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for stdlib.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for string.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for memory.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for strings.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for inttypes.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for stdint.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8454: checking for unistd.h configure:8454: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8454: $? = 0 configure:8454: result: yes configure:8468: checking for dlfcn.h configure:8468: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:8468: $? = 0 configure:8468: result: yes configure:8953: checking for objdir configure:8968: result: .libs configure:9239: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:9257: gcc -std=gnu99 -c -g -O2 -Wall -W -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:9261: $? = 0 configure:9274: result: no configure:9584: checking for gcc -std=gnu99 option to produce PIC configure:9591: result: -fPIC -DPIC configure:9599: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:9617: gcc -std=gnu99 -c -g -O2 -Wall -W -fPIC -DPIC -DPIC conftest.c >&5 configure:9621: $? = 0 configure:9634: result: yes configure:9663: checking if gcc -std=gnu99 static flag -static works configure:9691: result: yes configure:9706: checking if gcc -std=gnu99 supports -c -o file.o configure:9727: gcc -std=gnu99 -c -g -O2 -Wall -W -o out/conftest2.o conftest.c >&5 configure:9731: $? = 0 configure:9753: result: yes configure:9761: checking if gcc -std=gnu99 supports -c -o file.o configure:9808: result: yes configure:9841: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:10999: result: yes configure:11036: checking whether -lc should be explicitly linked in configure:11044: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:11047: $? = 0 configure:11062: 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:11065: $? = 0 configure:11079: result: no configure:11244: checking dynamic linker characteristics configure:11758: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11758: $? = 0 configure:11980: result: GNU/Linux ld.so configure:12087: checking how to hardcode library paths into programs configure:12112: result: immediate configure:12652: checking whether stripping libraries is possible configure:12657: result: yes configure:12692: checking if libtool supports shared libraries configure:12694: result: yes configure:12697: checking whether to build shared libraries configure:12718: result: yes configure:12721: checking whether to build static libraries configure:12725: result: yes configure:12818: checking for g++ configure:12834: found /usr/bin/g++ configure:12845: result: g++ configure:12872: checking for C++ compiler version configure:12881: 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:12892: $? = 0 configure:12881: 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:12892: $? = 0 configure:12881: g++ -V >&5 g++: '-V' option must have argument configure:12892: $? = 1 configure:12881: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:12892: $? = 1 configure:12896: checking whether we are using the GNU C++ compiler configure:12915: g++ -c conftest.cpp >&5 configure:12915: $? = 0 configure:12924: result: yes configure:12933: checking whether g++ accepts -g configure:12953: g++ -c -g conftest.cpp >&5 configure:12953: $? = 0 configure:12994: result: yes configure:13019: checking dependency style of g++ configure:13129: result: gcc3 configure:13163: checking how to run the C++ preprocessor configure:13190: g++ -E conftest.cpp configure:13190: $? = 0 configure:13204: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:13204: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #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:13229: result: g++ -E configure:13249: g++ -E conftest.cpp configure:13249: $? = 0 configure:13263: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:13263: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #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:13433: checking for ld used by g++ configure:13500: result: /usr/bin/ld configure:13507: checking if the linker (/usr/bin/ld) is GNU ld configure:13522: result: yes configure:13577: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:14581: result: yes configure:14616: g++ -c -g -O2 conftest.cpp >&5 configure:14619: $? = 0 configure:15139: checking for g++ option to produce PIC configure:15146: result: -fPIC -DPIC configure:15154: checking if g++ PIC flag -fPIC -DPIC works configure:15172: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15176: $? = 0 configure:15189: result: yes configure:15212: checking if g++ static flag -static works configure:15240: result: yes configure:15252: checking if g++ supports -c -o file.o configure:15273: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15277: $? = 0 configure:15299: result: yes configure:15304: checking if g++ supports -c -o file.o configure:15351: result: yes configure:15381: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:15415: result: yes configure:15558: checking dynamic linker characteristics configure:16228: result: GNU/Linux ld.so configure:16281: checking how to hardcode library paths into programs configure:16306: result: immediate configure:16361: checking for main in -lc configure:16380: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lc >&5 configure:16380: $? = 0 configure:16389: result: yes configure:16405: checking for sin in -lm configure:16430: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:31:6: warning: conflicting types for built-in function 'sin' configure:16430: $? = 0 configure:16439: result: yes configure:16456: checking assert.h usability configure:16456: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking assert.h presence configure:16456: gcc -std=gnu99 -E conftest.c configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking for assert.h configure:16456: result: yes configure:16456: checking fcntl.h usability configure:16456: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking fcntl.h presence configure:16456: gcc -std=gnu99 -E conftest.c configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking for fcntl.h configure:16456: result: yes configure:16456: checking io.h usability configure:16456: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c:60:16: fatal error: io.h: No such file or directory compilation terminated. configure:16456: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:16456: result: no configure:16456: checking io.h presence configure:16456: gcc -std=gnu99 -E conftest.c conftest.c:27:16: fatal error: io.h: No such file or directory compilation terminated. configure:16456: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:16456: result: no configure:16456: checking for io.h configure:16456: result: no configure:16456: checking limits.h usability configure:16456: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking limits.h presence configure:16456: gcc -std=gnu99 -E conftest.c configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking for limits.h configure:16456: result: yes configure:16456: checking malloc.h usability configure:16456: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking malloc.h presence configure:16456: gcc -std=gnu99 -E conftest.c configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking for malloc.h configure:16456: result: yes configure:16456: checking search.h usability configure:16456: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking search.h presence configure:16456: gcc -std=gnu99 -E conftest.c configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking for search.h configure:16456: result: yes configure:16456: checking sys/time.h usability configure:16456: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking sys/time.h presence configure:16456: gcc -std=gnu99 -E conftest.c configure:16456: $? = 0 configure:16456: result: yes configure:16456: checking for sys/time.h configure:16456: result: yes configure:16456: checking for unistd.h configure:16456: result: yes configure:16467: checking for an ANSI C-conforming const configure:16532: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:61:10: warning: 't' is used uninitialized in this function configure:16532: $? = 0 configure:16539: result: yes configure:16547: checking for inline configure:16563: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16563: $? = 0 configure:16571: result: inline configure:16589: checking whether byte ordering is bigendian configure:16604: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c:33:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:16604: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:16649: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16649: $? = 0 configure:16667: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:39:4: error: 'not' undeclared (first use in this function) conftest.c:39:4: note: each undeclared identifier is reported only once for each function it appears in conftest.c:39:8: error: expected ';' before 'big' configure:16667: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:16795: result: no configure:16813: checking for off_t configure:16813: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16813: $? = 0 configure:16813: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:68:20: error: expected expression before ')' token configure:16813: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:16813: result: yes configure:16824: checking for size_t configure:16824: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16824: $? = 0 configure:16824: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:68:21: error: expected expression before ')' token configure:16824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:16824: result: yes configure:16839: checking size of int configure:16844: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:16844: $? = 0 configure:16844: ./conftest configure:16844: $? = 0 configure:16858: result: 4 configure:16872: checking size of long configure:16877: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:16877: $? = 0 configure:16877: ./conftest configure:16877: $? = 0 configure:16891: result: 4 configure:16901: checking whether time.h and sys/time.h may both be included configure:16921: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16921: $? = 0 configure:16928: result: yes configure:16936: checking whether struct tm is in sys/time.h or time.h configure:16956: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:16956: $? = 0 configure:16963: result: time.h configure:16971: checking for int8 configure:16971: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:44:13: error: 'int8' undeclared (first use in this function) conftest.c:44:13: note: each undeclared identifier is reported only once for each function it appears in configure:16971: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include | #endif | | | int | main () | { | if (sizeof (int8)) | return 0; | ; | return 0; | } configure:16971: result: no configure:16985: checking for int16 configure:16985: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:44:13: error: 'int16' undeclared (first use in this function) conftest.c:44:13: note: each undeclared identifier is reported only once for each function it appears in configure:16985: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include | #endif | | | int | main () | { | if (sizeof (int16)) | return 0; | ; | return 0; | } configure:16985: result: no configure:16999: checking for int32 configure:16999: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:44:13: error: 'int32' undeclared (first use in this function) conftest.c:44:13: note: each undeclared identifier is reported only once for each function it appears in configure:16999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #if HAVE_INTTYPES_H | # include | #endif | | | int | main () | { | if (sizeof (int32)) | return 0; | ; | return 0; | } configure:16999: result: no configure:17020: checking size of signed long configure:17025: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17025: $? = 0 configure:17025: ./conftest configure:17025: $? = 0 configure:17039: result: 4 configure:17055: checking size of unsigned long configure:17060: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17060: $? = 0 configure:17060: ./conftest configure:17060: $? = 0 configure:17074: result: 4 configure:17091: checking size of signed long long configure:17096: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17096: $? = 0 configure:17096: ./conftest configure:17096: $? = 0 configure:17110: result: 8 configure:17128: checking size of unsigned long long configure:17133: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17133: $? = 0 configure:17133: ./conftest configure:17133: $? = 0 configure:17147: result: 8 configure:17158: checking for signed 64-bit type configure:17171: result: signed long long configure:17184: checking for unsigned 64-bit type configure:17197: result: unsigned long long configure:17213: checking for floor configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:66:6: warning: conflicting types for built-in function 'floor' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for isascii configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:67:6: warning: conflicting types for built-in function 'isascii' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for memmove configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:68:6: warning: conflicting types for built-in function 'memmove' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for memset configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:69:6: warning: conflicting types for built-in function 'memset' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for mmap configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for pow configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:71:6: warning: conflicting types for built-in function 'pow' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for setmode configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 /tmp/ccFesPvH.o: In function `main': /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:83: undefined reference to `setmode' collect2: ld returned 1 exit status configure:17213: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | /* end confdefs.h. */ | /* Define setmode to an innocuous variant, in case declares setmode. | For example, HP-UX 11i declares gettimeofday. */ | #define setmode innocuous_setmode | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setmode (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setmode | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setmode (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setmode || defined __stub___setmode | choke me | #endif | | int | main () | { | return setmode (); | ; | return 0; | } configure:17213: result: no configure:17213: checking for sqrt configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:72:6: warning: conflicting types for built-in function 'sqrt' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for strchr configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:73:6: warning: conflicting types for built-in function 'strchr' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for strrchr configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:74:6: warning: conflicting types for built-in function 'strrchr' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for strstr configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:75:6: warning: conflicting types for built-in function 'strstr' configure:17213: $? = 0 configure:17213: result: yes configure:17213: checking for strtol configure:17213: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17213: $? = 0 configure:17213: result: yes configure:17223: checking for getopt configure:17223: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17223: $? = 0 configure:17223: result: yes configure:17237: checking for strcasecmp configure:17237: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 conftest.c:78:6: warning: conflicting types for built-in function 'strcasecmp' configure:17237: $? = 0 configure:17237: result: yes configure:17251: checking for strtoul configure:17251: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17251: $? = 0 configure:17251: result: yes configure:17265: checking for lfind configure:17265: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lm -lc >&5 configure:17265: $? = 0 configure:17265: result: yes configure:17280: checking native cpu bit order configure:17285: result: lsb2msb configure:17346: checking for special C compiler options needed for large files configure:17391: result: no configure:17397: checking for _FILE_OFFSET_BITS value needed for large files configure:17422: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c:67:3: warning: left shift count >= width of type conftest.c:67:3: warning: left shift count >= width of type conftest.c:68:10: warning: left shift count >= width of type conftest.c:68:10: warning: left shift count >= width of type conftest.c:67:7: error: size of array 'off_t_is_large' is negative conftest.c:69:9: warning: variably modified 'off_t_is_large' at file scope configure:17422: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:17446: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:17446: $? = 0 configure:17454: result: 64 configure:17682: checking for inflateEnd in -lz configure:17707: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lz -lm -lc >&5 configure:17707: $? = 0 configure:17716: result: yes configure:17731: checking zlib.h usability configure:17731: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:17731: $? = 0 configure:17731: result: yes configure:17731: checking zlib.h presence configure:17731: gcc -std=gnu99 -E conftest.c configure:17731: $? = 0 configure:17731: result: yes configure:17731: checking for zlib.h configure:17731: result: yes configure:17806: checking for jpeg_read_scanlines in -ljpeg configure:17831: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljpeg -lz -lm -lc >&5 configure:17831: $? = 0 configure:17840: result: yes configure:17855: checking jpeglib.h usability configure:17855: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:17855: $? = 0 configure:17855: result: yes configure:17855: checking jpeglib.h presence configure:17855: gcc -std=gnu99 -E conftest.c configure:17855: $? = 0 configure:17855: result: yes configure:17855: checking for jpeglib.h configure:17855: result: yes configure:17930: checking for jbg_dec_init in -ljbig configure:17955: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljbig -ljpeg -lz -lm -lc >&5 /usr/bin/ld: cannot find -ljbig collect2: ld returned 1 exit status configure:17955: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char jbg_dec_init (); | int | main () | { | return jbg_dec_init (); | ; | return 0; | } configure:17964: result: no configure:17979: checking jbig.h usability configure:17979: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c:106:18: fatal error: jbig.h: No such file or directory compilation terminated. configure:17979: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:17979: result: no configure:17979: checking jbig.h presence configure:17979: gcc -std=gnu99 -E conftest.c conftest.c:73:18: fatal error: jbig.h: No such file or directory compilation terminated. configure:17979: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | /* end confdefs.h. */ | #include configure:17979: result: no configure:17979: checking for jbig.h configure:17979: result: no configure:18051: checking for X configure:18159: gcc -std=gnu99 -E conftest.c configure:18159: $? = 0 configure:18190: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lX11 -ljpeg -lz -lm -lc >&5 configure:18190: $? = 0 configure:18240: result: libraries , headers configure:18339: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljpeg -lz -lm -lc -lX11 >&5 configure:18339: $? = 0 configure:18437: checking for gethostbyname configure:18437: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljpeg -lz -lm -lc >&5 configure:18437: $? = 0 configure:18437: result: yes configure:18534: checking for connect configure:18534: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljpeg -lz -lm -lc >&5 configure:18534: $? = 0 configure:18534: result: yes configure:18583: checking for remove configure:18583: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljpeg -lz -lm -lc >&5 configure:18583: $? = 0 configure:18583: result: yes configure:18632: checking for shmat configure:18632: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljpeg -lz -lm -lc >&5 configure:18632: $? = 0 configure:18632: result: yes configure:18690: checking for IceConnectionNumber in -lICE configure:18715: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lICE -ljpeg -lz -lm -lc >&5 /usr/bin/ld: cannot find -lICE collect2: ld returned 1 exit status configure:18715: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char IceConnectionNumber (); | int | main () | { | return IceConnectionNumber (); | ; | return 0; | } configure:18724: result: no configure:18899: checking for the pthreads library -lpthreads configure:18932: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lpthreads -ljpeg -lz -lm -lc >&5 conftest.c: In function 'main': conftest.c:79:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 3) conftest.c:78:27: warning: 'th' is used uninitialized in this function /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:18932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:18941: result: no configure:18844: checking whether pthreads work without any flags configure:18932: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -ljpeg -lz -lm -lc >&5 conftest.c: In function 'main': conftest.c:79:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 3) conftest.c:78:27: warning: 'th' is used uninitialized in this function /tmp/cc9QfUjD.o: In function `main': /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:78: undefined reference to `pthread_join' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:79: undefined reference to `__pthread_register_cancel' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:80: undefined reference to `pthread_create' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:80: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure:18932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:18941: result: no configure:18849: checking whether pthreads work with -Kthread configure:18932: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -Kthread conftest.c -ljpeg -lz -lm -lc >&5 gcc: unrecognized option '-Kthread' conftest.c: In function 'main': conftest.c:79:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 3) conftest.c:78:27: warning: 'th' is used uninitialized in this function /tmp/cctMpUkK.o: In function `main': /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:78: undefined reference to `pthread_join' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:79: undefined reference to `__pthread_register_cancel' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:80: undefined reference to `pthread_create' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:80: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure:18932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:18941: result: no configure:18849: checking whether pthreads work with -kthread configure:18932: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -kthread conftest.c -ljpeg -lz -lm -lc >&5 gcc: unrecognized option '-kthread' conftest.c: In function 'main': conftest.c:79:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 3) conftest.c:78:27: warning: 'th' is used uninitialized in this function /tmp/ccPmcvzR.o: In function `main': /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:78: undefined reference to `pthread_join' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:79: undefined reference to `__pthread_register_cancel' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:80: undefined reference to `pthread_create' /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/conftest.c:80: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure:18932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:18941: result: no configure:18899: checking for the pthreads library -llthread configure:18932: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -llthread -ljpeg -lz -lm -lc >&5 conftest.c: In function 'main': conftest.c:79:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 3) conftest.c:78:27: warning: 'th' is used uninitialized in this function /usr/bin/ld: cannot find -llthread collect2: ld returned 1 exit status configure:18932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:18941: result: no configure:18849: checking whether pthreads work with -pthread configure:18932: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -pthread conftest.c -ljpeg -lz -lm -lc >&5 conftest.c: In function 'main': conftest.c:79:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 1) conftest.c:80:22: warning: null argument where non-null required (argument 3) conftest.c:78:27: warning: 'th' is used uninitialized in this function configure:18932: $? = 0 configure:18941: result: yes configure:18960: checking for joinable pthread attribute configure:18975: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -pthread conftest.c -ljpeg -lz -lm -lc >&5 conftest.c: In function 'main': conftest.c:78:5: warning: unused variable 'attr' configure:18975: $? = 0 configure:18981: result: PTHREAD_CREATE_JOINABLE configure:18991: checking if more special flags are required for pthreads configure:18998: result: no configure:19010: checking for cc_r configure:19038: result: gcc -std=gnu99 configure:19096: checking whether we are using the Microsoft C compiler configure:19115: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c: In function 'main': conftest.c:80:8: error: 'choke' undeclared (first use in this function) conftest.c:80:8: note: each undeclared identifier is reported only once for each function it appears in conftest.c:80:14: error: expected ';' before 'me' configure:19115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef _MSC_VER | choke me | #endif | | ; | return 0; | } configure:19124: result: no configure:19146: checking windows.h usability configure:19146: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 conftest.c:108:21: fatal error: windows.h: No such file or directory compilation terminated. configure:19146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:19146: result: no configure:19146: checking windows.h presence configure:19146: gcc -std=gnu99 -E conftest.c conftest.c:75:21: fatal error: windows.h: No such file or directory compilation terminated. configure:19146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include configure:19146: result: no configure:19146: checking for windows.h configure:19146: result: no configure:19157: checking for OpenGL library configure:19190: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -pthread conftest.c -lopengl32 -lm -ljpeg -lz -lm -lc >&5 conftest.c:79:20: fatal error: GL/gl.h: No such file or directory compilation terminated. configure:19190: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | # if HAVE_WINDOWS_H && defined(_WIN32) | # include | # endif | # include | int | main () | { | glBegin(0) | ; | return 0; | } configure:19190: gcc -std=gnu99 -o conftest -g -O2 -Wall -W -pthread conftest.c -lGL -lm -ljpeg -lz -lm -lc >&5 conftest.c:79:20: fatal error: GL/gl.h: No such file or directory compilation terminated. configure:19190: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | # if HAVE_WINDOWS_H && defined(_WIN32) | # include | # endif | # include | int | main () | { | glBegin(0) | ; | return 0; | } configure:19199: result: no configure:19222: checking for OpenGL Utility library configure:19275: g++ -o conftest -g -O2 conftest.cpp -lglu32 -ljpeg -lz -lm -lc >&5 conftest.cpp:79:21: fatal error: GL/glu.h: No such file or directory compilation terminated. configure:19275: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | # if HAVE_WINDOWS_H && defined(_WIN32) | # include | # endif | # include | int | main () | { | gluBeginCurve(0) | ; | return 0; | } configure:19275: g++ -o conftest -g -O2 conftest.cpp -lGLU -ljpeg -lz -lm -lc >&5 conftest.cpp:79:21: fatal error: GL/glu.h: No such file or directory compilation terminated. configure:19275: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | # if HAVE_WINDOWS_H && defined(_WIN32) | # include | # endif | # include | int | main () | { | gluBeginCurve(0) | ; | return 0; | } configure:19298: result: no configure:19336: checking for GLUT library configure:19367: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lglut32 -lXmu -lXi -ljpeg -lz -lm -lc >&5 conftest.c:79:22: fatal error: GL/glut.h: No such file or directory compilation terminated. configure:19367: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | # if HAVE_WINDOWS_H && defined(_WIN32) | # include | # endif | # include | int | main () | { | glutMainLoop() | ; | return 0; | } configure:19367: gcc -std=gnu99 -o conftest -g -O2 -Wall -W conftest.c -lglut -lXmu -lXi -ljpeg -lz -lm -lc >&5 conftest.c:79:22: fatal error: GL/glut.h: No such file or directory compilation terminated. configure:19367: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibTIFF Software" | #define PACKAGE_TARNAME "tiff" | #define PACKAGE_VERSION "3.9.5" | #define PACKAGE_STRING "LibTIFF Software 3.9.5" | #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" | #define PACKAGE_URL "" | #define PACKAGE "tiff" | #define VERSION "3.9.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBC 1 | #define HAVE_LIBM 1 | #define HAVE_ASSERT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_SIGNED_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define TIFF_INT64_T signed long long | #define TIFF_INT64_FORMAT "%lld" | #define TIFF_UINT64_T unsigned long long | #define TIFF_UINT64_FORMAT "%llu" | #define HAVE_FLOOR 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETOPT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRTOUL 1 | #define HAVE_LFIND 1 | #define HOST_FILLORDER FILLORDER_LSB2MSB | #define HOST_BIGENDIAN 0 | #define HAVE_IEEEFP 1 | #define _FILE_OFFSET_BITS 64 | #define CCITT_SUPPORT 1 | #define PACKBITS_SUPPORT 1 | #define LZW_SUPPORT 1 | #define THUNDER_SUPPORT 1 | #define NEXT_SUPPORT 1 | #define LOGLUV_SUPPORT 1 | #define MDI_SUPPORT 1 | #define ZIP_SUPPORT 1 | #define PIXARLOG_SUPPORT 1 | #define JPEG_SUPPORT 1 | #define OJPEG_SUPPORT 1 | #define CXX_SUPPORT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | # if HAVE_WINDOWS_H && defined(_WIN32) | # include | # endif | # include | int | main () | { | glutMainLoop() | ; | return 0; | } configure:19377: result: no configure:19647: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LibTIFF Software config.status 3.9.5, 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:1269: creating Makefile config.status:1269: creating build/Makefile config.status:1269: creating contrib/Makefile config.status:1269: creating contrib/acorn/Makefile config.status:1269: creating contrib/addtiffo/Makefile config.status:1269: creating contrib/dbs/Makefile config.status:1269: creating contrib/dbs/xtiff/Makefile config.status:1269: creating contrib/iptcutil/Makefile config.status:1269: creating contrib/mac-cw/Makefile config.status:1269: creating contrib/mac-mpw/Makefile config.status:1269: creating contrib/mfs/Makefile config.status:1269: creating contrib/pds/Makefile config.status:1269: creating contrib/ras/Makefile config.status:1269: creating contrib/stream/Makefile config.status:1269: creating contrib/tags/Makefile config.status:1269: creating contrib/win_dib/Makefile config.status:1269: creating html/Makefile config.status:1269: creating html/images/Makefile config.status:1269: creating html/man/Makefile config.status:1269: creating libtiff/Makefile config.status:1269: creating man/Makefile config.status:1269: creating port/Makefile config.status:1269: creating test/Makefile config.status:1269: creating tools/Makefile config.status:1269: creating libtiff/tif_config.h config.status:1450: libtiff/tif_config.h is unchanged config.status:1269: creating libtiff/tiffconf.h config.status:1450: libtiff/tiffconf.h is unchanged config.status:1498: executing depfiles commands config.status:1498: 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_const=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_XMKMF_set= ac_cv_env_XMKMF_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_func_connect=yes ac_cv_func_floor=yes ac_cv_func_gethostbyname=yes ac_cv_func_getopt=yes ac_cv_func_isascii=yes ac_cv_func_lfind=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mmap=yes ac_cv_func_pow=yes ac_cv_func_remove=yes ac_cv_func_setmode=no ac_cv_func_shmat=yes ac_cv_func_sqrt=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_assert_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_jbig_h=no ac_cv_header_jpeglib_h=yes ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_search_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_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_windows_h=no ac_cv_header_zlib_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=no ac_cv_lib_c_main=yes ac_cv_lib_jbig_jbg_dec_init=no ac_cv_lib_jpeg_jpeg_read_scanlines=yes ac_cv_lib_m_sin=yes ac_cv_lib_z_inflateEnd=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_PTHREAD_CC='gcc -std=gnu99' 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_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_gcc_c_o=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_signed_long=4 ac_cv_sizeof_signed_long_long=8 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_unsigned_long_long=8 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_type_int16=no ac_cv_type_int32=no ac_cv_type_int8=no ac_cv_type_off_t=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 ax_cv_c_compiler_ms=no ax_cv_check_gl_libgl=no ax_cv_check_glu_libglu=no ax_cv_check_glut_libglut=no 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 vl_cv_prog_cc_warnings='-Wall -W' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/config/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/config/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='1' AR='ar' AS='as' AUTOCONF='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/config/missing --run autoconf' AUTOHEADER='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/config/missing --run autoheader' AUTOMAKE='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/config/missing --run automake-1.11' AWK='gawk' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -Wall -W' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GLUT_CFLAGS='' GLUT_LIBS='' GLU_CFLAGS='' GLU_LIBS='' GL_CFLAGS='' GL_LIBS='' GREP='/bin/grep' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_OPENGL_FALSE='' HAVE_OPENGL_TRUE='#' HAVE_RPATH_FALSE='' HAVE_RPATH_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld' LDFLAGS='' LIBDIR='' LIBOBJS='' LIBS='-ljpeg -lz -lm -lc ' LIBTIFF_ALPHA_VERSION='' LIBTIFF_DOCDIR='${prefix}/share/doc/tiff-3.9.5' LIBTIFF_MAJOR_VERSION='3' LIBTIFF_MICRO_VERSION='5' LIBTIFF_MINOR_VERSION='9' LIBTIFF_RELEASE_DATE='20111125' LIBTIFF_VERSION='3.9.5' LIBTIFF_VERSION_INFO='3:9:5' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/config/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='tiff' PACKAGE_BUGREPORT='tiff@lists.maptools.org' PACKAGE_NAME='LibTIFF Software' PACKAGE_STRING='LibTIFF Software 3.9.5' PACKAGE_TARNAME='tiff' PACKAGE_URL='' PACKAGE_VERSION='3.9.5' PATH_SEPARATOR=':' PTHREAD_CC='gcc -std=gnu99' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' VERSION='3.9.5' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' acx_pthread_config='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__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' install_sh='${SHELL} /home/hagish/workspace/adt/love-native-android/jni/tiff-3.9.5/config/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 "LibTIFF Software" #define PACKAGE_TARNAME "tiff" #define PACKAGE_VERSION "3.9.5" #define PACKAGE_STRING "LibTIFF Software 3.9.5" #define PACKAGE_BUGREPORT "tiff@lists.maptools.org" #define PACKAGE_URL "" #define PACKAGE "tiff" #define VERSION "3.9.5" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LIBC 1 #define HAVE_LIBM 1 #define HAVE_ASSERT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SEARCH_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_SIGNED_LONG 4 #define SIZEOF_UNSIGNED_LONG 4 #define SIZEOF_SIGNED_LONG_LONG 8 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define TIFF_INT64_T signed long long #define TIFF_INT64_FORMAT "%lld" #define TIFF_UINT64_T unsigned long long #define TIFF_UINT64_FORMAT "%llu" #define HAVE_FLOOR 1 #define HAVE_ISASCII 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MMAP 1 #define HAVE_POW 1 #define HAVE_SQRT 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 #define HAVE_GETOPT 1 #define HAVE_STRCASECMP 1 #define HAVE_STRTOUL 1 #define HAVE_LFIND 1 #define HOST_FILLORDER FILLORDER_LSB2MSB #define HOST_BIGENDIAN 0 #define HAVE_IEEEFP 1 #define _FILE_OFFSET_BITS 64 #define CCITT_SUPPORT 1 #define PACKBITS_SUPPORT 1 #define LZW_SUPPORT 1 #define THUNDER_SUPPORT 1 #define NEXT_SUPPORT 1 #define LOGLUV_SUPPORT 1 #define MDI_SUPPORT 1 #define ZIP_SUPPORT 1 #define PIXARLOG_SUPPORT 1 #define JPEG_SUPPORT 1 #define OJPEG_SUPPORT 1 #define CXX_SUPPORT 1 #define HAVE_PTHREAD 1 #define STRIPCHOP_DEFAULT TIFF_STRIPCHOP #define STRIP_SIZE_DEFAULT 8192 #define SUBIFD_SUPPORT 1 #define DEFAULT_EXTRASAMPLE_AS_ALPHA 1 #define CHECK_JPEG_YCBCR_SUBSAMPLING 1 configure: exit 0