This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gzip configure 1.6, which was generated by GNU Autoconf 2.69.97-b1aba91. 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 -DGNU_STANDARD=0 ## --------- ## ## 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:3553: checking for a BSD-compatible install configure:3625: result: /bin/install -c configure:3636: checking whether build environment is sane configure:3691: result: yes configure:3850: checking for a thread-safe mkdir -p configure:3893: result: /bin/mkdir -p configure:3900: checking for gawk configure:3920: found /bin/gawk configure:3931: result: gawk configure:3942: checking whether make sets $(MAKE) configure:3964: result: yes configure:3984: checking whether make supports nested variables configure:4001: result: yes configure:4132: checking whether make supports nested variables configure:4149: result: yes configure:4178: checking for style of include used by make configure:4206: result: GNU configure:4237: checking for i686-uhu-linux-gcc configure:4257: found /usr/bin/i686-uhu-linux-gcc configure:4268: result: i686-uhu-linux-gcc configure:4557: checking for C compiler version configure:4566: 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:4577: $? = 0 configure:4566: 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:4577: $? = 0 configure:4566: 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:4577: $? = 1 configure:4566: 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:4577: $? = 1 configure:4597: checking whether the C compiler works configure:4619: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:4623: $? = 0 configure:4671: result: yes configure:4674: checking for C compiler default output file name configure:4676: result: a.out configure:4682: checking for suffix of executables configure:4689: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:4693: $? = 0 configure:4715: result: configure:4737: checking whether we are cross compiling configure:4745: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:4749: $? = 0 configure:4756: ./conftest configure:4760: $? = 0 configure:4775: result: no configure:4780: checking for suffix of object files configure:4802: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:4806: $? = 0 configure:4827: result: o configure:4831: checking whether we are using the GNU C compiler configure:4850: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:4850: $? = 0 configure:4859: result: yes configure:4868: checking whether i686-uhu-linux-gcc accepts -g configure:4888: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:4888: $? = 0 configure:4929: result: yes configure:4946: checking for i686-uhu-linux-gcc option to enable C11 features configure:5146: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c:134:12: error: 'syntax' undeclared here (not in a function) #define u8 syntax error! ^ conftest.c:135:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c:134:19: error: expected ',' or ';' before 'error' #define u8 syntax error! ^ conftest.c:135:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c: In function 'main': conftest.c:162:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:162:18: error: 'newvar' undeclared (first use in this function) conftest.c:162:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:172:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:172:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:5146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | /* 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 bool | 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 = 0; | float fnumber = 0; | | 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); | | return *str && number && fnumber; | } | // Check _Alignas. | char _Alignas (double) aligned_as_double; | char _Alignas (0) no_special_alignment; | extern char aligned_as_int; | char _Alignas (0) _Alignas (int) aligned_as_int; | | // Check _Alignof. | enum | { | int_alignment = _Alignof (int), | int_array_alignment = _Alignof (int[100]), | char_alignment = _Alignof (char) | }; | _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); | | // Check _Noreturn. | int _Noreturn does_not_return (void) { for (;;) continue; } | | // Check _Static_assert. | struct test_static_assert | { | int x; | _Static_assert (sizeof (int) <= sizeof (long int), | "_Static_assert does not work in struct"); | long int y; | }; | | // Check UTF-8 literals. | #define u8 syntax error! | char const utf8_literal[] = u8"happens to be ASCII" "another string"; | | // Check duplicate typedefs. | typedef long *long_ptr; | typedef long int *long_ptr; | typedef long_ptr long_ptr; | | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. | struct anonymous | { | union { | struct { int i; int j; }; | struct { int k; long int l; } w; | }; | int m; | } v1; | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | success &= 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); | | v1.i = 2; | v1.w.k = 5; | _Static_assert (&v1.i == &v1.w.k, "Anonymous union alignment botch"); | | ; | return 0; | } configure:5146: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:5146: $? = 0 configure:5168: result: -std=gnu11 configure:5465: checking whether i686-uhu-linux-gcc -std=gnu11 understands -c and -o together configure:5487: i686-uhu-linux-gcc -std=gnu11 -c conftest.c -o conftest2.o configure:5490: $? = 0 configure:5487: i686-uhu-linux-gcc -std=gnu11 -c conftest.c -o conftest2.o configure:5490: $? = 0 configure:5502: result: yes configure:5521: checking dependency style of i686-uhu-linux-gcc -std=gnu11 configure:5632: result: gcc3 configure:5654: checking how to run the C preprocessor configure:5679: i686-uhu-linux-gcc -std=gnu11 -E conftest.c configure:5679: $? = 0 configure:5693: i686-uhu-linux-gcc -std=gnu11 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5693: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | /* end confdefs.h. */ | #include configure:5718: result: i686-uhu-linux-gcc -std=gnu11 -E configure:5732: i686-uhu-linux-gcc -std=gnu11 -E conftest.c configure:5732: $? = 0 configure:5746: i686-uhu-linux-gcc -std=gnu11 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5746: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | /* end confdefs.h. */ | #include configure:5774: checking for grep that handles long lines and -e configure:5836: result: /bin/grep configure:5844: checking for i686-uhu-linux-nm configure:5878: result: no configure:5888: checking for nm configure:5908: found /usr/bin/nm configure:5919: result: nm configure:5941: checking whether ln -s works configure:5945: result: yes configure:5955: checking for i686-uhu-linux-ranlib configure:5989: result: no configure:5999: checking for ranlib configure:6019: found /usr/bin/ranlib configure:6030: result: ranlib configure:6052: checking for a POSIX-compliant shell configure:6107: result: /bin/sh configure:6119: checking for egrep configure:6185: result: /bin/grep -E configure:6192: checking for Minix Amsterdam compiler configure:6216: result: no configure:6228: checking for i686-uhu-linux-ar configure:6248: found /usr/bin/i686-uhu-linux-ar configure:6259: result: i686-uhu-linux-ar configure:6444: checking for ANSI C header files configure:6464: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6464: $? = 0 configure:6537: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6537: $? = 0 configure:6537: ./conftest configure:6537: $? = 0 configure:6548: result: yes configure:6561: checking for sys/types.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for sys/stat.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for stdlib.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for string.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for memory.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for strings.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for inttypes.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for stdint.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6561: checking for unistd.h configure:6561: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6574: checking minix/config.h usability configure:6574: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:50:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:6574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #endif | #include | #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:6574: result: no configure:6574: checking minix/config.h presence configure:6574: i686-uhu-linux-gcc -std=gnu11 -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:6574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 | /* end confdefs.h. */ | #include configure:6574: result: no configure:6574: checking for minix/config.h configure:6574: result: no configure:6598: checking whether it is safe to define __EXTENSIONS__ configure:6616: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6616: $? = 0 configure:6623: result: yes configure:6638: checking whether _XOPEN_SOURCE should be defined configure:6657: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6657: $? = 0 configure:6681: result: no configure:6693: checking for _LARGEFILE_SOURCE value needed for large files configure:6712: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6712: $? = 0 configure:6740: result: no configure:6765: checking build system type configure:6779: result: i686-uhu-linux-gnu configure:6799: checking host system type configure:6812: result: i686-uhu-linux-gnu configure:6868: checking for special C compiler options needed for large files configure:6913: result: no configure:6919: checking for _FILE_OFFSET_BITS value needed for large files configure:6944: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:34:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:34:3: warning: left shift count >= width of type [enabled by default] conftest.c:35:24: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:35:24: warning: left shift count >= width of type [enabled by default] conftest.c:34:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:6944: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 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:6968: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:6968: $? = 0 configure:6976: result: 64 configure:7297: checking for size_t configure:7297: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7297: $? = 0 configure:7297: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:62:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:7297: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #endif | #include | #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:7297: result: yes configure:7310: checking for working alloca.h configure:7327: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7327: $? = 0 configure:7335: result: yes configure:7343: checking for alloca configure:7388: result: yes configure:7578: checking whether malloc, realloc, calloc are POSIX compliant configure:7598: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7598: $? = 0 configure:7606: result: yes configure:7738: checking for unistd.h configure:7738: result: yes configure:7738: checking for sys/param.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for sys/socket.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for dirent.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for stdio_ext.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for features.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for sys/stat.h configure:7738: result: yes configure:7738: checking for getopt.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for sys/time.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for math.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for sys/mman.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for wchar.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for stdint.h configure:7738: result: yes configure:7738: checking for utime.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for wctype.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for fcntl.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for limits.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7738: checking for memory.h configure:7738: result: yes configure:7738: checking for time.h configure:7738: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7738: $? = 0 configure:7738: result: yes configure:7762: checking for _set_invalid_parameter_handler configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/ccHxuKiG.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_set_invalid_parameter_handler' collect2: error: ld returned 1 exit status configure:7762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler. | For example, HP-UX 11i declares gettimeofday. */ | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _set_invalid_parameter_handler (); below. */ | | #include | #undef _set_invalid_parameter_handler | | /* 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 _set_invalid_parameter_handler (); | /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler | choke me | #endif | | int | main () | { | return _set_invalid_parameter_handler (); | ; | return 0; | } configure:7762: result: no configure:7762: checking for fchdir configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for fdopendir configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for fcntl configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for symlink configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for mempcpy configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:71:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default] char mempcpy (); ^ configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for __fpending configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for vasnprintf configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/ccFetf30.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `vasnprintf' collect2: error: ld returned 1 exit status configure:7762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | /* end confdefs.h. */ | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define vasnprintf innocuous_vasnprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char vasnprintf (); below. */ | | #include | #undef vasnprintf | | /* 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 vasnprintf (); | /* 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_vasnprintf || defined __stub___vasnprintf | choke me | #endif | | int | main () | { | return vasnprintf (); | ; | return 0; | } configure:7762: result: no configure:7762: checking for snprintf configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:73:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] char snprintf (); ^ configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for fpurge configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/ccCVcKNB.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `fpurge' collect2: error: ld returned 1 exit status configure:7762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | /* Define fpurge to an innocuous variant, in case declares fpurge. | For example, HP-UX 11i declares gettimeofday. */ | #define fpurge innocuous_fpurge | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fpurge (); below. */ | | #include | #undef fpurge | | /* 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 fpurge (); | /* 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_fpurge || defined __stub___fpurge | choke me | #endif | | int | main () | { | return fpurge (); | ; | return 0; | } configure:7762: result: no configure:7762: checking for __fpurge configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for __freadahead configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/ccgu2Okq.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `__freadahead' collect2: error: ld returned 1 exit status configure:7762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | /* end confdefs.h. */ | /* Define __freadahead to an innocuous variant, in case declares __freadahead. | For example, HP-UX 11i declares gettimeofday. */ | #define __freadahead innocuous___freadahead | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __freadahead (); below. */ | | #include | #undef __freadahead | | /* 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 __freadahead (); | /* 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___freadahead || defined __stub_____freadahead | choke me | #endif | | int | main () | { | return __freadahead (); | ; | return 0; | } configure:7762: result: no configure:7762: checking for __freading configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for __fseterr configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/ccuLO5oo.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `__fseterr' collect2: error: ld returned 1 exit status configure:7762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | /* end confdefs.h. */ | /* Define __fseterr to an innocuous variant, in case declares __fseterr. | For example, HP-UX 11i declares gettimeofday. */ | #define __fseterr innocuous___fseterr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __fseterr (); below. */ | | #include | #undef __fseterr | | /* 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 __fseterr (); | /* 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___fseterr || defined __stub_____fseterr | choke me | #endif | | int | main () | { | return __fseterr (); | ; | return 0; | } configure:7762: result: no configure:7762: checking for getdtablesize configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for gettimeofday configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for nanotime configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/ccin59kj.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `nanotime' collect2: error: ld returned 1 exit status configure:7762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define nanotime to an innocuous variant, in case declares nanotime. | For example, HP-UX 11i declares gettimeofday. */ | #define nanotime innocuous_nanotime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nanotime (); below. */ | | #include | #undef nanotime | | /* 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 nanotime (); | /* 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_nanotime || defined __stub___nanotime | choke me | #endif | | int | main () | { | return nanotime (); | ; | return 0; | } configure:7762: result: no configure:7762: checking for lstat configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for mbsinit configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for mbrtowc configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for mprotect configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for openat configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for strerror_r configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for __xpg_strerror_r configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for strdup configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:85:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for catgets configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for pipe configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for futimes configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for futimesat configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for futimens configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for utimensat configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for lutimes configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for iswcntrl configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:93:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default] char iswcntrl (); ^ configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for chown configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for fchmod configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for fchown configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7762: checking for siginterrupt configure:7762: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:7762: $? = 0 configure:7762: result: yes configure:7814: checking whether the preprocessor supports include_next configure:7852: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 -Iconftestd1b -Iconftestd2 conftest.c >&5 configure:7852: $? = 0 configure:7873: result: yes configure:7894: checking whether system header files limit the line length configure:7917: result: no configure:7932: checking whether // is distinct from / configure:7961: result: no configure:7971: checking for complete errno.h configure:8044: result: yes configure:8341: checking whether strerror_r is declared configure:8341: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8341: $? = 0 configure:8341: result: yes configure:8354: checking for strerror_r configure:8354: result: yes configure:8363: checking whether strerror_r returns char * configure:8387: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8387: $? = 0 configure:8425: result: yes configure:8439: checking whether fchdir is declared configure:8439: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8439: $? = 0 configure:8439: result: yes configure:8573: checking for working fcntl.h configure:8676: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8676: $? = 0 configure:8676: ./conftest configure:8676: $? = 0 configure:8691: result: yes configure:8714: checking for pid_t configure:8714: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8714: $? = 0 configure:8714: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:120:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:8714: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #endif | #include | #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 ((pid_t))) | return 0; | ; | return 0; | } configure:8714: result: yes configure:8725: checking for mode_t configure:8725: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8725: $? = 0 configure:8725: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:120:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:8725: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #endif | #include | #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 ((mode_t))) | return 0; | ; | return 0; | } configure:8725: result: yes configure:8738: checking for promoted mode_t type configure:8755: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:92:13: error: size of array 'array' is negative typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; ^ configure:8755: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | /* end confdefs.h. */ | #include | int | main () | { | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ; | return 0; | } configure:8763: result: mode_t configure:8778: checking for stdint.h configure:8795: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8795: $? = 0 configure:8802: result: yes configure:8813: checking for inttypes.h configure:8832: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8832: $? = 0 configure:8839: result: yes configure:8853: checking whether printf supports size specifiers as in C99 configure:8924: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8924: $? = 0 configure:8924: ./conftest configure:8924: $? = 0 configure:8935: result: yes configure:8940: checking whether printf supports 'long double' arguments configure:8979: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:8979: $? = 0 configure:8979: ./conftest configure:8979: $? = 0 configure:8990: result: yes configure:8995: checking whether printf supports infinite 'double' arguments configure:9096: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:9096: $? = 0 configure:9096: ./conftest configure:9096: $? = 0 configure:9107: result: yes configure:9111: checking whether byte ordering is bigendian configure:9126: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:92:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:92:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:92:15: error: unknown type name 'universal' configure:9126: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:9171: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:9171: $? = 0 configure:9189: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:98:4: error: unknown type name 'not' not big endian ^ conftest.c:98:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:9189: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:9317: result: no configure:9337: checking whether long double and double are the same configure:9358: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:95:13: error: size of array 'check' is negative typedef int check[sizeof (long double) == sizeof (double) ^ configure:9358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | /* end confdefs.h. */ | #include | int | main () | { | typedef int check[sizeof (long double) == sizeof (double) | && LDBL_MANT_DIG == DBL_MANT_DIG | && LDBL_MAX_EXP == DBL_MAX_EXP | && LDBL_MIN_EXP == DBL_MIN_EXP | ? 1 : -1]; | | ; | return 0; | } configure:9366: result: no configure:9390: checking whether printf supports infinite 'long double' arguments configure:9697: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:9697: $? = 0 configure:9697: ./conftest configure:9697: $? = 120 configure: program exited with status 120 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | | | #include | #if defined __MACH__ && defined __APPLE__ | /* Avoid a crash on Mac OS X. */ | #include | #include | #include | #include | #include | #include | /* The exception port on which our thread listens. */ | static mach_port_t our_exception_port; | /* The main function of the thread listening for exceptions of type | EXC_BAD_ACCESS. */ | static void * | mach_exception_thread (void *arg) | { | /* Buffer for a message to be received. */ | struct { | mach_msg_header_t head; | mach_msg_body_t msgh_body; | char data[1024]; | } msg; | mach_msg_return_t retval; | /* Wait for a message on the exception port. */ | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg), | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); | if (retval != MACH_MSG_SUCCESS) | abort (); | exit (1); | } | static void | nocrash_init (void) | { | mach_port_t self = mach_task_self (); | /* Allocate a port on which the thread shall listen for exceptions. */ | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port) | == KERN_SUCCESS) { | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */ | if (mach_port_insert_right (self, our_exception_port, our_exception_port, | MACH_MSG_TYPE_MAKE_SEND) | == KERN_SUCCESS) { | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting | for us. */ | exception_mask_t mask = EXC_MASK_BAD_ACCESS; | /* Create the thread listening on the exception port. */ | pthread_attr_t attr; | pthread_t thread; | if (pthread_attr_init (&attr) == 0 | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0 | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) { | pthread_attr_destroy (&attr); | /* Replace the exception port info for these exceptions with our own. | Note that we replace the exception port for the entire task, not only | for a particular thread. This has the effect that when our exception | port gets the message, the thread specific exception port has already | been asked, and we don't need to bother about it. | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */ | task_set_exception_ports (self, mask, our_exception_port, | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE); | } | } | } | } | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | /* Avoid a crash on native Windows. */ | #define WIN32_LEAN_AND_MEAN | #include | #include | static LONG WINAPI | exception_filter (EXCEPTION_POINTERS *ExceptionInfo) | { | switch (ExceptionInfo->ExceptionRecord->ExceptionCode) | { | case EXCEPTION_ACCESS_VIOLATION: | case EXCEPTION_IN_PAGE_ERROR: | case EXCEPTION_STACK_OVERFLOW: | case EXCEPTION_GUARD_PAGE: | case EXCEPTION_PRIV_INSTRUCTION: | case EXCEPTION_ILLEGAL_INSTRUCTION: | case EXCEPTION_DATATYPE_MISALIGNMENT: | case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: | case EXCEPTION_NONCONTINUABLE_EXCEPTION: | exit (1); | } | return EXCEPTION_CONTINUE_SEARCH; | } | static void | nocrash_init (void) | { | SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter); | } | #else | /* Avoid a crash on POSIX systems. */ | #include | /* A POSIX signal handler. */ | static void | exception_handler (int sig) | { | exit (1); | } | static void | nocrash_init (void) | { | #ifdef SIGSEGV | signal (SIGSEGV, exception_handler); | #endif | #ifdef SIGBUS | signal (SIGBUS, exception_handler); | #endif | } | #endif | | #include | #include | #include | static int | strisnan (const char *string, size_t start_index, size_t end_index) | { | if (start_index < end_index) | { | if (string[start_index] == '-') | start_index++; | if (start_index + 3 <= end_index | && memcmp (string + start_index, "nan", 3) == 0) | { | start_index += 3; | if (start_index == end_index | || (string[start_index] == '(' && string[end_index - 1] == ')')) | return 1; | } | } | return 0; | } | static char buf[10000]; | static long double zeroL = 0.0L; | int main () | { | int result = 0; | nocrash_init(); | if (sprintf (buf, "%Lf", 1.0L / zeroL) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lf", -1.0L / zeroL) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lf", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | if (sprintf (buf, "%Le", 1.0L / zeroL) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Le", -1.0L / zeroL) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Le", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | if (sprintf (buf, "%Lg", 1.0L / zeroL) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lg", -1.0L / zeroL) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lg", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE | /* Representation of an 80-bit 'long double' as an initializer for a sequence | of 'unsigned int' words. */ | # ifdef WORDS_BIGENDIAN | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | # else | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | # endif | { /* Quiet NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | } | { | /* Signalling NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | } | { /* Pseudo-NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | } | { /* Pseudo-Infinity. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | } | { /* Pseudo-Zero. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | } | { /* Unnormalized number. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | } | { /* Pseudo-Denormal. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | } | #endif | return result; | } configure:9708: result: no configure:9718: checking whether printf supports the 'a' and 'A' directives configure:9806: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:9806: $? = 0 configure:9806: ./conftest configure:9806: $? = 0 configure:9817: result: yes configure:9822: checking whether printf supports the 'F' directive configure:9870: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:9870: $? = 0 configure:9870: ./conftest configure:9870: $? = 0 configure:9881: result: yes configure:9886: checking whether printf supports the 'n' directive configure:9936: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:9936: $? = 0 configure:9936: ./conftest configure:9936: $? = 0 configure:9947: result: yes configure:9952: checking whether printf supports the 'ls' directive configure:10023: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10023: $? = 0 configure:10023: ./conftest configure:10023: $? = 0 configure:10034: result: yes configure:10039: checking whether printf supports POSIX/XSI format strings with positions configure:10071: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10071: $? = 0 configure:10071: ./conftest configure:10071: $? = 0 configure:10082: result: yes configure:10087: checking whether printf supports the grouping flag configure:10117: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10117: $? = 0 configure:10117: ./conftest configure:10117: $? = 0 configure:10128: result: yes configure:10133: checking whether printf supports the left-adjust flag correctly configure:10166: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10166: $? = 0 configure:10166: ./conftest configure:10166: $? = 0 configure:10177: result: yes configure:10182: checking whether printf supports the zero flag correctly configure:10216: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10216: $? = 0 configure:10216: ./conftest configure:10216: $? = 0 configure:10227: result: yes configure:10232: checking whether printf supports large precisions configure:10275: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10275: $? = 0 configure:10275: ./conftest configure:10275: $? = 0 configure:10286: result: yes configure:10299: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:93:10: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:93:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:93:16: error: unknown type name 'universal' configure:10299: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:10334: checking whether printf survives out-of-memory conditions configure:10505: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10508: $? = 0 configure:10512: $? = 0 configure:10557: result: yes configure:10575: checking for unsigned long long int configure:10614: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10614: $? = 0 configure:10623: result: yes configure:10633: checking for long long int configure:10671: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10671: $? = 0 configure:10671: ./conftest configure:10671: $? = 0 configure:10683: result: yes configure:10692: checking for wchar_t configure:10709: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10709: $? = 0 configure:10716: result: yes configure:10725: checking for wint_t configure:10750: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10750: $? = 0 configure:10757: result: yes configure:10779: checking for intmax_t configure:10804: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:10804: $? = 0 configure:10811: result: yes configure:10830: checking where to find the exponent in a 'double' configure:11144: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11144: $? = 0 configure:11144: ./conftest configure:11144: $? = 0 configure:11156: result: word 1 bit 20 configure:11183: checking whether snprintf returns a byte count as in C99 configure:11253: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11253: $? = 0 configure:11253: ./conftest configure:11253: $? = 0 configure:11264: result: yes configure:11275: checking for snprintf configure:11275: result: yes configure:11275: checking for strnlen configure:11275: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11275: $? = 0 configure:11275: result: yes configure:11275: checking for wcslen configure:11275: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11275: $? = 0 configure:11275: result: yes configure:11275: checking for wcsnlen configure:11275: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11275: $? = 0 configure:11275: result: yes configure:11275: checking for mbrtowc configure:11275: result: yes configure:11275: checking for wcrtomb configure:11275: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11275: $? = 0 configure:11275: result: yes configure:11284: checking whether _snprintf is declared configure:11284: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:114:10: error: '_snprintf' undeclared (first use in this function) (void) _snprintf; ^ conftest.c:114:10: note: each undeclared identifier is reported only once for each function it appears in configure:11284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef _snprintf | #ifdef __cplusplus | (void) _snprintf; | #else | (void) _snprintf; | #endif | #endif | | ; | return 0; | } configure:11284: result: no configure:11571: checking whether frexp() can be used without linking with libm configure:11589: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11589: $? = 0 configure:11598: result: yes configure:11601: checking whether alarm is declared configure:11601: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11601: $? = 0 configure:11601: result: yes configure:11613: checking whether stdin defaults to large file offsets configure:11637: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11637: $? = 0 configure:11645: result: yes configure:11777: checking whether fseeko is declared configure:11777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11777: $? = 0 configure:11777: result: yes configure:11796: checking for fseeko configure:11814: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11814: $? = 0 configure:11823: result: yes configure:11843: checking whether fflush works on input streams configure:11905: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11905: $? = 0 configure:11905: ./conftest configure:11905: $? = 7 configure: program exited with status 7 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | /* end confdefs.h. */ | | #include | #if HAVE_UNISTD_H | # include | #else /* on Windows with MSVC */ | # include | #endif | | int | main () | { | FILE *f = fopen ("conftest.txt", "r"); | char buffer[10]; | int fd; | int c; | if (f == NULL) | return 1; | fd = fileno (f); | if (fd < 0 || fread (buffer, 1, 5, f) != 5) | return 2; | /* For deterministic results, ensure f read a bigger buffer. */ | if (lseek (fd, 0, SEEK_CUR) == 5) | return 3; | /* POSIX requires fflush-fseek to set file offset of fd. This fails | on BSD systems and on mingw. */ | if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0) | return 4; | if (lseek (fd, 0, SEEK_CUR) != 5) | return 5; | /* Verify behaviour of fflush after ungetc. See | */ | /* Verify behaviour of fflush after a backup ungetc. This fails on | mingw. */ | c = fgetc (f); | ungetc (c, f); | fflush (f); | if (fgetc (f) != c) | return 6; | /* Verify behaviour of fflush after a non-backup ungetc. This fails | on glibc 2.8 and on BSD systems. */ | c = fgetc (f); | ungetc ('@', f); | fflush (f); | if (fgetc (f) != c) | return 7; | return 0; | | ; | return 0; | } configure:11917: result: no configure:11963: checking whether stat file-mode macros are broken configure:11990: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:11990: $? = 0 configure:11997: result: no configure:12099: checking for nlink_t configure:12099: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12099: $? = 0 configure:12099: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:115:22: error: expected expression before ')' token if (sizeof ((nlink_t))) ^ configure:12099: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof ((nlink_t))) | return 0; | ; | return 0; | } configure:12099: result: yes configure:12113: checking whether ftello is declared configure:12113: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12113: $? = 0 configure:12113: result: yes configure:12137: checking for ftello configure:12154: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12154: $? = 0 configure:12163: result: yes configure:12176: checking whether ftello works configure:12252: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12252: $? = 0 configure:12252: ./conftest configure:12252: $? = 0 configure:12263: result: yes configure:12279: checking whether getcwd (NULL, 0) allocates memory for result configure:12334: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12334: $? = 0 configure:12334: ./conftest configure:12334: $? = 0 configure:12344: result: yes configure:12348: checking for getcwd with POSIX signature configure:12370: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12370: $? = 0 configure:12378: result: yes configure:12475: checking for getopt.h configure:12475: result: yes configure:12492: checking for getopt_long_only configure:12492: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12492: $? = 0 configure:12492: result: yes configure:12506: checking whether getopt is POSIX compatible configure:12548: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12548: $? = 0 configure:12548: ./conftest configure:12548: $? = 0 configure:12607: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12607: $? = 0 configure:12607: ./conftest configure:12607: $? = 0 configure:12649: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12649: $? = 0 configure:12649: ./conftest program: option requires an argument -- 'b' configure:12649: $? = 0 configure:12667: result: yes configure:12675: checking for working GNU getopt function configure:12896: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12896: $? = 0 configure:12896: ./conftest configure:12896: $? = 0 configure:12912: result: yes configure:12917: checking for working GNU getopt_long function configure:12962: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:12962: $? = 0 configure:12962: ./conftest configure:12962: $? = 0 configure:12973: result: yes configure:13002: checking whether getenv is declared configure:13002: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13002: $? = 0 configure:13002: result: yes configure:13018: checking for C/C++ restrict keyword configure:13043: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13043: $? = 0 configure:13051: result: __restrict configure:13184: checking for struct timeval configure:13207: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13207: $? = 0 configure:13215: result: yes configure:13220: checking for wide-enough struct timeval.tv_sec member configure:13247: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13247: $? = 0 configure:13255: result: yes configure:13268: checking where to find the exponent in a 'float' configure:13345: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13345: $? = 0 configure:13345: ./conftest configure:13345: $? = 0 configure:13357: result: word 0 bit 23 configure:13377: checking for nl_langinfo and CODESET configure:13393: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13393: $? = 0 configure:13402: result: yes configure:13410: checking whether getc_unlocked is declared configure:13410: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13410: $? = 0 configure:13410: result: yes configure:13422: checking whether we are using the GNU C Library >= 2.1 or uClibc configure:13452: result: yes configure:13499: checking for ld used by i686-uhu-linux-gcc -std=gnu11 configure:13566: result: /usr/bin/ld configure:13573: checking if the linker (/usr/bin/ld) is GNU ld configure:13588: result: yes configure:13595: checking for shared library run path origin configure:13608: result: done configure:13698: checking whether imported symbols can be declared weak configure:13716: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13716: $? = 0 configure:13750: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13750: $? = 0 configure:13750: ./conftest configure:13750: $? = 0 configure:13762: result: yes configure:13767: checking pthread.h usability configure:13767: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:13767: $? = 0 configure:13767: result: yes configure:13767: checking pthread.h presence configure:13767: i686-uhu-linux-gcc -std=gnu11 -E conftest.c configure:13767: $? = 0 configure:13767: result: yes configure:13767: checking for pthread.h configure:13767: result: yes configure:13795: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/ccOLBlYC.o: In function `main': conftest.c:(.text.startup+0x1d): undefined reference to `pthread_mutexattr_init' collect2: error: ld returned 1 exit status configure:13795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_mutex_lock((pthread_mutex_t*)0); | pthread_mutexattr_init((pthread_mutexattr_t*)0); | ; | return 0; | } configure:13858: checking for pthread_kill in -lpthread configure:13883: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c -lpthread >&5 configure:13883: $? = 0 configure:13892: result: yes configure:14582: checking for multithread API to use configure:14584: result: posix configure:14598: checking whether lstat correctly handles trailing slash configure:14631: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:14631: $? = 0 configure:14631: ./conftest configure:14631: $? = 0 configure:14648: result: yes configure:14757: checking for mbstate_t configure:14781: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:14781: $? = 0 configure:14788: result: yes configure:14807: checking for a traditional japanese locale configure:14877: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:14880: $? = 0 configure:14938: result: ja_JP configure:14946: checking for a transitional chinese locale configure:15017: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:15020: $? = 0 configure:15071: result: zh_CN.GB18030 configure:15078: checking for a french Unicode locale configure:15150: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:15153: $? = 0 configure:15199: result: fr_FR.UTF-8 configure:15290: checking for mmap configure:15290: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:15290: $? = 0 configure:15290: result: yes configure:15301: checking for MAP_ANONYMOUS configure:15338: result: yes configure:15360: checking whether memchr works configure:15423: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:15423: $? = 0 configure:15423: ./conftest configure:15423: $? = 0 configure:15433: result: yes configure:15440: checking whether memrchr is declared configure:15440: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:15440: $? = 0 configure:15440: result: yes configure:15455: checking whether strerror(0) succeeds configure:15490: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:15490: $? = 0 configure:15490: ./conftest configure:15490: $? = 0 configure:15501: result: yes configure:15524: checking for strerror_r with POSIX signature configure:15542: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:125:21: error: conflicting types for 'strerror_r' int strerror_r (int, char *, size_t); ^ In file included from conftest.c:124:0: /usr/include/string.h:438:14: note: previous declaration of 'strerror_r' was here extern char *strerror_r (int __errnum, char *__buf, size_t __buflen) ^ configure:15542: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | /* end confdefs.h. */ | #include | int strerror_r (int, char *, size_t); | | int | main () | { | | ; | return 0; | } configure:15550: result: no configure:15624: checking whether __xpg_strerror_r works configure:15664: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:15664: $? = 0 configure:15664: ./conftest configure:15664: $? = 0 configure:15675: result: yes configure:15682: checking whether strerror_r is declared configure:15682: result: yes configure:16001: checking for ptrdiff_t configure:16001: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:16001: $? = 0 configure:16001: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:158:24: error: expected expression before ')' token if (sizeof ((ptrdiff_t))) ^ configure:16001: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #endif | #include | #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 ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:16001: result: yes configure:16061: checking whether C symbols are prefixed with underscore at the linker level configure:16074: i686-uhu-linux-gcc -std=gnu11 -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 -S conftest.c configure:16077: $? = 0 configure:16087: result: no configure:16102: checking for stdbool.h that conforms to C99 configure:16169: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:16169: $? = 0 configure:16176: result: yes configure:16178: checking for _Bool configure:16178: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:16178: $? = 0 configure:16178: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:160:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:16178: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #endif | #include | #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 ((_Bool))) | return 0; | ; | return 0; | } configure:16178: result: yes configure:16318: checking whether stdint.h conforms to C99 configure:16487: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:16487: $? = 0 configure:16567: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:16567: $? = 0 configure:16567: ./conftest configure:16567: $? = 0 configure:16579: result: yes configure:16924: checking whether strdup is declared configure:16924: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:16924: $? = 0 configure:16924: result: yes configure:17027: checking for struct timespec in configure:17044: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17044: $? = 0 configure:17051: result: yes configure:17199: checking whether the utimes function works configure:17314: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17314: $? = 0 configure:17314: ./conftest configure:17314: $? = 0 configure:17324: result: yes configure:17337: checking for struct utimbuf configure:17360: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17360: $? = 0 configure:17367: result: yes configure:17387: checking whether uses 'inline' correctly configure:17409: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17412: $? = 0 configure:17430: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17433: $? = 0 configure:17446: result: yes configure:17506: checking for alloca as a compiler built-in configure:17530: result: yes configure:17566: checking for GNU libc compatible calloc configure:17597: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17597: $? = 0 configure:17597: ./conftest configure:17597: $? = 0 configure:17607: result: yes configure:17698: checking whether this system has an arbitrary file name length limit configure:17739: result: yes configure:17767: checking for library containing clock_gettime configure:17798: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17798: $? = 0 configure:17815: result: none required configure:17827: checking for clock_gettime configure:17827: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17827: $? = 0 configure:17827: result: yes configure:17827: checking for clock_settime configure:17827: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17827: $? = 0 configure:17827: result: yes configure:17938: checking for closedir configure:17938: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:17938: $? = 0 configure:17938: result: yes configure:18138: checking for dirfd configure:18138: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:18138: $? = 0 configure:18138: result: yes configure:18147: checking whether dirfd is declared configure:18147: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:18147: $? = 0 configure:18147: result: yes configure:18164: checking whether dirfd is a macro configure:18187: result: no configure:18280: checking whether // is distinct from / configure:18309: result: no configure:18373: checking whether dup2 works configure:18430: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:18430: $? = 0 configure:18430: ./conftest configure:18430: $? = 0 configure:18441: result: yes configure:18495: checking for error_at_line configure:18511: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:18511: $? = 0 configure:18519: result: yes configure:18640: checking whether fflush works on input streams configure:18714: result: no configure:18769: checking whether fcntl handles F_DUPFD correctly configure:18799: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:18799: $? = 0 configure:18799: ./conftest configure:18799: $? = 0 configure:18809: result: yes configure:18827: checking whether fcntl understands F_DUPFD_CLOEXEC configure:18848: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:18848: $? = 0 configure:18866: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:158:1: error: unknown type name 'choke' choke me ^ conftest.c:161:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' int ^ configure:18866: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | /* end confdefs.h. */ | | #ifdef __linux__ | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | it to support the semantics on older kernels that failed with EINVAL. */ | choke me | #endif | | int | main () | { | | ; | return 0; | } configure:18877: result: needs runtime check configure:19031: checking whether fdopendir is declared configure:19031: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:19031: $? = 0 configure:19031: result: yes configure:19054: checking whether fdopendir works configure:19095: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:19095: $? = 0 configure:19095: ./conftest configure:19095: $? = 0 configure:19105: result: yes configure:19153: checking whether fflush works on input streams configure:19227: result: no configure:19323: checking whether conversion from 'int' to 'long double' works configure:19364: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:19364: $? = 0 configure:19364: ./conftest configure:19364: $? = 0 configure:19375: result: yes configure:19497: checking whether __fpending is declared configure:19497: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:19497: $? = 0 configure:19497: result: yes configure:19885: checking for ptrdiff_t configure:19885: result: yes configure:19940: checking whether fpurge is declared configure:19940: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:174:10: error: 'fpurge' undeclared (first use in this function) (void) fpurge; ^ conftest.c:174:10: note: each undeclared identifier is reported only once for each function it appears in configure:19940: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef fpurge | #ifdef __cplusplus | (void) fpurge; | #else | (void) fpurge; | #endif | #endif | | ; | return 0; | } configure:19940: result: no configure:20064: checking whether frexp works configure:20144: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:226:5: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [enabled by default] if (memcmp (&y, &x, sizeof x)) ^ In file included from conftest.c:170:0: /usr/include/string.h:69:12: note: expected 'const void *' but argument is of type 'volatile double *' extern int memcmp (const void *__s1, const void *__s2, size_t __n) ^ configure:20144: $? = 0 configure:20144: ./conftest configure:20144: $? = 0 configure:20155: result: yes configure:20202: checking whether frexpl is declared configure:20202: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:20202: $? = 0 configure:20202: result: yes configure:20212: checking whether frexpl() can be used without linking with libm configure:20230: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:20230: $? = 0 configure:20239: result: yes configure:20245: checking whether frexpl works configure:20356: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:20356: $? = 0 configure:20356: ./conftest configure:20356: $? = 0 configure:20367: result: yes configure:20454: checking for fseeko configure:20481: result: yes configure:20501: checking whether fflush works on input streams configure:20575: result: no configure:20598: checking for _fseeki64 configure:20598: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 /tmp/cccJ4nXU.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_fseeki64' collect2: error: ld returned 1 exit status configure:20598: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | /* end confdefs.h. */ | /* Define _fseeki64 to an innocuous variant, in case declares _fseeki64. | For example, HP-UX 11i declares gettimeofday. */ | #define _fseeki64 innocuous__fseeki64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _fseeki64 (); below. */ | | #include | #undef _fseeki64 | | /* 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 _fseeki64 (); | /* 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__fseeki64 || defined __stub____fseeki64 | choke me | #endif | | int | main () | { | return _fseeki64 (); | ; | return 0; | } configure:20598: result: no configure:20745: checking for ftello configure:20771: result: yes configure:20784: checking whether ftello works configure:20871: result: yes configure:21103: checking whether gettimeofday clobbers localtime buffer configure:21142: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21142: $? = 0 configure:21142: ./conftest configure:21142: $? = 0 configure:21152: result: no configure:21172: checking for gettimeofday with POSIX signature configure:21200: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:181:19: error: conflicting types for 'gettimeofday' int gettimeofday (struct timeval *restrict, void *restrict); ^ In file included from conftest.c:179:0: /usr/include/sys/time.h:71:12: note: previous declaration of 'gettimeofday' was here extern int gettimeofday (struct timeval *__restrict __tv, ^ configure:21200: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | /* end confdefs.h. */ | #include | struct timeval c; | int gettimeofday (struct timeval *restrict, void *restrict); | | int | main () | { | /* glibc uses struct timezone * rather than the POSIX void * | if _GNU_SOURCE is defined. However, since the only portable | use of gettimeofday uses NULL as the second parameter, and | since the glibc definition is actually more typesafe, it is | not worth wrapping this to get a compliant signature. */ | int (*f) (struct timeval *restrict, void *restrict) | = gettimeofday; | int x = f (&c, 0); | return !(x | c.tv_sec | c.tv_usec); | | ; | return 0; | } configure:21216: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21216: $? = 0 configure:21225: result: almost configure:21315: checking whether isnan(double) can be used without linking with libm configure:21340: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21340: $? = 0 configure:21349: result: yes configure:21376: checking whether isnan(float) can be used without linking with libm configure:21401: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21401: $? = 0 configure:21410: result: yes configure:21417: checking whether isnan(float) works configure:21485: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21485: $? = 0 configure:21485: ./conftest configure:21485: $? = 0 configure:21496: result: yes configure:21639: checking whether isnan(long double) can be used without linking with libm configure:21664: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21664: $? = 0 configure:21673: result: yes configure:21682: checking whether isnanl works configure:21820: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21820: $? = 0 configure:21820: ./conftest configure:21820: $? = 64 configure: program exited with status 64 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | /* end confdefs.h. */ | | #include | #include | #include | #if __GNUC__ >= 4 | # undef isnanl | # define isnanl(x) __builtin_isnanl ((long double)(x)) | #elif defined isnan | # undef isnanl | # define isnanl(x) isnan ((long double)(x)) | #endif | #define NWORDS ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) | typedef union { unsigned int word[NWORDS]; long double value; } | memory_long_double; | /* On Irix 6.5, gcc 3.4.3 can't compute compile-time NaN, and needs the | runtime type conversion. */ | #ifdef __sgi | static long double NaNl () | { | double zero = 0.0; | return zero / zero; | } | #else | # define NaNl() (0.0L / 0.0L) | #endif | int main () | { | int result = 0; | | if (!isnanl (NaNl ())) | result |= 1; | | { | memory_long_double m; | unsigned int i; | | /* The isnanl function should be immune against changes in the sign bit and | in the mantissa bits. The xor operation twiddles a bit that can only be | a sign bit or a mantissa bit (since the exponent never extends to | bit 31). */ | m.value = NaNl (); | m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1); | for (i = 0; i < NWORDS; i++) | m.word[i] |= 1; | if (!isnanl (m.value)) | result |= 1; | } | | #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE | /* Representation of an 80-bit 'long double' as an initializer for a sequence | of 'unsigned int' words. */ | # ifdef WORDS_BIGENDIAN | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | # else | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | # endif | { /* Quiet NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 2; | } | { | /* Signalling NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 2; | } | /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities, | Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in | Intel IA-64 Architecture Software Developer's Manual, Volume 1: | Application Architecture. | Table 5-2 "Floating-Point Register Encodings" | Figure 5-6 "Memory to Floating-Point Register Data Translation" | */ | { /* Pseudo-NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | if (!isnanl (x.value)) | result |= 4; | } | { /* Pseudo-Infinity. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | result |= 8; | } | { /* Pseudo-Zero. */ | static memory_long_double x = | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | result |= 16; | } | { /* Unnormalized number. */ | static memory_long_double x = | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 32; | } | { /* Pseudo-Denormal. */ | static memory_long_double x = | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 64; | } | #endif | | return result; | } configure:21831: result: no configure:21859: checking where to find the exponent in a 'long double' configure:21939: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:21939: $? = 0 configure:21939: ./conftest configure:21939: $? = 0 configure:21951: result: word 2 bit 0 configure:21975: checking for C compiler flag to ignore unused libraries configure:22011: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 -Wl,--as-needed conftest.c -lm >&5 configure:22011: $? = 0 configure:22023: result: -Wl,--as-needed configure:22046: checking for pthread_rwlock_t configure:22046: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22046: $? = 0 configure:22046: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:190:31: error: expected expression before ')' token if (sizeof ((pthread_rwlock_t))) ^ configure:22046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((pthread_rwlock_t))) | return 0; | ; | return 0; | } configure:22046: result: yes configure:22077: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22077: $? = 0 configure:22099: checking whether lseek detects pipes configure:22132: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22132: $? = 0 configure:22167: result: yes configure:22256: checking for stdlib.h configure:22256: result: yes configure:22266: checking for GNU libc compatible malloc configure:22299: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22299: $? = 0 configure:22299: ./conftest configure:22299: $? = 0 configure:22310: result: yes configure:22458: checking whether NAN macro works configure:22481: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22481: $? = 0 configure:22488: result: yes configure:22493: checking whether HUGE_VAL works configure:22511: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22511: $? = 0 configure:22518: result: yes configure:22540: checking whether mbrtowc handles incomplete characters configure:22585: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22585: $? = 0 configure:22585: ./conftest configure:22585: $? = 0 configure:22597: result: yes configure:22603: checking whether mbrtowc works as well as mbtowc configure:22652: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22652: $? = 0 configure:22652: ./conftest configure:22652: $? = 0 configure:22664: result: yes configure:22715: checking whether mbrtowc handles a NULL pwc argument configure:22774: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22774: $? = 0 configure:22774: ./conftest configure:22774: $? = 0 configure:22786: result: yes configure:22792: checking whether mbrtowc handles a NULL string argument configure:22839: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22839: $? = 0 configure:22839: ./conftest configure:22839: $? = 0 configure:22851: result: yes configure:22859: checking whether mbrtowc has a correct return value configure:22974: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:22974: $? = 0 configure:22974: ./conftest configure:22974: $? = 0 configure:22989: result: yes configure:22995: checking whether mbrtowc returns 0 when parsing a NUL character configure:23039: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:23039: $? = 0 configure:23039: ./conftest configure:23039: $? = 0 configure:23051: result: yes configure:23134: checking whether mbrtowc handles incomplete characters configure:23191: result: yes configure:23197: checking whether mbrtowc works as well as mbtowc configure:23258: result: yes configure:23392: checking for mempcpy configure:23392: result: yes configure:23446: checking for memrchr configure:23446: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:23446: $? = 0 configure:23446: result: yes configure:23532: checking whether open recognizes a trailing slash configure:23571: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:23571: $? = 0 configure:23571: ./conftest configure:23571: $? = 0 configure:23583: result: yes configure:23702: checking for opendir configure:23702: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:23702: $? = 0 configure:23702: result: yes configure:23769: checking whether perror matches strerror configure:23800: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:23800: $? = 0 configure:23800: ./conftest configure:23800: $? = 0 configure:23817: result: yes configure:23861: checking whether frexp works configure:23952: result: yes configure:23964: checking whether ldexp can be used without linking with libm configure:23983: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:23983: $? = 0 configure:23992: result: yes configure:24005: checking whether frexpl() can be used without linking with libm configure:24032: result: yes configure:24038: checking whether frexpl works configure:24160: result: yes configure:24175: checking whether frexpl is declared configure:24175: result: yes configure:24186: checking whether ldexpl() can be used without linking with libm configure:24204: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:24204: $? = 0 configure:24213: result: yes configure:24219: checking whether ldexpl works configure:24260: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:24260: $? = 0 configure:24260: ./conftest configure:24260: $? = 0 configure:24271: result: yes configure:24279: checking whether ldexpl is declared configure:24279: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:24279: $? = 0 configure:24279: result: yes configure:24339: checking for readdir configure:24339: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:24339: $? = 0 configure:24339: result: yes configure:24384: checking for stdlib.h configure:24384: result: yes configure:24394: checking for GNU libc compatible realloc configure:24427: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:24427: $? = 0 configure:24427: ./conftest configure:24427: $? = 0 configure:24438: result: yes configure:24517: checking for signbit macro configure:24622: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:24622: $? = 0 configure:24622: ./conftest configure:24622: $? = 0 configure:24633: result: yes configure:24635: checking for signbit compiler built-ins configure:24737: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:24737: $? = 0 configure:24737: ./conftest configure:24737: $? = 0 configure:24748: result: yes configure:25276: checking for stdint.h configure:25276: result: yes configure:25286: checking for SIZE_MAX configure:25357: result: yes configure:25369: checking for ssize_t configure:25386: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:25386: $? = 0 configure:25393: result: yes configure:25404: checking whether stat handles trailing slashes on directories configure:25427: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:25427: $? = 0 configure:25427: ./conftest configure:25427: $? = 0 configure:25437: result: yes configure:25439: checking whether stat handles trailing slashes on files configure:25479: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:25479: $? = 0 configure:25479: ./conftest configure:25479: $? = 0 configure:25490: result: yes configure:25537: checking for struct stat.st_atim.tv_nsec configure:25537: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:25537: $? = 0 configure:25537: result: yes configure:25546: checking whether struct stat.st_atim is of type struct timespec configure:25573: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:25573: $? = 0 configure:25580: result: yes configure:25632: checking for struct stat.st_birthtimespec.tv_nsec configure:25632: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:233:12: error: 'struct stat' has no member named 'st_birthtimespec' if (ac_aggr.st_birthtimespec.tv_nsec) ^ configure:25632: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:25632: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:233:19: error: 'struct stat' has no member named 'st_birthtimespec' if (sizeof ac_aggr.st_birthtimespec.tv_nsec) ^ configure:25632: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:25632: result: no configure:25643: checking for struct stat.st_birthtimensec configure:25643: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:233:12: error: 'struct stat' has no member named 'st_birthtimensec' if (ac_aggr.st_birthtimensec) ^ configure:25643: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:25643: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:233:19: error: 'struct stat' has no member named 'st_birthtimensec' if (sizeof ac_aggr.st_birthtimensec) ^ configure:25643: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:25643: result: no configure:25654: checking for struct stat.st_birthtim.tv_nsec configure:25654: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:233:12: error: 'struct stat' has no member named 'st_birthtim' if (ac_aggr.st_birthtim.tv_nsec) ^ configure:25654: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:25654: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:233:19: error: 'struct stat' has no member named 'st_birthtim' if (sizeof ac_aggr.st_birthtim.tv_nsec) ^ configure:25654: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:25654: result: no configure:25706: checking whether NULL can be used in arbitrary expressions configure:25724: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:25724: $? = 0 configure:25731: result: yes configure:26047: checking for working strerror function configure:26073: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:26073: $? = 0 configure:26073: ./conftest configure:26073: $? = 0 configure:26084: result: yes configure:26328: checking for nlink_t configure:26328: result: yes configure:26574: checking for ptrdiff_t configure:26574: result: yes configure:26875: checking for ptrdiff_t configure:26875: result: yes configure:27118: checking whether iswcntrl works configure:27162: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:27162: $? = 0 configure:27162: ./conftest configure:27162: $? = 0 configure:27173: result: yes configure:27197: checking for towlower configure:27197: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c:251:6: warning: conflicting types for built-in function 'towlower' [enabled by default] char towlower (); ^ configure:27197: $? = 0 configure:27197: result: yes configure:27245: checking for wctype_t configure:27273: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:27273: $? = 0 configure:27281: result: yes configure:27287: checking for wctrans_t configure:27313: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:27313: $? = 0 configure:27321: result: yes configure:27334: checking for stdint.h configure:27334: result: yes configure:28213: checking for underline in external names configure:28230: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:28230: $? = 0 configure:28236: result: no configure:28247: checking for an assembler syntax supported by this package configure:28277: result: yes, with -Wa,--noexecstack configure:28297: checking for library containing strerror configure:28328: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:28328: $? = 0 configure:28345: result: none required configure:28353: checking for an ANSI C-conforming const configure:28419: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:28419: $? = 0 configure:28426: result: yes configure:28434: checking for ANSI C header files configure:28538: result: yes configure:28567: checking for dirent.h that defines DIR configure:28586: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:28586: $? = 0 configure:28594: result: yes configure:28607: checking for library containing opendir configure:28638: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:28638: $? = 0 configure:28655: result: none required configure:28722: checking return type of signal handlers configure:28740: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:246:1: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:28740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define GNULIB_TEST_STRDUP 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define GNULIB_TEST_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_TOWLOWER 1 | #define HAVE_STDINT_H 1 | #define ASMV /**/ | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:28747: result: void configure:28755: checking for size_t configure:28755: result: yes configure:28766: checking for off_t configure:28766: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 configure:28766: $? = 0 configure:28766: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -DGNU_STANDARD=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:273:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:28766: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gzip" | #define PACKAGE_TARNAME "gzip" | #define PACKAGE_VERSION "1.6" | #define PACKAGE_STRING "gzip 1.6" | #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" | #define PACKAGE_URL "" | #define PACKAGE "gzip" | #define VERSION "1.6" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_OPENAT 1 | #define HAVE_STRERROR_R 1 | #define HAVE___XPG_STRERROR_R 1 | #define HAVE_STRDUP 1 | #define HAVE_CATGETS 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHOWN 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_DECL_FCHDIR 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE__BOOL 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ALLOCA 1 | #define HAVE_CALLOC_GNU 1 | #define GNULIB_CALLOC_GNU 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_TEST_CALLOC_POSIX 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_CLOSEDIR 1 | #define GNULIB_TEST_CLOSEDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUP 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FFLUSH 1 | #define GNULIB_TEST_FFLUSH 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_OPENAT 1 | #define GNULIB_TEST_OPENAT 1 | #define HAVE_OPENDIR 1 | #define GNULIB_TEST_OPENDIR 1 | #define GNULIB_TEST_PERROR 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_READDIR 1 | #define GNULIB_TEST_READDIR 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC_GNU 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define GNULIB_TEST_STRDUP 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define GNULIB_TEST_STRERROR_R 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_TOWLOWER 1 | #define HAVE_STDINT_H 1 | #define ASMV /**/ | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #endif | #include | #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:28766: result: yes configure:28889: checking that generated files are newer than configure configure:28895: result: done configure:28986: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by gzip config.status 1.6, which was generated by GNU Autoconf 2.69.97-b1aba91. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp06 config.status:2018: creating Makefile config.status:2018: creating doc/Makefile config.status:2018: creating lib/Makefile config.status:2018: creating tests/Makefile config.status:2018: creating lib/config.h config.status:2278: executing depfiles commands configure:30308: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_restrict=__restrict 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 -DGNU_STANDARD=0' 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_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func___fpending=yes ac_cv_func___fpurge=yes ac_cv_func___freadahead=no ac_cv_func___freading=yes ac_cv_func___fseterr=no ac_cv_func___xpg_strerror_r=yes ac_cv_func__fseeki64=no ac_cv_func__set_invalid_parameter_handler=no ac_cv_func_alloca_works=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_catgets=yes ac_cv_func_chown=yes ac_cv_func_clock_gettime=yes ac_cv_func_clock_settime=yes ac_cv_func_closedir=yes ac_cv_func_dirfd=yes ac_cv_func_fchdir=yes ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_fcntl=yes ac_cv_func_fdopendir=yes ac_cv_func_fpurge=no ac_cv_func_futimens=yes ac_cv_func_futimes=yes ac_cv_func_futimesat=yes ac_cv_func_getdtablesize=yes ac_cv_func_getopt_long_only=yes ac_cv_func_gettimeofday=yes ac_cv_func_iswcntrl=yes ac_cv_func_lstat=yes ac_cv_func_lutimes=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsinit=yes ac_cv_func_mempcpy=yes ac_cv_func_memrchr=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_nanotime=no ac_cv_func_openat=yes ac_cv_func_opendir=yes ac_cv_func_pipe=yes ac_cv_func_readdir=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_siginterrupt=yes ac_cv_func_snprintf=yes ac_cv_func_strdup=yes ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=yes ac_cv_func_strnlen=yes ac_cv_func_symlink=yes ac_cv_func_towlower=yes ac_cv_func_utimensat=yes ac_cv_func_vasnprintf=no ac_cv_func_wcrtomb=yes ac_cv_func_wcslen=yes ac_cv_func_wcsnlen=yes ac_cv_gnu_library_2_1=yes ac_cv_have_decl___fpending=yes ac_cv_have_decl__snprintf=no ac_cv_have_decl_alarm=yes ac_cv_have_decl_dirfd=yes ac_cv_have_decl_fchdir=yes ac_cv_have_decl_fdopendir=yes ac_cv_have_decl_fpurge=no ac_cv_have_decl_frexpl=yes ac_cv_have_decl_fseeko=yes ac_cv_have_decl_ftello=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getenv=yes ac_cv_have_decl_ldexpl=yes ac_cv_have_decl_memrchr=yes ac_cv_have_decl_strdup=yes ac_cv_have_decl_strerror_r=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dirent_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_features_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_pthread_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_socket_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_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_error_at_line=yes ac_cv_lib_pthread_pthread_kill=yes ac_cv_member_struct_stat_st_atim_tv_nsec=yes ac_cv_member_struct_stat_st_birthtim_tv_nsec=no ac_cv_member_struct_stat_st_birthtimensec=no ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_path_shell=/bin/sh 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=gnu11 -E' ac_cv_prog_ac_ct_NM=nm ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11=-std=gnu11 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu11 ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_clock_gettime='none required' ac_cv_search_opendir='none required' ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type__Bool=yes ac_cv_type_long_long_int=yes ac_cv_type_mbstate_t=yes ac_cv_type_mode_t=yes ac_cv_type_nlink_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_pthread_rwlock_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes ac_cv_working_alloca_h=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_langinfo_codeset=yes am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes gl_cv_c_amsterdam_compiler=no gl_cv_c_multiarch=no gl_cv_cc_double_expbit0='word 1 bit 20' gl_cv_cc_float_expbit0='word 0 bit 23' gl_cv_cc_long_double_expbit0='word 2 bit 0' gl_cv_decl_null_works=yes gl_cv_double_slash_root=no gl_cv_func_dirfd_macro=no gl_cv_func_dup2_works=yes gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' gl_cv_func_fcntl_f_dupfd_works=yes gl_cv_func_fdopendir_works=yes gl_cv_func_fflush_stdin=no gl_cv_func_fprintf_posix=no gl_cv_func_frexp_no_libm=yes gl_cv_func_frexp_works=yes gl_cv_func_frexpl_no_libm=yes gl_cv_func_frexpl_works=yes gl_cv_func_fseeko=yes gl_cv_func_ftello=yes gl_cv_func_ftello_works=yes gl_cv_func_getcwd_null=yes gl_cv_func_getcwd_posix_signature=yes gl_cv_func_getopt_gnu=yes gl_cv_func_getopt_long_gnu=yes gl_cv_func_getopt_posix=yes gl_cv_func_gettimeofday_clobber=no gl_cv_func_gettimeofday_posix_signature=almost gl_cv_func_isnand_no_libm=yes gl_cv_func_isnanf_no_libm=yes gl_cv_func_isnanf_works=yes gl_cv_func_isnanl_no_libm=yes gl_cv_func_isnanl_works=no gl_cv_func_iswcntrl_works=yes gl_cv_func_itold_works=yes gl_cv_func_ldexp_no_libm=yes gl_cv_func_ldexpl_no_libm=yes gl_cv_func_ldexpl_works=yes gl_cv_func_lseek_pipe=yes gl_cv_func_lstat_dereferences_slashed_symlink=yes gl_cv_func_malloc_posix=yes gl_cv_func_mbrtowc_incomplete_state=yes gl_cv_func_mbrtowc_nul_retval=yes gl_cv_func_mbrtowc_null_arg1=yes gl_cv_func_mbrtowc_null_arg2=yes gl_cv_func_mbrtowc_retval=yes gl_cv_func_mbrtowc_sanitycheck=yes gl_cv_func_memchr_works=yes gl_cv_func_open_slash=yes gl_cv_func_perror_works=yes gl_cv_func_printf_directive_a=yes gl_cv_func_printf_directive_f=yes gl_cv_func_printf_directive_ls=yes gl_cv_func_printf_directive_n=yes gl_cv_func_printf_enomem=yes gl_cv_func_printf_flag_grouping=yes gl_cv_func_printf_flag_leftadjust=yes gl_cv_func_printf_flag_zero=yes gl_cv_func_printf_infinite=yes gl_cv_func_printf_infinite_long_double=no gl_cv_func_printf_long_double=yes gl_cv_func_printf_positions=yes gl_cv_func_printf_precision=yes gl_cv_func_printf_sizes_c99=yes gl_cv_func_signbit=yes gl_cv_func_signbit_gcc=yes gl_cv_func_snprintf_retval_c99=yes gl_cv_func_stat_dir_slash=yes gl_cv_func_stat_file_slash=yes gl_cv_func_strerror_0_works=yes gl_cv_func_strerror_r_posix_signature=no gl_cv_func_strerror_r_works=yes gl_cv_func_vfprintf_posix=no gl_cv_func_working_strerror=yes gl_cv_func_working_utimes=yes gl_cv_have_arbitrary_file_name_length_limit=yes gl_cv_have_include_next=yes gl_cv_have_weak=yes gl_cv_header_errno_h_complete=yes gl_cv_header_inttypes_h=yes gl_cv_header_math_huge_val_works=yes gl_cv_header_math_nan_works=yes gl_cv_header_stdint_h=yes gl_cv_header_wchar_h_correct_inline=yes gl_cv_header_working_fcntl_h=yes gl_cv_header_working_stdint_h=yes gl_cv_long_double_equals_double=no gl_cv_next_dirent_h='' gl_cv_next_fcntl_h='' gl_cv_next_getopt_h='' gl_cv_next_math_h='' gl_cv_next_stdint_h='' gl_cv_next_stdio_h='' gl_cv_next_stdlib_h='' gl_cv_next_string_h='' gl_cv_next_sys_stat_h='' gl_cv_next_sys_time_h='' gl_cv_next_sys_types_h='' gl_cv_next_time_h='' gl_cv_next_unistd_h='' gl_cv_next_wchar_h='' gl_cv_next_wctype_h='' gl_cv_pragma_columns=no gl_cv_prog_as_underscore=no gl_cv_prog_c_ignore_unused_libraries=-Wl,--as-needed gl_cv_promoted_mode_t=mode_t gl_cv_rpl_alloca=yes gl_cv_size_max=yes gl_cv_sys_struct_timespec_in_time_h=yes gl_cv_sys_struct_timeval=yes gl_cv_sys_struct_timeval_tv_sec=yes gl_cv_sys_struct_utimbuf=yes gl_cv_type_wctrans_t=yes gl_cv_type_wctype_t=yes gl_cv_var_stdin_large_offset=yes gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_locale_fr_utf8=fr_FR.UTF-8 gt_cv_locale_ja=ja_JP gt_cv_locale_zh_CN=zh_CN.GB18030 gt_cv_ssize_t=yes gzip_cv_assembler='yes, with -Wa,--noexecstack' gzip_cv_underline=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/build-aux/missing aclocal-1.99a' ALLOCA='' ALLOCA_H='alloca.h' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='0' AR='i686-uhu-linux-ar' ARFLAGS='cru' ASCPPFLAGS='-DNO_UNDERLINE' ASCPPPOST='sed '\''/^ *\#/d; s,//.*,,; s/% /%/g; s/\. /./g'\''' ASFLAGS_config='-Wa,--noexecstack' ASM_SYMBOL_PREFIX='""' AUTOCONF='${SHELL} /var/uhubuild/work/compile/build-aux/missing autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/build-aux/missing autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/build-aux/missing automake-1.99a' AWK='gawk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' CC='i686-uhu-linux-gcc -std=gnu11' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic -DGNU_STANDARD=0' CONFIG_INCLUDE='lib/config.h' CPP='i686-uhu-linux-gcc -std=gnu11 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXEEXT='' FLOAT_H='' GETOPT_H='' GLIBC21='yes' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='#' GL_GENERATE_ALLOCA_H_FALSE='#' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='#' GL_GENERATE_FLOAT_H_FALSE='' GL_GENERATE_FLOAT_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE='' GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='#' GL_GENERATE_STDINT_H_FALSE='' GL_GENERATE_STDINT_H_TRUE='#' GNULIB_ACOSF='0' GNULIB_ACOSL='0' GNULIB_ALPHASORT='0' GNULIB_ASINF='0' GNULIB_ASINL='0' GNULIB_ATAN2F='0' GNULIB_ATANF='0' GNULIB_ATANL='0' GNULIB_ATOLL='0' GNULIB_BTOWC='0' GNULIB_CALLOC_POSIX='1' GNULIB_CANONICALIZE_FILE_NAME='0' GNULIB_CBRT='0' GNULIB_CBRTF='0' GNULIB_CBRTL='0' GNULIB_CEIL='0' GNULIB_CEILF='0' GNULIB_CEILL='0' GNULIB_CHDIR='1' GNULIB_CHOWN='0' GNULIB_CLOSE='1' GNULIB_CLOSEDIR='1' GNULIB_COPYSIGN='0' GNULIB_COPYSIGNF='0' GNULIB_COPYSIGNL='0' GNULIB_COSF='0' GNULIB_COSHF='0' GNULIB_COSL='0' GNULIB_DIRFD='1' GNULIB_DPRINTF='0' GNULIB_DUP2='1' GNULIB_DUP3='0' GNULIB_DUP='1' GNULIB_ENVIRON='0' GNULIB_EUIDACCESS='0' GNULIB_EXP2='0' GNULIB_EXP2F='0' GNULIB_EXP2L='0' GNULIB_EXPF='0' GNULIB_EXPL='0' GNULIB_EXPM1='0' GNULIB_EXPM1F='0' GNULIB_EXPM1L='0' GNULIB_FABSF='0' GNULIB_FABSL='0' GNULIB_FACCESSAT='0' GNULIB_FCHDIR='1' GNULIB_FCHMODAT='0' GNULIB_FCHOWNAT='0' GNULIB_FCLOSE='1' GNULIB_FCNTL='1' GNULIB_FDATASYNC='0' GNULIB_FDOPEN='0' GNULIB_FDOPENDIR='1' GNULIB_FFLUSH='1' GNULIB_FFSL='0' GNULIB_FFSLL='0' GNULIB_FGETC='1' GNULIB_FGETS='1' GNULIB_FLOOR='0' GNULIB_FLOORF='0' GNULIB_FLOORL='0' GNULIB_FMA='0' GNULIB_FMAF='0' GNULIB_FMAL='0' GNULIB_FMOD='0' GNULIB_FMODF='0' GNULIB_FMODL='0' GNULIB_FOPEN='0' GNULIB_FPRINTF='1' GNULIB_FPRINTF_POSIX='1' GNULIB_FPURGE='1' GNULIB_FPUTC='1' GNULIB_FPUTS='1' GNULIB_FREAD='1' GNULIB_FREOPEN='0' GNULIB_FREXP='1' GNULIB_FREXPF='0' GNULIB_FREXPL='1' GNULIB_FSCANF='1' GNULIB_FSEEK='1' GNULIB_FSEEKO='1' GNULIB_FSTAT='1' GNULIB_FSTATAT='0' GNULIB_FSYNC='0' GNULIB_FTELL='1' GNULIB_FTELLO='1' GNULIB_FTRUNCATE='0' GNULIB_FUTIMENS='0' GNULIB_FWRITE='1' GNULIB_GETC='1' GNULIB_GETCHAR='1' GNULIB_GETCWD='1' GNULIB_GETDELIM='0' GNULIB_GETDOMAINNAME='0' GNULIB_GETDTABLESIZE='1' GNULIB_GETGROUPS='0' GNULIB_GETHOSTNAME='0' GNULIB_GETLINE='0' GNULIB_GETLOADAVG='0' GNULIB_GETLOGIN='0' GNULIB_GETLOGIN_R='0' GNULIB_GETPAGESIZE='0' GNULIB_GETSUBOPT='0' GNULIB_GETTIMEOFDAY='1' GNULIB_GETUSERSHELL='0' GNULIB_GL_UNISTD_H_GETOPT='' GNULIB_GRANTPT='0' GNULIB_GROUP_MEMBER='0' GNULIB_HYPOT='0' GNULIB_HYPOTF='0' GNULIB_HYPOTL='0' GNULIB_ILOGB='0' GNULIB_ILOGBF='0' GNULIB_ILOGBL='0' GNULIB_ISATTY='0' GNULIB_ISFINITE='0' GNULIB_ISINF='0' GNULIB_ISNAN='0' GNULIB_ISNAND='0' GNULIB_ISNANF='0' GNULIB_ISNANL='0' GNULIB_ISWBLANK='0' GNULIB_ISWCTYPE='0' GNULIB_LCHMOD='0' GNULIB_LCHOWN='0' GNULIB_LDEXPF='0' GNULIB_LDEXPL='0' GNULIB_LINK='0' GNULIB_LINKAT='0' GNULIB_LOG10='0' GNULIB_LOG10F='0' GNULIB_LOG10L='0' GNULIB_LOG1P='0' GNULIB_LOG1PF='0' GNULIB_LOG1PL='0' GNULIB_LOG2='0' GNULIB_LOG2F='0' GNULIB_LOG2L='0' GNULIB_LOG='0' GNULIB_LOGB='0' GNULIB_LOGBF='0' GNULIB_LOGBL='0' GNULIB_LOGF='0' GNULIB_LOGL='0' GNULIB_LSEEK='1' GNULIB_LSTAT='1' GNULIB_MALLOC_POSIX='1' GNULIB_MBRLEN='0' GNULIB_MBRTOWC='1' GNULIB_MBSCASECMP='0' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSINIT='1' GNULIB_MBSLEN='0' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSNRTOWCS='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSRTOWCS='0' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='0' GNULIB_MBSTOK_R='0' GNULIB_MBTOWC='0' GNULIB_MEMCHR='1' GNULIB_MEMMEM='0' GNULIB_MEMPCPY='1' GNULIB_MEMRCHR='1' GNULIB_MKDIRAT='0' GNULIB_MKDTEMP='0' GNULIB_MKFIFO='0' GNULIB_MKFIFOAT='0' GNULIB_MKNOD='0' GNULIB_MKNODAT='0' GNULIB_MKOSTEMP='0' GNULIB_MKOSTEMPS='0' GNULIB_MKSTEMP='0' GNULIB_MKSTEMPS='0' GNULIB_MKTIME='0' GNULIB_MODF='0' GNULIB_MODFF='0' GNULIB_MODFL='0' GNULIB_NANOSLEEP='0' GNULIB_NONBLOCKING='0' GNULIB_OBSTACK_PRINTF='0' GNULIB_OBSTACK_PRINTF_POSIX='0' GNULIB_OPEN='1' GNULIB_OPENAT='1' GNULIB_OPENDIR='1' GNULIB_PCLOSE='0' GNULIB_PERROR='1' GNULIB_PIPE2='0' GNULIB_PIPE='0' GNULIB_POPEN='0' GNULIB_POSIX_OPENPT='0' GNULIB_POWF='0' GNULIB_PREAD='0' GNULIB_PRINTF='1' GNULIB_PRINTF_POSIX='1' GNULIB_PTSNAME='0' GNULIB_PTSNAME_R='0' GNULIB_PUTC='1' GNULIB_PUTCHAR='1' GNULIB_PUTENV='0' GNULIB_PUTS='1' GNULIB_PWRITE='0' GNULIB_RANDOM='0' GNULIB_RANDOM_R='0' GNULIB_RAWMEMCHR='0' GNULIB_READ='0' GNULIB_READDIR='1' GNULIB_READLINK='0' GNULIB_READLINKAT='0' GNULIB_REALLOC_POSIX='1' GNULIB_REALPATH='0' GNULIB_REMAINDER='0' GNULIB_REMAINDERF='0' GNULIB_REMAINDERL='0' GNULIB_REMOVE='0' GNULIB_RENAME='0' GNULIB_RENAMEAT='0' GNULIB_REWINDDIR='0' GNULIB_RINT='0' GNULIB_RINTF='0' GNULIB_RINTL='0' GNULIB_RMDIR='0' GNULIB_ROUND='0' GNULIB_ROUNDF='0' GNULIB_ROUNDL='0' GNULIB_RPMATCH='0' GNULIB_SCANDIR='0' GNULIB_SCANF='1' GNULIB_SECURE_GETENV='0' GNULIB_SETENV='0' GNULIB_SETHOSTNAME='0' GNULIB_SIGNBIT='1' GNULIB_SINF='0' GNULIB_SINHF='0' GNULIB_SINL='0' GNULIB_SLEEP='0' GNULIB_SNPRINTF='0' GNULIB_SPRINTF_POSIX='0' GNULIB_SQRTF='0' GNULIB_SQRTL='0' GNULIB_STAT='1' GNULIB_STDIO_H_NONBLOCKING='0' GNULIB_STDIO_H_SIGPIPE='0' GNULIB_STPCPY='0' GNULIB_STPNCPY='0' GNULIB_STRCASESTR='0' GNULIB_STRCHRNUL='0' GNULIB_STRDUP='1' GNULIB_STRERROR='1' GNULIB_STRERROR_R='1' GNULIB_STRNCAT='0' GNULIB_STRNDUP='0' GNULIB_STRNLEN='0' GNULIB_STRPBRK='0' GNULIB_STRPTIME='0' GNULIB_STRSEP='0' GNULIB_STRSIGNAL='0' GNULIB_STRSTR='0' GNULIB_STRTOD='0' GNULIB_STRTOK_R='0' GNULIB_STRTOLL='0' GNULIB_STRTOULL='0' GNULIB_STRVERSCMP='0' GNULIB_SYMLINK='0' GNULIB_SYMLINKAT='0' GNULIB_SYSTEM_POSIX='0' GNULIB_TANF='0' GNULIB_TANHF='0' GNULIB_TANL='0' GNULIB_TIMEGM='0' GNULIB_TIME_R='0' GNULIB_TMPFILE='0' GNULIB_TOWCTRANS='0' GNULIB_TRUNC='0' GNULIB_TRUNCF='0' GNULIB_TRUNCL='0' GNULIB_TTYNAME_R='0' GNULIB_UNISTD_H_NONBLOCKING='0' GNULIB_UNISTD_H_SIGPIPE='0' GNULIB_UNLINK='0' GNULIB_UNLINKAT='0' GNULIB_UNLOCKPT='0' GNULIB_UNSETENV='0' GNULIB_USLEEP='0' GNULIB_UTIMENSAT='0' GNULIB_VASPRINTF='0' GNULIB_VDPRINTF='0' GNULIB_VFPRINTF='1' GNULIB_VFPRINTF_POSIX='1' GNULIB_VFSCANF='0' GNULIB_VPRINTF='1' GNULIB_VPRINTF_POSIX='0' GNULIB_VSCANF='0' GNULIB_VSNPRINTF='0' GNULIB_VSPRINTF_POSIX='0' GNULIB_WARN_CFLAGS='' GNULIB_WCPCPY='0' GNULIB_WCPNCPY='0' GNULIB_WCRTOMB='0' GNULIB_WCSCASECMP='0' GNULIB_WCSCAT='0' GNULIB_WCSCHR='0' GNULIB_WCSCMP='0' GNULIB_WCSCOLL='0' GNULIB_WCSCPY='0' GNULIB_WCSCSPN='0' GNULIB_WCSDUP='0' GNULIB_WCSLEN='0' GNULIB_WCSNCASECMP='0' GNULIB_WCSNCAT='0' GNULIB_WCSNCMP='0' GNULIB_WCSNCPY='0' GNULIB_WCSNLEN='0' GNULIB_WCSNRTOMBS='0' GNULIB_WCSPBRK='0' GNULIB_WCSRCHR='0' GNULIB_WCSRTOMBS='0' GNULIB_WCSSPN='0' GNULIB_WCSSTR='0' GNULIB_WCSTOK='0' GNULIB_WCSWIDTH='0' GNULIB_WCSXFRM='0' GNULIB_WCTOB='0' GNULIB_WCTOMB='0' GNULIB_WCTRANS='0' GNULIB_WCTYPE='0' GNULIB_WCWIDTH='0' GNULIB_WMEMCHR='0' GNULIB_WMEMCMP='0' GNULIB_WMEMCPY='0' GNULIB_WMEMMOVE='0' GNULIB_WMEMSET='0' GNULIB_WRITE='0' GNULIB__EXIT='0' GNU_MAKE_FALSE='#' GNU_MAKE_TRUE='' GREP='/bin/grep' HAVE_ACOSF='1' HAVE_ACOSL='1' HAVE_ALPHASORT='1' HAVE_ASINF='1' HAVE_ASINL='1' HAVE_ATAN2F='1' HAVE_ATANF='1' HAVE_ATANL='1' HAVE_ATOLL='1' HAVE_BTOWC='1' HAVE_CANONICALIZE_FILE_NAME='1' HAVE_CBRT='1' HAVE_CBRTF='1' HAVE_CBRTL='1' HAVE_CHOWN='1' HAVE_CLOSEDIR='1' HAVE_COPYSIGN='1' HAVE_COPYSIGNL='1' HAVE_COSF='1' HAVE_COSHF='1' HAVE_COSL='1' HAVE_DECL_ACOSL='1' HAVE_DECL_ASINL='1' HAVE_DECL_ATANL='1' HAVE_DECL_CBRTF='1' HAVE_DECL_CBRTL='1' HAVE_DECL_CEILF='1' HAVE_DECL_CEILL='1' HAVE_DECL_COPYSIGNF='1' HAVE_DECL_COSL='1' HAVE_DECL_DIRFD='1' HAVE_DECL_ENVIRON='1' HAVE_DECL_EXP2='1' HAVE_DECL_EXP2F='1' HAVE_DECL_EXP2L='1' HAVE_DECL_EXPL='1' HAVE_DECL_EXPM1L='1' HAVE_DECL_FCHDIR='1' HAVE_DECL_FDATASYNC='1' HAVE_DECL_FDOPENDIR='1' HAVE_DECL_FLOORF='1' HAVE_DECL_FLOORL='1' HAVE_DECL_FPURGE='0' HAVE_DECL_FREXPL='1' HAVE_DECL_FSEEKO='1' HAVE_DECL_FTELLO='1' HAVE_DECL_GETDELIM='1' HAVE_DECL_GETDOMAINNAME='1' HAVE_DECL_GETLINE='1' HAVE_DECL_GETLOADAVG='1' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_GETPAGESIZE='1' HAVE_DECL_GETUSERSHELL='1' HAVE_DECL_LDEXPL='1' HAVE_DECL_LOCALTIME_R='1' HAVE_DECL_LOG10L='1' HAVE_DECL_LOG2='1' HAVE_DECL_LOG2F='1' HAVE_DECL_LOG2L='1' HAVE_DECL_LOGB='1' HAVE_DECL_LOGL='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_REMAINDER='1' HAVE_DECL_REMAINDERL='1' HAVE_DECL_RINTF='1' HAVE_DECL_ROUND='1' HAVE_DECL_ROUNDF='1' HAVE_DECL_ROUNDL='1' HAVE_DECL_SETENV='1' HAVE_DECL_SETHOSTNAME='1' HAVE_DECL_SINL='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_SQRTL='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR_R='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_TANL='1' HAVE_DECL_TRUNC='1' HAVE_DECL_TRUNCF='1' HAVE_DECL_TRUNCL='1' HAVE_DECL_TTYNAME_R='1' HAVE_DECL_UNSETENV='1' HAVE_DECL_VSNPRINTF='1' HAVE_DECL_WCTOB='1' HAVE_DECL_WCWIDTH='1' HAVE_DIRENT_H='1' HAVE_DPRINTF='1' HAVE_DUP2='1' HAVE_DUP3='1' HAVE_EUIDACCESS='1' HAVE_EXPF='1' HAVE_EXPL='1' HAVE_EXPM1='1' HAVE_EXPM1F='1' HAVE_FABSF='1' HAVE_FABSL='1' HAVE_FACCESSAT='1' HAVE_FCHDIR='1' HAVE_FCHMODAT='1' HAVE_FCHOWNAT='1' HAVE_FCNTL='1' HAVE_FDATASYNC='1' HAVE_FDOPENDIR='1' HAVE_FEATURES_H='1' HAVE_FFSL='1' HAVE_FFSLL='1' HAVE_FMA='1' HAVE_FMAF='1' HAVE_FMAL='1' HAVE_FMODF='1' HAVE_FMODL='1' HAVE_FREXPF='1' HAVE_FSEEKO='1' HAVE_FSTATAT='1' HAVE_FSYNC='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_FUTIMENS='1' HAVE_GETDTABLESIZE='1' HAVE_GETGROUPS='1' HAVE_GETHOSTNAME='1' HAVE_GETLOGIN='1' HAVE_GETOPT_H='1' HAVE_GETPAGESIZE='1' HAVE_GETSUBOPT='1' HAVE_GETTIMEOFDAY='1' HAVE_GRANTPT='1' HAVE_GROUP_MEMBER='1' HAVE_HYPOTF='1' HAVE_HYPOTL='1' HAVE_ILOGB='1' HAVE_ILOGBF='1' HAVE_ILOGBL='1' HAVE_INTTYPES_H='1' HAVE_ISNAND='1' HAVE_ISNANF='1' HAVE_ISNANL='1' HAVE_ISWBLANK='1' HAVE_ISWCNTRL='1' HAVE_LCHMOD='1' HAVE_LCHOWN='1' HAVE_LDEXPF='1' HAVE_LINK='1' HAVE_LINKAT='1' HAVE_LOG10F='1' HAVE_LOG10L='1' HAVE_LOG1P='1' HAVE_LOG1PF='1' HAVE_LOG1PL='1' HAVE_LOGBF='1' HAVE_LOGBL='1' HAVE_LOGF='1' HAVE_LOGL='1' HAVE_LONG_LONG_INT='1' HAVE_LSTAT='1' HAVE_MBRLEN='1' HAVE_MBRTOWC='1' HAVE_MBSINIT='1' HAVE_MBSLEN='0' HAVE_MBSNRTOWCS='1' HAVE_MBSRTOWCS='1' HAVE_MEMCHR='1' HAVE_MEMPCPY='1' HAVE_MKDIRAT='1' HAVE_MKDTEMP='1' HAVE_MKFIFO='1' HAVE_MKFIFOAT='1' HAVE_MKNOD='1' HAVE_MKNODAT='1' HAVE_MKOSTEMP='1' HAVE_MKOSTEMPS='1' HAVE_MKSTEMP='1' HAVE_MKSTEMPS='1' HAVE_MODFF='1' HAVE_MODFL='1' HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' HAVE_NANOSLEEP='1' HAVE_OPENAT='1' HAVE_OPENDIR='1' HAVE_OS_H='0' HAVE_PCLOSE='1' HAVE_PIPE2='1' HAVE_PIPE='1' HAVE_POPEN='1' HAVE_POSIX_OPENPT='1' HAVE_POWF='1' HAVE_PREAD='1' HAVE_PTSNAME='1' HAVE_PTSNAME_R='1' HAVE_PWRITE='1' HAVE_RANDOM='1' HAVE_RANDOM_H='1' HAVE_RANDOM_R='1' HAVE_RAWMEMCHR='1' HAVE_READDIR='1' HAVE_READLINK='1' HAVE_READLINKAT='1' HAVE_REALPATH='1' HAVE_REMAINDER='1' HAVE_REMAINDERF='1' HAVE_RENAMEAT='1' HAVE_REWINDDIR='1' HAVE_RINT='1' HAVE_RINTL='1' HAVE_RPMATCH='1' HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='0' HAVE_SCANDIR='1' HAVE_SECURE_GETENV='1' HAVE_SETENV='1' HAVE_SETHOSTNAME='1' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SINF='1' HAVE_SINHF='1' HAVE_SINL='1' HAVE_SLEEP='1' HAVE_SQRTF='1' HAVE_SQRTL='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRPBRK='1' HAVE_STRPTIME='1' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_STRTOLL='1' HAVE_STRTOULL='1' HAVE_STRUCT_RANDOM_DATA='1' HAVE_STRUCT_TIMEVAL='1' HAVE_STRVERSCMP='1' HAVE_SYMLINK='1' HAVE_SYMLINKAT='1' HAVE_SYS_BITYPES_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='0' HAVE_SYS_PARAM_H='0' HAVE_SYS_TIME_H='1' HAVE_SYS_TYPES_H='1' HAVE_TANF='1' HAVE_TANHF='1' HAVE_TANL='1' HAVE_TIMEGM='1' HAVE_UNISTD_H='1' HAVE_UNLINKAT='1' HAVE_UNLOCKPT='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_USLEEP='1' HAVE_UTIMENSAT='1' HAVE_VASPRINTF='1' HAVE_VDPRINTF='1' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WCPCPY='1' HAVE_WCPNCPY='1' HAVE_WCRTOMB='1' HAVE_WCSCASECMP='1' HAVE_WCSCAT='1' HAVE_WCSCHR='1' HAVE_WCSCMP='1' HAVE_WCSCOLL='1' HAVE_WCSCPY='1' HAVE_WCSCSPN='1' HAVE_WCSDUP='1' HAVE_WCSLEN='1' HAVE_WCSNCASECMP='1' HAVE_WCSNCAT='1' HAVE_WCSNCMP='1' HAVE_WCSNCPY='1' HAVE_WCSNLEN='1' HAVE_WCSNRTOMBS='1' HAVE_WCSPBRK='1' HAVE_WCSRCHR='1' HAVE_WCSRTOMBS='1' HAVE_WCSSPN='1' HAVE_WCSSTR='1' HAVE_WCSTOK='1' HAVE_WCSWIDTH='1' HAVE_WCSXFRM='1' HAVE_WCTRANS_T='1' HAVE_WCTYPE_H='1' HAVE_WCTYPE_T='1' HAVE_WINSOCK2_H='0' HAVE_WINT_T='1' HAVE_WMEMCHR='1' HAVE_WMEMCMP='1' HAVE_WMEMCPY='1' HAVE_WMEMMOVE='1' HAVE_WMEMSET='1' HAVE__BOOL='1' HAVE__EXIT='1' IGNORE_UNUSED_LIBRARIES_CFLAGS='-Wl,--as-needed' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBGZIP_LIBDEPS='' LIBGZIP_LTLIBDEPS='' LIBINTL='' LIBMULTITHREAD='-lpthread' LIBOBJS=' ${LIBOBJDIR}match$U.o' LIBPTH='' LIBPTH_PREFIX='' LIBS='' LIBTHREAD='' LIB_CLOCK_GETTIME='' LN_S='ln -s' LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib"' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP' LOCALE_ZH_CN='zh_CN.GB18030' LTLIBINTL='' LTLIBMULTITHREAD='-lpthread' LTLIBOBJS=' ${LIBOBJDIR}match$U.lo' LTLIBPTH='' LTLIBTHREAD='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/build-aux/missing makeinfo' MKDIR_P='/bin/mkdir -p' NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_MATH_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' NEXT_DIRENT_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_FLOAT_H='' NEXT_GETOPT_H='' NEXT_MATH_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIME_H='' NEXT_SYS_TYPES_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' NM='nm' OBJEXT='o' PACKAGE='gzip' PACKAGE_BUGREPORT='bug-gzip@gnu.org' PACKAGE_NAME='gzip' PACKAGE_STRING='gzip 1.6' PACKAGE_TARNAME='gzip' PACKAGE_URL='' PACKAGE_VERSION='1.6' PATH_SEPARATOR=':' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' PTRDIFF_T_SUFFIX='' RANLIB='ranlib' REPLACE_BTOWC='0' REPLACE_CALLOC='0' REPLACE_CANONICALIZE_FILE_NAME='0' REPLACE_CBRTF='0' REPLACE_CBRTL='0' REPLACE_CEIL='0' REPLACE_CEILF='0' REPLACE_CEILL='0' REPLACE_CHOWN='0' REPLACE_CLOSE='0' REPLACE_CLOSEDIR='0' REPLACE_DIRFD='0' REPLACE_DPRINTF='0' REPLACE_DUP2='0' REPLACE_DUP='0' REPLACE_EXP2='0' REPLACE_EXP2L='0' REPLACE_EXPM1='0' REPLACE_EXPM1F='0' REPLACE_FABSL='0' REPLACE_FCHOWNAT='0' REPLACE_FCLOSE='1' REPLACE_FCNTL='1' REPLACE_FDOPEN='0' REPLACE_FDOPENDIR='0' REPLACE_FFLUSH='1' REPLACE_FLOOR='0' REPLACE_FLOORF='0' REPLACE_FLOORL='0' REPLACE_FMA='0' REPLACE_FMAF='0' REPLACE_FMAL='0' REPLACE_FMOD='0' REPLACE_FMODF='0' REPLACE_FMODL='0' REPLACE_FOPEN='0' REPLACE_FPRINTF='1' REPLACE_FPURGE='0' REPLACE_FREOPEN='0' REPLACE_FREXP='0' REPLACE_FREXPF='0' REPLACE_FREXPL='0' REPLACE_FSEEK='1' REPLACE_FSEEKO='1' REPLACE_FSTAT='0' REPLACE_FSTATAT='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_FTRUNCATE='0' REPLACE_FUTIMENS='0' REPLACE_GETCWD='0' REPLACE_GETDELIM='0' REPLACE_GETDOMAINNAME='0' REPLACE_GETGROUPS='0' REPLACE_GETLINE='0' REPLACE_GETLOGIN_R='0' REPLACE_GETPAGESIZE='0' REPLACE_GETTIMEOFDAY='0' REPLACE_HUGE_VAL='0' REPLACE_HYPOT='0' REPLACE_HYPOTF='0' REPLACE_HYPOTL='0' REPLACE_ILOGB='0' REPLACE_ILOGBF='0' REPLACE_ISATTY='0' REPLACE_ISFINITE='0' REPLACE_ISINF='0' REPLACE_ISNAN='0' REPLACE_ISWBLANK='0' REPLACE_ISWCNTRL='0' REPLACE_ITOLD='0' REPLACE_LCHOWN='0' REPLACE_LDEXPL='0' REPLACE_LINK='0' REPLACE_LINKAT='0' REPLACE_LOCALTIME_R='GNULIB_PORTCHECK' REPLACE_LOG10='0' REPLACE_LOG10F='0' REPLACE_LOG10L='0' REPLACE_LOG1P='0' REPLACE_LOG1PF='0' REPLACE_LOG1PL='0' REPLACE_LOG2='0' REPLACE_LOG2F='0' REPLACE_LOG2L='0' REPLACE_LOG='0' REPLACE_LOGB='0' REPLACE_LOGBF='0' REPLACE_LOGBL='0' REPLACE_LOGF='0' REPLACE_LOGL='0' REPLACE_LSEEK='0' REPLACE_LSTAT='0' REPLACE_MALLOC='0' REPLACE_MBRLEN='0' REPLACE_MBRTOWC='0' REPLACE_MBSINIT='0' REPLACE_MBSNRTOWCS='0' REPLACE_MBSRTOWCS='0' REPLACE_MBSTATE_T='0' REPLACE_MBTOWC='0' REPLACE_MEMCHR='0' REPLACE_MEMMEM='0' REPLACE_MKDIR='0' REPLACE_MKFIFO='0' REPLACE_MKNOD='0' REPLACE_MKSTEMP='0' REPLACE_MKTIME='GNULIB_PORTCHECK' REPLACE_MODF='0' REPLACE_MODFF='0' REPLACE_MODFL='0' REPLACE_NAN='0' REPLACE_NANOSLEEP='GNULIB_PORTCHECK' REPLACE_NULL='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_OPEN='0' REPLACE_OPENAT='0' REPLACE_OPENDIR='0' REPLACE_PERROR='0' REPLACE_POPEN='0' REPLACE_PREAD='0' REPLACE_PRINTF='1' REPLACE_PTSNAME='0' REPLACE_PTSNAME_R='0' REPLACE_PUTENV='0' REPLACE_PWRITE='0' REPLACE_RANDOM_R='0' REPLACE_READ='0' REPLACE_READLINK='0' REPLACE_REALLOC='0' REPLACE_REALPATH='0' REPLACE_REMAINDER='0' REPLACE_REMAINDERF='0' REPLACE_REMAINDERL='0' REPLACE_REMOVE='0' REPLACE_RENAME='0' REPLACE_RENAMEAT='0' REPLACE_RMDIR='0' REPLACE_ROUND='0' REPLACE_ROUNDF='0' REPLACE_ROUNDL='0' REPLACE_SETENV='0' REPLACE_SIGNBIT='0' REPLACE_SIGNBIT_USING_GCC='1' REPLACE_SLEEP='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='0' REPLACE_SQRTL='0' REPLACE_STAT='0' REPLACE_STDIO_READ_FUNCS='0' REPLACE_STDIO_WRITE_FUNCS='0' REPLACE_STPNCPY='0' REPLACE_STRCASESTR='0' REPLACE_STRCHRNUL='0' REPLACE_STRDUP='0' REPLACE_STRERROR='0' REPLACE_STRERROR_R='1' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOD='0' REPLACE_STRTOK_R='0' REPLACE_STRUCT_TIMEVAL='0' REPLACE_SYMLINK='0' REPLACE_TIMEGM='GNULIB_PORTCHECK' REPLACE_TMPFILE='0' REPLACE_TOWLOWER='0' REPLACE_TRUNC='0' REPLACE_TRUNCF='0' REPLACE_TRUNCL='0' REPLACE_TTYNAME_R='0' REPLACE_UNLINK='0' REPLACE_UNLINKAT='0' REPLACE_UNSETENV='0' REPLACE_USLEEP='0' REPLACE_UTIMENSAT='0' REPLACE_VASPRINTF='0' REPLACE_VDPRINTF='0' REPLACE_VFPRINTF='1' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCRTOMB='0' REPLACE_WCSNRTOMBS='0' REPLACE_WCSRTOMBS='0' REPLACE_WCSWIDTH='0' REPLACE_WCTOB='0' REPLACE_WCTOMB='0' REPLACE_WCWIDTH='0' REPLACE_WRITE='0' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' STDBOOL_H='' STDDEF_H='' STDINT_H='' STRIP='' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' TIME_H_DEFINES_STRUCT_TIMESPEC='1' UNDEFINE_STRTOK_R='0' UNISTD_H_HAVE_WINSOCK2_H='0' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' VERSION='1.6' WARN_CFLAGS='' WCHAR_T_SUFFIX='' WERROR_CFLAGS='' WINDOWS_64_BIT_OFF_T='0' WINDOWS_64_BIT_ST_SIZE='0' WINT_T_SUFFIX='' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' gl_LIBOBJS=' asnprintf.o chdir-long.o fclose.o fcntl.o fflush.o fprintf.o fpurge.o freadahead.o fseek.o fseeko.o fseterr.o isnanl.o openat-proc.o printf.o printf-args.o printf-parse.o strerror_r.o vasnprintf.o vfprintf.o' gl_LTLIBOBJS=' asnprintf.lo chdir-long.lo fclose.lo fcntl.lo fflush.lo fprintf.lo fpurge.lo freadahead.lo fseek.lo fseeko.lo fseterr.lo isnanl.lo openat-proc.lo printf.lo printf-args.lo printf-parse.lo strerror_r.lo vasnprintf.lo vfprintf.lo' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='IN_GZIP_GNULIB_TESTS' 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/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='${datarootdir}/emacs/site-lisp' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkglibexecdir='${libexecdir}/${PACKAGE}' 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 "gzip" #define PACKAGE_TARNAME "gzip" #define PACKAGE_VERSION "1.6" #define PACKAGE_STRING "gzip 1.6" #define PACKAGE_BUGREPORT "bug-gzip@gnu.org" #define PACKAGE_URL "" #define PACKAGE "gzip" #define VERSION "1.6" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_FSEEKO 1 #define _FILE_OFFSET_BITS 64 #define _DARWIN_USE_64_BIT_INODE 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_DIRENT_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_FEATURES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_MATH_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_WCHAR_H 1 #define HAVE_STDINT_H 1 #define HAVE_UTIME_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMORY_H 1 #define HAVE_TIME_H 1 #define HAVE_FCHDIR 1 #define HAVE_FDOPENDIR 1 #define HAVE_FCNTL 1 #define HAVE_SYMLINK 1 #define HAVE_MEMPCPY 1 #define HAVE___FPENDING 1 #define HAVE_SNPRINTF 1 #define HAVE___FPURGE 1 #define HAVE___FREADING 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LSTAT 1 #define HAVE_MBSINIT 1 #define HAVE_MBRTOWC 1 #define HAVE_MPROTECT 1 #define HAVE_OPENAT 1 #define HAVE_STRERROR_R 1 #define HAVE___XPG_STRERROR_R 1 #define HAVE_STRDUP 1 #define HAVE_CATGETS 1 #define HAVE_PIPE 1 #define HAVE_FUTIMES 1 #define HAVE_FUTIMESAT 1 #define HAVE_FUTIMENS 1 #define HAVE_UTIMENSAT 1 #define HAVE_LUTIMES 1 #define HAVE_ISWCNTRL 1 #define HAVE_CHOWN 1 #define HAVE_FCHMOD 1 #define HAVE_FCHOWN 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #define STRERROR_R_CHAR_P 1 #define HAVE_DECL_FCHDIR 1 #define HAVE_WORKING_O_NOATIME 1 #define HAVE_WORKING_O_NOFOLLOW 1 #define PROMOTED_MODE_T mode_t #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define CHECK_PRINTF_SAFE 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define HAVE_INTMAX_T 1 #define DBL_EXPBIT0_WORD 1 #define DBL_EXPBIT0_BIT 20 #define HAVE_SNPRINTF 1 #define HAVE_STRNLEN 1 #define HAVE_WCSLEN 1 #define HAVE_WCSNLEN 1 #define HAVE_MBRTOWC 1 #define HAVE_WCRTOMB 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_SNPRINTF_RETVAL_C99 1 #define HAVE_DECL_ALARM 1 #define HAVE_DECL_FSEEKO 1 #define HAVE_DECL_FTELLO 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG_ONLY 1 #define HAVE_DECL_GETENV 1 #define restrict __restrict #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define HAVE_LANGINFO_CODESET 1 #define HAVE_DECL_GETC_UNLOCKED 1 #define USE_POSIX_THREADS 1 #define USE_POSIX_THREADS_WEAK 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_MBSTATE_T 1 #define HAVE_MAP_ANONYMOUS 1 #define HAVE_DECL_MEMRCHR 1 #define HAVE_DECL_STRERROR_R 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define REPLACE_VFPRINTF_POSIX 1 #define USER_LABEL_PREFIX #define HAVE__BOOL 1 #define HAVE_DECL_STRDUP 1 #define HAVE_WORKING_UTIMES 1 #define HAVE_STRUCT_UTIMBUF 1 #define HAVE_ALLOCA 1 #define HAVE_CALLOC_GNU 1 #define GNULIB_CALLOC_GNU 1 #define HAVE_CALLOC_POSIX 1 #define GNULIB_TEST_CALLOC_POSIX 1 #define GNULIB_TEST_CHDIR 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_SETTIME 1 #define GNULIB_TEST_CLOEXEC 1 #define GNULIB_TEST_CLOSE 1 #define GNULIB_CLOSE_STREAM 1 #define HAVE_CLOSEDIR 1 #define GNULIB_TEST_CLOSEDIR 1 #define GNULIB_DIRENT_SAFER 1 #define HAVE_DIRFD 1 #define HAVE_DECL_DIRFD 1 #define GNULIB_TEST_DIRFD 1 #define GNULIB_TEST_DUP 1 #define HAVE_DUP2 1 #define GNULIB_TEST_DUP2 1 #define GNULIB_TEST_FCHDIR 1 #define GNULIB_TEST_FCLOSE 1 #define GNULIB_TEST_FCNTL 1 #define GNULIB_FCNTL_SAFER 1 #define HAVE_DECL_FDOPENDIR 1 #define GNULIB_TEST_FDOPENDIR 1 #define GNULIB_FDOPENDIR 1 #define GNULIB_FFLUSH 1 #define GNULIB_TEST_FFLUSH 1 #define HAVE_DECL___FPENDING 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define REPLACE_FPRINTF_POSIX 1 #define GNULIB_TEST_FPRINTF_POSIX 1 #define HAVE_DECL_FPURGE 0 #define GNULIB_TEST_FPURGE 1 #define HAVE_FREXP_IN_LIBC 1 #define GNULIB_TEST_FREXP 1 #define HAVE_FREXPL_IN_LIBC 1 #define GNULIB_TEST_FREXPL 1 #define GNULIB_TEST_FSEEK 1 #define GNULIB_TEST_FSEEKO 1 #define GNULIB_TEST_FSTAT 1 #define GNULIB_TEST_FTELL 1 #define GNULIB_TEST_FTELLO 1 #define GNULIB_TEST_GETCWD 1 #define GNULIB_TEST_GETDTABLESIZE 1 #define GNULIB_TEST_GETOPT_GNU 1 #define GETTIMEOFDAY_TIMEZONE struct timezone #define GNULIB_TEST_GETTIMEOFDAY 1 #define HAVE_ISNAND_IN_LIBC 1 #define HAVE_ISNANF_IN_LIBC 1 #define LDBL_EXPBIT0_WORD 2 #define LDBL_EXPBIT0_BIT 0 #define HAVE_PTHREAD_RWLOCK 1 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 #define GNULIB_LOCK 1 #define GNULIB_TEST_LSEEK 1 #define GNULIB_TEST_LSTAT 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC_GNU 1 #define GNULIB_MALLOC_GNU 1 #define HAVE_MALLOC_POSIX 1 #define GNULIB_TEST_MALLOC_POSIX 1 #define GNULIB_TEST_MBRTOWC 1 #define GNULIB_TEST_MBSINIT 1 #define GNULIB_TEST_MEMCHR 1 #define HAVE_MEMPCPY 1 #define GNULIB_TEST_MEMPCPY 1 #define HAVE_MEMRCHR 1 #define GNULIB_TEST_MEMRCHR 1 #define GNULIB_TEST_OPEN 1 #define GNULIB_OPENAT 1 #define GNULIB_TEST_OPENAT 1 #define HAVE_OPENDIR 1 #define GNULIB_TEST_OPENDIR 1 #define GNULIB_TEST_PERROR 1 #define HAVE_FREXP_IN_LIBC 1 #define HAVE_LDEXP_IN_LIBC 1 #define HAVE_FREXPL_IN_LIBC 1 #define HAVE_LDEXPL_IN_LIBC 1 #define REPLACE_PRINTF_POSIX 1 #define GNULIB_TEST_PRINTF_POSIX 1 #define HAVE_READDIR 1 #define GNULIB_TEST_READDIR 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC_GNU 1 #define GNULIB_REALLOC_GNU 1 #define HAVE_REALLOC_POSIX 1 #define GNULIB_TEST_REALLOC_POSIX 1 #define GNULIB_TEST_SIGNBIT 1 #define HAVE_STDINT_H 1 #define GNULIB_TEST_STAT 1 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 #define GNULIB_FSCANF 1 #define GNULIB_SCANF 1 #define GNULIB_TEST_STRDUP 1 #define GNULIB_STRERROR 1 #define GNULIB_TEST_STRERROR 1 #define GNULIB_TEST_STRERROR_R 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define REPLACE_VFPRINTF_POSIX 1 #define GNULIB_TEST_VFPRINTF_POSIX 1 #define HAVE_TOWLOWER 1 #define HAVE_STDINT_H 1 #define ASMV /**/ #define STDC_HEADERS 1 #define HAVE_DIRENT_H 1 #define RETSIGTYPE void configure: exit 0