Build of xz with clang_glibc toolchain

The build took 00h 02m 23s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
24,196 ansic
8,727 makefile
5,606 sh
295 asm
16 sed
38,840 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: xz 5.2.2-1 (Thu Apr 13 15:36:26 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
#
# XZ Utils 5.2.2
#
# System type:
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
#
# Configure options:
# checking if debugging code should be compiled... no
# checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# checking which match finders to build... hc3 hc4 bt2 bt3 bt4
# checking which integrity checks to build... crc32 crc64 sha256
# checking if assembler optimizations should be used... x86_64
# checking if small size is preferred over speed... no
# checking if threading support is wanted... yes, posix
# checking how much RAM to assume if the real amount is unknown... 128 MiB
# checking if library symbol versioning should be used... yes
#
# checking for a shell that conforms to POSIX... /bin/sh
#
# Initializing Automake:
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether ln -s works... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for clang option to accept ISO C99... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
#
# POSIX threading support:
# checking if compiler needs -Werror to reject unknown flags... yes
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for PTHREAD_PRIO_INHERIT... yes
# checking for library containing clock_gettime... none required
# checking for clock_gettime... yes
# checking for pthread_condattr_setclock... yes
# checking whether CLOCK_MONOTONIC is declared... yes
#
# Initializing Libtool:
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-windres... no
# checking for windres... no
#
# Initializing gettext:
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
#
# System headers and functions:
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking immintrin.h usability... yes
# checking immintrin.h presence... yes
# checking for immintrin.h... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for int32_t... yes
# checking for uint32_t... yes
# checking for int64_t... yes
# checking for uint64_t... yes
# checking for uintptr_t... yes
# checking size of size_t... 8
# checking for struct stat.st_atim.tv_nsec... yes
# checking for struct stat.st_atimespec.tv_nsec... no
# checking for struct stat.st_atimensec... no
# checking for struct stat.st_uatime... no
# checking for struct stat.st_atim.st__tim.tv_nsec... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking whether byte ordering is bigendian... no
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long... yes
# checking whether optreset is declared... no
# checking for futimens... yes
# checking for posix_fadvise... yes
# checking whether program_invocation_name is declared... yes
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking if bswap_16 is available... yes
# checking if bswap_32 is available... yes
# checking if bswap_64 is available... yes
# checking if unaligned memory access should be used... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking how to detect the amount of physical memory... sysconf
# checking for sys/param.h... (cached) yes
# checking how to detect the number of available CPU cores... sysconf
# checking whether mbrtowc and mbstate_t are properly declared... yes
# checking for wcwidth... yes
# checking CommonCrypto/CommonDigest.h usability... no
# checking CommonCrypto/CommonDigest.h presence... no
# checking for CommonCrypto/CommonDigest.h... no
# checking sha256.h usability... no
# checking sha256.h presence... no
# checking for sha256.h... no
# checking sha2.h usability... no
# checking sha2.h presence... no
# checking for sha2.h... no
# checking minix/sha2.h usability... no
# checking minix/sha2.h presence... no
# checking for minix/sha2.h... no
# checking whether _mm_movemask_epi8 is declared... yes
#
# GCC extensions:
# checking whether the -Werror option is usable... yes
# checking for simple visibility declarations... yes
# checking if clang accepts -Wall... yes
# checking if clang accepts -Wextra... yes
# checking if clang accepts -Wvla... yes
# checking if clang accepts -Wformat=2... yes
# checking if clang accepts -Winit-self... yes
# checking if clang accepts -Wmissing-include-dirs... yes
# checking if clang accepts -Wstrict-aliasing... yes
# checking if clang accepts -Wfloat-equal... yes
# checking if clang accepts -Wundef... yes
# checking if clang accepts -Wshadow... yes
# checking if clang accepts -Wpointer-arith... yes
# checking if clang accepts -Wbad-function-cast... yes
# checking if clang accepts -Wwrite-strings... yes
# checking if clang accepts -Wlogical-op... no
# checking if clang accepts -Waggregate-return... yes
# checking if clang accepts -Wstrict-prototypes... yes
# checking if clang accepts -Wold-style-definition... yes
# checking if clang accepts -Wmissing-prototypes... yes
# checking if clang accepts -Wmissing-declarations... yes
# checking if clang accepts -Wmissing-noreturn... yes
# checking if clang accepts -Wredundant-decls... yes
#
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Doxyfile
# config.status: creating Makefile
# config.status: creating po/Makefile.in
# config.status: creating lib/Makefile
# config.status: creating src/Makefile
# config.status: creating src/liblzma/Makefile
# config.status: creating src/liblzma/api/Makefile
# config.status: creating src/xz/Makefile
# config.status: creating src/xzdec/Makefile
# config.status: creating src/lzmainfo/Makefile
# config.status: creating src/scripts/Makefile
# config.status: creating tests/Makefile
# config.status: creating debug/Makefile
# config.status: creating src/scripts/xzdiff
# config.status: creating src/scripts/xzgrep
# config.status: creating src/scripts/xzmore
# config.status: creating src/scripts/xzless
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# make all-recursive
# make[1]: Entering directory '/tmp/xz/src/xz-5.2.2'
# Making all in src
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src'
# Making all in liblzma
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# Making all in api
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -fPIC -DPIC -o .libs/liblzma_la-common.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -o liblzma_la-common.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -fPIC -DPIC -o .libs/liblzma_la-block_util.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -o liblzma_la-block_util.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -o liblzma_la-easy_preset.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -fPIC -DPIC -o .libs/liblzma_la-filter_common.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -o liblzma_la-filter_common.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -fPIC -DPIC -o .libs/liblzma_la-index.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -o liblzma_la-index.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -fPIC -DPIC -o .libs/liblzma_la-vli_size.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -o liblzma_la-vli_size.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -o liblzma_la-alone_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -o liblzma_la-block_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -o liblzma_la-easy_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -o liblzma_la-filter_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -o liblzma_la-index_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -o liblzma_la-stream_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -o liblzma_la-vli_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -fPIC -DPIC -o .libs/liblzma_la-outqueue.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -o liblzma_la-outqueue.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -o liblzma_la-alone_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -o liblzma_la-auto_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -o liblzma_la-block_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -o liblzma_la-filter_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -o liblzma_la-index_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -fPIC -DPIC -o .libs/liblzma_la-index_hash.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -o liblzma_la-index_hash.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -o liblzma_la-stream_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -o liblzma_la-vli_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -fPIC -DPIC -o .libs/liblzma_la-check.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -o liblzma_la-check.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -o liblzma_la-crc32_table.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc32_fast.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -o liblzma_la-crc32_fast.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -o liblzma_la-crc64_table.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc64_fast.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -o liblzma_la-crc64_fast.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -fPIC -DPIC -o .libs/liblzma_la-sha256.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -o liblzma_la-sha256.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -fPIC -DPIC -o .libs/liblzma_la-price_table.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -o liblzma_la-price_table.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -fPIC -DPIC -o .libs/liblzma_la-delta_common.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -o liblzma_la-delta_common.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -o liblzma_la-simple_coder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -fPIC -DPIC -o .libs/liblzma_la-x86.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -o liblzma_la-x86.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -fPIC -DPIC -o .libs/liblzma_la-powerpc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -o liblzma_la-powerpc.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -fPIC -DPIC -o .libs/liblzma_la-ia64.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -o liblzma_la-ia64.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -fPIC -DPIC -o .libs/liblzma_la-arm.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -o liblzma_la-arm.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -fPIC -DPIC -o .libs/liblzma_la-armthumb.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -o liblzma_la-armthumb.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -fPIC -DPIC -o .libs/liblzma_la-sparc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -o liblzma_la-sparc.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -no-undefined -version-info 7:2:2 -Wl,--version-script=../../src/liblzma/liblzma.map -o liblzma.la -rpath /usr/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-hardware_cputhreads.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-sparc.o -pthread -Wl,--version-script=../../src/liblzma/liblzma.map -pthread -Wl,-soname -Wl,liblzma.so.5 -o .libs/liblzma.so.5.2.2
# libtool: link: (cd ".libs" && rm -f "liblzma.so.5" && ln -s "liblzma.so.5.2.2" "liblzma.so.5")
# libtool: link: (cd ".libs" && rm -f "liblzma.so" && ln -s "liblzma.so.5.2.2" "liblzma.so")
# libtool: link: ar cru .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-hardware_cputhreads.o liblzma_la-outqueue.o liblzma_la-stream_encoder_mt.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/liblzma.a
# libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
# rm -f liblzma.pc
# sed \
# -e 's,@prefix[@],/usr,g' \
# -e 's,@exec_prefix[@],/usr,g' \
# -e 's,@libdir[@],/usr/lib,g' \
# -e 's,@includedir[@],/usr/include,g' \
# -e 's,@PACKAGE_URL[@],http://tukaani.org/xz/,g' \
# -e 's,@PACKAGE_VERSION[@],5.2.2,g' \
# -e 's,@PTHREAD_CFLAGS[@],-pthread,g' \
# -e 's,@LIBS[@],,g' \
# < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# Making all in xzdec
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xzdec-xzdec.o -MD -MP -MF .deps/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
# mv -f .deps/xzdec-xzdec.Tpo .deps/xzdec-xzdec.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xzdec-tuklib_progname.o -MD -MP -MF .deps/xzdec-tuklib_progname.Tpo -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
# mv -f .deps/xzdec-tuklib_progname.Tpo .deps/xzdec-tuklib_progname.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xzdec-tuklib_exit.o -MD -MP -MF .deps/xzdec-tuklib_exit.Tpo -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
# mv -f .deps/xzdec-tuklib_exit.Tpo .deps/xzdec-tuklib_exit.Po
# /bin/sh ../../libtool --tag=CC --mode=link clang -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la
# libtool: link: clang -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -o .libs/xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so -pthread
# clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT lzmadec-xzdec.o -MD -MP -MF .deps/lzmadec-xzdec.Tpo -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
# mv -f .deps/lzmadec-xzdec.Tpo .deps/lzmadec-xzdec.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT lzmadec-tuklib_progname.o -MD -MP -MF .deps/lzmadec-tuklib_progname.Tpo -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
# mv -f .deps/lzmadec-tuklib_progname.Tpo .deps/lzmadec-tuklib_progname.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT lzmadec-tuklib_exit.o -MD -MP -MF .deps/lzmadec-tuklib_exit.Tpo -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
# mv -f .deps/lzmadec-tuklib_exit.Tpo .deps/lzmadec-tuklib_exit.Po
# /bin/sh ../../libtool --tag=CC --mode=link clang -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la
# libtool: link: clang -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -o .libs/lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so -pthread
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# Making all in xz
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xz'
# clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xz-args.o -MD -MP -MF .deps/xz-args.Tpo -c -o xz-args.o `test -f 'args.c' || echo './'`args.c
# mv -f .deps/xz-args.Tpo .deps/xz-args.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xz-coder.o -MD -MP -MF .deps/xz-coder.Tpo -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c
# mv -f .deps/xz-coder.Tpo .deps/xz-coder.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xz-file_io.o -MD -MP -MF .deps/xz-file_io.Tpo -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c
# mv -f .deps/xz-file_io.Tpo .deps/xz-file_io.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xz-hardware.o -MD -MP -MF .deps/xz-hardware.Tpo -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c
# mv -f .deps/xz-hardware.Tpo .deps/xz-hardware.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xz-list.o -MD -MP -MF .deps/xz-list.Tpo -c -o xz-list.o `test -f 'list.c' || echo './'`list.c
# mv -f .deps/xz-list.Tpo .deps/xz-list.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xz-main.o -MD -MP -MF .deps/xz-main.Tpo -c -o xz-main.o `test -f 'main.c' || echo './'`main.c
# mv -f .deps/xz-main.Tpo .deps/xz-main.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror -MT xz-message.o -MD -MP -MF .deps/xz-message.Tpo -c -o xz-message.o `test -f 'message.c' || echo './'`message.c
# message.c:715:20: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
# vfprintf(stderr, fmt, ap);
# ^~~
# 1 error generated.
# make[3]: *** [Makefile:624: xz-message.o] Error 1
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xz'
# make[2]: *** [Makefile:419: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src'
# make[1]: *** [Makefile:612: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/xz/src/xz-5.2.2'
# make: *** [Makefile:479: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/xz/src/xz-5.2.2/config.log'
# 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.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-rpath --enable-werror
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 535abd42ea2b
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2959: checking build system type
# configure:2973: result: x86_64-unknown-linux-gnu
# configure:2993: checking host system type
# configure:3006: result: x86_64-unknown-linux-gnu
# configure:3066: checking if debugging code should be compiled
# configure:3082: result: no
# configure:3122: checking which encoders to build
# configure:3209: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# configure:3213: checking which decoders to build
# configure:3305: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# configure:3644: checking which match finders to build
# configure:3695: result: hc3 hc4 bt2 bt3 bt4
# configure:3713: checking which integrity checks to build
# configure:3755: result: crc32 crc64 sha256
# configure:3792: checking if assembler optimizations should be used
# configure:3816: result: x86_64
# configure:3847: checking if small size is preferred over speed
# configure:3865: result: no
# configure:3881: checking if threading support is wanted
# configure:3907: result: yes, posix
# configure:3940: checking how much RAM to assume if the real amount is unknown
# configure:3955: result: 128 MiB
# configure:4085: checking if library symbol versioning should be used
# configure:4108: result: yes
# configure:4126: checking for a shell that conforms to POSIX
# configure:4167: result: /bin/sh
# configure:4208: checking for a BSD-compatible install
# configure:4276: result: /usr/bin/install -c
# configure:4287: checking whether build environment is sane
# configure:4342: result: yes
# configure:4401: checking for x86_64-unknown-linux-strip
# configure:4431: result: no
# configure:4441: checking for strip
# configure:4457: found /usr/bin/strip
# configure:4468: result: strip
# configure:4493: checking for a thread-safe mkdir -p
# configure:4532: result: /usr/bin/mkdir -p
# configure:4539: checking for gawk
# configure:4555: found /usr/bin/gawk
# configure:4566: result: gawk
# configure:4577: checking whether make sets $(MAKE)
# configure:4599: result: yes
# configure:4628: checking whether make supports nested variables
# configure:4645: result: yes
# configure:4771: checking whether ln -s works
# configure:4775: result: yes
# configure:4795: checking for style of include used by make
# configure:4823: result: GNU
# configure:4854: checking for x86_64-unknown-linux-gcc
# configure:4881: result: clang
# configure:5150: checking for C compiler version
# configure:5159: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5170: $? = 0
# configure:5159: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:5170: $? = 0
# configure:5159: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5170: $? = 1
# configure:5159: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5170: $? = 1
# configure:5190: checking whether the C compiler works
# configure:5212: clang conftest.c >&5
# configure:5216: $? = 0
# configure:5264: result: yes
# configure:5267: checking for C compiler default output file name
# configure:5269: result: a.out
# configure:5275: checking for suffix of executables
# configure:5282: clang -o conftest conftest.c >&5
# configure:5286: $? = 0
# configure:5308: result:
# configure:5330: checking whether we are cross compiling
# configure:5338: clang -o conftest conftest.c >&5
# configure:5342: $? = 0
# configure:5349: ./conftest
# configure:5353: $? = 0
# configure:5368: result: no
# configure:5373: checking for suffix of object files
# configure:5395: clang -c conftest.c >&5
# configure:5399: $? = 0
# configure:5420: result: o
# configure:5424: checking whether we are using the GNU C compiler
# configure:5443: clang -c conftest.c >&5
# configure:5443: $? = 0
# configure:5452: result: yes
# configure:5461: checking whether clang accepts -g
# configure:5481: clang -c -g conftest.c >&5
# configure:5481: $? = 0
# configure:5522: result: yes
# configure:5539: checking for clang option to accept ISO C89
# configure:5602: clang -c conftest.c >&5
# configure:5602: $? = 0
# configure:5615: result: none needed
# configure:5640: checking whether clang understands -c and -o together
# configure:5662: clang -c conftest.c -o conftest2.o
# configure:5665: $? = 0
# configure:5662: clang -c conftest.c -o conftest2.o
# configure:5665: $? = 0
# configure:5677: result: yes
# configure:5696: checking dependency style of clang
# configure:5807: result: gcc3
# configure:5822: checking for clang option to accept ISO C99
# configure:5971: clang -c conftest.c >&5
# configure:5971: $? = 0
# configure:5984: result: none needed
# configure:6013: checking dependency style of clang
# configure:6122: result: gcc3
# configure:6143: checking how to run the C preprocessor
# configure:6174: clang -E conftest.c
# configure:6174: $? = 0
# configure:6188: clang -E conftest.c
# conftest.c:39:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6188: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | /* end confdefs.h. */
# | #include
# configure:6213: result: clang -E
# configure:6233: clang -E conftest.c
# configure:6233: $? = 0
# configure:6247: clang -E conftest.c
# conftest.c:39:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6247: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | /* end confdefs.h. */
# | #include
# configure:6276: checking for grep that handles long lines and -e
# configure:6334: result: /usr/bin/grep
# configure:6339: checking for egrep
# configure:6401: result: /usr/bin/grep -E
# configure:6406: checking for ANSI C header files
# configure:6426: clang -c conftest.c >&5
# configure:6426: $? = 0
# configure:6499: clang -o conftest conftest.c >&5
# configure:6499: $? = 0
# configure:6499: ./conftest
# configure:6499: $? = 0
# configure:6510: result: yes
# configure:6523: checking for sys/types.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for sys/stat.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for stdlib.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for string.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for memory.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for strings.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for inttypes.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for stdint.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for unistd.h
# configure:6523: clang -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6536: checking minix/config.h usability
# configure:6536: clang -c conftest.c >&5
# conftest.c:82:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6536: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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:6536: result: no
# configure:6536: checking minix/config.h presence
# configure:6536: clang -E conftest.c
# conftest.c:49:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6536: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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:6536: result: no
# configure:6536: checking for minix/config.h
# configure:6536: result: no
# configure:6557: checking whether it is safe to define __EXTENSIONS__
# configure:6575: clang -c conftest.c >&5
# configure:6575: $? = 0
# configure:6582: result: yes
# configure:6713: checking if compiler needs -Werror to reject unknown flags
# configure:6729: clang -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
# configure:6729: $? = 0
# configure:6730: result: yes
# configure:6800: checking for the pthreads library -lpthreads
# configure:6838: clang -o conftest -Werror conftest.c -lpthreads >&5
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6838: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:6847: result: no
# configure:6745: checking whether pthreads work without any flags
# configure:6838: clang -o conftest -Werror conftest.c >&5
# /tmp/conftest-722a38.o: In function `main':
# conftest.c:(.text+0x28): undefined reference to `pthread_create'
# conftest.c:(.text+0x3d): undefined reference to `pthread_join'
# conftest.c:(.text+0xbe): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xd9): undefined reference to `__pthread_unregister_cancel'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6838: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:6847: result: no
# configure:6750: checking whether pthreads work with -Kthread
# configure:6838: clang -o conftest -Kthread -Werror conftest.c >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:6838: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:6847: result: no
# configure:6750: checking whether pthreads work with -kthread
# configure:6838: clang -o conftest -kthread -Werror conftest.c >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:6838: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:6847: result: no
# configure:6800: checking for the pthreads library -llthread
# configure:6838: clang -o conftest -Werror conftest.c -llthread >&5
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6838: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:6847: result: no
# configure:6750: checking whether pthreads work with -pthread
# configure:6838: clang -o conftest -pthread -Werror conftest.c >&5
# configure:6838: $? = 0
# configure:6847: result: yes
# configure:6866: checking for joinable pthread attribute
# configure:6881: clang -o conftest -pthread conftest.c >&5
# configure:6881: $? = 0
# configure:6887: result: PTHREAD_CREATE_JOINABLE
# configure:6897: checking if more special flags are required for pthreads
# configure:6912: result: no
# configure:6918: checking for PTHREAD_PRIO_INHERIT
# configure:6935: clang -o conftest -pthread conftest.c >&5
# configure:6935: $? = 0
# configure:6944: result: yes
# configure:7057: checking for library containing clock_gettime
# configure:7088: clang -o conftest -pthread conftest.c >&5
# configure:7088: $? = 0
# configure:7105: result: none required
# configure:7116: checking for clock_gettime
# configure:7116: clang -o conftest -pthread conftest.c >&5
# configure:7116: $? = 0
# configure:7116: result: yes
# configure:7116: checking for pthread_condattr_setclock
# configure:7116: clang -o conftest -pthread conftest.c >&5
# configure:7116: $? = 0
# configure:7116: result: yes
# configure:7125: checking whether CLOCK_MONOTONIC is declared
# configure:7125: clang -c -pthread conftest.c >&5
# configure:7125: $? = 0
# configure:7125: result: yes
# configure:7208: checking how to print strings
# configure:7235: result: printf
# configure:7256: checking for a sed that does not truncate output
# configure:7320: result: /usr/bin/sed
# configure:7338: checking for fgrep
# configure:7400: result: /usr/bin/grep -F
# configure:7435: checking for ld used by clang
# configure:7502: result: /usr/bin/ld
# configure:7509: checking if the linker (/usr/bin/ld) is GNU ld
# configure:7524: result: yes
# configure:7536: checking for BSD- or MS-compatible name lister (nm)
# configure:7590: result: /usr/bin/nm -B
# configure:7720: checking the name lister (/usr/bin/nm -B) interface
# configure:7727: clang -c conftest.c >&5
# configure:7730: /usr/bin/nm -B "conftest.o"
# configure:7733: output
# 0000000000000000 B some_variable
# configure:7740: result: BSD nm
# configure:7744: checking the maximum length of command line arguments
# configure:7875: result: 1572864
# configure:7923: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:7963: result: func_convert_file_noop
# configure:7970: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:7990: result: func_convert_file_noop
# configure:7997: checking for /usr/bin/ld option to reload object files
# configure:8004: result: -r
# configure:8038: checking for x86_64-unknown-linux-objdump
# configure:8068: result: no
# configure:8078: checking for objdump
# configure:8094: found /usr/bin/objdump
# configure:8105: result: objdump
# configure:8134: checking how to recognize dependent libraries
# configure:8334: result: pass_all
# configure:8379: checking for x86_64-unknown-linux-dlltool
# configure:8409: result: no
# configure:8419: checking for dlltool
# configure:8449: result: no
# configure:8476: checking how to associate runtime and link libraries
# configure:8503: result: printf %s\n
# configure:8519: checking for x86_64-unknown-linux-ar
# configure:8549: result: no
# configure:8563: checking for ar
# configure:8579: found /usr/bin/ar
# configure:8590: result: ar
# configure:8627: checking for archiver @FILE support
# configure:8644: clang -c conftest.c >&5
# configure:8644: $? = 0
# configure:8647: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:8650: $? = 0
# configure:8655: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:8658: $? = 1
# configure:8670: result: @
# configure:8688: checking for x86_64-unknown-linux-strip
# configure:8715: result: strip
# configure:8787: checking for x86_64-unknown-linux-ranlib
# configure:8817: result: no
# configure:8827: checking for ranlib
# configure:8843: found /usr/bin/ranlib
# configure:8854: result: ranlib
# configure:8956: checking command to parse /usr/bin/nm -B output from clang object
# configure:9109: clang -c conftest.c >&5
# configure:9112: $? = 0
# configure:9116: /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:9119: $? = 0
# configure:9185: clang -o conftest conftest.c conftstm.o >&5
# configure:9188: $? = 0
# configure:9226: result: ok
# configure:9273: checking for sysroot
# configure:9303: result: no
# configure:9310: checking for a working dd
# configure:9348: result: /usr/bin/dd
# configure:9352: checking how to truncate binary pipes
# configure:9367: result: /usr/bin/dd bs=4096 count=1
# configure:9503: clang -c conftest.c >&5
# configure:9506: $? = 0
# configure:9656: checking for x86_64-unknown-linux-mt
# configure:9686: result: no
# configure:9696: checking for mt
# configure:9726: result: no
# configure:9746: checking if : is a manifest tool
# configure:9752: : '-?'
# configure:9760: result: no
# configure:10434: checking for dlfcn.h
# configure:10434: clang -c conftest.c >&5
# configure:10434: $? = 0
# configure:10434: result: yes
# configure:10988: checking for objdir
# configure:11003: result: .libs
# configure:11267: checking if clang supports -fno-rtti -fno-exceptions
# configure:11285: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:11289: $? = 0
# configure:11302: result: yes
# configure:11660: checking for clang option to produce PIC
# configure:11667: result: -fPIC -DPIC
# configure:11675: checking if clang PIC flag -fPIC -DPIC works
# configure:11693: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:11697: $? = 0
# configure:11710: result: yes
# configure:11739: checking if clang static flag -static works
# configure:11767: result: yes
# configure:11782: checking if clang supports -c -o file.o
# configure:11803: clang -c -o out/conftest2.o conftest.c >&5
# configure:11807: $? = 0
# configure:11829: result: yes
# configure:11837: checking if clang supports -c -o file.o
# configure:11884: result: yes
# configure:11917: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13176: result: yes
# configure:13213: checking whether -lc should be explicitly linked in
# configure:13221: clang -c conftest.c >&5
# configure:13224: $? = 0
# configure:13239: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:13242: $? = 0
# configure:13256: result: no
# configure:13416: checking dynamic linker characteristics
# configure:13997: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:13997: $? = 0
# configure:14234: result: GNU/Linux ld.so
# configure:14356: checking how to hardcode library paths into programs
# configure:14381: result: immediate
# configure:14929: checking whether stripping libraries is possible
# configure:14934: result: yes
# configure:14969: checking if libtool supports shared libraries
# configure:14971: result: yes
# configure:14974: checking whether to build shared libraries
# configure:14999: result: yes
# configure:15002: checking whether to build static libraries
# configure:15006: result: yes
# configure:15046: checking for x86_64-unknown-linux-windres
# configure:15076: result: no
# configure:15086: checking for windres
# configure:15116: result: no
# configure:15243: checking whether NLS is requested
# configure:15252: result: yes
# configure:15293: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:15325: result: /usr/bin/msgfmt
# configure:15334: checking for gmsgfmt
# configure:15365: result: /usr/bin/msgfmt
# configure:15416: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:15448: result: /usr/bin/xgettext
# configure:15494: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:15525: result: /usr/bin/msgmerge
# configure:15582: checking for ld used by GCC
# configure:15646: result: /usr/bin/ld -m elf_x86_64
# configure:15653: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:15666: result: yes
# configure:15673: checking for shared library run path origin
# configure:15686: result: done
# configure:16258: checking for CFPreferencesCopyAppValue
# configure:16276: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:61:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:16276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:16285: result: no
# configure:16292: checking for CFLocaleCopyCurrent
# configure:16310: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:61:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:16310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:16319: result: no
# configure:16368: checking for GNU gettext in libc
# configure:16388: clang -o conftest conftest.c >&5
# configure:16388: $? = 0
# configure:16397: result: yes
# configure:17188: checking whether to use NLS
# configure:17190: result: yes
# configure:17193: checking where the gettext function comes from
# configure:17204: result: libc
# configure:17275: checking fcntl.h usability
# configure:17275: clang -c conftest.c >&5
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking fcntl.h presence
# configure:17275: clang -E conftest.c
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking for fcntl.h
# configure:17275: result: yes
# configure:17275: checking limits.h usability
# configure:17275: clang -c conftest.c >&5
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking limits.h presence
# configure:17275: clang -E conftest.c
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking for limits.h
# configure:17275: result: yes
# configure:17275: checking sys/time.h usability
# configure:17275: clang -c conftest.c >&5
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking sys/time.h presence
# configure:17275: clang -E conftest.c
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking for sys/time.h
# configure:17275: result: yes
# configure:17291: checking immintrin.h usability
# configure:17291: clang -c conftest.c >&5
# configure:17291: $? = 0
# configure:17291: result: yes
# configure:17291: checking immintrin.h presence
# configure:17291: clang -E conftest.c
# configure:17291: $? = 0
# configure:17291: result: yes
# configure:17291: checking for immintrin.h
# configure:17291: result: yes
# configure:17308: checking for stdbool.h that conforms to C99
# configure:17375: clang -c conftest.c >&5
# conftest.c:117:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:121:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:121:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:121:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:121:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:121:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:121:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:121:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:121:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:122:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:122:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:122:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:17375: $? = 0
# configure:17382: result: yes
# configure:17384: checking for _Bool
# configure:17384: clang -c conftest.c >&5
# configure:17384: $? = 0
# configure:17384: clang -c conftest.c >&5
# conftest.c:104:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:17384: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_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:17384: result: yes
# configure:17402: checking for uint8_t
# configure:17402: clang -c conftest.c >&5
# configure:17402: $? = 0
# configure:17402: result: yes
# configure:17416: checking for uint16_t
# configure:17416: clang -c conftest.c >&5
# configure:17416: $? = 0
# configure:17416: result: yes
# configure:17428: checking for int32_t
# configure:17428: clang -c conftest.c >&5
# configure:17428: $? = 0
# configure:17428: clang -c conftest.c >&5
# conftest.c:107:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:17428: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_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:17428: result: yes
# configure:17439: checking for uint32_t
# configure:17439: clang -c conftest.c >&5
# configure:17439: $? = 0
# configure:17439: result: yes
# configure:17453: checking for int64_t
# configure:17453: clang -c conftest.c >&5
# configure:17453: $? = 0
# configure:17453: clang -c conftest.c >&5
# conftest.c:107:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:17453: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_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:17453: result: yes
# configure:17464: checking for uint64_t
# configure:17464: clang -c conftest.c >&5
# configure:17464: $? = 0
# configure:17464: result: yes
# configure:17479: checking for uintptr_t
# configure:17479: clang -c conftest.c >&5
# configure:17479: $? = 0
# configure:17479: clang -c conftest.c >&5
# conftest.c:106:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:17479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_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:17479: result: yes
# configure:17520: checking size of size_t
# configure:17525: clang -o conftest conftest.c >&5
# configure:17525: $? = 0
# configure:17525: ./conftest
# configure:17525: $? = 0
# configure:17539: result: 8
# configure:17553: checking for struct stat.st_atim.tv_nsec
# configure:17553: clang -c conftest.c >&5
# configure:17553: $? = 0
# configure:17553: result: yes
# configure:17562: checking for struct stat.st_atimespec.tv_nsec
# configure:17562: clang -c conftest.c >&5
# conftest.c:110:13: error: no member named 'st_atimespec' in 'struct stat'
# if (ac_aggr.st_atimespec.tv_nsec)
# ~~~~~~~ ^
# 1 error generated.
# configure:17562: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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_atimespec.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17562: clang -c conftest.c >&5
# conftest.c:110:20: error: no member named 'st_atimespec' in 'struct stat'
# if (sizeof ac_aggr.st_atimespec.tv_nsec)
# ~~~~~~~ ^
# 1 error generated.
# configure:17562: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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_atimespec.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17562: result: no
# configure:17571: checking for struct stat.st_atimensec
# configure:17571: clang -c conftest.c >&5
# conftest.c:110:13: error: no member named 'st_atimensec' in 'struct stat'
# if (ac_aggr.st_atimensec)
# ~~~~~~~ ^
# 1 error generated.
# configure:17571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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_atimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17571: clang -c conftest.c >&5
# conftest.c:110:20: error: no member named 'st_atimensec' in 'struct stat'
# if (sizeof ac_aggr.st_atimensec)
# ~~~~~~~ ^
# 1 error generated.
# configure:17571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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_atimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17571: result: no
# configure:17580: checking for struct stat.st_uatime
# configure:17580: clang -c conftest.c >&5
# conftest.c:110:13: error: no member named 'st_uatime' in 'struct stat'; did you mean 'st_atim'?
# if (ac_aggr.st_uatime)
# ^~~~~~~~~
# st_atim
# /usr/include/bits/stat.h:91:21: note: 'st_atim' declared here
# struct timespec st_atim; /* Time of last access. */
# ^
# conftest.c:110:1: error: statement requires expression of scalar type ('struct timespec' invalid)
# if (ac_aggr.st_uatime)
# ^ ~~~~~~~~~~~~~~~~~
# 2 errors generated.
# configure:17580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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:17580: clang -c conftest.c >&5
# conftest.c:110:20: error: no member named 'st_uatime' in 'struct stat'; did you mean 'st_atim'?
# if (sizeof ac_aggr.st_uatime)
# ^~~~~~~~~
# st_atim
# /usr/include/bits/stat.h:91:21: note: 'st_atim' declared here
# struct timespec st_atim; /* Time of last access. */
# ^
# 1 error generated.
# configure:17580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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:17580: result: no
# configure:17589: checking for struct stat.st_atim.st__tim.tv_nsec
# configure:17589: clang -c conftest.c >&5
# conftest.c:110:21: error: no member named 'st__tim' in 'struct timespec'
# if (ac_aggr.st_atim.st__tim.tv_nsec)
# ~~~~~~~~~~~~~~~ ^
# 1 error generated.
# configure:17589: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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:17589: clang -c conftest.c >&5
# conftest.c:110:28: error: no member named 'st__tim' in 'struct timespec'
# if (sizeof ac_aggr.st_atim.st__tim.tv_nsec)
# ~~~~~~~~~~~~~~~ ^
# 1 error generated.
# configure:17589: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 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:17589: result: no
# configure:17607: checking for special C compiler options needed for large files
# configure:17652: result: no
# configure:17658: checking for _FILE_OFFSET_BITS value needed for large files
# configure:17683: clang -c conftest.c >&5
# configure:17683: $? = 0
# configure:17715: result: no
# configure:17800: checking whether byte ordering is bigendian
# configure:17815: clang -c conftest.c >&5
# conftest.c:74:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:74:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:17815: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:17860: clang -c conftest.c >&5
# configure:17860: $? = 0
# configure:17878: clang -c conftest.c >&5
# conftest.c:80:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:17878: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:18006: result: no
# configure:18035: checking getopt.h usability
# configure:18035: clang -c conftest.c >&5
# configure:18035: $? = 0
# configure:18035: result: yes
# configure:18035: checking getopt.h presence
# configure:18035: clang -E conftest.c
# configure:18035: $? = 0
# configure:18035: result: yes
# configure:18035: checking for getopt.h
# configure:18035: result: yes
# configure:18052: checking for getopt_long
# configure:18052: clang -o conftest conftest.c >&5
# configure:18052: $? = 0
# configure:18052: result: yes
# configure:18066: checking whether optreset is declared
# configure:18066: clang -c conftest.c >&5
# conftest.c:84:10: error: use of undeclared identifier 'optreset'
# (void) optreset;
# ^
# 1 error generated.
# configure:18066: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef optreset
# | #ifdef __cplusplus
# | (void) optreset;
# | #else
# | (void) optreset;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:18066: result: no
# configure:18108: checking for futimens
# configure:18108: clang -o conftest conftest.c >&5
# configure:18108: $? = 0
# configure:18108: result: yes
# configure:18121: checking for posix_fadvise
# configure:18121: clang -o conftest conftest.c >&5
# configure:18121: $? = 0
# configure:18121: result: yes
# configure:18138: checking whether program_invocation_name is declared
# configure:18138: clang -c conftest.c >&5
# configure:18138: $? = 0
# configure:18138: result: yes
# configure:18157: checking byteswap.h usability
# configure:18157: clang -c conftest.c >&5
# configure:18157: $? = 0
# configure:18157: result: yes
# configure:18157: checking byteswap.h presence
# configure:18157: clang -E conftest.c
# configure:18157: $? = 0
# configure:18157: result: yes
# configure:18157: checking for byteswap.h
# configure:18157: result: yes
# configure:18171: checking if bswap_16 is available
# configure:18185: clang -o conftest conftest.c >&5
# configure:18185: $? = 0
# configure:18190: result: yes
# configure:18201: checking if bswap_32 is available
# configure:18215: clang -o conftest conftest.c >&5
# configure:18215: $? = 0
# configure:18220: result: yes
# configure:18231: checking if bswap_64 is available
# configure:18245: clang -o conftest conftest.c >&5
# configure:18245: $? = 0
# configure:18250: result: yes
# configure:18262: checking if unaligned memory access should be used
# configure:18287: result: yes
# configure:18300: checking sys/param.h usability
# configure:18300: clang -c conftest.c >&5
# configure:18300: $? = 0
# configure:18300: result: yes
# configure:18300: checking sys/param.h presence
# configure:18300: clang -E conftest.c
# configure:18300: $? = 0
# configure:18300: result: yes
# configure:18300: checking for sys/param.h
# configure:18300: result: yes
# configure:18311: checking how to detect the amount of physical memory
# configure:18335: clang -c conftest.c >&5
# conftest.c:88:1: error: unknown type name 'compile'
# compile error
# ^
# conftest.c:88:14: error: expected ';' after top level declarator
# compile error
# ^
# ;
# 2 errors generated.
# configure:18335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 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__) || defined(__QNX__)
# | int main(void) { return 0; }
# | #else
# | compile error
# | #endif
# |
# configure:18356: clang -c conftest.c >&5
# conftest.c:85:10: fatal error: 'sys/systemcfg.h' file not found
# #include
# ^
# 1 error generated.
# configure:18356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 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:18375: clang -c conftest.c >&5
# configure:18375: $? = 0
# configure:18515: result: sysconf
# configure:18562: checking for sys/param.h
# configure:18562: result: yes
# configure:18573: checking how to detect the number of available CPU cores
# configure:18595: clang -c conftest.c >&5
# conftest.c:90:1: error: unknown type name 'compile'
# compile error
# ^
# conftest.c:90:14: error: expected ';' after top level declarator
# compile error
# ^
# ;
# 2 errors generated.
# configure:18595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 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:18618: clang -c conftest.c >&5
# conftest.c:88:10: fatal error: 'sys/cpuset.h' file not found
# #include
# ^
# 1 error generated.
# configure:18618: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main(void)
# | {
# | cpuset_t set;
# | cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1,
# | sizeof(set), &set);
# | return 0;
# | }
# |
# configure:18652: clang -c conftest.c >&5
# conftest.c:98:18: error: use of undeclared identifier 'CTL_HW'
# int name[2] = { CTL_HW, HW_NCPU };
# ^
# conftest.c:98:26: error: use of undeclared identifier 'HW_NCPU'
# int name[2] = { CTL_HW, HW_NCPU };
# ^
# 2 errors generated.
# configure:18652: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #ifdef __QNX__
# | compile error
# | #endif
# | #include
# | #ifdef HAVE_SYS_PARAM_H
# | # include
# | #endif
# | #include
# | int
# | main(void)
# | {
# | int name[2] = { CTL_HW, HW_NCPU };
# | int cpus;
# | size_t cpus_size = sizeof(cpus);
# | sysctl(name, 2, &cpus, &cpus_size, NULL, 0);
# | return 0;
# | }
# |
# configure:18676: clang -c conftest.c >&5
# configure:18676: $? = 0
# configure:18715: result: sysconf
# configure:18744: checking whether mbrtowc and mbstate_t are properly declared
# configure:18764: clang -o conftest conftest.c >&5
# configure:18764: $? = 0
# configure:18772: result: yes
# configure:18782: checking for wcwidth
# configure:18782: clang -o conftest conftest.c >&5
# configure:18782: $? = 0
# configure:18782: result: yes
# configure:18819: checking CommonCrypto/CommonDigest.h usability
# configure:18819: clang -c conftest.c >&5
# conftest.c:122:10: fatal error: 'CommonCrypto/CommonDigest.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 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:18819: result: no
# configure:18819: checking CommonCrypto/CommonDigest.h presence
# configure:18819: clang -E conftest.c
# conftest.c:89:10: fatal error: 'CommonCrypto/CommonDigest.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for CommonCrypto/CommonDigest.h
# configure:18819: result: no
# configure:18819: checking sha256.h usability
# configure:18819: clang -c conftest.c >&5
# conftest.c:122:10: fatal error: 'sha256.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 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:18819: result: no
# configure:18819: checking sha256.h presence
# configure:18819: clang -E conftest.c
# conftest.c:89:10: fatal error: 'sha256.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for sha256.h
# configure:18819: result: no
# configure:18819: checking sha2.h usability
# configure:18819: clang -c conftest.c >&5
# conftest.c:122:10: fatal error: 'sha2.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 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:18819: result: no
# configure:18819: checking sha2.h presence
# configure:18819: clang -E conftest.c
# conftest.c:89:10: fatal error: 'sha2.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for sha2.h
# configure:18819: result: no
# configure:18819: checking minix/sha2.h usability
# configure:18819: clang -c conftest.c >&5
# conftest.c:122:10: fatal error: 'minix/sha2.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 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:18819: result: no
# configure:18819: checking minix/sha2.h presence
# configure:18819: clang -E conftest.c
# conftest.c:89:10: fatal error: 'minix/sha2.h' file not found
# #include
# ^
# 1 error generated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for minix/sha2.h
# configure:18819: result: no
# configure:19041: checking whether _mm_movemask_epi8 is declared
# configure:19041: clang -c conftest.c >&5
# configure:19041: $? = 0
# configure:19041: result: yes
# configure:19069: checking whether the -Werror option is usable
# configure:19088: clang -c -Werror conftest.c >&5
# configure:19088: $? = 0
# configure:19097: result: yes
# configure:19099: checking for simple visibility declarations
# configure:19125: clang -c -fvisibility=hidden -Werror conftest.c >&5
# configure:19125: $? = 0
# configure:19134: result: yes
# configure:19189: checking if clang accepts -Wall
# configure:19197: clang -c -Wall -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wextra
# configure:19197: clang -c -Wextra -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wvla
# configure:19197: clang -c -Wvla -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wformat=2
# configure:19197: clang -c -Wformat=2 -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Winit-self
# configure:19197: clang -c -Winit-self -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wmissing-include-dirs
# configure:19197: clang -c -Wmissing-include-dirs -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wstrict-aliasing
# configure:19197: clang -c -Wstrict-aliasing -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wfloat-equal
# configure:19197: clang -c -Wfloat-equal -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wundef
# configure:19197: clang -c -Wundef -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wshadow
# configure:19197: clang -c -Wshadow -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wpointer-arith
# configure:19197: clang -c -Wpointer-arith -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wbad-function-cast
# configure:19197: clang -c -Wbad-function-cast -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wwrite-strings
# configure:19197: clang -c -Wwrite-strings -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wlogical-op
# configure:19197: clang -c -Wlogical-op -Werror conftest.c >&5
# error: unknown warning option '-Wlogical-op'; did you mean '-Wliblto'? [-Werror,-Wunknown-warning-option]
# configure:19197: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #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.2"
# | #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_PTHREAD_PRIO_INHERIT 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_IMMINTRIN_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | #define HAVE__MM_MOVEMASK_EPI8 1
# | #define HAVE_VISIBILITY 1
# | /* end confdefs.h. */
# | void foo(void); void foo(void) { }
# configure:19205: result: no
# configure:19189: checking if clang accepts -Waggregate-return
# configure:19197: clang -c -Waggregate-return -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wstrict-prototypes
# configure:19197: clang -c -Wstrict-prototypes -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wold-style-definition
# configure:19197: clang -c -Wold-style-definition -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wmissing-prototypes
# configure:19197: clang -c -Wmissing-prototypes -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wmissing-declarations
# configure:19197: clang -c -Wmissing-declarations -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wmissing-noreturn
# configure:19197: clang -c -Wmissing-noreturn -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if clang accepts -Wredundant-decls
# configure:19197: clang -c -Wredundant-decls -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19570: checking that generated files are newer than configure
# configure:19576: result: done
# configure:19620: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by XZ Utils config.status 5.2.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 535abd42ea2b
#
# config.status:1367: creating Doxyfile
# config.status:1367: creating Makefile
# config.status:1367: creating po/Makefile.in
# config.status:1367: creating lib/Makefile
# config.status:1367: creating src/Makefile
# config.status:1367: creating src/liblzma/Makefile
# config.status:1367: creating src/liblzma/api/Makefile
# config.status:1367: creating src/xz/Makefile
# config.status:1367: creating src/xzdec/Makefile
# config.status:1367: creating src/lzmainfo/Makefile
# config.status:1367: creating src/scripts/Makefile
# config.status:1367: creating tests/Makefile
# config.status:1367: creating debug/Makefile
# config.status:1367: creating src/scripts/xzdiff
# config.status:1367: creating src/scripts/xzgrep
# config.status:1367: creating src/scripts/xzmore
# config.status:1367: creating src/scripts/xzless
# config.status:1367: creating config.h
# config.status:1596: executing depfiles commands
# config.status:1596: executing libtool commands
# config.status:1596: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# 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=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_clock_gettime=yes
# ac_cv_func_futimens=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_posix_fadvise=yes
# ac_cv_func_pthread_condattr_setclock=yes
# ac_cv_func_wcwidth=yes
# ac_cv_have_decl_CLOCK_MONOTONIC=yes
# ac_cv_have_decl__mm_movemask_epi8=yes
# ac_cv_have_decl_optreset=no
# ac_cv_have_decl_program_invocation_name=yes
# ac_cv_header_CommonCrypto_CommonDigest_h=no
# ac_cv_header_byteswap_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_immintrin_h=yes
# 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_minix_sha2_h=no
# ac_cv_header_sha256_h=no
# ac_cv_header_sha2_h=no
# 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_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=x86_64-unknown-linux-gnu
# ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no
# ac_cv_member_struct_stat_st_atim_tv_nsec=yes
# ac_cv_member_struct_stat_st_atimensec=no
# ac_cv_member_struct_stat_st_atimespec_tv_nsec=no
# 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=/usr/bin/dd
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# 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=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_sizeof_size_t=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=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 -m elf_x86_64'
# 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_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_PTHREAD_PRIO_INHERIT=yes
# gl_cv_cc_vis_werror=yes
# gl_cv_cc_visibility=yes
# gl_cv_posix_shell=/bin/sh
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_RC=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][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=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
# tuklib_cv_cpucores_method=sysconf
# tuklib_cv_physmem_method=sysconf
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_CFLAGS=' -pthread -fvisibility=hidden -Wall -Wextra -Wvla -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 -Werror'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCAS='clang'
# CCASDEPMODE='depmode=gcc3'
# CCASFLAGS=''
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# 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='clang -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='/usr/bin/msgfmt'
# 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 -m elf_x86_64'
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS=' '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_EXEEXT='$(EXEEXT)'
# LN_S='ln -s'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# 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.2'
# PACKAGE_TARNAME='xz'
# PACKAGE_URL='http://tukaani.org/xz/'
# PACKAGE_VERSION='5.2.2'
# PATH_SEPARATOR=':'
# POSIX_SHELL='/bin/sh'
# POSUB='po'
# PREFERABLY_POSIX_SHELL='/bin/sh'
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# RC=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='5.2.2'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# 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='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# xz='xz'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "XZ Utils"
# #define PACKAGE_TARNAME "xz"
# #define PACKAGE_VERSION "5.2.2"
# #define PACKAGE_STRING "XZ Utils 5.2.2"
# #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.2"
# #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_PTHREAD_PRIO_INHERIT 1
# #define MYTHREAD_POSIX 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# #define HAVE_DECL_CLOCK_MONOTONIC 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_IMMINTRIN_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_UINTPTR_T 1
# #define SIZEOF_SIZE_T 8
# #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_FUTIMENS 1
# #define HAVE_POSIX_FADVISE 1
# #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_BSWAP_16 1
# #define HAVE_BSWAP_32 1
# #define HAVE_BSWAP_64 1
# #define TUKLIB_FAST_UNALIGNED_ACCESS 1
# #define HAVE_SYS_PARAM_H 1
# #define TUKLIB_PHYSMEM_SYSCONF 1
# #define HAVE_SYS_PARAM_H 1
# #define TUKLIB_CPUCORES_SYSCONF 1
# #define HAVE_MBRTOWC 1
# #define HAVE_WCWIDTH 1
# #define HAVE__MM_MOVEMASK_EPI8 1
# #define HAVE_VISIBILITY 1
#
# configure: exit 0