This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GD configure 2.1.0, which was generated by GNU Autoconf 2.67. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp06 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2457: checking build system type configure:2471: result: i686-uhu-linux-gnu configure:2491: checking host system type configure:2504: result: i686-uhu-linux-gnu configure:2566: checking for a BSD-compatible install configure:2634: result: /bin/install -c configure:2645: checking whether build environment is sane configure:2695: result: yes configure:2836: checking for a thread-safe mkdir -p configure:2875: result: /bin/mkdir -p configure:2888: checking for gawk configure:2904: found /bin/gawk configure:2915: result: gawk configure:2926: checking whether make sets $(MAKE) configure:2948: result: yes configure:3046: checking for style of include used by make configure:3074: result: GNU configure:3104: checking for i686-uhu-linux-gcc configure:3120: found /usr/bin/i686-uhu-linux-gcc configure:3131: result: i686-uhu-linux-gcc configure:3400: checking for C compiler version configure:3409: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3420: $? = 0 configure:3409: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3420: $? = 0 configure:3409: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3420: $? = 1 configure:3409: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3420: $? = 1 configure:3440: checking whether the C compiler works configure:3462: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3466: $? = 0 configure:3514: result: yes configure:3517: checking for C compiler default output file name configure:3519: result: a.out configure:3525: checking for suffix of executables configure:3532: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3536: $? = 0 configure:3558: result: configure:3580: checking whether we are cross compiling configure:3588: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3592: $? = 0 configure:3599: ./conftest configure:3603: $? = 0 configure:3618: result: no configure:3623: checking for suffix of object files configure:3645: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3649: $? = 0 configure:3670: result: o configure:3674: checking whether we are using the GNU C compiler configure:3693: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3693: $? = 0 configure:3702: result: yes configure:3711: checking whether i686-uhu-linux-gcc accepts -g configure:3731: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3731: $? = 0 configure:3772: result: yes configure:3789: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3853: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3853: $? = 0 configure:3866: result: none needed configure:3888: checking dependency style of i686-uhu-linux-gcc configure:3998: result: gcc3 configure:4017: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4166: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ 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 for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | /* 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:4166: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4166: $? = 0 configure:4186: result: -std=gnu99 configure:4288: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4302: result: -std=gnu99 configure:4307: checking whether i686-uhu-linux-gcc -std=gnu99 and cc understand -c and -o together configure:4338: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4342: $? = 0 configure:4348: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4352: $? = 0 configure:4363: cc -c conftest.c >&5 configure:4367: $? = 0 configure:4375: cc -c conftest.c -o conftest2.o >&5 configure:4379: $? = 0 configure:4385: cc -c conftest.c -o conftest2.o >&5 configure:4389: $? = 0 configure:4407: result: yes configure:4458: checking for a sed that does not truncate output configure:4522: result: /bin/sed configure:4540: checking for grep that handles long lines and -e configure:4598: result: /bin/grep configure:4603: checking for egrep configure:4665: result: /bin/grep -E configure:4670: checking for fgrep configure:4732: result: /bin/grep -F configure:4767: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:4834: result: /usr/bin/ld configure:4841: checking if the linker (/usr/bin/ld) is GNU ld configure:4856: result: yes configure:4868: checking for BSD- or MS-compatible name lister (nm) configure:4917: result: /usr/bin/nm -B configure:5035: checking the name lister (/usr/bin/nm -B) interface configure:5042: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5045: /usr/bin/nm -B "conftest.o" configure:5048: output 00000000 B some_variable configure:5055: result: BSD nm configure:5058: checking whether ln -s works configure:5062: result: yes configure:5070: checking the maximum length of command line arguments configure:5190: result: 1572864 configure:5207: checking whether the shell understands some XSI constructs configure:5217: result: yes configure:5221: checking whether the shell understands "+=" configure:5227: result: yes configure:5262: checking for /usr/bin/ld option to reload object files configure:5269: result: -r configure:5298: checking for i686-uhu-linux-objdump configure:5328: result: no configure:5338: checking for objdump configure:5354: found /usr/bin/objdump configure:5365: result: objdump configure:5397: checking how to recognize dependent libraries configure:5593: result: pass_all configure:5613: checking for i686-uhu-linux-ar configure:5629: found /usr/bin/i686-uhu-linux-ar configure:5640: result: i686-uhu-linux-ar configure:5718: checking for i686-uhu-linux-strip configure:5748: result: no configure:5758: checking for strip configure:5774: found /usr/bin/strip configure:5785: result: strip configure:5817: checking for i686-uhu-linux-ranlib configure:5847: result: no configure:5857: checking for ranlib configure:5873: found /usr/bin/ranlib configure:5884: result: ranlib configure:5974: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:6092: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6095: $? = 0 configure:6099: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6102: $? = 0 configure:6156: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:6159: $? = 0 configure:6197: result: ok configure:7006: checking how to run the C preprocessor configure:7037: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:7037: $? = 0 configure:7051: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:7051: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | /* end confdefs.h. */ | #include configure:7076: result: i686-uhu-linux-gcc -std=gnu99 -E configure:7096: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:7096: $? = 0 configure:7110: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:7110: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | /* end confdefs.h. */ | #include configure:7139: checking for ANSI C header files configure:7159: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7159: $? = 0 configure:7232: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7232: $? = 0 configure:7232: ./conftest configure:7232: $? = 0 configure:7243: result: yes configure:7256: checking for sys/types.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for sys/stat.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for stdlib.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for string.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for memory.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for strings.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for inttypes.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for stdint.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7256: checking for unistd.h configure:7256: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7256: $? = 0 configure:7256: result: yes configure:7270: checking for dlfcn.h configure:7270: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7270: $? = 0 configure:7270: result: yes configure:7454: checking for objdir configure:7469: result: .libs configure:7765: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:7783: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:7787: $? = 0 configure:7800: result: no configure:7820: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:8092: result: -fPIC -DPIC configure:8104: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:8122: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:8126: $? = 0 configure:8139: result: yes configure:8163: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:8191: result: yes configure:8206: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:8227: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:8231: $? = 0 configure:8253: result: yes configure:8261: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:8308: result: yes configure:8341: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:9332: result: yes configure:9369: checking whether -lc should be explicitly linked in configure:9374: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9377: $? = 0 configure:9392: i686-uhu-linux-gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:9395: $? = 0 configure:9407: result: no configure:9571: checking dynamic linker characteristics configure:10004: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10004: $? = 0 configure:10234: result: GNU/Linux ld.so configure:10336: checking how to hardcode library paths into programs configure:10361: result: immediate configure:10881: checking whether stripping libraries is possible configure:10886: result: yes configure:10921: checking if libtool supports shared libraries configure:10923: result: yes configure:10926: checking whether to build shared libraries configure:10947: result: yes configure:10950: checking whether to build static libraries configure:10954: result: no configure:10989: checking whether ln -s works configure:10993: result: yes configure:11000: checking whether make sets $(MAKE) configure:11022: result: yes configure:11042: checking for i686-uhu-linux-pkg-config configure:11075: result: no configure:11085: checking for pkg-config configure:11103: found /usr/bin/pkg-config configure:11115: result: /usr/bin/pkg-config configure:11140: checking pkg-config is at least version 0.9.0 configure:11143: result: yes configure:11152: checking for X configure:11260: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:11260: $? = 0 configure:11291: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 >&5 configure:11291: $? = 0 configure:11341: result: libraries , headers configure:11353: checking for ANSI C header files configure:11457: result: yes configure:11468: checking errno.h usability configure:11468: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11468: $? = 0 configure:11468: result: yes configure:11468: checking errno.h presence configure:11468: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:11468: $? = 0 configure:11468: result: yes configure:11468: checking for errno.h configure:11468: result: yes configure:11468: checking limits.h usability configure:11468: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11468: $? = 0 configure:11468: result: yes configure:11468: checking limits.h presence configure:11468: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:11468: $? = 0 configure:11468: result: yes configure:11468: checking for limits.h configure:11468: result: yes configure:11468: checking stddef.h usability configure:11468: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11468: $? = 0 configure:11468: result: yes configure:11468: checking stddef.h presence configure:11468: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:11468: $? = 0 configure:11468: result: yes configure:11468: checking for stddef.h configure:11468: result: yes configure:11468: checking for stdlib.h configure:11468: result: yes configure:11468: checking for string.h configure:11468: result: yes configure:11468: checking for unistd.h configure:11468: result: yes configure:11520: checking for ld used by GCC configure:11584: result: /usr/bin/ld configure:11591: checking if the linker (/usr/bin/ld) is GNU ld configure:11604: result: yes configure:11611: checking for shared library run path origin configure:11624: result: done configure:12202: checking for iconv configure:12224: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12224: $? = 0 configure:12256: result: yes configure:12259: checking for working iconv configure:12354: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12354: $? = 0 configure:12354: ./conftest configure:12354: $? = 0 configure:12366: result: yes configure:12394: checking for iconv declaration configure:12423: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12423: $? = 0 configure:12434: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:12450: checking iconv.h usability configure:12450: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12450: $? = 0 configure:12450: result: yes configure:12450: checking iconv.h presence configure:12450: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12450: $? = 0 configure:12450: result: yes configure:12450: checking for iconv.h configure:12450: result: yes configure:12455: checking whether iconv.h defines iconv_t configure:12464: result: yes configure:12491: checking for sin configure:12491: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:57:6: warning: conflicting types for built-in function 'sin' [enabled by default] char sin (); ^ /tmp/ccB5XeYG.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `sin' collect2: error: ld returned 1 exit status configure:12491: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | #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 STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | /* end confdefs.h. */ | /* Define sin to an innocuous variant, in case declares sin. | For example, HP-UX 11i declares gettimeofday. */ | #define sin innocuous_sin | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sin (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sin | | /* 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 sin (); | /* 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_sin || defined __stub___sin | choke me | #endif | | int | main () | { | return sin (); | ; | return 0; | } configure:12491: result: no configure:12495: checking for sin in -lm configure:12520: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 conftest.c:41:6: warning: conflicting types for built-in function 'sin' [enabled by default] char sin (); ^ configure:12520: $? = 0 configure:12529: result: yes configure:12550: checking for deflate in -lz configure:12575: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -lm >&5 configure:12575: $? = 0 configure:12584: result: yes configure:12620: checking for LIBPNG configure:12627: $PKG_CONFIG --exists --print-errors "libpng" configure:12630: $? = 0 configure:12643: $PKG_CONFIG --exists --print-errors "libpng" configure:12646: $? = 0 configure:12693: result: yes configure:12744: checking for LIBFREETYPE configure:12751: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.8.3" configure:12754: $? = 0 configure:12767: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.8.3" configure:12770: $? = 0 configure:12817: result: yes configure:12867: checking for LIBFONTCONFIG configure:12874: $PKG_CONFIG --exists --print-errors "fontconfig" configure:12877: $? = 0 configure:12890: $PKG_CONFIG --exists --print-errors "fontconfig" configure:12893: $? = 0 configure:12940: result: yes configure:13044: checking for jpeg_set_defaults in -ljpeg configure:13069: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig >&5 configure:13069: $? = 0 configure:13078: result: yes configure:13112: checking for LIBXPM configure:13119: $PKG_CONFIG --exists --print-errors "xpm" configure:13122: $? = 0 configure:13135: $PKG_CONFIG --exists --print-errors "xpm" configure:13138: $? = 0 configure:13185: result: yes configure:13290: checking for LIBVPX configure:13297: $PKG_CONFIG --exists --print-errors "vpx" configure:13300: $? = 0 configure:13313: $PKG_CONFIG --exists --print-errors "vpx" configure:13316: $? = 0 configure:13513: result: yes configure:13618: checking for LIBTIFF configure:13625: $PKG_CONFIG --exists --print-errors "libtiff-4" configure:13628: $? = 0 configure:13641: $PKG_CONFIG --exists --print-errors "libtiff-4" configure:13644: $? = 0 configure:13691: result: yes configure:13787: checking for simple visibility declarations configure:13809: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fvisibility=hidden -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c >&5 configure:13809: $? = 0 configure:13818: result: yes configure:14003: checking for the pthreads library -lpthreads configure:14041: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lpthreads -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:14041: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | #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 STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBFREETYPE 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_LIBFONTCONFIG 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBVPX 1 | #define HAVE_LIBTIFF 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14050: result: no configure:13948: checking whether pthreads work without any flags configure:14041: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 /usr/bin/ld: /tmp/ccT9V4c3.o: undefined reference to symbol 'pthread_create@@GLIBC_2.1' /usr/bin/ld: note: 'pthread_create@@GLIBC_2.1' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line /lib/libpthread.so.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status configure:14041: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | #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 STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBFREETYPE 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_LIBFONTCONFIG 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBVPX 1 | #define HAVE_LIBTIFF 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14050: result: no configure:13953: checking whether pthreads work with -Kthread configure:14041: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -Kthread -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-Kthread' configure:14041: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | #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 STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBFREETYPE 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_LIBFONTCONFIG 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBVPX 1 | #define HAVE_LIBTIFF 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14050: result: no configure:13953: checking whether pthreads work with -kthread configure:14041: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -kthread -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-kthread' configure:14041: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | #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 STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBFREETYPE 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_LIBFONTCONFIG 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBVPX 1 | #define HAVE_LIBTIFF 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14050: result: no configure:14003: checking for the pthreads library -llthread configure:14041: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -llthread -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:14041: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GD" | #define PACKAGE_TARNAME "libgd" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "GD 2.1.0" | #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" | #define PACKAGE_URL "http://lib.gd" | #define PACKAGE "libgd" | #define VERSION "2.1.0" | #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 STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ICONV_T_DEF 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBFREETYPE 1 | #define HAVE_FT2BUILD_H 1 | #define HAVE_LIBFONTCONFIG 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBXPM 1 | #define HAVE_LIBVPX 1 | #define HAVE_LIBTIFF 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14050: result: no configure:13953: checking whether pthreads work with -pthread configure:14041: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -pthread -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 configure:14041: $? = 0 configure:14050: result: yes configure:14069: checking for joinable pthread attribute configure:14084: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -pthread -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 configure:14084: $? = 0 configure:14090: result: PTHREAD_CREATE_JOINABLE configure:14100: checking if more special flags are required for pthreads configure:14114: result: no configure:14120: checking for PTHREAD_PRIO_INHERIT configure:14138: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -fvisibility=hidden -pthread -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff >&5 configure:14138: $? = 0 configure:14147: result: yes configure:14247: checking whether we are building for a Win32 host configure:14259: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fvisibility=hidden -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c >&5 configure:14259: $? = 0 configure:14266: result: no configure:14287: result: ** Configuration summary for libgd 2.1.0: Support for Zlib: yes Support for PNG library: yes Support for JPEG library: yes Support for VPX library: yes Support for TIFF library: yes Support for Freetype 2.x library: yes Support for Fontconfig library: yes Support for Xpm library: yes Support for pthreads: yes configure:14456: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GD config.status 2.1.0, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp06 config.status:1147: creating Makefile config.status:1147: creating src/Makefile config.status:1147: creating tests/Makefile config.status:1147: creating tests/test_config.h config.status:1147: creating config/Makefile config.status:1147: creating config/gdlib-config config.status:1147: creating config/gdlib.pc config.status:1147: creating src/config.h config.status:1375: executing depfiles commands config.status:1375: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBFONTCONFIG_CFLAGS_set= ac_cv_env_LIBFONTCONFIG_CFLAGS_value= ac_cv_env_LIBFONTCONFIG_LIBS_set= ac_cv_env_LIBFONTCONFIG_LIBS_value= ac_cv_env_LIBFREETYPE_CFLAGS_set= ac_cv_env_LIBFREETYPE_CFLAGS_value= ac_cv_env_LIBFREETYPE_LIBS_set= ac_cv_env_LIBFREETYPE_LIBS_value= ac_cv_env_LIBPNG_CFLAGS_set= ac_cv_env_LIBPNG_CFLAGS_value= ac_cv_env_LIBPNG_LIBS_set= ac_cv_env_LIBPNG_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBTIFF_CFLAGS_set= ac_cv_env_LIBTIFF_CFLAGS_value= ac_cv_env_LIBTIFF_LIBS_set= ac_cv_env_LIBTIFF_LIBS_value= ac_cv_env_LIBVPX_CFLAGS_set= ac_cv_env_LIBVPX_CFLAGS_value= ac_cv_env_LIBVPX_LIBS_set= ac_cv_env_LIBVPX_LIBS_value= ac_cv_env_LIBXPM_CFLAGS_set= ac_cv_env_LIBXPM_CFLAGS_value= ac_cv_env_LIBXPM_LIBS_set= ac_cv_env_LIBXPM_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_sin=no ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_jpeg_jpeg_set_defaults=yes ac_cv_lib_m_sin=yes ac_cv_lib_z_deflate=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_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' ac_cv_prog_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_i686_uhu_linux_gcc_c_o=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_make_make_set=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=no am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= ax_cv_PTHREAD_PRIO_INHERIT=yes gl_cv_cc_visibility=yes 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_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (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 mingw_cv_win32_host=no pkg_cv_LIBFONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' pkg_cv_LIBFONTCONFIG_LIBS='-lfontconfig -lfreetype ' pkg_cv_LIBFREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 ' pkg_cv_LIBFREETYPE_LIBS='-lfreetype ' pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng16 ' pkg_cv_LIBPNG_LIBS='-lpng16 ' pkg_cv_LIBTIFF_CFLAGS= pkg_cv_LIBTIFF_LIBS='-ltiff ' pkg_cv_LIBVPX_CFLAGS= pkg_cv_LIBVPX_LIBS='-lvpx -lm ' pkg_cv_LIBXPM_CFLAGS= pkg_cv_LIBXPM_LIBS='-lXpm -lX11 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/config/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/config/missing --run tar' AR='i686-uhu-linux-ar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/config/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/config/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/config/missing --run automake-1.11' AWK='gawk' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic -fvisibility=hidden' CFLAG_VISIBILITY='-fvisibility=hidden' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS=' -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FEATURES='GD_TIFF GD_VPX GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON' FGREP='/bin/grep -F' GDLIB_AGE='0' GDLIB_CURRENT='3' GDLIB_EXTRA='gd_EXTRA' GDLIB_MAJOR='2' GDLIB_MINOR='1' GDLIB_REVISION='0' GREP='/bin/grep' HAVE_LIBFONTCONFIG_FALSE='#' HAVE_LIBFONTCONFIG_TRUE='' HAVE_LIBFREETYPE_FALSE='#' HAVE_LIBFREETYPE_TRUE='' HAVE_LIBJPEG_FALSE='#' HAVE_LIBJPEG_TRUE='' HAVE_LIBPNG_FALSE='#' HAVE_LIBPNG_TRUE='' HAVE_LIBTIFF_FALSE='#' HAVE_LIBTIFF_TRUE='' HAVE_LIBVPX_FALSE='#' HAVE_LIBVPX_TRUE='' HAVE_LIBXPM_FALSE='#' HAVE_LIBXPM_TRUE='' HAVE_LIBZ_FALSE='#' HAVE_LIBZ_TRUE='' HAVE_VISIBILITY='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld' LDFLAGS='' LIBFONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 ' LIBFONTCONFIG_LIBS='-lfontconfig -lfreetype ' LIBFREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 ' LIBFREETYPE_LIBS='-lfreetype ' LIBICONV='' LIBOBJS='' LIBPNG_CFLAGS='-I/usr/include/libpng16 ' LIBPNG_LIBS='-lpng16 ' LIBS='-ljpeg -lz -lm -lpng16 -lfreetype -lfontconfig -lfreetype -lfontconfig -lXpm -lX11 -lvpx -lm -ltiff ' LIBTIFF_CFLAGS='' LIBTIFF_LIBS='-ltiff ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBVPX_CFLAGS='' LIBVPX_LIBS='-lvpx -lm ' LIBXPM_CFLAGS='' LIBXPM_LIBS='-lXpm -lX11 ' LIPO='' LN_S='ln -s' LTLIBICONV='' LTLIBOBJS='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/config/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libgd' PACKAGE_BUGREPORT='https://bitbucket.org/libgd/gd-libgd/issues' PACKAGE_NAME='GD' PACKAGE_STRING='GD 2.1.0' PACKAGE_TARNAME='libgd' PACKAGE_URL='http://lib.gd' PACKAGE_VERSION='2.1.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PTHREAD_CC='i686-uhu-linux-gcc -std=gnu99' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='2.1.0' XMKMF='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GD" #define PACKAGE_TARNAME "libgd" #define PACKAGE_VERSION "2.1.0" #define PACKAGE_STRING "GD 2.1.0" #define PACKAGE_BUGREPORT "https://bitbucket.org/libgd/gd-libgd/issues" #define PACKAGE_URL "http://lib.gd" #define PACKAGE "libgd" #define VERSION "2.1.0" #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 STDC_HEADERS 1 #define HAVE_ERRNO_H 1 #define HAVE_LIMITS_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_ICONV_H 1 #define HAVE_ICONV_T_DEF 1 #define HAVE_LIBM 1 #define HAVE_LIBZ 1 #define HAVE_LIBPNG 1 #define HAVE_LIBFREETYPE 1 #define HAVE_FT2BUILD_H 1 #define HAVE_LIBFONTCONFIG 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBXPM 1 #define HAVE_LIBVPX 1 #define HAVE_LIBTIFF 1 #define HAVE_VISIBILITY 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 configure: exit 0