This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by file configure 5.19, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp06 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2562: checking for a BSD-compatible install configure:2630: result: /bin/install -c configure:2641: checking whether build environment is sane configure:2696: result: yes configure:2847: checking for a thread-safe mkdir -p configure:2886: result: /bin/mkdir -p configure:2893: checking for gawk configure:2909: found /bin/gawk configure:2920: result: gawk configure:2931: checking whether make sets $(MAKE) configure:2953: result: yes configure:2982: checking whether make supports nested variables configure:2999: result: yes configure:3135: checking whether make supports nested variables configure:3152: result: yes configure:3168: checking for builtin ELF support configure:3185: result: yes configure:3194: checking for ELF core file support configure:3211: result: yes configure:3220: checking for file formats in man section 5 configure:3236: result: no configure:3247: checking build system type configure:3261: result: i686-uhu-linux-gnu configure:3281: checking host system type configure:3294: result: i686-uhu-linux-gnu configure:3358: checking for style of include used by make configure:3386: result: GNU configure:3417: checking for i686-uhu-linux-gcc configure:3433: found /usr/bin/i686-uhu-linux-gcc configure:3444: result: i686-uhu-linux-gcc configure:3713: checking for C compiler version configure:3722: 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:3733: $? = 0 configure:3722: 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:3733: $? = 0 configure:3722: 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:3733: $? = 1 configure:3722: 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:3733: $? = 1 configure:3753: checking whether the C compiler works configure:3775: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3779: $? = 0 configure:3827: result: yes configure:3830: checking for C compiler default output file name configure:3832: result: a.out configure:3838: checking for suffix of executables configure:3845: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3849: $? = 0 configure:3871: result: configure:3893: checking whether we are cross compiling configure:3901: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3905: $? = 0 configure:3912: ./conftest configure:3916: $? = 0 configure:3931: result: no configure:3936: checking for suffix of object files configure:3958: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3962: $? = 0 configure:3983: result: o configure:3987: checking whether we are using the GNU C compiler configure:4006: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4006: $? = 0 configure:4015: result: yes configure:4024: checking whether i686-uhu-linux-gcc accepts -g configure:4044: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:4044: $? = 0 configure:4085: result: yes configure:4102: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:4165: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4165: $? = 0 configure:4178: result: none needed configure:4203: checking whether i686-uhu-linux-gcc understands -c and -o together configure:4225: i686-uhu-linux-gcc -c conftest.c -o conftest2.o configure:4228: $? = 0 configure:4225: i686-uhu-linux-gcc -c conftest.c -o conftest2.o configure:4228: $? = 0 configure:4240: result: yes configure:4259: checking dependency style of i686-uhu-linux-gcc configure:4370: result: gcc3 configure:4389: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4538: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:63:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:117:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:117:18: error: 'newvar' undeclared (first use in this function) conftest.c:117:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:127:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:127:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4538: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4538: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4538: $? = 0 configure:4558: result: -std=gnu99 configure:4659: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4673: result: -std=gnu99 configure:4683: checking how to run the C preprocessor configure:4714: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4714: $? = 0 configure:4728: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4728: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | /* end confdefs.h. */ | #include configure:4753: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4773: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4773: $? = 0 configure:4787: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4787: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | /* end confdefs.h. */ | #include configure:4816: checking for grep that handles long lines and -e configure:4874: result: /bin/grep configure:4879: checking for egrep configure:4941: result: /bin/grep -E configure:4946: checking for ANSI C header files configure:4966: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4966: $? = 0 configure:5039: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5039: $? = 0 configure:5039: ./conftest configure:5039: $? = 0 configure:5050: result: yes configure:5063: checking for sys/types.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for sys/stat.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for stdlib.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for string.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for memory.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for strings.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for inttypes.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for stdint.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5063: checking for unistd.h configure:5063: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5063: $? = 0 configure:5063: result: yes configure:5076: checking minix/config.h usability configure:5076: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:56:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:5076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5076: result: no configure:5076: checking minix/config.h presence configure:5076: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:23:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:5076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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:5076: result: no configure:5076: checking for minix/config.h configure:5076: result: no configure:5097: checking whether it is safe to define __EXTENSIONS__ configure:5115: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5115: $? = 0 configure:5122: result: yes configure:5137: checking whether byte ordering is bigendian configure:5152: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:29:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:29:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:29:15: error: unknown type name 'universal' configure:5152: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:5197: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5197: $? = 0 configure:5215: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:35:4: error: unknown type name 'not' not big endian ^ conftest.c:35:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:5215: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5343: result: no configure:5362: checking whether ln -s works configure:5366: result: yes configure:5419: checking how to print strings configure:5446: result: printf configure:5467: checking for a sed that does not truncate output configure:5531: result: /bin/sed configure:5549: checking for fgrep configure:5611: result: /bin/grep -F configure:5646: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:5713: result: /usr/bin/ld configure:5720: checking if the linker (/usr/bin/ld) is GNU ld configure:5735: result: yes configure:5747: checking for BSD- or MS-compatible name lister (nm) configure:5796: result: /usr/bin/nm -B configure:5926: checking the name lister (/usr/bin/nm -B) interface configure:5933: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5936: /usr/bin/nm -B "conftest.o" configure:5939: output 00000000 B some_variable configure:5946: result: BSD nm configure:5950: checking the maximum length of command line arguments configure:6080: result: 1572864 configure:6097: checking whether the shell understands some XSI constructs configure:6107: result: yes configure:6111: checking whether the shell understands "+=" configure:6117: result: yes configure:6152: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:6192: result: func_convert_file_noop configure:6199: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:6219: result: func_convert_file_noop configure:6226: checking for /usr/bin/ld option to reload object files configure:6233: result: -r configure:6267: checking for i686-uhu-linux-objdump configure:6297: result: no configure:6307: checking for objdump configure:6323: found /usr/bin/objdump configure:6334: result: objdump configure:6366: checking how to recognize dependent libraries configure:6568: result: pass_all configure:6613: checking for i686-uhu-linux-dlltool configure:6643: result: no configure:6653: checking for dlltool configure:6683: result: no configure:6713: checking how to associate runtime and link libraries configure:6740: result: printf %s\n configure:6756: checking for i686-uhu-linux-ar configure:6772: found /usr/bin/i686-uhu-linux-ar configure:6783: result: i686-uhu-linux-ar configure:6864: checking for archiver @FILE support configure:6881: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6881: $? = 0 configure:6884: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:6887: $? = 0 configure:6892: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:6895: $? = 1 configure:6907: result: @ configure:6925: checking for i686-uhu-linux-strip configure:6955: result: no configure:6965: checking for strip configure:6981: found /usr/bin/strip configure:6992: result: strip configure:7024: checking for i686-uhu-linux-ranlib configure:7054: result: no configure:7064: checking for ranlib configure:7080: found /usr/bin/ranlib configure:7091: result: ranlib configure:7193: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:7313: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7316: $? = 0 configure:7320: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7323: $? = 0 configure:7389: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:7392: $? = 0 configure:7430: result: ok configure:7467: checking for sysroot configure:7497: result: no configure:7713: checking for i686-uhu-linux-mt configure:7743: result: no configure:7753: checking for mt configure:7783: result: no configure:7803: checking if : is a manifest tool configure:7809: : '-?' configure:7817: result: no configure:8456: checking for dlfcn.h configure:8456: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8456: $? = 0 configure:8456: result: yes configure:8660: checking for objdir configure:8675: result: .libs configure:8946: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8964: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:8968: $? = 0 configure:8981: result: no configure:9308: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:9315: result: -fPIC -DPIC configure:9323: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:9341: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:9345: $? = 0 configure:9358: result: yes configure:9387: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:9415: result: yes configure:9430: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9451: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:9455: $? = 0 configure:9477: result: yes configure:9485: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9532: result: yes configure:9565: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:10718: result: yes configure:10755: checking whether -lc should be explicitly linked in configure:10763: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10766: $? = 0 configure:10781: i686-uhu-linux-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10784: $? = 0 configure:10798: result: no configure:10958: checking dynamic linker characteristics configure:11469: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11469: $? = 0 configure:11691: result: GNU/Linux ld.so configure:11798: checking how to hardcode library paths into programs configure:11823: result: immediate configure:12363: checking whether stripping libraries is possible configure:12368: result: yes configure:12403: checking if libtool supports shared libraries configure:12405: result: yes configure:12408: checking whether to build shared libraries configure:12429: result: yes configure:12432: checking whether to build static libraries configure:12436: result: no configure:12478: checking whether the -Werror option is usable configure:12497: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -Werror conftest.c >&5 configure:12497: $? = 0 configure:12506: result: yes configure:12508: checking for simple visibility declarations configure:12535: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fvisibility=hidden -Werror conftest.c >&5 configure:12535: $? = 0 configure:12544: result: yes configure:12559: checking for ANSI C header files configure:12663: result: yes configure:12671: checking whether sys/types.h defines makedev configure:12687: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12687: $? = 0 configure:12696: result: yes configure:12721: checking for sys/wait.h that is POSIX.1 compatible configure:12747: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12747: $? = 0 configure:12754: result: yes configure:12765: checking for stdint.h configure:12765: result: yes configure:12765: checking fcntl.h usability configure:12765: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12765: $? = 0 configure:12765: result: yes configure:12765: checking fcntl.h presence configure:12765: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12765: $? = 0 configure:12765: result: yes configure:12765: checking for fcntl.h configure:12765: result: yes configure:12765: checking locale.h usability configure:12765: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12765: $? = 0 configure:12765: result: yes configure:12765: checking locale.h presence configure:12765: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12765: $? = 0 configure:12765: result: yes configure:12765: checking for locale.h configure:12765: result: yes configure:12765: checking for stdint.h configure:12765: result: yes configure:12765: checking for inttypes.h configure:12765: result: yes configure:12765: checking for unistd.h configure:12765: result: yes configure:12778: checking stddef.h usability configure:12778: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking stddef.h presence configure:12778: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking for stddef.h configure:12778: result: yes configure:12778: checking utime.h usability configure:12778: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking utime.h presence configure:12778: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking for utime.h configure:12778: result: yes configure:12778: checking wchar.h usability configure:12778: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking wchar.h presence configure:12778: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking for wchar.h configure:12778: result: yes configure:12778: checking wctype.h usability configure:12778: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking wctype.h presence configure:12778: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking for wctype.h configure:12778: result: yes configure:12778: checking limits.h usability configure:12778: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking limits.h presence configure:12778: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12778: $? = 0 configure:12778: result: yes configure:12778: checking for limits.h configure:12778: result: yes configure:12791: checking getopt.h usability configure:12791: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12791: $? = 0 configure:12791: result: yes configure:12791: checking getopt.h presence configure:12791: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12791: $? = 0 configure:12791: result: yes configure:12791: checking for getopt.h configure:12791: result: yes configure:12791: checking err.h usability configure:12791: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12791: $? = 0 configure:12791: result: yes configure:12791: checking err.h presence configure:12791: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12791: $? = 0 configure:12791: result: yes configure:12791: checking for err.h configure:12791: result: yes configure:12804: checking sys/mman.h usability configure:12804: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12804: $? = 0 configure:12804: result: yes configure:12804: checking sys/mman.h presence configure:12804: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12804: $? = 0 configure:12804: result: yes configure:12804: checking for sys/mman.h configure:12804: result: yes configure:12804: checking for sys/stat.h configure:12804: result: yes configure:12804: checking for sys/types.h configure:12804: result: yes configure:12804: checking sys/utime.h usability configure:12804: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:82:23: fatal error: sys/utime.h: No such file or directory #include ^ compilation terminated. configure:12804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12804: result: no configure:12804: checking sys/utime.h presence configure:12804: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:49:23: fatal error: sys/utime.h: No such file or directory #include ^ compilation terminated. configure:12804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include configure:12804: result: no configure:12804: checking for sys/utime.h configure:12804: result: no configure:12804: checking sys/time.h usability configure:12804: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12804: $? = 0 configure:12804: result: yes configure:12804: checking sys/time.h presence configure:12804: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12804: $? = 0 configure:12804: result: yes configure:12804: checking for sys/time.h configure:12804: result: yes configure:12816: checking zlib.h usability configure:12816: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12816: $? = 0 configure:12816: result: yes configure:12816: checking zlib.h presence configure:12816: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:12816: $? = 0 configure:12816: result: yes configure:12816: checking for zlib.h configure:12816: result: yes configure:12827: checking for an ANSI C-conforming const configure:12893: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12893: $? = 0 configure:12900: result: yes configure:12908: checking for off_t configure:12908: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12908: $? = 0 configure:12908: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:87:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:12908: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:12908: result: yes configure:12919: checking for size_t configure:12919: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12919: $? = 0 configure:12919: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:87:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:12919: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:12919: result: yes configure:12930: checking for struct stat.st_rdev configure:12930: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12930: $? = 0 configure:12930: result: yes configure:12941: checking for struct tm.tm_gmtoff configure:12941: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:88:18: error: storage size of 'ac_aggr' isn't known static struct tm ac_aggr; ^ configure:12941: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_gmtoff) | return 0; | ; | return 0; | } configure:12941: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:88:18: error: storage size of 'ac_aggr' isn't known static struct tm ac_aggr; ^ configure:12941: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_gmtoff) | return 0; | ; | return 0; | } configure:12941: result: no configure:12951: checking whether struct tm is in sys/time.h or time.h configure:12971: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12971: $? = 0 configure:12978: result: time.h configure:12986: checking for struct tm.tm_zone configure:12986: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12986: $? = 0 configure:12986: result: yes configure:13053: checking for tm_zone in struct tm configure:13070: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13070: $? = 0 configure:13077: result: yes configure:13087: checking whether tzname is declared configure:13087: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13087: $? = 0 configure:13087: result: yes configure:13099: checking for tzname configure:13118: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13118: $? = 0 configure:13126: result: yes configure:13134: checking for tm_isdst in struct tm configure:13151: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13151: $? = 0 configure:13158: result: yes configure:13167: checking whether daylight is declared configure:13167: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13167: $? = 0 configure:13167: result: yes configure:13179: checking for daylight configure:13198: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:66:1: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] atoi(daylight); ^ configure:13198: $? = 0 configure:13206: result: yes configure:13221: checking for special C compiler options needed for large files configure:13266: result: no configure:13272: checking for _FILE_OFFSET_BITS value needed for large files configure:13297: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:66:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:66:3: warning: left shift count >= width of type [enabled by default] conftest.c:67:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:67:10: warning: left shift count >= width of type [enabled by default] conftest.c:66:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:13297: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 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:13321: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13321: $? = 0 configure:13329: result: 64 configure:13414: checking for _LARGEFILE_SOURCE value needed for large files configure:13433: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13433: $? = 0 configure:13461: result: no configure:13482: checking for mbstate_t configure:13499: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13499: $? = 0 configure:13506: result: yes configure:13518: checking for struct option in getopt configure:13534: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13534: $? = 0 configure:13541: result: yes configure:13549: checking for pid_t configure:13549: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13549: $? = 0 configure:13549: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:100:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:13549: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:13549: result: yes configure:13560: checking for uint8_t configure:13560: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13560: $? = 0 configure:13560: result: yes configure:13574: checking for uint16_t configure:13574: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13574: $? = 0 configure:13574: result: yes configure:13586: checking for uint32_t configure:13586: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13586: $? = 0 configure:13586: result: yes configure:13600: checking for int32_t configure:13600: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13600: $? = 0 configure:13600: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:102:53: warning: integer overflow in expression [-Woverflow] < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:101:12: error: storage size of 'test_array' isn't constant static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) ^ configure:13600: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 32 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:13600: result: yes configure:13611: checking for uint64_t configure:13611: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13611: $? = 0 configure:13611: result: yes configure:13625: checking for int64_t configure:13625: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13625: $? = 0 configure:13625: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:102:53: warning: integer overflow in expression [-Woverflow] < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:101:12: error: storage size of 'test_array' isn't constant static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) ^ configure:13625: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 64 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:13625: result: yes configure:13637: checking for intptr_t configure:13637: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13637: $? = 0 configure:13637: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:100:23: error: expected expression before ')' token if (sizeof ((intptr_t))) ^ configure:13637: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((intptr_t))) | return 0; | ; | return 0; | } configure:13637: result: yes configure:13673: checking for uintptr_t configure:13673: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13673: $? = 0 configure:13673: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:101:24: error: expected expression before ')' token if (sizeof ((uintptr_t))) ^ configure:13673: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | #define HAVE_INTPTR_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((uintptr_t))) | return 0; | ; | return 0; | } configure:13673: result: yes configure:13715: checking for stdlib.h configure:13715: result: yes configure:13715: checking for unistd.h configure:13715: result: yes configure:13715: checking for sys/param.h configure:13715: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13715: $? = 0 configure:13715: result: yes configure:13735: checking for getpagesize configure:13735: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13735: $? = 0 configure:13735: result: yes configure:13744: checking for working mmap configure:13891: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13891: $? = 0 configure:13891: ./conftest configure:13891: $? = 0 configure:13901: result: yes configure:13912: checking vfork.h usability configure:13912: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:104:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:13912: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13912: result: no configure:13912: checking vfork.h presence configure:13912: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:71:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:13912: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include configure:13912: result: no configure:13912: checking for vfork.h configure:13912: result: no configure:13925: checking for fork configure:13925: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:94:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:13925: $? = 0 configure:13925: result: yes configure:13925: checking for vfork configure:13925: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13925: $? = 0 configure:13925: result: yes configure:13935: checking for working fork configure:13957: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13957: $? = 0 configure:13957: ./conftest configure:13957: $? = 0 configure:13967: result: yes configure:13988: checking for working vfork configure:14098: result: yes configure:14124: checking whether mbrtowc and mbstate_t are properly declared configure:14144: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14144: $? = 0 configure:14152: result: yes configure:14161: checking for gcc compiler warnings configure:14180: result: yes configure:14197: checking for strerror configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for strndup configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:100:6: warning: conflicting types for built-in function 'strndup' [enabled by default] char strndup (); ^ configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for strtoul configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for mkstemp configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for mkostemp configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for utimes configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for utime configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for wcwidth configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14197: checking for strtof configure:14197: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14197: $? = 0 configure:14197: result: yes configure:14207: checking for getopt_long configure:14207: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14207: $? = 0 configure:14207: result: yes configure:14220: checking for asprintf configure:14220: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14220: $? = 0 configure:14220: result: yes configure:14233: checking for vasprintf configure:14233: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14233: $? = 0 configure:14233: result: yes configure:14246: checking for strlcpy configure:14246: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccK1OEIf.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:14246: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MBRTOWC 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIME 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRTOF 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* 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 strlcpy (); | /* 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_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:14246: result: no configure:14259: checking for strlcat configure:14259: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccIwo8Dn.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:14259: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MBRTOWC 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIME 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRTOF 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* 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 strlcat (); | /* 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_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:14259: result: no configure:14272: checking for getline configure:14272: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14272: $? = 0 configure:14272: result: yes configure:14285: checking for ctime_r configure:14285: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14285: $? = 0 configure:14285: result: yes configure:14298: checking for asctime_r configure:14298: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14298: $? = 0 configure:14298: result: yes configure:14311: checking for pread configure:14311: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14311: $? = 0 configure:14311: result: yes configure:14324: checking for strcasestr configure:14324: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14324: $? = 0 configure:14324: result: yes configure:14337: checking for fmtcheck configure:14337: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccd2DvgR.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `fmtcheck' collect2: error: ld returned 1 exit status configure:14337: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "file" | #define PACKAGE_TARNAME "file" | #define PACKAGE_VERSION "5.19" | #define PACKAGE_STRING "file 5.19" | #define PACKAGE_BUGREPORT "christos@astron.com" | #define PACKAGE_URL "" | #define PACKAGE "file" | #define VERSION "5.19" | #define BUILTIN_ELF 1 | #define ELFCORE 1 | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_VISIBILITY 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_ERR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ZLIB_H 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_TM_ISDST 1 | #define HAVE_DECL_DAYLIGHT 1 | #define HAVE_DAYLIGHT 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_STRUCT_OPTION 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MBRTOWC 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIME 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRTOF 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GETLINE 1 | #define HAVE_CTIME_R 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_PREAD 1 | #define HAVE_STRCASESTR 1 | /* end confdefs.h. */ | /* Define fmtcheck to an innocuous variant, in case declares fmtcheck. | For example, HP-UX 11i declares gettimeofday. */ | #define fmtcheck innocuous_fmtcheck | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fmtcheck (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fmtcheck | | /* 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 fmtcheck (); | /* 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_fmtcheck || defined __stub___fmtcheck | choke me | #endif | | int | main () | { | return fmtcheck (); | ; | return 0; | } configure:14337: result: no configure:14352: checking for gzopen in -lz configure:14377: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz >&5 configure:14377: $? = 0 configure:14386: result: yes configure:14567: checking that generated files are newer than configure configure:14573: result: done configure:14609: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by file config.status 5.19, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp06 config.status:1169: creating Makefile config.status:1169: creating src/Makefile config.status:1169: creating magic/Makefile config.status:1169: creating tests/Makefile config.status:1169: creating doc/Makefile config.status:1169: creating python/Makefile config.status:1169: creating config.h config.status:1398: executing depfiles commands config.status:1398: executing libtool commands ## ---------------- ## ## 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_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint64_t=yes ac_cv_c_uint8_t=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_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_asctime_r=yes ac_cv_func_asprintf=yes ac_cv_func_ctime_r=yes ac_cv_func_fmtcheck=no ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getline=yes ac_cv_func_getopt_long=yes ac_cv_func_getpagesize=yes ac_cv_func_mbrtowc=yes ac_cv_func_mkostemp=yes ac_cv_func_mkstemp=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_pread=yes ac_cv_func_strcasestr=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strndup=yes ac_cv_func_strtof=yes ac_cv_func_strtoul=yes ac_cv_func_utime=yes ac_cv_func_utimes=yes ac_cv_func_vasprintf=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_wcwidth=yes ac_cv_have_decl_daylight=yes ac_cv_have_decl_tzname=yes ac_cv_header_dlfcn_h=yes ac_cv_header_err_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_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_sys_types_h_makedev=yes ac_cv_header_sys_utime_h=no ac_cv_header_sys_wait_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_vfork_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_z_gzopen=yes ac_cv_member_struct_stat_st_rdev=yes ac_cv_member_struct_tm_tm_gmtoff=no ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_struct_option_getopt_h=yes ac_cv_struct_tm=time.h ac_cv_struct_tm_isdst=yes ac_cv_struct_tm_zone=yes ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type_intptr_t=yes ac_cv_type_mbstate_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_uintptr_t=yes ac_cv_var_daylight=yes ac_cv_var_tzname=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes gl_cv_cc_vis_werror=yes gl_cv_cc_visibility=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='i686-uhu-linux-ar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing automake-1.14' AWK='gawk' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CFLAG_VISIBILITY='-fvisibility=hidden' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' FSECT5_FALSE='' FSECT5_TRUE='#' GREP='/bin/grep' HAVE_VISIBILITY='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IS_CROSS_COMPILE_FALSE='' IS_CROSS_COMPILE_TRUE='#' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS=' ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}fmtcheck$U.o' LIBS='-lz ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}fmtcheck$U.lo' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing makeinfo' MANIFEST_TOOL=':' MINGW='0' MINGW_FALSE='' MINGW_TRUE='#' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='file' PACKAGE_BUGREPORT='christos@astron.com' PACKAGE_NAME='file' PACKAGE_STRING='file 5.19' PACKAGE_TARNAME='file' PACKAGE_URL='' PACKAGE_VERSION='5.19' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='5.19' WARNINGS='-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -Wformat=2' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__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}' fsect='4' 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/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgdatadir='$(datadir)/misc' 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 "file" #define PACKAGE_TARNAME "file" #define PACKAGE_VERSION "5.19" #define PACKAGE_STRING "file 5.19" #define PACKAGE_BUGREPORT "christos@astron.com" #define PACKAGE_URL "" #define PACKAGE "file" #define VERSION "5.19" #define BUILTIN_ELF 1 #define ELFCORE 1 #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 _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_VISIBILITY 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_STDINT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDDEF_H 1 #define HAVE_UTIME_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_LIMITS_H 1 #define HAVE_GETOPT_H 1 #define HAVE_ERR_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_ZLIB_H 1 #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_DECL_TZNAME 1 #define HAVE_TZNAME 1 #define HAVE_TM_ISDST 1 #define HAVE_DECL_DAYLIGHT 1 #define HAVE_DAYLIGHT 1 #define _FILE_OFFSET_BITS 64 #define HAVE_FSEEKO 1 #define HAVE_MBSTATE_T 1 #define HAVE_STRUCT_OPTION 1 #define HAVE_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_MBRTOWC 1 #define HAVE_STRERROR 1 #define HAVE_STRNDUP 1 #define HAVE_STRTOUL 1 #define HAVE_MKSTEMP 1 #define HAVE_MKOSTEMP 1 #define HAVE_UTIMES 1 #define HAVE_UTIME 1 #define HAVE_WCWIDTH 1 #define HAVE_STRTOF 1 #define HAVE_GETOPT_LONG 1 #define HAVE_ASPRINTF 1 #define HAVE_VASPRINTF 1 #define HAVE_GETLINE 1 #define HAVE_CTIME_R 1 #define HAVE_ASCTIME_R 1 #define HAVE_PREAD 1 #define HAVE_STRCASESTR 1 #define HAVE_LIBZ 1 configure: exit 0