This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by XZ Utils configure 5.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --disable-threads --disable-assembler ## --------- ## ## Platform. ## ## --------- ## hostname = uname -m = i386 uname -r = 5.1.2 uname -s = NetBSD uname -v = NetBSD 5.1.2 (GENERIC) #0: Thu Feb 2 17:22:10 UTC 2012 builds@b6.netbsd.org:/home/builds/ab/netbsd-5-1-2-RELEASE/i386/201202021012Z-obj/home/builds/ab/netbsd-5-1-2-RELEASE/src/sys/arch/i386/compile/GENERIC /usr/bin/uname -p = i386 /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: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/pkg/sbin PATH: /usr/pkg/bin PATH: /usr/X11R7/bin PATH: /usr/X11R6/bin PATH: /usr/local/sbin PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2955: checking build system type configure:2969: result: i386-unknown-netbsdelf5.1.2 configure:2989: checking host system type configure:3002: result: i386-unknown-netbsdelf5.1.2 configure:3056: checking if debugging code should be compiled configure:3072: result: no configure:3112: checking which encoders to build configure:3199: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc configure:3203: checking which decoders to build configure:3295: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc configure:3634: checking which match finders to build configure:3685: result: hc3 hc4 bt2 bt3 bt4 configure:3703: checking which integrity checks to build configure:3745: result: crc32 crc64 sha256 configure:3782: checking if assembler optimizations should be used configure:3806: result: no configure:3837: checking if small size is preferred over speed configure:3855: result: no configure:3871: checking if threading support is wanted configure:3901: result: no configure:3930: checking how much RAM to assume if the real amount is unknown configure:3945: result: 128 MiB configure:4075: checking if library symbol versioning should be used configure:4098: result: no configure:4116: checking for a shell that conforms to POSIX configure:4157: result: /bin/ksh configure:4198: checking for a BSD-compatible install configure:4266: result: /usr/bin/install -c configure:4277: checking whether build environment is sane configure:4332: result: yes configure:4483: checking for a thread-safe mkdir -p configure:4522: result: build-aux/install-sh -c -d configure:4529: checking for gawk configure:4559: result: no configure:4529: checking for mawk configure:4559: result: no configure:4529: checking for nawk configure:4559: result: no configure:4529: checking for awk configure:4545: found /usr/bin/awk configure:4556: result: awk configure:4567: checking whether make sets $(MAKE) configure:4589: result: yes configure:4618: checking whether make supports nested variables configure:4635: result: yes configure:4760: checking whether ln -s works configure:4764: result: yes configure:4784: checking for style of include used by make configure:4812: result: GNU configure:4883: checking for gcc configure:4899: found /usr/bin/gcc configure:4910: result: gcc configure:5139: checking for C compiler version configure:5148: gcc --version >&5 gcc (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120) Copyright (C) 2006 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:5159: $? = 0 configure:5148: gcc -v >&5 Using built-in specs. Target: i386--netbsdelf Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=x86_64-unknown-netbsd4.99.72 --host=i386--netbsdelf --target=i386--netbsdelf --enable-__cxa_atexit Thread model: posix gcc version 4.1.3 20080704 prerelease (NetBSD nb2 20081120) configure:5159: $? = 0 configure:5148: gcc -V >&5 gcc: '-V' option must have argument configure:5159: $? = 1 configure:5148: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:5159: $? = 1 configure:5179: checking whether the C compiler works configure:5201: gcc conftest.c >&5 configure:5205: $? = 0 configure:5253: result: yes configure:5256: checking for C compiler default output file name configure:5258: result: a.out configure:5264: checking for suffix of executables configure:5271: gcc -o conftest conftest.c >&5 configure:5275: $? = 0 configure:5297: result: configure:5319: checking whether we are cross compiling configure:5327: gcc -o conftest conftest.c >&5 configure:5331: $? = 0 configure:5338: ./conftest configure:5342: $? = 0 configure:5357: result: no configure:5362: checking for suffix of object files configure:5384: gcc -c conftest.c >&5 configure:5388: $? = 0 configure:5409: result: o configure:5413: checking whether we are using the GNU C compiler configure:5432: gcc -c conftest.c >&5 configure:5432: $? = 0 configure:5441: result: yes configure:5450: checking whether gcc accepts -g configure:5470: gcc -c -g conftest.c >&5 configure:5470: $? = 0 configure:5511: result: yes configure:5528: checking for gcc option to accept ISO C89 configure:5591: gcc -c -g -O2 conftest.c >&5 configure:5591: $? = 0 configure:5604: result: none needed configure:5629: checking whether gcc understands -c and -o together configure:5651: gcc -c conftest.c -o conftest2.o configure:5654: $? = 0 configure:5651: gcc -c conftest.c -o conftest2.o configure:5654: $? = 0 configure:5666: result: yes configure:5685: checking dependency style of gcc configure:5796: result: gcc3 configure:5811: checking for gcc option to accept ISO C99 configure:5960: gcc -c -g -O2 conftest.c >&5 conftest.c:89: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:143: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:143: error: 'newvar' undeclared (first use in this function) conftest.c:143: error: (Each undeclared identifier is reported only once conftest.c:143: error: for each function it appears in.) conftest.c:153: error: 'for' loop initial declaration used outside C99 mode configure:5960: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:5960: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5960: $? = 0 configure:5980: result: -std=gnu99 configure:6002: checking dependency style of gcc -std=gnu99 configure:6111: result: gcc3 configure:6132: checking how to run the C preprocessor configure:6163: gcc -std=gnu99 -E conftest.c configure:6163: $? = 0 configure:6177: gcc -std=gnu99 -E conftest.c conftest.c:39:28: error: ac_nonexistent.h: No such file or directory configure:6177: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | /* end confdefs.h. */ | #include configure:6202: result: gcc -std=gnu99 -E configure:6222: gcc -std=gnu99 -E conftest.c configure:6222: $? = 0 configure:6236: gcc -std=gnu99 -E conftest.c conftest.c:39:28: error: ac_nonexistent.h: No such file or directory configure:6236: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | /* end confdefs.h. */ | #include configure:6265: checking for grep that handles long lines and -e configure:6323: result: /usr/bin/grep configure:6328: checking for egrep configure:6390: result: /usr/bin/grep -E configure:6395: checking for ANSI C header files configure:6415: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6415: $? = 0 configure:6488: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6488: $? = 0 configure:6488: ./conftest configure:6488: $? = 0 configure:6499: result: yes configure:6512: checking for sys/types.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for sys/stat.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for stdlib.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for string.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for memory.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for strings.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for inttypes.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for stdint.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6512: checking for unistd.h configure:6512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6512: $? = 0 configure:6512: result: yes configure:6525: checking minix/config.h usability configure:6525: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:82:26: error: minix/config.h: No such file or directory configure:6525: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* 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:6525: result: no configure:6525: checking minix/config.h presence configure:6525: gcc -std=gnu99 -E conftest.c conftest.c:49:26: error: minix/config.h: No such file or directory configure:6525: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:6525: result: no configure:6525: checking for minix/config.h configure:6525: result: no configure:6546: checking whether it is safe to define __EXTENSIONS__ configure:6564: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6564: $? = 0 configure:6571: result: yes configure:7197: checking how to print strings configure:7226: result: print -r configure:7245: checking for a sed that does not truncate output configure:7309: result: /usr/bin/sed configure:7327: checking for fgrep configure:7389: result: /usr/bin/grep -F configure:7424: checking for ld used by gcc -std=gnu99 configure:7491: result: /usr/bin/ld configure:7498: checking if the linker (/usr/bin/ld) is GNU ld configure:7513: result: yes configure:7525: checking for BSD- or MS-compatible name lister (nm) configure:7579: result: /usr/bin/nm -B configure:7709: checking the name lister (/usr/bin/nm -B) interface configure:7716: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7719: /usr/bin/nm -B "conftest.o" configure:7722: output 00000000 B some_variable configure:7729: result: BSD nm configure:7733: checking the maximum length of command line arguments configure:7864: result: 196608 configure:7912: checking how to convert i386-unknown-netbsdelf5.1.2 file names to i386-unknown-netbsdelf5.1.2 format configure:7952: result: func_convert_file_noop configure:7959: checking how to convert i386-unknown-netbsdelf5.1.2 file names to toolchain format configure:7979: result: func_convert_file_noop configure:7986: checking for /usr/bin/ld option to reload object files configure:7993: result: -r configure:8067: checking for objdump configure:8083: found /usr/bin/objdump configure:8094: result: objdump configure:8123: checking how to recognize dependent libraries configure:8323: result: match_pattern /lib[^/]+(\.so|_pic\.a)$ configure:8408: checking for dlltool configure:8438: result: no configure:8465: checking how to associate runtime and link libraries configure:8492: result: print -r -- configure:8552: checking for ar configure:8568: found /usr/bin/ar configure:8579: result: ar configure:8616: checking for archiver @FILE support configure:8633: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8633: $? = 0 configure:8636: ar cru libconftest.a @conftest.lst >&5 ar: @conftest.lst: No such file or directory configure:8639: $? = 1 configure:8659: result: no configure:8717: checking for strip configure:8733: found /usr/bin/strip configure:8744: result: strip configure:8816: checking for ranlib configure:8832: found /usr/bin/ranlib configure:8843: result: ranlib configure:8945: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object configure:9098: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9101: $? = 0 configure:9105: /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:9108: $? = 0 configure:9174: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5 configure:9177: $? = 0 configure:9215: result: ok configure:9262: checking for sysroot configure:9292: result: no configure:9299: checking for a working dd configure:9337: result: /bin/dd configure:9341: checking how to truncate binary pipes configure:9356: result: /bin/dd bs=4096 count=1 configure:9670: checking for mt configure:9686: found /bin/mt configure:9697: result: mt configure:9720: checking if mt is a manifest tool configure:9726: mt '-?' mt: unknown option -- ? usage: mt [-f device] command [count] configure:9734: result: no configure:10373: checking for dlfcn.h configure:10373: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:10373: $? = 0 configure:10373: result: yes configure:10927: checking for objdir configure:10942: result: .libs configure:11213: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:11231: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:11235: $? = 0 configure:11248: result: no configure:11606: checking for gcc -std=gnu99 option to produce PIC configure:11613: result: -fPIC -DPIC configure:11621: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:11639: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:11643: $? = 0 configure:11656: result: yes configure:11685: checking if gcc -std=gnu99 static flag -static works configure:11713: result: yes configure:11728: checking if gcc -std=gnu99 supports -c -o file.o configure:11749: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:11753: $? = 0 configure:11775: result: yes configure:11783: checking if gcc -std=gnu99 supports -c -o file.o configure:11830: result: yes configure:11863: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:13122: result: yes configure:13159: checking whether -lc should be explicitly linked in configure:13167: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13170: $? = 0 configure:13185: gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:13188: $? = 0 configure:13202: result: no configure:13362: checking dynamic linker characteristics configure:14171: result: NetBSD ld.elf_so configure:14278: checking how to hardcode library paths into programs configure:14303: result: immediate configure:14851: checking whether stripping libraries is possible configure:14856: result: yes configure:14891: checking if libtool supports shared libraries configure:14893: result: yes configure:14896: checking whether to build shared libraries configure:14921: result: yes configure:14924: checking whether to build static libraries configure:14928: result: yes configure:15008: checking for windres configure:15038: result: no configure:15172: checking whether NLS is requested configure:15181: result: yes configure:15222: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:15254: result: /usr/bin/msgfmt configure:15263: checking for gmsgfmt configure:15294: result: /usr/bin/msgfmt configure:15345: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C configure:15377: result: /usr/bin/xgettext configure:15423: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:15454: result: /usr/bin/msgmerge configure:15511: checking for ld used by GCC configure:15575: result: /usr/bin/ld configure:15582: checking if the linker (/usr/bin/ld) is GNU ld configure:15595: result: yes configure:15602: checking for shared library run path origin configure:15615: result: done configure:16187: checking for CFPreferencesCopyAppValue configure:16205: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:56:42: error: CoreFoundation/CFPreferences.h: No such file or directory conftest.c: In function 'main': conftest.c:60: warning: implicit declaration of function 'CFPreferencesCopyAppValue' conftest.c:60: error: 'NULL' undeclared (first use in this function) conftest.c:60: error: (Each undeclared identifier is reported only once conftest.c:60: error: for each function it appears in.) configure:16205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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/" | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:16214: result: no configure:16221: checking for CFLocaleCopyCurrent configure:16239: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:56:37: error: CoreFoundation/CFLocale.h: No such file or directory conftest.c: In function 'main': conftest.c:60: warning: implicit declaration of function 'CFLocaleCopyCurrent' configure:16239: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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/" | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:16248: result: no configure:16297: checking for GNU gettext in libc configure:16317: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 /var/tmp//ccGW31z5.o: In function `main': /root/packages/xz/conftest.c:63: undefined reference to `bindtextdomain' /root/packages/xz/conftest.c:64: undefined reference to `gettext' /root/packages/xz/conftest.c:64: undefined reference to `_nl_domain_bindings' /root/packages/xz/conftest.c:64: undefined reference to `_nl_msg_cat_cntr' configure:16317: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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/" | /* end confdefs.h. */ | #include | | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:16326: result: no configure:16360: checking for iconv configure:16382: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:16382: $? = 0 configure:16414: result: yes configure:16417: checking for working iconv configure:16512: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:75: warning: passing argument 2 of 'iconv' from incompatible pointer type conftest.c:94: warning: passing argument 2 of 'iconv' from incompatible pointer type configure:16512: $? = 0 configure:16512: ./conftest configure:16512: $? = 0 configure:16524: result: yes configure:17013: checking for GNU gettext in libintl configure:17041: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lintl >&5 /var/tmp//ccovlv0p.o: In function `main': /root/packages/xz/conftest.c:69: undefined reference to `_nl_expand_alias' configure:17041: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | /* end confdefs.h. */ | #include | | extern int _nl_msg_cat_cntr; | extern | #ifdef __cplusplus | "C" | #endif | const char *_nl_expand_alias (const char *); | int | main () | { | bindtextdomain ("", ""); | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") | ; | return 0; | } configure:17082: result: no configure:17117: checking whether to use NLS configure:17119: result: no configure:17204: checking fcntl.h usability configure:17204: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17204: $? = 0 configure:17204: result: yes configure:17204: checking fcntl.h presence configure:17204: gcc -std=gnu99 -E conftest.c configure:17204: $? = 0 configure:17204: result: yes configure:17204: checking for fcntl.h configure:17204: result: yes configure:17204: checking limits.h usability configure:17204: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17204: $? = 0 configure:17204: result: yes configure:17204: checking limits.h presence configure:17204: gcc -std=gnu99 -E conftest.c configure:17204: $? = 0 configure:17204: result: yes configure:17204: checking for limits.h configure:17204: result: yes configure:17204: checking sys/time.h usability configure:17204: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17204: $? = 0 configure:17204: result: yes configure:17204: checking sys/time.h presence configure:17204: gcc -std=gnu99 -E conftest.c configure:17204: $? = 0 configure:17204: result: yes configure:17204: checking for sys/time.h configure:17204: result: yes configure:17220: checking immintrin.h usability configure:17220: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:93:23: error: immintrin.h: No such file or directory configure:17220: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_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:17220: result: no configure:17220: checking immintrin.h presence configure:17220: gcc -std=gnu99 -E conftest.c conftest.c:60:23: error: immintrin.h: No such file or directory configure:17220: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include configure:17220: result: no configure:17220: checking for immintrin.h configure:17220: result: no configure:17237: checking for stdbool.h that conforms to C99 configure:17304: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17304: $? = 0 configure:17311: result: yes configure:17313: checking for _Bool configure:17313: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17313: $? = 0 configure:17313: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:96: error: expected expression before ')' token configure:17313: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_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 ((_Bool))) | return 0; | ; | return 0; | } configure:17313: result: yes configure:17331: checking for uint8_t configure:17331: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17331: $? = 0 configure:17331: result: yes configure:17345: checking for uint16_t configure:17345: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17345: $? = 0 configure:17345: result: yes configure:17357: checking for int32_t configure:17357: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17357: $? = 0 configure:17357: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:100: warning: integer overflow in expression conftest.c:100: error: size of array 'test_array' is negative configure:17357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_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 | 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:17357: result: yes configure:17368: checking for uint32_t configure:17368: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17368: $? = 0 configure:17368: result: yes configure:17382: checking for int64_t configure:17382: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17382: $? = 0 configure:17382: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:100: warning: integer overflow in expression conftest.c:100: error: size of array 'test_array' is negative configure:17382: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_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 | 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:17382: result: yes configure:17393: checking for uint64_t configure:17393: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17393: $? = 0 configure:17393: result: yes configure:17408: checking for uintptr_t configure:17408: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17408: $? = 0 configure:17408: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:98: error: expected expression before ')' token configure:17408: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_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 ((uintptr_t))) | return 0; | ; | return 0; | } configure:17408: result: yes configure:17449: checking size of size_t configure:17454: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:17454: $? = 0 configure:17454: ./conftest configure:17454: $? = 0 configure:17468: result: 4 configure:17482: checking for struct stat.st_atim.tv_nsec configure:17482: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:101: error: 'struct stat' has no member named 'st_atim' configure:17482: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | /* 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 stat ac_aggr; | if (ac_aggr.st_atim.tv_nsec) | return 0; | ; | return 0; | } configure:17482: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:101: error: 'struct stat' has no member named 'st_atim' configure:17482: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | /* 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 stat ac_aggr; | if (sizeof ac_aggr.st_atim.tv_nsec) | return 0; | ; | return 0; | } configure:17482: result: no configure:17491: checking for struct stat.st_atimespec.tv_nsec configure:17491: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17491: $? = 0 configure:17491: result: yes configure:17500: checking for struct stat.st_atimensec configure:17500: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17500: $? = 0 configure:17500: result: yes configure:17509: checking for struct stat.st_uatime configure:17509: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:103: error: 'struct stat' has no member named 'st_uatime' configure:17509: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 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 stat ac_aggr; | if (ac_aggr.st_uatime) | return 0; | ; | return 0; | } configure:17509: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:103: error: 'struct stat' has no member named 'st_uatime' configure:17509: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 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 stat ac_aggr; | if (sizeof ac_aggr.st_uatime) | return 0; | ; | return 0; | } configure:17509: result: no configure:17518: checking for struct stat.st_atim.st__tim.tv_nsec configure:17518: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:103: error: 'struct stat' has no member named 'st_atim' configure:17518: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 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 stat ac_aggr; | if (ac_aggr.st_atim.st__tim.tv_nsec) | return 0; | ; | return 0; | } configure:17518: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:103: error: 'struct stat' has no member named 'st_atim' configure:17518: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 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 stat ac_aggr; | if (sizeof ac_aggr.st_atim.st__tim.tv_nsec) | return 0; | ; | return 0; | } configure:17518: result: no configure:17536: checking for special C compiler options needed for large files configure:17581: result: no configure:17587: checking for _FILE_OFFSET_BITS value needed for large files configure:17612: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17612: $? = 0 configure:17644: result: no configure:17729: checking whether byte ordering is bigendian configure:17744: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:67: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:17744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:17789: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17789: $? = 0 configure:17807: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: 'not' undeclared (first use in this function) conftest.c:73: error: (Each undeclared identifier is reported only once conftest.c:73: error: for each function it appears in.) conftest.c:73: error: expected ';' before 'big' configure:17807: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:17935: result: no configure:17964: checking getopt.h usability configure:17964: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17964: $? = 0 configure:17964: result: yes configure:17964: checking getopt.h presence configure:17964: gcc -std=gnu99 -E conftest.c configure:17964: $? = 0 configure:17964: result: yes configure:17964: checking for getopt.h configure:17964: result: yes configure:17981: checking for getopt_long configure:17981: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:17981: $? = 0 configure:17981: result: yes configure:17995: checking whether optreset is declared configure:17995: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17995: $? = 0 configure:17995: result: yes configure:18037: checking for futimens configure:18037: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 /var/tmp//ccOB6AgL.o: In function `main': /root/packages/xz/conftest.c:103: undefined reference to `futimens' configure:18037: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | /* end confdefs.h. */ | /* Define futimens to an innocuous variant, in case declares futimens. | For example, HP-UX 11i declares gettimeofday. */ | #define futimens innocuous_futimens | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char futimens (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef futimens | | /* 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 futimens (); | /* 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_futimens || defined __stub___futimens | choke me | #endif | | int | main () | { | return futimens (); | ; | return 0; | } configure:18037: result: no configure:18037: checking for futimes configure:18037: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18037: $? = 0 configure:18037: result: yes configure:18050: checking for posix_fadvise configure:18050: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18050: $? = 0 configure:18050: result: yes configure:18067: checking whether program_invocation_name is declared configure:18067: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: 'program_invocation_name' undeclared (first use in this function) conftest.c:80: error: (Each undeclared identifier is reported only once conftest.c:80: error: for each function it appears in.) configure:18067: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef program_invocation_name | #ifdef __cplusplus | (void) program_invocation_name; | #else | (void) program_invocation_name; | #endif | #endif | | ; | return 0; | } configure:18067: result: no configure:18086: checking byteswap.h usability configure:18086: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:105:22: error: byteswap.h: No such file or directory configure:18086: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | /* 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:18086: result: no configure:18086: checking byteswap.h presence configure:18086: gcc -std=gnu99 -E conftest.c conftest.c:72:22: error: byteswap.h: No such file or directory configure:18086: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | /* end confdefs.h. */ | #include configure:18086: result: no configure:18086: checking for byteswap.h configure:18086: result: no configure:18086: checking sys/endian.h usability configure:18086: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:18086: $? = 0 configure:18086: result: yes configure:18086: checking sys/endian.h presence configure:18086: gcc -std=gnu99 -E conftest.c configure:18086: $? = 0 configure:18086: result: yes configure:18086: checking for sys/endian.h configure:18086: result: yes configure:18191: checking if unaligned memory access should be used configure:18216: result: yes configure:18229: checking sys/param.h usability configure:18229: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:18229: $? = 0 configure:18229: result: yes configure:18229: checking sys/param.h presence configure:18229: gcc -std=gnu99 -E conftest.c configure:18229: $? = 0 configure:18229: result: yes configure:18229: checking for sys/param.h configure:18229: result: yes configure:18240: checking how to detect the amount of physical memory configure:18264: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:79: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' configure:18264: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #if defined(_WIN32) || defined(__CYGWIN__) || defined(__OS2__) || defined(__DJGPP__) || defined(__VMS) || defined(AMIGA) || defined(__AROS__) | int main(void) { return 0; } | #else | compile error | #endif | configure:18285: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:76:27: error: sys/systemcfg.h: No such file or directory conftest.c: In function 'main': conftest.c:81: error: '_system_configuration' undeclared (first use in this function) conftest.c:81: error: (Each undeclared identifier is reported only once conftest.c:81: error: for each function it appears in.) configure:18285: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #include | | int | main(void) | { | (void)_system_configuration.physmem; | return 0; | } | configure:18304: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:82: error: '_SC_PHYS_PAGES' undeclared (first use in this function) conftest.c:82: error: (Each undeclared identifier is reported only once conftest.c:82: error: for each function it appears in.) configure:18304: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #include | int | main(void) | { | long i; | i = sysconf(_SC_PAGESIZE); | i = sysconf(_SC_PHYS_PAGES); | return 0; | } | configure:18328: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:18328: $? = 0 configure:18444: result: sysctl configure:18491: checking for sys/param.h configure:18491: result: yes configure:18502: checking how to detect the number of available CPU cores configure:18524: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' configure:18524: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #if defined(_WIN32) || defined(__CYGWIN__) | int main(void) { return 0; } | #else | compile error | #endif | configure:18551: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:18551: $? = 0 configure:18612: result: sysctl configure:18636: checking whether mbrtowc and mbstate_t are properly declared configure:18656: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18656: $? = 0 configure:18664: result: yes configure:18674: checking for wcwidth configure:18674: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18674: $? = 0 configure:18674: result: yes configure:18711: checking CommonCrypto/CommonDigest.h usability configure:18711: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:113:39: error: CommonCrypto/CommonDigest.h: No such file or directory configure:18711: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 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:18711: result: no configure:18711: checking CommonCrypto/CommonDigest.h presence configure:18711: gcc -std=gnu99 -E conftest.c conftest.c:80:39: error: CommonCrypto/CommonDigest.h: No such file or directory configure:18711: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | /* end confdefs.h. */ | #include configure:18711: result: no configure:18711: checking for CommonCrypto/CommonDigest.h configure:18711: result: no configure:18711: checking sha256.h usability configure:18711: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:113:20: error: sha256.h: No such file or directory configure:18711: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 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:18711: result: no configure:18711: checking sha256.h presence configure:18711: gcc -std=gnu99 -E conftest.c conftest.c:80:20: error: sha256.h: No such file or directory configure:18711: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | /* end confdefs.h. */ | #include configure:18711: result: no configure:18711: checking for sha256.h configure:18711: result: no configure:18711: checking sha2.h usability configure:18711: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:18711: $? = 0 configure:18711: result: yes configure:18711: checking sha2.h presence configure:18711: gcc -std=gnu99 -E conftest.c configure:18711: $? = 0 configure:18711: result: yes configure:18711: checking for sha2.h configure:18711: result: yes configure:18722: checking for CC_SHA256_CTX configure:18722: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:100: error: 'CC_SHA256_CTX' undeclared (first use in this function) conftest.c:100: error: (Each undeclared identifier is reported only once conftest.c:100: error: for each function it appears in.) configure:18722: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_COMMONCRYPTO_COMMONDIGEST_H | # include | #endif | #ifdef HAVE_SHA256_H | # include | #endif | #ifdef HAVE_SHA2_H | # include | #endif | #ifdef HAVE_MINIX_SHA2_H | # include | #endif | | int | main () | { | if (sizeof (CC_SHA256_CTX)) | return 0; | ; | return 0; | } configure:18722: result: no configure:18746: checking for SHA256_CTX configure:18746: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:18746: $? = 0 configure:18746: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:100: error: expected expression before ')' token configure:18746: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_COMMONCRYPTO_COMMONDIGEST_H | # include | #endif | #ifdef HAVE_SHA256_H | # include | #endif | #ifdef HAVE_SHA2_H | # include | #endif | #ifdef HAVE_MINIX_SHA2_H | # include | #endif | | int | main () | { | if (sizeof ((SHA256_CTX))) | return 0; | ; | return 0; | } configure:18746: result: yes configure:18770: checking for SHA2_CTX configure:18770: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:101: error: 'SHA2_CTX' undeclared (first use in this function) conftest.c:101: error: (Each undeclared identifier is reported only once conftest.c:101: error: for each function it appears in.) configure:18770: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | #define HAVE_SHA256_CTX 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_COMMONCRYPTO_COMMONDIGEST_H | # include | #endif | #ifdef HAVE_SHA256_H | # include | #endif | #ifdef HAVE_SHA2_H | # include | #endif | #ifdef HAVE_MINIX_SHA2_H | # include | #endif | | int | main () | { | if (sizeof (SHA2_CTX)) | return 0; | ; | return 0; | } configure:18770: result: no configure:18795: checking for library containing SHA256_Init configure:18826: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18826: $? = 0 configure:18843: result: none required configure:18851: checking for library containing SHA256Init configure:18882: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 /var/tmp//cckfQR2s.o: In function `main': /root/packages/xz/conftest.c:93: undefined reference to `SHA256Init' configure:18882: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | #define HAVE_SHA256_CTX 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SHA256Init (); | int | main () | { | return SHA256Init (); | ; | return 0; | } configure:18882: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lmd >&5 ld: cannot find -lmd configure:18882: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | #define HAVE_SHA256_CTX 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SHA256Init (); | int | main () | { | return SHA256Init (); | ; | return 0; | } configure:18899: result: no configure:18910: checking for CC_SHA256_Init configure:18910: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 /var/tmp//ccaj2CbG.o: In function `main': /root/packages/xz/conftest.c:116: undefined reference to `CC_SHA256_Init' configure:18910: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | #define HAVE_SHA256_CTX 1 | /* end confdefs.h. */ | /* Define CC_SHA256_Init to an innocuous variant, in case declares CC_SHA256_Init. | For example, HP-UX 11i declares gettimeofday. */ | #define CC_SHA256_Init innocuous_CC_SHA256_Init | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char CC_SHA256_Init (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef CC_SHA256_Init | | /* 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 CC_SHA256_Init (); | /* 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_CC_SHA256_Init || defined __stub___CC_SHA256_Init | choke me | #endif | | int | main () | { | return CC_SHA256_Init (); | ; | return 0; | } configure:18910: result: no configure:18910: checking for SHA256_Init configure:18910: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18910: $? = 0 configure:18910: result: yes configure:18933: checking whether _mm_movemask_epi8 is declared configure:18933: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:94: error: '_mm_movemask_epi8' undeclared (first use in this function) conftest.c:94: error: (Each undeclared identifier is reported only once conftest.c:94: error: for each function it appears in.) configure:18933: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | #define HAVE_SHA256_CTX 1 | #define HAVE_SHA256_INIT 1 | /* end confdefs.h. */ | #ifdef HAVE_IMMINTRIN_H | #include | #endif | | int | main () | { | #ifndef _mm_movemask_epi8 | #ifdef __cplusplus | (void) _mm_movemask_epi8; | #else | (void) _mm_movemask_epi8; | #endif | #endif | | ; | return 0; | } configure:18933: result: no configure:18961: checking whether the -Werror option is usable configure:18980: gcc -std=gnu99 -c -g -O2 -Werror conftest.c >&5 configure:18980: $? = 0 configure:18989: result: yes configure:18991: checking for simple visibility declarations configure:19017: gcc -std=gnu99 -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 configure:19017: $? = 0 configure:19026: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wall configure:19089: gcc -std=gnu99 -c -g -O2 -Wall -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wextra configure:19089: gcc -std=gnu99 -c -g -O2 -Wextra -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wvla configure:19089: gcc -std=gnu99 -c -g -O2 -Wvla -Werror conftest.c >&5 cc1: error: unrecognized command line option "-Wvla" configure:19089: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | #define HAVE_SHA256_CTX 1 | #define HAVE_SHA256_INIT 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | void foo(void); void foo(void) { } configure:19097: result: no configure:19081: checking if gcc -std=gnu99 accepts -Wformat=2 configure:19089: gcc -std=gnu99 -c -g -O2 -Wformat=2 -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Winit-self configure:19089: gcc -std=gnu99 -c -g -O2 -Winit-self -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wmissing-include-dirs configure:19089: gcc -std=gnu99 -c -g -O2 -Wmissing-include-dirs -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wstrict-aliasing configure:19089: gcc -std=gnu99 -c -g -O2 -Wstrict-aliasing -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wfloat-equal configure:19089: gcc -std=gnu99 -c -g -O2 -Wfloat-equal -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wundef configure:19089: gcc -std=gnu99 -c -g -O2 -Wundef -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wshadow configure:19089: gcc -std=gnu99 -c -g -O2 -Wshadow -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wpointer-arith configure:19089: gcc -std=gnu99 -c -g -O2 -Wpointer-arith -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wbad-function-cast configure:19089: gcc -std=gnu99 -c -g -O2 -Wbad-function-cast -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wwrite-strings configure:19089: gcc -std=gnu99 -c -g -O2 -Wwrite-strings -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wlogical-op configure:19089: gcc -std=gnu99 -c -g -O2 -Wlogical-op -Werror conftest.c >&5 cc1: error: unrecognized command line option "-Wlogical-op" configure:19089: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.0" | #define PACKAGE_STRING "XZ Utils 5.2.0" | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" | #define PACKAGE_URL "http://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __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_ICONV 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 4 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMES 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_SYS_ENDIAN_H 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCTL 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SHA2_H 1 | #define HAVE_SHA256_CTX 1 | #define HAVE_SHA256_INIT 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | void foo(void); void foo(void) { } configure:19097: result: no configure:19081: checking if gcc -std=gnu99 accepts -Waggregate-return configure:19089: gcc -std=gnu99 -c -g -O2 -Waggregate-return -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wstrict-prototypes configure:19089: gcc -std=gnu99 -c -g -O2 -Wstrict-prototypes -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wold-style-definition configure:19089: gcc -std=gnu99 -c -g -O2 -Wold-style-definition -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wmissing-prototypes configure:19089: gcc -std=gnu99 -c -g -O2 -Wmissing-prototypes -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wmissing-declarations configure:19089: gcc -std=gnu99 -c -g -O2 -Wmissing-declarations -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wmissing-noreturn configure:19089: gcc -std=gnu99 -c -g -O2 -Wmissing-noreturn -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19081: checking if gcc -std=gnu99 accepts -Wredundant-decls configure:19089: gcc -std=gnu99 -c -g -O2 -Wredundant-decls -Werror conftest.c >&5 configure:19089: $? = 0 configure:19092: result: yes configure:19462: checking that generated files are newer than configure configure:19468: result: done configure:19512: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by XZ Utils config.status 5.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on config.status:1355: creating Doxyfile config.status:1355: creating Makefile config.status:1355: creating po/Makefile.in config.status:1355: creating lib/Makefile config.status:1355: creating src/Makefile config.status:1355: creating src/liblzma/Makefile config.status:1355: creating src/liblzma/api/Makefile config.status:1355: creating src/xz/Makefile config.status:1355: creating src/xzdec/Makefile config.status:1355: creating src/lzmainfo/Makefile config.status:1355: creating src/scripts/Makefile config.status:1355: creating tests/Makefile config.status:1355: creating debug/Makefile config.status:1355: creating src/scripts/xzdiff config.status:1355: creating src/scripts/xzgrep config.status:1355: creating src/scripts/xzmore config.status:1355: creating src/scripts/xzless config.status:1355: creating config.h config.status:1536: config.h is unchanged config.status:1584: executing depfiles commands config.status:1584: executing libtool commands config.status:1584: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-netbsdelf5.1.2 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=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_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_CC_SHA256_Init=no ac_cv_func_SHA256_Init=yes ac_cv_func_futimens=no ac_cv_func_futimes=yes ac_cv_func_getopt_long=yes ac_cv_func_mbrtowc=yes ac_cv_func_posix_fadvise=yes ac_cv_func_wcwidth=yes ac_cv_have_decl__mm_movemask_epi8=no ac_cv_have_decl_optreset=yes ac_cv_have_decl_program_invocation_name=no ac_cv_header_CommonCrypto_CommonDigest_h=no ac_cv_header_byteswap_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_immintrin_h=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_sha256_h=no ac_cv_header_sha2_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_endian_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_unistd_h=yes ac_cv_host=i386-unknown-netbsdelf5.1.2 ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no ac_cv_member_struct_stat_st_atim_tv_nsec=no ac_cv_member_struct_stat_st_atimensec=yes ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes ac_cv_member_struct_stat_st_uatime=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_SED=/usr/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_SHA256Init=no ac_cv_search_SHA256_Init='none required' ac_cv_sizeof_size_t=4 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type_CC_SHA256_CTX=no ac_cv_type_SHA256_CTX=yes ac_cv_type_SHA2_CTX=no ac_cv_type__Bool=yes ac_cv_type_uintptr_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes gl_cv_cc_vis_werror=yes gl_cv_cc_visibility=yes gl_cv_posix_shell=/bin/ksh gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=no lt_cv_ar_at_file=no lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' 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_c_o_RC=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='print -r --' 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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=196608 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' tuklib_cv_cpucores_method=sysctl tuklib_cv_physmem_method=sysctl ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /root/packages/xz/build-aux/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CFLAGS=' -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='ar' AS='as' AUTOCONF='${SHELL} /root/packages/xz/build-aux/missing autoconf' AUTOHEADER='${SHELL} /root/packages/xz/build-aux/missing autoheader' AUTOMAKE='${SHELL} /root/packages/xz/build-aux/missing automake-1.14' AWK='awk' CC='gcc -std=gnu99' CCAS='gcc -std=gnu99' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-g -O2' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CFLAG_VISIBILITY='-fvisibility=hidden' COND_ASM_X86_64_FALSE='' COND_ASM_X86_64_TRUE='#' COND_ASM_X86_FALSE='' COND_ASM_X86_TRUE='#' COND_CHECK_CRC32_FALSE='#' COND_CHECK_CRC32_TRUE='' COND_CHECK_CRC64_FALSE='#' COND_CHECK_CRC64_TRUE='' COND_CHECK_SHA256_FALSE='#' COND_CHECK_SHA256_TRUE='' COND_DECODER_ARMTHUMB_FALSE='#' COND_DECODER_ARMTHUMB_TRUE='' COND_DECODER_ARM_FALSE='#' COND_DECODER_ARM_TRUE='' COND_DECODER_DELTA_FALSE='#' COND_DECODER_DELTA_TRUE='' COND_DECODER_IA64_FALSE='#' COND_DECODER_IA64_TRUE='' COND_DECODER_LZMA1_FALSE='#' COND_DECODER_LZMA1_TRUE='' COND_DECODER_LZMA2_FALSE='#' COND_DECODER_LZMA2_TRUE='' COND_DECODER_LZ_FALSE='#' COND_DECODER_LZ_TRUE='' COND_DECODER_POWERPC_FALSE='#' COND_DECODER_POWERPC_TRUE='' COND_DECODER_SIMPLE_FALSE='#' COND_DECODER_SIMPLE_TRUE='' COND_DECODER_SPARC_FALSE='#' COND_DECODER_SPARC_TRUE='' COND_DECODER_X86_FALSE='#' COND_DECODER_X86_TRUE='' COND_DOC_FALSE='#' COND_DOC_TRUE='' COND_ENCODER_ARMTHUMB_FALSE='#' COND_ENCODER_ARMTHUMB_TRUE='' COND_ENCODER_ARM_FALSE='#' COND_ENCODER_ARM_TRUE='' COND_ENCODER_DELTA_FALSE='#' COND_ENCODER_DELTA_TRUE='' COND_ENCODER_IA64_FALSE='#' COND_ENCODER_IA64_TRUE='' COND_ENCODER_LZMA1_FALSE='#' COND_ENCODER_LZMA1_TRUE='' COND_ENCODER_LZMA2_FALSE='#' COND_ENCODER_LZMA2_TRUE='' COND_ENCODER_LZ_FALSE='#' COND_ENCODER_LZ_TRUE='' COND_ENCODER_POWERPC_FALSE='#' COND_ENCODER_POWERPC_TRUE='' COND_ENCODER_SIMPLE_FALSE='#' COND_ENCODER_SIMPLE_TRUE='' COND_ENCODER_SPARC_FALSE='#' COND_ENCODER_SPARC_TRUE='' COND_ENCODER_X86_FALSE='#' COND_ENCODER_X86_TRUE='' COND_FILTER_ARMTHUMB_FALSE='#' COND_FILTER_ARMTHUMB_TRUE='' COND_FILTER_ARM_FALSE='#' COND_FILTER_ARM_TRUE='' COND_FILTER_DELTA_FALSE='#' COND_FILTER_DELTA_TRUE='' COND_FILTER_IA64_FALSE='#' COND_FILTER_IA64_TRUE='' COND_FILTER_LZMA1_FALSE='#' COND_FILTER_LZMA1_TRUE='' COND_FILTER_LZMA2_FALSE='#' COND_FILTER_LZMA2_TRUE='' COND_FILTER_LZ_FALSE='#' COND_FILTER_LZ_TRUE='' COND_FILTER_POWERPC_FALSE='#' COND_FILTER_POWERPC_TRUE='' COND_FILTER_SIMPLE_FALSE='#' COND_FILTER_SIMPLE_TRUE='' COND_FILTER_SPARC_FALSE='#' COND_FILTER_SPARC_TRUE='' COND_FILTER_X86_FALSE='#' COND_FILTER_X86_TRUE='' COND_GNULIB_FALSE='' COND_GNULIB_TRUE='#' COND_INTERNAL_SHA256_FALSE='' COND_INTERNAL_SHA256_TRUE='#' COND_LZMADEC_FALSE='#' COND_LZMADEC_TRUE='' COND_LZMAINFO_FALSE='#' COND_LZMAINFO_TRUE='' COND_LZMALINKS_FALSE='#' COND_LZMALINKS_TRUE='' COND_MAIN_DECODER_FALSE='#' COND_MAIN_DECODER_TRUE='' COND_MAIN_ENCODER_FALSE='#' COND_MAIN_ENCODER_TRUE='' COND_SCRIPTS_FALSE='#' COND_SCRIPTS_TRUE='' COND_SHARED_FALSE='#' COND_SHARED_TRUE='' COND_SMALL_FALSE='' COND_SMALL_TRUE='#' COND_SYMVERS_FALSE='' COND_SYMVERS_TRUE='#' COND_THREADS_FALSE='' COND_THREADS_TRUE='#' COND_W32_FALSE='' COND_W32_TRUE='#' COND_XZDEC_FALSE='#' COND_XZDEC_TRUE='' COND_XZ_FALSE='#' COND_XZ_TRUE='' CPP='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='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GETOPT_H='' GETTEXT_MACRO_VERSION='0.18' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015=':' GREP='/usr/bin/grep' HAVE_VISIBILITY='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LD='/usr/bin/ld' LDFLAGS='' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_EXEEXT='$(EXEEXT)' LN_S='ln -s' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} /root/packages/xz/build-aux/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='build-aux/install-sh -c -d' MSGFMT='/usr/bin/msgfmt' MSGFMT_015=':' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='xz' PACKAGE_BUGREPORT='lasse.collin@tukaani.org' PACKAGE_NAME='XZ Utils' PACKAGE_STRING='XZ Utils 5.2.0' PACKAGE_TARNAME='xz' PACKAGE_URL='http://tukaani.org/xz/' PACKAGE_VERSION='5.2.0' PATH_SEPARATOR=':' POSIX_SHELL='/bin/ksh' POSUB='' PREFERABLY_POSIX_SHELL='/bin/ksh' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' RC='' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/ksh' STRIP='strip' USE_NLS='no' VERSION='5.2.0' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015=':' XGETTEXT_EXTRA_OPTIONS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_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 -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='i386-unknown-netbsdelf5.1.2' build_alias='' build_cpu='i386' build_os='netbsdelf5.1.2' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-unknown-netbsdelf5.1.2' host_alias='' host_cpu='i386' host_os='netbsdelf5.1.2' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /root/packages/xz/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(top_builddir)/build-aux/install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' xz='xz' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "XZ Utils" #define PACKAGE_TARNAME "xz" #define PACKAGE_VERSION "5.2.0" #define PACKAGE_STRING "XZ Utils 5.2.0" #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" #define PACKAGE_URL "http://tukaani.org/xz/" #define NDEBUG 1 #define HAVE_ENCODER_LZMA1 1 #define HAVE_ENCODER_LZMA2 1 #define HAVE_ENCODER_DELTA 1 #define HAVE_ENCODER_X86 1 #define HAVE_ENCODER_POWERPC 1 #define HAVE_ENCODER_IA64 1 #define HAVE_ENCODER_ARM 1 #define HAVE_ENCODER_ARMTHUMB 1 #define HAVE_ENCODER_SPARC 1 #define HAVE_DECODER_LZMA1 1 #define HAVE_DECODER_LZMA2 1 #define HAVE_DECODER_DELTA 1 #define HAVE_DECODER_X86 1 #define HAVE_DECODER_POWERPC 1 #define HAVE_DECODER_IA64 1 #define HAVE_DECODER_ARM 1 #define HAVE_DECODER_ARMTHUMB 1 #define HAVE_DECODER_SPARC 1 #define HAVE_MF_HC3 1 #define HAVE_MF_HC4 1 #define HAVE_MF_BT2 1 #define HAVE_MF_BT3 1 #define HAVE_MF_BT4 1 #define HAVE_CHECK_CRC32 1 #define HAVE_CHECK_CRC64 1 #define HAVE_CHECK_SHA256 1 #define ASSUME_RAM 128 #define PACKAGE "xz" #define VERSION "5.2.0" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __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_ICONV 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_UINTPTR_T 1 #define SIZEOF_SIZE_T 4 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 #define HAVE_OPTRESET 1 #define HAVE_FUTIMES 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 #define HAVE_SYS_ENDIAN_H 1 #define TUKLIB_FAST_UNALIGNED_ACCESS 1 #define HAVE_SYS_PARAM_H 1 #define TUKLIB_PHYSMEM_SYSCTL 1 #define HAVE_SYS_PARAM_H 1 #define TUKLIB_CPUCORES_SYSCTL 1 #define HAVE_MBRTOWC 1 #define HAVE_WCWIDTH 1 #define HAVE_SHA2_H 1 #define HAVE_SHA256_CTX 1 #define HAVE_SHA256_INIT 1 #define HAVE_VISIBILITY 1 configure: exit 0