Build of lbzip2 with clang_glibc toolchain

The build took 00h 05m 10s and was SUCCESSFUL.

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

SLOCLanguage
27,946 ansic
8,965 makefile
4,306 sh
154 perl
41,371 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: lbzip2 2.5-3 (Thu Apr 13 11:28:19 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 make supports nested variables... (cached) yes
# checking whether ln -s works... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# 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 C89... (cached) none needed
# 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 Minix Amsterdam compiler... no
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# 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
# checking whether _XOPEN_SOURCE should be defined... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking whether C compiler handles -Werror -Wunknown-warning-option... yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking whether the preprocessor supports include_next... yes
# checking whether system header files limit the line length... no
# checking for complete errno.h... yes
# checking for unistd.h... (cached) yes
# checking for features.h... yes
# checking for sys/stat.h... (cached) yes
# checking for sys/time.h... yes
# checking for sys/socket.h... yes
# checking for wchar.h... yes
# checking for stdint.h... (cached) yes
# checking for inttypes.h... (cached) yes
# checking for math.h... yes
# checking for sys/mman.h... yes
# checking for sys/param.h... yes
# checking for pthread.h... yes
# checking for sched.h... yes
# checking for utime.h... yes
# checking for symlink... yes
# checking for vasnprintf... no
# checking for snprintf... yes
# checking for __fseterr... no
# checking for _set_invalid_parameter_handler... no
# checking for gettimeofday... yes
# checking for nanotime... no
# checking for lstat... yes
# checking for mprotect... yes
# checking for futimes... yes
# checking for futimesat... yes
# checking for futimens... yes
# checking for utimensat... yes
# checking for lutimes... yes
# checking for working fcntl.h... yes
# checking for pid_t... yes
# checking for mode_t... yes
# checking for stdint.h... yes
# checking for inttypes.h... yes
# checking whether printf supports size specifiers as in C99... yes
# checking whether printf supports 'long double' arguments... yes
# checking whether printf supports infinite 'double' arguments... yes
# checking whether byte ordering is bigendian... no
# checking whether long double and double are the same... no
# checking whether printf supports infinite 'long double' arguments... no
# checking whether printf supports the 'a' and 'A' directives... yes
# checking whether printf supports the 'F' directive... yes
# checking whether printf supports the 'n' directive... yes
# checking whether printf supports the 'ls' directive... yes
# checking whether printf supports POSIX/XSI format strings with positions... yes
# checking whether printf supports the grouping flag... yes
# checking whether printf supports the left-adjust flag correctly... yes
# checking whether printf supports the zero flag correctly... yes
# checking whether printf supports large precisions... yes
# checking whether printf survives out-of-memory conditions... yes
# checking for unsigned long long int... yes
# checking for long long int... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for intmax_t... yes
# checking where to find the exponent in a 'double'... word 1 bit 20
# checking whether snprintf returns a byte count as in C99... yes
# checking for snprintf... (cached) yes
# checking for strnlen... yes
# checking for wcslen... yes
# checking for wcsnlen... yes
# checking for mbrtowc... yes
# checking for wcrtomb... yes
# checking whether _snprintf is declared... no
# checking whether frexp() can be used without linking with libm... yes
# checking whether alarm is declared... yes
# checking whether stat file-mode macros are broken... no
# checking for nlink_t... yes
# checking for C/C++ restrict keyword... __restrict
# checking for struct timeval... yes
# checking for wide-enough struct timeval.tv_sec member... yes
# checking whether stdint.h conforms to C99... yes
# checking for inttypes.h... (cached) yes
# checking whether the inttypes.h PRIxNN macros are broken... no
# checking where to find the exponent in a 'float'... word 0 bit 23
# checking whether lstat correctly handles trailing slash... yes
# checking whether malloc, realloc, calloc are POSIX compliant... yes
# checking for mmap... yes
# checking for MAP_ANONYMOUS... yes
# checking whether memchr works... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for struct timespec in ... yes
# checking whether the utimes function works... yes
# checking for struct utimbuf... yes
# checking whether uses 'inline' correctly... yes
# checking for alloca as a compiler built-in... yes
# checking for library containing clock_gettime... none required
# checking for clock_gettime... yes
# checking for clock_settime... yes
# checking whether conversion from 'int' to 'long double' works... yes
# checking for ptrdiff_t... yes
# checking whether frexp works... yes
# checking whether frexpl is declared... yes
# checking whether frexpl() can be used without linking with libm... yes
# checking whether frexpl works... yes
# checking whether gettimeofday clobbers localtime buffer... no
# checking for gettimeofday with POSIX signature... almost
# checking whether INT32_MAX < INTMAX_MAX... yes
# checking whether INT64_MAX == LONG_MAX... yes
# checking whether UINT32_MAX < UINTMAX_MAX... yes
# checking whether UINT64_MAX == ULONG_MAX... yes
# checking whether isnan(double) can be used without linking with libm... yes
# checking whether isnan(float) can be used without linking with libm... no
# checking where to find the exponent in a 'float'... (cached) word 0 bit 23
# checking whether isnan(long double) can be used without linking with libm... no
# checking where to find the exponent in a 'long double'... word 2 bit 0
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking whether NAN macro works... yes
# checking whether HUGE_VAL works... yes
# checking whether frexp works... (cached) yes
# checking whether ldexp can be used without linking with libm... yes
# checking whether frexpl() can be used without linking with libm... (cached) yes
# checking whether frexpl works... (cached) yes
# checking whether frexpl is declared... (cached) yes
# checking whether ldexpl() can be used without linking with libm... yes
# checking whether ldexpl works... yes
# checking whether ldexpl is declared... yes
# checking whether pollutes the namespace... no
# checking for pthread_t... yes
# checking for pthread_spinlock_t... yes
# checking for library containing pthread_create and pthread_join... -lpthread
# checking for signbit macro... yes
# checking for signbit compiler built-ins... yes
# checking for stdint.h... (cached) yes
# checking for SIZE_MAX... yes
# checking for ssize_t... yes
# checking whether stat handles trailing slashes on directories... yes
# checking whether stat handles trailing slashes on files... yes
# checking for struct stat.st_atim.tv_nsec... yes
# checking whether struct stat.st_atim is of type struct timespec... yes
# checking for struct stat.st_birthtimespec.tv_nsec... no
# checking for struct stat.st_birthtimensec... no
# checking for struct stat.st_birthtim.tv_nsec... no
# checking whether NULL can be used in arbitrary expressions... yes
# checking for nlink_t... (cached) yes
# checking for ptrdiff_t... (cached) yes
# checking for stdint.h... (cached) yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating lib/Makefile
# config.status: creating man/Makefile
# config.status: creating tests/Makefile
# config.status: creating lib/config.h
# config.status: executing depfiles commands
# Making all in lib
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# GEN alloca.h
# GEN c++defs.h
# GEN arg-nonnull.h
# GEN warn-on-use.h
# GEN fcntl.h
# GEN inttypes.h
# GEN math.h
# GEN stdio.h
# GEN stdlib.h
# GEN string.h
# GEN sys/stat.h
# GEN sys/time.h
# GEN sys/types.h
# GEN time.h
# GEN unistd.h
# GEN wchar.h
# make all-recursive
# make[2]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[3]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# CC dtotimespec.o
# CC gettime.o
# CC math.o
# CC printf-frexp.o
# CC printf-frexpl.o
# CC stat-time.o
# CC timespec.o
# CC timespec-add.o
# CC timespec-sub.o
# CC unistd.o
# CC utimens.o
# CC xmalloc.o
# CC xsize.o
# CC asnprintf.o
# CC fprintf.o
# CC fseterr.o
# CC isnanf.o
# CC isnanl.o
# CC printf-args.o
# CC printf-parse.o
# CC vasnprintf.o
# AR libgnu.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[2]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# Making all in src
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# CC compress.o
# CC crctab.o
# CC decode.o
# CC divbwt.o
# CC encode.o
# CC expand.o
# CC main.o
# CC parse.o
# CC process.o
# CC signals.o
# CCLD lbzip2
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# Making all in man
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/man'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/man'
# Making all in tests
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/tests'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/tests'
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make install-recursive
# make[2]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[3]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[4]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[3]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[2]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/lib'
# Making install in src
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# make[2]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# /usr/bin/mkdir -p '/tmp/lbzip2/pkg/lbzip2/usr/bin'
# /usr/bin/install -c lbzip2 '/tmp/lbzip2/pkg/lbzip2/usr/bin'
# make install-exec-hook
# make[3]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# make[3]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/src'
# Making install in man
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/man'
# make[2]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/lbzip2/pkg/lbzip2/usr/share/man/man1'
# /usr/bin/install -c -m 644 lbzip2.1 lbunzip2.1 lbzcat.1 '/tmp/lbzip2/pkg/lbzip2/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/man'
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/man'
# Making install in tests
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/tests'
# make[2]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/tests'
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5/tests'
# make[1]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5'
# make[2]: Entering directory '/tmp/lbzip2/src/lbzip2-2.5'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5'
# make[1]: Leaving directory '/tmp/lbzip2/src/lbzip2-2.5'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "lbzip2"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: lbzip2 2.5-3 (Thu Apr 13 11:30:20 UTC 2017)

CMD: pacman --query --file lbzip2-2.5-3-x86_64.pkg.tar.xz
# lbzip2 2.5-3

Creating hybrid package for 'lbzip2'

Trying to find vanilla package 'lbzip2'...

CMD: pacman --query --file /mirror/lbzip2-2.5-3.pkg.tar.xz
# lbzip2 2.5-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/lbunzip2
# /usr/bin/lbzip2
# /usr/bin/lbzcat
# /usr/share/man/man1/lbzip2.1.gz
# /usr/share/man/man1/lbunzip2.1.gz
# /usr/share/man/man1/lbzcat.1.gz

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf lbzip2.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/lbzip2.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lbzip2.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/lbzip2.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/lbzip2/src/lbzip2-2.5/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 lbzip2 configure 2.5, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 41ac6cee55a1
# 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:3531: checking for a BSD-compatible install
# configure:3599: result: /usr/bin/install -c
# configure:3610: checking whether build environment is sane
# configure:3665: result: yes
# configure:3724: checking for x86_64-unknown-linux-strip
# configure:3754: result: no
# configure:3764: checking for strip
# configure:3780: found /usr/bin/strip
# configure:3791: result: strip
# configure:3816: checking for a thread-safe mkdir -p
# configure:3855: result: /usr/bin/mkdir -p
# configure:3862: checking for gawk
# configure:3878: found /usr/bin/gawk
# configure:3889: result: gawk
# configure:3900: checking whether make sets $(MAKE)
# configure:3922: result: yes
# configure:3951: checking whether make supports nested variables
# configure:3968: result: yes
# configure:4104: checking whether make supports nested variables
# configure:4121: result: yes
# configure:4133: checking whether ln -s works
# configure:4137: result: yes
# configure:4147: checking for x86_64-unknown-linux-ranlib
# configure:4177: result: no
# configure:4187: checking for ranlib
# configure:4203: found /usr/bin/ranlib
# configure:4214: result: ranlib
# configure:4248: checking for style of include used by make
# configure:4276: result: GNU
# configure:4307: checking for x86_64-unknown-linux-gcc
# configure:4334: result: clang
# configure:4603: checking for C compiler version
# configure:4612: 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:4623: $? = 0
# configure:4612: 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:4623: $? = 0
# configure:4612: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4623: $? = 1
# configure:4612: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4623: $? = 1
# configure:4643: checking whether the C compiler works
# configure:4665: clang conftest.c >&5
# configure:4669: $? = 0
# configure:4717: result: yes
# configure:4720: checking for C compiler default output file name
# configure:4722: result: a.out
# configure:4728: checking for suffix of executables
# configure:4735: clang -o conftest conftest.c >&5
# configure:4739: $? = 0
# configure:4761: result:
# configure:4783: checking whether we are cross compiling
# configure:4791: clang -o conftest conftest.c >&5
# configure:4795: $? = 0
# configure:4802: ./conftest
# configure:4806: $? = 0
# configure:4821: result: no
# configure:4826: checking for suffix of object files
# configure:4848: clang -c conftest.c >&5
# configure:4852: $? = 0
# configure:4873: result: o
# configure:4877: checking whether we are using the GNU C compiler
# configure:4896: clang -c conftest.c >&5
# configure:4896: $? = 0
# configure:4905: result: yes
# configure:4914: checking whether clang accepts -g
# configure:4934: clang -c -g conftest.c >&5
# configure:4934: $? = 0
# configure:4975: result: yes
# configure:4992: checking for clang option to accept ISO C89
# configure:5055: clang -c conftest.c >&5
# configure:5055: $? = 0
# configure:5068: result: none needed
# configure:5093: checking whether clang understands -c and -o together
# configure:5115: clang -c conftest.c -o conftest2.o
# configure:5118: $? = 0
# configure:5115: clang -c conftest.c -o conftest2.o
# configure:5118: $? = 0
# configure:5130: result: yes
# configure:5149: checking dependency style of clang
# configure:5260: result: gcc3
# configure:5275: checking for clang option to accept ISO C89
# configure:5351: result: none needed
# configure:5379: checking how to run the C preprocessor
# configure:5410: clang -E conftest.c
# configure:5410: $? = 0
# configure:5424: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5424: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | /* end confdefs.h. */
# | #include
# configure:5449: result: clang -E
# configure:5469: clang -E conftest.c
# configure:5469: $? = 0
# configure:5483: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5483: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | /* end confdefs.h. */
# | #include
# configure:5512: checking for grep that handles long lines and -e
# configure:5570: result: /usr/bin/grep
# configure:5575: checking for egrep
# configure:5637: result: /usr/bin/grep -E
# configure:5644: checking for Minix Amsterdam compiler
# configure:5668: result: no
# configure:5680: checking for x86_64-unknown-linux-ar
# configure:5710: result: no
# configure:5720: checking for ar
# configure:5736: found /usr/bin/ar
# configure:5747: result: ar
# configure:5880: checking for ANSI C header files
# configure:5900: clang -c conftest.c >&5
# configure:5900: $? = 0
# configure:5973: clang -o conftest conftest.c >&5
# configure:5973: $? = 0
# configure:5973: ./conftest
# configure:5973: $? = 0
# configure:5984: result: yes
# configure:5997: checking for sys/types.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for sys/stat.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for stdlib.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for string.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for memory.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for strings.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for inttypes.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for stdint.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:5997: checking for unistd.h
# configure:5997: clang -c conftest.c >&5
# configure:5997: $? = 0
# configure:5997: result: yes
# configure:6010: checking minix/config.h usability
# configure:6010: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #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:6010: result: no
# configure:6010: checking minix/config.h presence
# configure:6010: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #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:6010: result: no
# configure:6010: checking for minix/config.h
# configure:6010: result: no
# configure:6034: checking whether it is safe to define __EXTENSIONS__
# configure:6052: clang -c conftest.c >&5
# configure:6052: $? = 0
# configure:6059: result: yes
# configure:6074: checking whether _XOPEN_SOURCE should be defined
# configure:6093: clang -c conftest.c >&5
# configure:6093: $? = 0
# configure:6117: result: no
# configure:6133: checking build system type
# configure:6147: result: x86_64-unknown-linux-gnu
# configure:6167: checking host system type
# configure:6180: result: x86_64-unknown-linux-gnu
# configure:6236: checking for special C compiler options needed for large files
# configure:6281: result: no
# configure:6287: checking for _FILE_OFFSET_BITS value needed for large files
# configure:6312: clang -c conftest.c >&5
# configure:6312: $? = 0
# configure:6344: result: no
# configure:6526: checking whether C compiler handles -Werror -Wunknown-warning-option
# configure:6545: clang -o conftest -Werror -Wunknown-warning-option conftest.c >&5
# configure:6545: $? = 0
# configure:6555: result: yes
# configure:6684: checking for size_t
# configure:6684: clang -c conftest.c >&5
# configure:6684: $? = 0
# configure:6684: clang -c conftest.c >&5
# conftest.c:64:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:6684: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6684: result: yes
# configure:6697: checking for working alloca.h
# configure:6714: clang -o conftest conftest.c >&5
# configure:6714: $? = 0
# configure:6722: result: yes
# configure:6730: checking for alloca
# configure:6767: clang -o conftest conftest.c >&5
# configure:6767: $? = 0
# configure:6775: result: yes
# configure:6887: checking whether the preprocessor supports include_next
# configure:6925: clang -c -Iconftestd1b -Iconftestd2 conftest.c >&5
# configure:6925: $? = 0
# configure:6946: result: yes
# configure:6967: checking whether system header files limit the line length
# configure:6990: result: no
# configure:7001: checking for complete errno.h
# configure:7074: result: yes
# configure:7395: checking for unistd.h
# configure:7395: result: yes
# configure:7395: checking for features.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for sys/stat.h
# configure:7395: result: yes
# configure:7395: checking for sys/time.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for sys/socket.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for wchar.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for stdint.h
# configure:7395: result: yes
# configure:7395: checking for inttypes.h
# configure:7395: result: yes
# configure:7395: checking for math.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for sys/mman.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for sys/param.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for pthread.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for sched.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7395: checking for utime.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7414: checking for symlink
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for vasnprintf
# configure:7414: clang -o conftest conftest.c >&5
# /tmp/conftest-3eb48b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `vasnprintf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7414: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | /* end confdefs.h. */
# | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vasnprintf innocuous_vasnprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vasnprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vasnprintf
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char vasnprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vasnprintf || defined __stub___vasnprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vasnprintf ();
# | ;
# | return 0;
# | }
# configure:7414: result: no
# configure:7414: checking for snprintf
# configure:7414: clang -o conftest conftest.c >&5
# conftest.c:68:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:68:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for __fseterr
# configure:7414: clang -o conftest conftest.c >&5
# /tmp/conftest-a49a26.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `__fseterr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7414: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | /* Define __fseterr to an innocuous variant, in case declares __fseterr.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __fseterr innocuous___fseterr
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __fseterr (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __fseterr
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __fseterr ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub___fseterr || defined __stub_____fseterr
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __fseterr ();
# | ;
# | return 0;
# | }
# configure:7414: result: no
# configure:7414: checking for _set_invalid_parameter_handler
# configure:7414: clang -o conftest conftest.c >&5
# /tmp/conftest-511b0a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_set_invalid_parameter_handler'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7414: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _set_invalid_parameter_handler (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _set_invalid_parameter_handler
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _set_invalid_parameter_handler ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _set_invalid_parameter_handler ();
# | ;
# | return 0;
# | }
# configure:7414: result: no
# configure:7414: checking for gettimeofday
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for nanotime
# configure:7414: clang -o conftest conftest.c >&5
# /tmp/conftest-8827c0.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `nanotime'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7414: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | /* end confdefs.h. */
# | /* Define nanotime to an innocuous variant, in case declares nanotime.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define nanotime innocuous_nanotime
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char nanotime (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef nanotime
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char nanotime ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_nanotime || defined __stub___nanotime
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return nanotime ();
# | ;
# | return 0;
# | }
# configure:7414: result: no
# configure:7414: checking for lstat
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for mprotect
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for futimes
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for futimesat
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for futimens
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for utimensat
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7414: checking for lutimes
# configure:7414: clang -o conftest conftest.c >&5
# configure:7414: $? = 0
# configure:7414: result: yes
# configure:7430: checking for working fcntl.h
# configure:7533: clang -o conftest conftest.c >&5
# conftest.c:80:27: warning: address of array 'constants' will always evaluate to 'true' [-Wpointer-bool-conversion]
# int result = !constants;
# ~^~~~~~~~~
# 1 warning generated.
# configure:7533: $? = 0
# configure:7533: ./conftest
# configure:7533: $? = 0
# configure:7548: result: yes
# configure:7571: checking for pid_t
# configure:7571: clang -c conftest.c >&5
# configure:7571: $? = 0
# configure:7571: clang -c conftest.c >&5
# conftest.c:92:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:7571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7571: result: yes
# configure:7582: checking for mode_t
# configure:7582: clang -c conftest.c >&5
# configure:7582: $? = 0
# configure:7582: clang -c conftest.c >&5
# conftest.c:92:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:7582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #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 ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7582: result: yes
# configure:7594: checking for stdint.h
# configure:7611: clang -c conftest.c >&5
# configure:7611: $? = 0
# configure:7618: result: yes
# configure:7629: checking for inttypes.h
# configure:7648: clang -c conftest.c >&5
# configure:7648: $? = 0
# configure:7655: result: yes
# configure:7669: checking whether printf supports size specifiers as in C99
# configure:7740: clang -o conftest conftest.c >&5
# conftest.c:75:57: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%ju %d", (uintmax_t) 12345671, 33, 44, 55) < 0
# ~~~~~~~~ ^
# conftest.c:80:54: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%zu %d", (size_t) 12345672, 33, 44, 55) < 0
# ~~~~~~~~ ^
# conftest.c:84:57: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%tu %d", (ptrdiff_t) 12345673, 33, 44, 55) < 0
# ~~~~~~~~ ^
# conftest.c:88:54: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%Lg %d", (long double) 1.5, 33, 44, 55) < 0
# ~~~~~~~~ ^
# 4 warnings generated.
# configure:7740: $? = 0
# configure:7740: ./conftest
# configure:7740: $? = 0
# configure:7751: result: yes
# configure:7756: checking whether printf supports 'long double' arguments
# configure:7795: clang -o conftest conftest.c >&5
# conftest.c:66:42: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%Lf %d", 1.75L, 33, 44, 55) < 0
# ~~~~~~~~ ^
# conftest.c:70:42: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%Le %d", 1.75L, 33, 44, 55) < 0
# ~~~~~~~~ ^
# conftest.c:74:42: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%Lg %d", 1.75L, 33, 44, 55) < 0
# ~~~~~~~~ ^
# 3 warnings generated.
# configure:7795: $? = 0
# configure:7795: ./conftest
# configure:7795: $? = 0
# configure:7806: result: yes
# configure:7811: checking whether printf supports infinite 'double' arguments
# configure:7912: clang -o conftest conftest.c >&5
# configure:7912: $? = 0
# configure:7912: ./conftest
# configure:7912: $? = 0
# configure:7923: result: yes
# configure:7927: checking whether byte ordering is bigendian
# configure:7942: clang -c conftest.c >&5
# conftest.c:59:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:59:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:7942: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:7987: clang -c conftest.c >&5
# configure:7987: $? = 0
# configure:8005: clang -c conftest.c >&5
# conftest.c:65:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:8005: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:8133: result: no
# configure:8153: checking whether long double and double are the same
# configure:8174: clang -c conftest.c >&5
# conftest.c:62:19: error: 'check' declared as an array with a negative size
# typedef int check[sizeof (long double) == sizeof (double)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:8174: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | typedef int check[sizeof (long double) == sizeof (double)
# | && LDBL_MANT_DIG == DBL_MANT_DIG
# | && LDBL_MAX_EXP == DBL_MAX_EXP
# | && LDBL_MIN_EXP == DBL_MIN_EXP
# | ? 1 : -1];
# |
# | ;
# | return 0;
# | }
# configure:8182: result: no
# configure:8206: checking whether printf supports infinite 'long double' arguments
# configure:8513: clang -o conftest conftest.c >&5
# configure:8513: $? = 0
# configure:8513: ./conftest
# configure:8513: $? = 64
# configure: program exited with status 64
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | #if defined __MACH__ && defined __APPLE__
# | /* Avoid a crash on Mac OS X. */
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | /* The exception port on which our thread listens. */
# | static mach_port_t our_exception_port;
# | /* The main function of the thread listening for exceptions of type
# | EXC_BAD_ACCESS. */
# | static void *
# | mach_exception_thread (void *arg)
# | {
# | /* Buffer for a message to be received. */
# | struct {
# | mach_msg_header_t head;
# | mach_msg_body_t msgh_body;
# | char data[1024];
# | } msg;
# | mach_msg_return_t retval;
# | /* Wait for a message on the exception port. */
# | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
# | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
# | if (retval != MACH_MSG_SUCCESS)
# | abort ();
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | mach_port_t self = mach_task_self ();
# | /* Allocate a port on which the thread shall listen for exceptions. */
# | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
# | == KERN_SUCCESS) {
# | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
# | if (mach_port_insert_right (self, our_exception_port, our_exception_port,
# | MACH_MSG_TYPE_MAKE_SEND)
# | == KERN_SUCCESS) {
# | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
# | for us. */
# | exception_mask_t mask = EXC_MASK_BAD_ACCESS;
# | /* Create the thread listening on the exception port. */
# | pthread_attr_t attr;
# | pthread_t thread;
# | if (pthread_attr_init (&attr) == 0
# | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
# | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
# | pthread_attr_destroy (&attr);
# | /* Replace the exception port info for these exceptions with our own.
# | Note that we replace the exception port for the entire task, not only
# | for a particular thread. This has the effect that when our exception
# | port gets the message, the thread specific exception port has already
# | been asked, and we don't need to bother about it.
# | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
# | task_set_exception_ports (self, mask, our_exception_port,
# | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
# | }
# | }
# | }
# | }
# | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
# | /* Avoid a crash on native Windows. */
# | #define WIN32_LEAN_AND_MEAN
# | #include
# | #include
# | static LONG WINAPI
# | exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
# | {
# | switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
# | {
# | case EXCEPTION_ACCESS_VIOLATION:
# | case EXCEPTION_IN_PAGE_ERROR:
# | case EXCEPTION_STACK_OVERFLOW:
# | case EXCEPTION_GUARD_PAGE:
# | case EXCEPTION_PRIV_INSTRUCTION:
# | case EXCEPTION_ILLEGAL_INSTRUCTION:
# | case EXCEPTION_DATATYPE_MISALIGNMENT:
# | case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
# | case EXCEPTION_NONCONTINUABLE_EXCEPTION:
# | exit (1);
# | }
# | return EXCEPTION_CONTINUE_SEARCH;
# | }
# | static void
# | nocrash_init (void)
# | {
# | SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
# | }
# | #else
# | /* Avoid a crash on POSIX systems. */
# | #include
# | /* A POSIX signal handler. */
# | static void
# | exception_handler (int sig)
# | {
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | #ifdef SIGSEGV
# | signal (SIGSEGV, exception_handler);
# | #endif
# | #ifdef SIGBUS
# | signal (SIGBUS, exception_handler);
# | #endif
# | }
# | #endif
# |
# | #include
# | #include
# | #include
# | static int
# | strisnan (const char *string, size_t start_index, size_t end_index)
# | {
# | if (start_index < end_index)
# | {
# | if (string[start_index] == '-')
# | start_index++;
# | if (start_index + 3 <= end_index
# | && memcmp (string + start_index, "nan", 3) == 0)
# | {
# | start_index += 3;
# | if (start_index == end_index
# | || (string[start_index] == '(' && string[end_index - 1] == ')'))
# | return 1;
# | }
# | }
# | return 0;
# | }
# | static char buf[10000];
# | static long double zeroL = 0.0L;
# | int main ()
# | {
# | int result = 0;
# | nocrash_init();
# | if (sprintf (buf, "%Lf", 1.0L / zeroL) < 0
# | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
# | result |= 1;
# | if (sprintf (buf, "%Lf", -1.0L / zeroL) < 0
# | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
# | result |= 1;
# | if (sprintf (buf, "%Lf", zeroL / zeroL) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 1;
# | if (sprintf (buf, "%Le", 1.0L / zeroL) < 0
# | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
# | result |= 1;
# | if (sprintf (buf, "%Le", -1.0L / zeroL) < 0
# | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
# | result |= 1;
# | if (sprintf (buf, "%Le", zeroL / zeroL) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 1;
# | if (sprintf (buf, "%Lg", 1.0L / zeroL) < 0
# | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
# | result |= 1;
# | if (sprintf (buf, "%Lg", -1.0L / zeroL) < 0
# | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
# | result |= 1;
# | if (sprintf (buf, "%Lg", zeroL / zeroL) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 1;
# | #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
# | /* Representation of an 80-bit 'long double' as an initializer for a sequence
# | of 'unsigned int' words. */
# | # ifdef WORDS_BIGENDIAN
# | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 }
# | # else
# | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent }
# | # endif
# | { /* Quiet NaN. */
# | static union { unsigned int word[4]; long double value; } x =
# | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) };
# | if (sprintf (buf, "%Lf", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 2;
# | if (sprintf (buf, "%Le", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 2;
# | if (sprintf (buf, "%Lg", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 2;
# | }
# | {
# | /* Signalling NaN. */
# | static union { unsigned int word[4]; long double value; } x =
# | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) };
# | if (sprintf (buf, "%Lf", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 2;
# | if (sprintf (buf, "%Le", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 2;
# | if (sprintf (buf, "%Lg", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 2;
# | }
# | { /* Pseudo-NaN. */
# | static union { unsigned int word[4]; long double value; } x =
# | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) };
# | if (sprintf (buf, "%Lf", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 4;
# | if (sprintf (buf, "%Le", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 4;
# | if (sprintf (buf, "%Lg", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 4;
# | }
# | { /* Pseudo-Infinity. */
# | static union { unsigned int word[4]; long double value; } x =
# | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) };
# | if (sprintf (buf, "%Lf", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 8;
# | if (sprintf (buf, "%Le", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 8;
# | if (sprintf (buf, "%Lg", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 8;
# | }
# | { /* Pseudo-Zero. */
# | static union { unsigned int word[4]; long double value; } x =
# | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) };
# | if (sprintf (buf, "%Lf", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 16;
# | if (sprintf (buf, "%Le", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 16;
# | if (sprintf (buf, "%Lg", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 16;
# | }
# | { /* Unnormalized number. */
# | static union { unsigned int word[4]; long double value; } x =
# | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) };
# | if (sprintf (buf, "%Lf", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 32;
# | if (sprintf (buf, "%Le", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 32;
# | if (sprintf (buf, "%Lg", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 32;
# | }
# | { /* Pseudo-Denormal. */
# | static union { unsigned int word[4]; long double value; } x =
# | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) };
# | if (sprintf (buf, "%Lf", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 64;
# | if (sprintf (buf, "%Le", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 64;
# | if (sprintf (buf, "%Lg", x.value) < 0
# | || !strisnan (buf, 0, strlen (buf)))
# | result |= 64;
# | }
# | #endif
# | return result;
# | }
# configure:8524: result: no
# configure:8534: checking whether printf supports the 'a' and 'A' directives
# configure:8622: clang -o conftest conftest.c >&5
# conftest.c:67:48: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0
# ~~~~~~~ ^
# conftest.c:73:49: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0
# ~~~~~~~ ^
# conftest.c:80:42: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0
# ~~~~~~~~~ ^
# conftest.c:88:49: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%010a %d", 1.0 / zero, 33, 44, 55) < 0
# ~~~~~~~~~~ ^
# 4 warnings generated.
# configure:8622: $? = 0
# configure:8622: ./conftest
# configure:8622: $? = 0
# configure:8633: result: yes
# configure:8638: checking whether printf supports the 'F' directive
# configure:8686: clang -o conftest conftest.c >&5
# conftest.c:67:45: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%F %d", 1234567.0, 33, 44, 55) < 0
# ~~~~~~~ ^
# 1 warning generated.
# configure:8686: $? = 0
# configure:8686: ./conftest
# configure:8686: $? = 0
# configure:8697: result: yes
# configure:8702: checking whether printf supports the 'n' directive
# configure:8752: clang -o conftest conftest.c >&5
# configure:8752: $? = 0
# configure:8752: ./conftest
# configure:8752: $? = 0
# configure:8763: result: yes
# configure:8768: checking whether printf supports the 'ls' directive
# configure:8839: clang -o conftest conftest.c >&5
# configure:8839: $? = 0
# configure:8839: ./conftest
# configure:8839: $? = 0
# configure:8850: result: yes
# configure:8855: checking whether printf supports POSIX/XSI format strings with positions
# configure:8887: clang -o conftest conftest.c >&5
# configure:8887: $? = 0
# configure:8887: ./conftest
# configure:8887: $? = 0
# configure:8898: result: yes
# configure:8903: checking whether printf supports the grouping flag
# configure:8933: clang -o conftest conftest.c >&5
# configure:8933: $? = 0
# configure:8933: ./conftest
# configure:8933: $? = 0
# configure:8944: result: yes
# configure:8949: checking whether printf supports the left-adjust flag correctly
# configure:8982: clang -o conftest conftest.c >&5
# configure:8982: $? = 0
# configure:8982: ./conftest
# configure:8982: $? = 0
# configure:8993: result: yes
# configure:8998: checking whether printf supports the zero flag correctly
# configure:9032: clang -o conftest conftest.c >&5
# conftest.c:66:42: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%010f", 1.0 / zero, 33, 44, 55) < 0
# ~~~~~~~ ^
# 1 warning generated.
# configure:9032: $? = 0
# configure:9032: ./conftest
# configure:9032: $? = 0
# configure:9043: result: yes
# configure:9048: checking whether printf supports large precisions
# configure:9091: clang -o conftest conftest.c >&5
# conftest.c:70:42: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%.4000d %d", 1, 33, 44) < 4000 + 3)
# ~~~~~~~~~~~~ ^
# conftest.c:72:44: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%.4000f %d", 1.0, 33, 44) < 4000 + 5)
# ~~~~~~~~~~~~ ^
# conftest.c:74:43: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%.511f %d", 1.0, 33, 44) < 511 + 5
# ~~~~~~~~~~~ ^
# conftest.c:77:43: warning: data argument not used by format string [-Wformat-extra-args]
# if (sprintf (buf, "%.999f %d", 1.0, 33, 44) < 999 + 5
# ~~~~~~~~~~~ ^
# 4 warnings generated.
# configure:9091: $? = 0
# configure:9091: ./conftest
# configure:9091: $? = 0
# configure:9102: result: yes
# configure:9115: clang -c conftest.c >&5
# conftest.c:60:10: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:60:15: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:9115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:9150: checking whether printf survives out-of-memory conditions
# configure:9321: clang -o conftest conftest.c >&5
# configure:9324: $? = 0
# configure:9328: $? = 0
# configure:9373: result: yes
# configure:9391: checking for unsigned long long int
# configure:9430: clang -o conftest conftest.c >&5
# configure:9430: $? = 0
# configure:9439: result: yes
# configure:9449: checking for long long int
# configure:9487: clang -o conftest conftest.c >&5
# configure:9487: $? = 0
# configure:9487: ./conftest
# configure:9487: $? = 0
# configure:9499: result: yes
# configure:9508: checking for wchar_t
# configure:9525: clang -c conftest.c >&5
# configure:9525: $? = 0
# configure:9532: result: yes
# configure:9541: checking for wint_t
# configure:9566: clang -c conftest.c >&5
# configure:9566: $? = 0
# configure:9573: result: yes
# configure:9595: checking for intmax_t
# configure:9620: clang -c conftest.c >&5
# configure:9620: $? = 0
# configure:9627: result: yes
# configure:9646: checking where to find the exponent in a 'double'
# configure:9960: clang -o conftest conftest.c >&5
# configure:9960: $? = 0
# configure:9960: ./conftest
# configure:9960: $? = 0
# configure:9972: result: word 1 bit 20
# configure:9999: checking whether snprintf returns a byte count as in C99
# configure:10069: clang -o conftest conftest.c >&5
# configure:10069: $? = 0
# configure:10069: ./conftest
# configure:10069: $? = 0
# configure:10080: result: yes
# configure:10091: checking for snprintf
# configure:10091: result: yes
# configure:10091: checking for strnlen
# configure:10091: clang -o conftest conftest.c >&5
# configure:10091: $? = 0
# configure:10091: result: yes
# configure:10091: checking for wcslen
# configure:10091: clang -o conftest conftest.c >&5
# configure:10091: $? = 0
# configure:10091: result: yes
# configure:10091: checking for wcsnlen
# configure:10091: clang -o conftest conftest.c >&5
# configure:10091: $? = 0
# configure:10091: result: yes
# configure:10091: checking for mbrtowc
# configure:10091: clang -o conftest conftest.c >&5
# configure:10091: $? = 0
# configure:10091: result: yes
# configure:10091: checking for wcrtomb
# configure:10091: clang -o conftest conftest.c >&5
# configure:10091: $? = 0
# configure:10091: result: yes
# configure:10100: checking whether _snprintf is declared
# configure:10100: clang -c conftest.c >&5
# conftest.c:81:10: error: use of undeclared identifier '_snprintf'
# (void) _snprintf;
# ^
# 1 error generated.
# configure:10100: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef _snprintf
# | #ifdef __cplusplus
# | (void) _snprintf;
# | #else
# | (void) _snprintf;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:10100: result: no
# configure:10482: checking whether frexp() can be used without linking with libm
# configure:10500: clang -o conftest conftest.c >&5
# configure:10500: $? = 0
# configure:10509: result: yes
# configure:10512: checking whether alarm is declared
# configure:10512: clang -c conftest.c >&5
# configure:10512: $? = 0
# configure:10512: result: yes
# configure:10698: checking whether stat file-mode macros are broken
# configure:10725: clang -c conftest.c >&5
# configure:10725: $? = 0
# configure:10732: result: no
# configure:10883: checking for nlink_t
# configure:10883: clang -c conftest.c >&5
# configure:10883: $? = 0
# configure:10883: clang -c conftest.c >&5
# conftest.c:81:22: error: expected expression
# if (sizeof ((nlink_t)))
# ^
# 1 error generated.
# configure:10883: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((nlink_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10883: result: yes
# configure:10902: checking for C/C++ restrict keyword
# configure:10927: clang -c conftest.c >&5
# configure:10927: $? = 0
# configure:10935: result: __restrict
# configure:11074: checking for struct timeval
# configure:11097: clang -c conftest.c >&5
# configure:11097: $? = 0
# configure:11105: result: yes
# configure:11110: checking for wide-enough struct timeval.tv_sec member
# configure:11137: clang -c conftest.c >&5
# configure:11137: $? = 0
# configure:11145: result: yes
# configure:11286: checking whether stdint.h conforms to C99
# configure:11455: clang -c conftest.c >&5
# configure:11455: $? = 0
# configure:11535: clang -o conftest conftest.c >&5
# configure:11535: $? = 0
# configure:11535: ./conftest
# configure:11535: $? = 0
# configure:11547: result: yes
# configure:12001: checking for inttypes.h
# configure:12001: result: yes
# configure:12012: checking whether the inttypes.h PRIxNN macros are broken
# configure:12034: clang -c conftest.c >&5
# configure:12034: $? = 0
# configure:12042: result: no
# configure:12058: checking where to find the exponent in a 'float'
# configure:12135: clang -o conftest conftest.c >&5
# configure:12135: $? = 0
# configure:12135: ./conftest
# configure:12135: $? = 0
# configure:12147: result: word 0 bit 23
# configure:12169: checking whether lstat correctly handles trailing slash
# configure:12202: clang -o conftest conftest.c >&5
# configure:12202: $? = 0
# configure:12202: ./conftest
# configure:12202: $? = 0
# configure:12219: result: yes
# configure:12310: checking whether malloc, realloc, calloc are POSIX compliant
# configure:12330: clang -c conftest.c >&5
# configure:12330: $? = 0
# configure:12338: result: yes
# configure:12429: checking for mmap
# configure:12429: clang -o conftest conftest.c >&5
# configure:12429: $? = 0
# configure:12429: result: yes
# configure:12440: checking for MAP_ANONYMOUS
# configure:12477: result: yes
# configure:12499: checking whether memchr works
# configure:12562: clang -o conftest conftest.c >&5
# configure:12562: $? = 0
# configure:12562: ./conftest
# configure:12562: $? = 0
# configure:12572: result: yes
# configure:12590: checking for stdbool.h that conforms to C99
# configure:12657: clang -c conftest.c >&5
# conftest.c:130:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:134: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:134: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:134: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:134: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:134: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:134: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:134: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:134: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:135:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:135:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:135:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:12657: $? = 0
# configure:12664: result: yes
# configure:12666: checking for _Bool
# configure:12666: clang -c conftest.c >&5
# configure:12666: $? = 0
# configure:12666: clang -c conftest.c >&5
# conftest.c:117:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:12666: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 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:12666: result: yes
# configure:12867: checking for struct timespec in
# configure:12884: clang -c conftest.c >&5
# configure:12884: $? = 0
# configure:12891: result: yes
# configure:13041: checking whether the utimes function works
# configure:13156: clang -o conftest conftest.c >&5
# configure:13156: $? = 0
# configure:13156: ./conftest
# configure:13156: $? = 0
# configure:13166: result: yes
# configure:13179: checking for struct utimbuf
# configure:13202: clang -c conftest.c >&5
# configure:13202: $? = 0
# configure:13209: result: yes
# configure:13322: checking whether uses 'inline' correctly
# configure:13344: clang -c conftest.c >&5
# configure:13347: $? = 0
# configure:13365: clang -c conftest.c >&5
# configure:13368: $? = 0
# configure:13381: result: yes
# configure:13426: checking for alloca as a compiler built-in
# configure:13450: result: yes
# configure:13485: checking for library containing clock_gettime
# configure:13516: clang -o conftest conftest.c >&5
# configure:13516: $? = 0
# configure:13533: result: none required
# configure:13545: checking for clock_gettime
# configure:13545: clang -o conftest conftest.c >&5
# configure:13545: $? = 0
# configure:13545: result: yes
# configure:13545: checking for clock_settime
# configure:13545: clang -o conftest conftest.c >&5
# configure:13545: $? = 0
# configure:13545: result: yes
# configure:13690: checking whether conversion from 'int' to 'long double' works
# configure:13731: clang -o conftest conftest.c >&5
# configure:13731: $? = 0
# configure:13731: ./conftest
# configure:13731: $? = 0
# configure:13742: result: yes
# configure:14142: checking for ptrdiff_t
# configure:14142: clang -c conftest.c >&5
# configure:14142: $? = 0
# configure:14142: clang -c conftest.c >&5
# conftest.c:124:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:14142: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #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 ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14142: result: yes
# configure:14196: checking whether frexp works
# configure:14276: clang -o conftest conftest.c >&5
# conftest.c:148:21: warning: passing 'volatile double *' to parameter of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# if (memcmp (&y, &x, sizeof x))
# ^~
# /usr/include/string.h:65:50: note: passing argument to parameter '__s2' here
# extern int memcmp (const void *__s1, const void *__s2, size_t __n)
# ^
# 1 warning generated.
# configure:14276: $? = 0
# configure:14276: ./conftest
# configure:14276: $? = 0
# configure:14287: result: yes
# configure:14330: checking whether frexpl is declared
# configure:14330: clang -c conftest.c >&5
# configure:14330: $? = 0
# configure:14330: result: yes
# configure:14340: checking whether frexpl() can be used without linking with libm
# configure:14358: clang -o conftest conftest.c >&5
# configure:14358: $? = 0
# configure:14367: result: yes
# configure:14373: checking whether frexpl works
# configure:14484: clang -o conftest conftest.c >&5
# configure:14484: $? = 0
# configure:14484: ./conftest
# configure:14484: $? = 0
# configure:14495: result: yes
# configure:14608: checking whether gettimeofday clobbers localtime buffer
# configure:14647: clang -o conftest conftest.c >&5
# configure:14647: $? = 0
# configure:14647: ./conftest
# configure:14647: $? = 0
# configure:14657: result: no
# configure:14673: checking for gettimeofday with POSIX signature
# configure:14701: clang -c conftest.c >&5
# conftest.c:93:19: error: conflicting types for 'gettimeofday'
# int gettimeofday (struct timeval *restrict, void *restrict);
# ^
# /usr/include/sys/time.h:71:12: note: previous declaration is here
# extern int gettimeofday (struct timeval *__restrict __tv,
# ^
# conftest.c:103:21: warning: incompatible pointer types initializing 'int (*)(struct timeval *restrict, void *restrict)' with an expression of type 'int (struct timeval *restrict, __timezone_ptr_t)' (aka 'int (struct timeval *restrict, struct timezone *restrict)') [-Wincompatible-pointer-types]
# int (*f) (struct timeval *restrict, void *restrict)
# ^
# 1 warning and 1 error generated.
# configure:14701: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | /* end confdefs.h. */
# | #include
# | struct timeval c;
# | int gettimeofday (struct timeval *restrict, void *restrict);
# |
# | int
# | main ()
# | {
# | /* glibc uses struct timezone * rather than the POSIX void *
# | if _GNU_SOURCE is defined. However, since the only portable
# | use of gettimeofday uses NULL as the second parameter, and
# | since the glibc definition is actually more typesafe, it is
# | not worth wrapping this to get a compliant signature. */
# | int (*f) (struct timeval *restrict, void *restrict)
# | = gettimeofday;
# | int x = f (&c, 0);
# | return !(x | c.tv_sec | c.tv_usec);
# |
# | ;
# | return 0;
# | }
# configure:14717: clang -c conftest.c >&5
# configure:14717: $? = 0
# configure:14726: result: almost
# configure:14821: clang -c conftest.c >&5
# conftest.c:94:23: error: redeclaration of 'foo' with a different type: 'int' vs 'intptr_t' (aka 'long')
# extern int foo;
# ^
# conftest.c:93:28: note: previous declaration is here
# extern intptr_t foo;
# ^
# 1 error generated.
# configure:14821: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | /* end confdefs.h. */
# | #include
# | extern intptr_t foo;
# | extern int foo;
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:14821: clang -c conftest.c >&5
# configure:14821: $? = 0
# configure:14831: checking whether INT32_MAX < INTMAX_MAX
# configure:14865: clang -c conftest.c >&5
# configure:14865: $? = 0
# configure:14872: result: yes
# configure:14883: checking whether INT64_MAX == LONG_MAX
# configure:14917: clang -c conftest.c >&5
# configure:14917: $? = 0
# configure:14924: result: yes
# configure:14937: checking whether UINT32_MAX < UINTMAX_MAX
# configure:14971: clang -c conftest.c >&5
# configure:14971: $? = 0
# configure:14978: result: yes
# configure:14989: checking whether UINT64_MAX == ULONG_MAX
# configure:15023: clang -c conftest.c >&5
# configure:15023: $? = 0
# configure:15030: result: yes
# configure:15047: checking whether isnan(double) can be used without linking with libm
# configure:15072: clang -o conftest conftest.c >&5
# configure:15072: $? = 0
# configure:15081: result: yes
# configure:15108: checking whether isnan(float) can be used without linking with libm
# configure:15133: clang -o conftest conftest.c >&5
# conftest.c:105:8: error: use of unknown builtin '__builtin_isnanf' [-Wimplicit-function-declaration]
# return isnanf (x);
# ^
# conftest.c:96:33: note: expanded from macro 'isnanf'
# # define isnanf(x) __builtin_isnanf ((float)(x))
# ^
# 1 error generated.
# configure:15133: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | /* end confdefs.h. */
# | #include
# | #if __GNUC__ >= 4
# | # undef isnanf
# | # define isnanf(x) __builtin_isnanf ((float)(x))
# | #elif defined isnan
# | # undef isnanf
# | # define isnanf(x) isnan ((float)(x))
# | #endif
# | float x;
# | int
# | main ()
# | {
# | return isnanf (x);
# | ;
# | return 0;
# | }
# configure:15142: result: no
# configure:15259: checking where to find the exponent in a 'float'
# configure:15348: result: word 0 bit 23
# configure:15371: checking whether isnan(long double) can be used without linking with libm
# configure:15396: clang -o conftest conftest.c >&5
# conftest.c:107:8: error: use of unknown builtin '__builtin_isnanl' [-Wimplicit-function-declaration]
# return isnanl (x);
# ^
# conftest.c:98:33: note: expanded from macro 'isnanl'
# # define isnanl(x) __builtin_isnanl ((long double)(x))
# ^
# 1 error generated.
# configure:15396: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | /* end confdefs.h. */
# | #include
# | #if __GNUC__ >= 4
# | # undef isnanl
# | # define isnanl(x) __builtin_isnanl ((long double)(x))
# | #elif defined isnan
# | # undef isnanl
# | # define isnanl(x) isnan ((long double)(x))
# | #endif
# | long double x;
# | int
# | main ()
# | {
# | return isnanl (x);
# | ;
# | return 0;
# | }
# configure:15405: result: no
# configure:15591: checking where to find the exponent in a 'long double'
# configure:15671: clang -o conftest conftest.c >&5
# configure:15671: $? = 0
# configure:15671: ./conftest
# configure:15671: $? = 0
# configure:15683: result: word 2 bit 0
# configure:15749: checking for stdlib.h
# configure:15749: result: yes
# configure:15759: checking for GNU libc compatible malloc
# configure:15792: clang -o conftest conftest.c >&5
# configure:15792: $? = 0
# configure:15792: ./conftest
# configure:15792: $? = 0
# configure:15803: result: yes
# configure:15951: checking whether NAN macro works
# configure:15974: clang -c conftest.c >&5
# configure:15974: $? = 0
# configure:15981: result: yes
# configure:15986: checking whether HUGE_VAL works
# configure:16004: clang -c conftest.c >&5
# configure:16004: $? = 0
# configure:16011: result: yes
# configure:16091: checking whether frexp works
# configure:16182: result: yes
# configure:16194: checking whether ldexp can be used without linking with libm
# configure:16213: clang -o conftest conftest.c >&5
# configure:16213: $? = 0
# configure:16222: result: yes
# configure:16235: checking whether frexpl() can be used without linking with libm
# configure:16262: result: yes
# configure:16268: checking whether frexpl works
# configure:16390: result: yes
# configure:16405: checking whether frexpl is declared
# configure:16405: result: yes
# configure:16416: checking whether ldexpl() can be used without linking with libm
# configure:16434: clang -o conftest conftest.c >&5
# configure:16434: $? = 0
# configure:16443: result: yes
# configure:16449: checking whether ldexpl works
# configure:16490: clang -o conftest conftest.c >&5
# configure:16490: $? = 0
# configure:16490: ./conftest
# configure:16490: $? = 0
# configure:16501: result: yes
# configure:16509: checking whether ldexpl is declared
# configure:16509: clang -c conftest.c >&5
# configure:16509: $? = 0
# configure:16509: result: yes
# configure:16605: checking whether pollutes the namespace
# configure:16626: clang -c conftest.c >&5
# configure:16626: $? = 0
# configure:16633: result: no
# configure:16639: checking for pthread_t
# configure:16639: clang -c conftest.c >&5
# configure:16639: $? = 0
# configure:16639: clang -c conftest.c >&5
# conftest.c:145:24: error: expected expression
# if (sizeof ((pthread_t)))
# ^
# 1 error generated.
# configure:16639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | /* 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
# | #if HAVE_PTHREAD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((pthread_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16639: result: yes
# configure:16652: checking for pthread_spinlock_t
# configure:16652: clang -c conftest.c >&5
# configure:16652: $? = 0
# configure:16652: clang -c conftest.c >&5
# conftest.c:146:33: error: expected expression
# if (sizeof ((pthread_spinlock_t)))
# ^
# 1 error generated.
# configure:16652: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_PTHREAD_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((pthread_spinlock_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16652: result: yes
# configure:16704: checking for library containing pthread_create and pthread_join
# configure:16728: clang -o conftest conftest.c >&5
# /tmp/conftest-21da9a.o: In function `main':
# conftest.c:(.text+0x3e): undefined reference to `pthread_create'
# conftest.c:(.text+0x52): undefined reference to `pthread_join'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | #define HAVE_PTHREAD_SPINLOCK_T 1
# | /* end confdefs.h. */
# | #include
# | void *noop (void *p) { return p; }
# | int
# | main ()
# | {
# | pthread_t pt;
# | void *arg = 0;
# | pthread_create (&pt, 0, noop, arg);
# | pthread_join (pthread_self (), &arg);
# | ;
# | return 0;
# | }
# configure:16728: clang -o conftest conftest.c -lpthread >&5
# configure:16728: $? = 0
# configure:16742: result: -lpthread
# configure:16776: clang -c conftest.c >&5
# configure:16776: $? = 0
# configure:16893: checking for signbit macro
# configure:16998: clang -o conftest conftest.c >&5
# configure:16998: $? = 0
# configure:16998: ./conftest
# configure:16998: $? = 0
# configure:17009: result: yes
# configure:17011: checking for signbit compiler built-ins
# configure:17113: clang -o conftest conftest.c >&5
# configure:17113: $? = 0
# configure:17113: ./conftest
# configure:17113: $? = 0
# configure:17124: result: yes
# configure:17648: checking for stdint.h
# configure:17648: result: yes
# configure:17658: checking for SIZE_MAX
# configure:17729: result: yes
# configure:17741: checking for ssize_t
# configure:17758: clang -c conftest.c >&5
# configure:17758: $? = 0
# configure:17765: result: yes
# configure:17776: checking whether stat handles trailing slashes on directories
# configure:17799: clang -o conftest conftest.c >&5
# configure:17799: $? = 0
# configure:17799: ./conftest
# configure:17799: $? = 0
# configure:17809: result: yes
# configure:17811: checking whether stat handles trailing slashes on files
# configure:17851: clang -o conftest conftest.c >&5
# configure:17851: $? = 0
# configure:17851: ./conftest
# configure:17851: $? = 0
# configure:17862: result: yes
# configure:17905: checking for struct stat.st_atim.tv_nsec
# configure:17905: clang -c conftest.c >&5
# configure:17905: $? = 0
# configure:17905: result: yes
# configure:17914: checking whether struct stat.st_atim is of type struct timespec
# configure:17941: clang -c conftest.c >&5
# configure:17941: $? = 0
# configure:17948: result: yes
# configure:18000: checking for struct stat.st_birthtimespec.tv_nsec
# configure:18000: clang -c conftest.c >&5
# conftest.c:118:13: error: no member named 'st_birthtimespec' in 'struct stat'
# if (ac_aggr.st_birthtimespec.tv_nsec)
# ~~~~~~~ ^
# 1 error generated.
# configure:18000: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | #define HAVE_PTHREAD_SPINLOCK_T 1
# | #define GNULIB_PTHREAD 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_birthtimespec.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18000: clang -c conftest.c >&5
# conftest.c:118:20: error: no member named 'st_birthtimespec' in 'struct stat'
# if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
# ~~~~~~~ ^
# 1 error generated.
# configure:18000: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | #define HAVE_PTHREAD_SPINLOCK_T 1
# | #define GNULIB_PTHREAD 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18000: result: no
# configure:18011: checking for struct stat.st_birthtimensec
# configure:18011: clang -c conftest.c >&5
# conftest.c:118:13: error: no member named 'st_birthtimensec' in 'struct stat'
# if (ac_aggr.st_birthtimensec)
# ~~~~~~~ ^
# 1 error generated.
# configure:18011: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | #define HAVE_PTHREAD_SPINLOCK_T 1
# | #define GNULIB_PTHREAD 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_birthtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18011: clang -c conftest.c >&5
# conftest.c:118:20: error: no member named 'st_birthtimensec' in 'struct stat'
# if (sizeof ac_aggr.st_birthtimensec)
# ~~~~~~~ ^
# 1 error generated.
# configure:18011: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | #define HAVE_PTHREAD_SPINLOCK_T 1
# | #define GNULIB_PTHREAD 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_birthtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18011: result: no
# configure:18022: checking for struct stat.st_birthtim.tv_nsec
# configure:18022: clang -c conftest.c >&5
# conftest.c:118:13: error: no member named 'st_birthtim' in 'struct stat'
# if (ac_aggr.st_birthtim.tv_nsec)
# ~~~~~~~ ^
# 1 error generated.
# configure:18022: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | #define HAVE_PTHREAD_SPINLOCK_T 1
# | #define GNULIB_PTHREAD 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_birthtim.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18022: clang -c conftest.c >&5
# conftest.c:118:20: error: no member named 'st_birthtim' in 'struct stat'
# if (sizeof ac_aggr.st_birthtim.tv_nsec)
# ~~~~~~~ ^
# 1 error generated.
# configure:18022: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lbzip2"
# | #define PACKAGE_TARNAME "lbzip2"
# | #define PACKAGE_VERSION "2.5"
# | #define PACKAGE_STRING "lbzip2 2.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lbzip2"
# | #define VERSION "2.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define _DARWIN_USE_64_BIT_INODE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_FUTIMES 1
# | #define HAVE_FUTIMESAT 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_LUTIMES 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define CHECK_PRINTF_SAFE 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define DBL_EXPBIT0_WORD 1
# | #define DBL_EXPBIT0_BIT 20
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNLEN 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_DECL__SNPRINTF 0
# | #define HAVE_SNPRINTF_RETVAL_C99 1
# | #define HAVE_DECL_ALARM 1
# | #define restrict __restrict
# | #define HAVE_INTTYPES_H 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_WORKING_UTIMES 1
# | #define HAVE_STRUCT_UTIMBUF 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# | #define REPLACE_FPRINTF_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define HAVE_ISNAND_IN_LIBC 1
# | #define FLT_EXPBIT0_WORD 0
# | #define FLT_EXPBIT0_BIT 23
# | #define LDBL_EXPBIT0_WORD 2
# | #define LDBL_EXPBIT0_BIT 0
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define HAVE_FREXP_IN_LIBC 1
# | #define HAVE_LDEXP_IN_LIBC 1
# | #define HAVE_FREXPL_IN_LIBC 1
# | #define HAVE_LDEXPL_IN_LIBC 1
# | #define HAVE_PTHREAD_T 1
# | #define HAVE_PTHREAD_SPINLOCK_T 1
# | #define GNULIB_PTHREAD 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_birthtim.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18022: result: no
# configure:18074: checking whether NULL can be used in arbitrary expressions
# configure:18092: clang -c conftest.c >&5
# configure:18092: $? = 0
# configure:18099: result: yes
# configure:18476: checking for nlink_t
# configure:18476: result: yes
# configure:18719: checking for ptrdiff_t
# configure:18719: result: yes
# configure:18842: checking for stdint.h
# configure:18842: result: yes
# configure:19004: checking that generated files are newer than configure
# configure:19010: result: done
# configure:19103: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by lbzip2 config.status 2.5, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 41ac6cee55a1
#
# config.status:1881: creating Makefile
# config.status:1881: creating src/Makefile
# config.status:1881: creating lib/Makefile
# config.status:1881: creating man/Makefile
# config.status:1881: creating tests/Makefile
# config.status:1881: creating lib/config.h
# config.status:2110: executing depfiles 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_restrict=__restrict
# 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_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___fseterr=no
# ac_cv_func__set_invalid_parameter_handler=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_clock_settime=yes
# ac_cv_func_futimens=yes
# ac_cv_func_futimes=yes
# ac_cv_func_futimesat=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_lstat=yes
# ac_cv_func_lutimes=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mmap=yes
# ac_cv_func_mprotect=yes
# ac_cv_func_nanotime=no
# ac_cv_func_snprintf=yes
# ac_cv_func_strnlen=yes
# ac_cv_func_symlink=yes
# ac_cv_func_utimensat=yes
# ac_cv_func_vasnprintf=no
# ac_cv_func_wcrtomb=yes
# ac_cv_func_wcslen=yes
# ac_cv_func_wcsnlen=yes
# ac_cv_have_decl__snprintf=no
# ac_cv_have_decl_alarm=yes
# ac_cv_have_decl_frexpl=yes
# ac_cv_have_decl_ldexpl=yes
# ac_cv_header_features_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_sched_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_member_struct_stat_st_atim_tv_nsec=yes
# ac_cv_member_struct_stat_st_birthtim_tv_nsec=no
# ac_cv_member_struct_stat_st_birthtimensec=no
# ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# 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_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# 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_should_define__xopen_source=no
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type__Bool=yes
# ac_cv_type_long_long_int=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_nlink_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_pthread_spinlock_t=yes
# ac_cv_type_pthread_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gl_cv_c_amsterdam_compiler=no
# gl_cv_c_multiarch=no
# gl_cv_cc_double_expbit0='word 1 bit 20'
# gl_cv_cc_float_expbit0='word 0 bit 23'
# gl_cv_cc_long_double_expbit0='word 2 bit 0'
# gl_cv_decl_null_works=yes
# gl_cv_func_fprintf_posix=no
# gl_cv_func_frexp_no_libm=yes
# gl_cv_func_frexp_works=yes
# gl_cv_func_frexpl_no_libm=yes
# gl_cv_func_frexpl_works=yes
# gl_cv_func_gettimeofday_clobber=no
# gl_cv_func_gettimeofday_posix_signature=almost
# gl_cv_func_isnand_no_libm=yes
# gl_cv_func_isnanf_no_libm=no
# gl_cv_func_isnanl_no_libm=no
# gl_cv_func_itold_works=yes
# gl_cv_func_ldexp_no_libm=yes
# gl_cv_func_ldexpl_no_libm=yes
# gl_cv_func_ldexpl_works=yes
# gl_cv_func_lstat_dereferences_slashed_symlink=yes
# gl_cv_func_malloc_posix=yes
# gl_cv_func_memchr_works=yes
# gl_cv_func_printf_directive_a=yes
# gl_cv_func_printf_directive_f=yes
# gl_cv_func_printf_directive_ls=yes
# gl_cv_func_printf_directive_n=yes
# gl_cv_func_printf_enomem=yes
# gl_cv_func_printf_flag_grouping=yes
# gl_cv_func_printf_flag_leftadjust=yes
# gl_cv_func_printf_flag_zero=yes
# gl_cv_func_printf_infinite=yes
# gl_cv_func_printf_infinite_long_double=no
# gl_cv_func_printf_long_double=yes
# gl_cv_func_printf_positions=yes
# gl_cv_func_printf_precision=yes
# gl_cv_func_printf_sizes_c99=yes
# gl_cv_func_signbit=yes
# gl_cv_func_signbit_gcc=yes
# gl_cv_func_snprintf_retval_c99=yes
# gl_cv_func_stat_dir_slash=yes
# gl_cv_func_stat_file_slash=yes
# gl_cv_func_working_utimes=yes
# gl_cv_have_include_next=yes
# gl_cv_header_errno_h_complete=yes
# gl_cv_header_inttypes_h=yes
# gl_cv_header_math_huge_val_works=yes
# gl_cv_header_math_nan_works=yes
# gl_cv_header_pthread_h_pollution=no
# gl_cv_header_stdint_h=yes
# gl_cv_header_wchar_h_correct_inline=yes
# gl_cv_header_working_fcntl_h=yes
# gl_cv_header_working_stdint_h=yes
# gl_cv_lib_pthread=-lpthread
# gl_cv_long_double_equals_double=no
# gl_cv_next_fcntl_h=''
# gl_cv_next_inttypes_h=''
# gl_cv_next_math_h=''
# gl_cv_next_pthread_h=''
# gl_cv_next_stdint_h=''
# gl_cv_next_stdio_h=''
# gl_cv_next_stdlib_h=''
# gl_cv_next_string_h=''
# gl_cv_next_sys_stat_h=''
# gl_cv_next_sys_time_h=''
# gl_cv_next_sys_types_h=''
# gl_cv_next_time_h=''
# gl_cv_next_unistd_h=''
# gl_cv_next_wchar_h=''
# gl_cv_pragma_columns=no
# gl_cv_rpl_alloca=yes
# gl_cv_size_max=yes
# gl_cv_sys_struct_timespec_in_time_h=yes
# gl_cv_sys_struct_timeval=yes
# gl_cv_sys_struct_timeval_tv_sec=yes
# gl_cv_sys_struct_utimbuf=yes
# gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes
# gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes
# gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes
# gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes
# gl_cv_warn_c__Werror__Wunknown_warning_option=yes
# gt_cv_c_intmax_t=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_inttypes_pri_broken=no
# gt_cv_ssize_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/lbzip2/src/lbzip2-2.5/build-aux/missing aclocal-1.14'
# ALLOCA=''
# ALLOCA_H='alloca.h'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# APPLE_UNIVERSAL_BUILD='0'
# AR='ar'
# ARFLAGS='cru'
# AUTOCONF='${SHELL} /tmp/lbzip2/src/lbzip2-2.5/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/lbzip2/src/lbzip2-2.5/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/lbzip2/src/lbzip2-2.5/build-aux/missing automake-1.14'
# AWK='gawk'
# BITSIZEOF_PTRDIFF_T=''
# BITSIZEOF_SIG_ATOMIC_T=''
# BITSIZEOF_SIZE_T=''
# BITSIZEOF_WCHAR_T=''
# BITSIZEOF_WINT_T=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EMULTIHOP_HIDDEN=''
# EMULTIHOP_VALUE=''
# ENOLINK_HIDDEN=''
# ENOLINK_VALUE=''
# EOVERFLOW_HIDDEN=''
# EOVERFLOW_VALUE=''
# ERRNO_H=''
# EXEEXT=''
# FLOAT_H=''
# GL_COND_LIBTOOL_FALSE=''
# GL_COND_LIBTOOL_TRUE='#'
# GL_GENERATE_ALLOCA_H_FALSE='#'
# GL_GENERATE_ALLOCA_H_TRUE=''
# GL_GENERATE_ERRNO_H_FALSE=''
# GL_GENERATE_ERRNO_H_TRUE='#'
# GL_GENERATE_FLOAT_H_FALSE=''
# GL_GENERATE_FLOAT_H_TRUE='#'
# GL_GENERATE_PTHREAD_H_FALSE=''
# GL_GENERATE_PTHREAD_H_TRUE='#'
# GL_GENERATE_SCHED_H_FALSE=''
# GL_GENERATE_SCHED_H_TRUE='#'
# GL_GENERATE_STDBOOL_H_FALSE=''
# GL_GENERATE_STDBOOL_H_TRUE='#'
# GL_GENERATE_STDDEF_H_FALSE=''
# GL_GENERATE_STDDEF_H_TRUE='#'
# GL_GENERATE_STDINT_H_FALSE=''
# GL_GENERATE_STDINT_H_TRUE='#'
# GNULIB_ACOSF='0'
# GNULIB_ACOSL='0'
# GNULIB_ASINF='0'
# GNULIB_ASINL='0'
# GNULIB_ATAN2F='0'
# GNULIB_ATANF='0'
# GNULIB_ATANL='0'
# GNULIB_ATOLL='0'
# GNULIB_BTOWC='0'
# GNULIB_CALLOC_POSIX='0'
# GNULIB_CANONICALIZE_FILE_NAME='0'
# GNULIB_CBRT='0'
# GNULIB_CBRTF='0'
# GNULIB_CBRTL='0'
# GNULIB_CEIL='0'
# GNULIB_CEILF='0'
# GNULIB_CEILL='0'
# GNULIB_CHDIR='0'
# GNULIB_CHOWN='0'
# GNULIB_CLOSE='0'
# GNULIB_COPYSIGN='0'
# GNULIB_COPYSIGNF='0'
# GNULIB_COPYSIGNL='0'
# GNULIB_COSF='0'
# GNULIB_COSHF='0'
# GNULIB_COSL='0'
# GNULIB_DPRINTF='0'
# GNULIB_DUP2='0'
# GNULIB_DUP3='0'
# GNULIB_DUP='0'
# GNULIB_ENVIRON='0'
# GNULIB_EUIDACCESS='0'
# GNULIB_EXP2='0'
# GNULIB_EXP2F='0'
# GNULIB_EXP2L='0'
# GNULIB_EXPF='0'
# GNULIB_EXPL='0'
# GNULIB_EXPM1='0'
# GNULIB_EXPM1F='0'
# GNULIB_EXPM1L='0'
# GNULIB_FABSF='0'
# GNULIB_FABSL='0'
# GNULIB_FACCESSAT='0'
# GNULIB_FCHDIR='0'
# GNULIB_FCHMODAT='0'
# GNULIB_FCHOWNAT='0'
# GNULIB_FCLOSE='0'
# GNULIB_FCNTL='0'
# GNULIB_FDATASYNC='0'
# GNULIB_FDOPEN='0'
# GNULIB_FFLUSH='0'
# GNULIB_FFSL='0'
# GNULIB_FFSLL='0'
# GNULIB_FGETC='1'
# GNULIB_FGETS='1'
# GNULIB_FLOOR='0'
# GNULIB_FLOORF='0'
# GNULIB_FLOORL='0'
# GNULIB_FMA='0'
# GNULIB_FMAF='0'
# GNULIB_FMAL='0'
# GNULIB_FMOD='0'
# GNULIB_FMODF='0'
# GNULIB_FMODL='0'
# GNULIB_FOPEN='0'
# GNULIB_FPRINTF='1'
# GNULIB_FPRINTF_POSIX='1'
# GNULIB_FPURGE='0'
# GNULIB_FPUTC='1'
# GNULIB_FPUTS='1'
# GNULIB_FREAD='1'
# GNULIB_FREOPEN='0'
# GNULIB_FREXP='1'
# GNULIB_FREXPF='0'
# GNULIB_FREXPL='1'
# GNULIB_FSCANF='1'
# GNULIB_FSEEK='0'
# GNULIB_FSEEKO='0'
# GNULIB_FSTAT='1'
# GNULIB_FSTATAT='0'
# GNULIB_FSYNC='0'
# GNULIB_FTELL='0'
# GNULIB_FTELLO='0'
# GNULIB_FTRUNCATE='0'
# GNULIB_FUTIMENS='0'
# GNULIB_FWRITE='1'
# GNULIB_GETC='1'
# GNULIB_GETCHAR='1'
# GNULIB_GETCWD='0'
# GNULIB_GETDELIM='0'
# GNULIB_GETDOMAINNAME='0'
# GNULIB_GETDTABLESIZE='0'
# GNULIB_GETGROUPS='0'
# GNULIB_GETHOSTNAME='0'
# GNULIB_GETLINE='0'
# GNULIB_GETLOADAVG='0'
# GNULIB_GETLOGIN='0'
# GNULIB_GETLOGIN_R='0'
# GNULIB_GETPAGESIZE='0'
# GNULIB_GETSUBOPT='0'
# GNULIB_GETTIMEOFDAY='1'
# GNULIB_GETUSERSHELL='0'
# GNULIB_GRANTPT='0'
# GNULIB_GROUP_MEMBER='0'
# GNULIB_HYPOT='0'
# GNULIB_HYPOTF='0'
# GNULIB_HYPOTL='0'
# GNULIB_ILOGB='0'
# GNULIB_ILOGBF='0'
# GNULIB_ILOGBL='0'
# GNULIB_IMAXABS='0'
# GNULIB_IMAXDIV='0'
# GNULIB_ISATTY='0'
# GNULIB_ISFINITE='0'
# GNULIB_ISINF='0'
# GNULIB_ISNAN='0'
# GNULIB_ISNAND='0'
# GNULIB_ISNANF='0'
# GNULIB_ISNANL='0'
# GNULIB_LCHMOD='0'
# GNULIB_LCHOWN='0'
# GNULIB_LDEXPF='0'
# GNULIB_LDEXPL='0'
# GNULIB_LINK='0'
# GNULIB_LINKAT='0'
# GNULIB_LOG10='0'
# GNULIB_LOG10F='0'
# GNULIB_LOG10L='0'
# GNULIB_LOG1P='0'
# GNULIB_LOG1PF='0'
# GNULIB_LOG1PL='0'
# GNULIB_LOG2='0'
# GNULIB_LOG2F='0'
# GNULIB_LOG2L='0'
# GNULIB_LOG='0'
# GNULIB_LOGB='0'
# GNULIB_LOGBF='0'
# GNULIB_LOGBL='0'
# GNULIB_LOGF='0'
# GNULIB_LOGL='0'
# GNULIB_LSEEK='0'
# GNULIB_LSTAT='1'
# GNULIB_MALLOC_POSIX='1'
# GNULIB_MBRLEN='0'
# GNULIB_MBRTOWC='0'
# GNULIB_MBSCASECMP='0'
# GNULIB_MBSCASESTR='0'
# GNULIB_MBSCHR='0'
# GNULIB_MBSCSPN='0'
# GNULIB_MBSINIT='0'
# GNULIB_MBSLEN='0'
# GNULIB_MBSNCASECMP='0'
# GNULIB_MBSNLEN='0'
# GNULIB_MBSNRTOWCS='0'
# GNULIB_MBSPBRK='0'
# GNULIB_MBSPCASECMP='0'
# GNULIB_MBSRCHR='0'
# GNULIB_MBSRTOWCS='0'
# GNULIB_MBSSEP='0'
# GNULIB_MBSSPN='0'
# GNULIB_MBSSTR='0'
# GNULIB_MBSTOK_R='0'
# GNULIB_MBTOWC='0'
# GNULIB_MEMCHR='1'
# GNULIB_MEMMEM='0'
# GNULIB_MEMPCPY='0'
# GNULIB_MEMRCHR='0'
# GNULIB_MKDIRAT='0'
# GNULIB_MKDTEMP='0'
# GNULIB_MKFIFO='0'
# GNULIB_MKFIFOAT='0'
# GNULIB_MKNOD='0'
# GNULIB_MKNODAT='0'
# GNULIB_MKOSTEMP='0'
# GNULIB_MKOSTEMPS='0'
# GNULIB_MKSTEMP='0'
# GNULIB_MKSTEMPS='0'
# GNULIB_MKTIME='0'
# GNULIB_MODF='0'
# GNULIB_MODFF='0'
# GNULIB_MODFL='0'
# GNULIB_NANOSLEEP='0'
# GNULIB_NONBLOCKING='0'
# GNULIB_OBSTACK_PRINTF='0'
# GNULIB_OBSTACK_PRINTF_POSIX='0'
# GNULIB_OPEN='0'
# GNULIB_OPENAT='0'
# GNULIB_PCLOSE='0'
# GNULIB_PERROR='0'
# GNULIB_PIPE2='0'
# GNULIB_PIPE='0'
# GNULIB_POPEN='0'
# GNULIB_POSIX_OPENPT='0'
# GNULIB_POWF='0'
# GNULIB_PREAD='0'
# GNULIB_PRINTF='1'
# GNULIB_PRINTF_POSIX='0'
# GNULIB_PTSNAME='0'
# GNULIB_PTSNAME_R='0'
# GNULIB_PUTC='1'
# GNULIB_PUTCHAR='1'
# GNULIB_PUTENV='0'
# GNULIB_PUTS='1'
# GNULIB_PWRITE='0'
# GNULIB_RANDOM='0'
# GNULIB_RANDOM_R='0'
# GNULIB_RAWMEMCHR='0'
# GNULIB_READ='0'
# GNULIB_READLINK='0'
# GNULIB_READLINKAT='0'
# GNULIB_REALLOC_POSIX='0'
# GNULIB_REALPATH='0'
# GNULIB_REMAINDER='0'
# GNULIB_REMAINDERF='0'
# GNULIB_REMAINDERL='0'
# GNULIB_REMOVE='0'
# GNULIB_RENAME='0'
# GNULIB_RENAMEAT='0'
# GNULIB_RINT='0'
# GNULIB_RINTF='0'
# GNULIB_RINTL='0'
# GNULIB_RMDIR='0'
# GNULIB_ROUND='0'
# GNULIB_ROUNDF='0'
# GNULIB_ROUNDL='0'
# GNULIB_RPMATCH='0'
# GNULIB_SCANF='1'
# GNULIB_SECURE_GETENV='0'
# GNULIB_SETENV='0'
# GNULIB_SETHOSTNAME='0'
# GNULIB_SIGNBIT='1'
# GNULIB_SINF='0'
# GNULIB_SINHF='0'
# GNULIB_SINL='0'
# GNULIB_SLEEP='0'
# GNULIB_SNPRINTF='0'
# GNULIB_SPRINTF_POSIX='0'
# GNULIB_SQRTF='0'
# GNULIB_SQRTL='0'
# GNULIB_STAT='1'
# GNULIB_STDIO_H_NONBLOCKING='0'
# GNULIB_STDIO_H_SIGPIPE='0'
# GNULIB_STPCPY='0'
# GNULIB_STPNCPY='0'
# GNULIB_STRCASESTR='0'
# GNULIB_STRCHRNUL='0'
# GNULIB_STRDUP='0'
# GNULIB_STRERROR='0'
# GNULIB_STRERROR_R='0'
# GNULIB_STRNCAT='0'
# GNULIB_STRNDUP='0'
# GNULIB_STRNLEN='0'
# GNULIB_STRPBRK='0'
# GNULIB_STRPTIME='0'
# GNULIB_STRSEP='0'
# GNULIB_STRSIGNAL='0'
# GNULIB_STRSTR='0'
# GNULIB_STRTOD='0'
# GNULIB_STRTOIMAX='0'
# GNULIB_STRTOK_R='0'
# GNULIB_STRTOLL='0'
# GNULIB_STRTOULL='0'
# GNULIB_STRTOUMAX='0'
# GNULIB_STRVERSCMP='0'
# GNULIB_SYMLINK='0'
# GNULIB_SYMLINKAT='0'
# GNULIB_SYSTEM_POSIX='0'
# GNULIB_TANF='0'
# GNULIB_TANHF='0'
# GNULIB_TANL='0'
# GNULIB_TIMEGM='0'
# GNULIB_TIME_R='0'
# GNULIB_TMPFILE='0'
# GNULIB_TRUNC='0'
# GNULIB_TRUNCF='0'
# GNULIB_TRUNCL='0'
# GNULIB_TTYNAME_R='0'
# GNULIB_UNISTD_H_NONBLOCKING='0'
# GNULIB_UNISTD_H_SIGPIPE='0'
# GNULIB_UNLINK='0'
# GNULIB_UNLINKAT='0'
# GNULIB_UNLOCKPT='0'
# GNULIB_UNSETENV='0'
# GNULIB_USLEEP='0'
# GNULIB_UTIMENSAT='0'
# GNULIB_VASPRINTF='0'
# GNULIB_VDPRINTF='0'
# GNULIB_VFPRINTF='1'
# GNULIB_VFPRINTF_POSIX='0'
# GNULIB_VFSCANF='0'
# GNULIB_VPRINTF='1'
# GNULIB_VPRINTF_POSIX='0'
# GNULIB_VSCANF='0'
# GNULIB_VSNPRINTF='0'
# GNULIB_VSPRINTF_POSIX='0'
# GNULIB_WCPCPY='0'
# GNULIB_WCPNCPY='0'
# GNULIB_WCRTOMB='0'
# GNULIB_WCSCASECMP='0'
# GNULIB_WCSCAT='0'
# GNULIB_WCSCHR='0'
# GNULIB_WCSCMP='0'
# GNULIB_WCSCOLL='0'
# GNULIB_WCSCPY='0'
# GNULIB_WCSCSPN='0'
# GNULIB_WCSDUP='0'
# GNULIB_WCSLEN='0'
# GNULIB_WCSNCASECMP='0'
# GNULIB_WCSNCAT='0'
# GNULIB_WCSNCMP='0'
# GNULIB_WCSNCPY='0'
# GNULIB_WCSNLEN='0'
# GNULIB_WCSNRTOMBS='0'
# GNULIB_WCSPBRK='0'
# GNULIB_WCSRCHR='0'
# GNULIB_WCSRTOMBS='0'
# GNULIB_WCSSPN='0'
# GNULIB_WCSSTR='0'
# GNULIB_WCSTOK='0'
# GNULIB_WCSWIDTH='0'
# GNULIB_WCSXFRM='0'
# GNULIB_WCTOB='0'
# GNULIB_WCTOMB='0'
# GNULIB_WCWIDTH='0'
# GNULIB_WMEMCHR='0'
# GNULIB_WMEMCMP='0'
# GNULIB_WMEMCPY='0'
# GNULIB_WMEMMOVE='0'
# GNULIB_WMEMSET='0'
# GNULIB_WRITE='0'
# GNULIB__EXIT='0'
# GREP='/usr/bin/grep'
# HAVE_ACOSF='1'
# HAVE_ACOSL='1'
# HAVE_ASINF='1'
# HAVE_ASINL='1'
# HAVE_ATAN2F='1'
# HAVE_ATANF='1'
# HAVE_ATANL='1'
# HAVE_ATOLL='1'
# HAVE_BTOWC='1'
# HAVE_CANONICALIZE_FILE_NAME='1'
# HAVE_CBRT='1'
# HAVE_CBRTF='1'
# HAVE_CBRTL='1'
# HAVE_CHOWN='1'
# HAVE_COPYSIGN='1'
# HAVE_COPYSIGNL='1'
# HAVE_COSF='1'
# HAVE_COSHF='1'
# HAVE_COSL='1'
# HAVE_DECL_ACOSL='1'
# HAVE_DECL_ASINL='1'
# HAVE_DECL_ATANL='1'
# HAVE_DECL_CBRTF='1'
# HAVE_DECL_CBRTL='1'
# HAVE_DECL_CEILF='1'
# HAVE_DECL_CEILL='1'
# HAVE_DECL_COPYSIGNF='1'
# HAVE_DECL_COSL='1'
# HAVE_DECL_ENVIRON='1'
# HAVE_DECL_EXP2='1'
# HAVE_DECL_EXP2F='1'
# HAVE_DECL_EXP2L='1'
# HAVE_DECL_EXPL='1'
# HAVE_DECL_EXPM1L='1'
# HAVE_DECL_FCHDIR='1'
# HAVE_DECL_FDATASYNC='1'
# HAVE_DECL_FLOORF='1'
# HAVE_DECL_FLOORL='1'
# HAVE_DECL_FPURGE='1'
# HAVE_DECL_FREXPL='1'
# HAVE_DECL_FSEEKO='1'
# HAVE_DECL_FTELLO='1'
# HAVE_DECL_GETDELIM='1'
# HAVE_DECL_GETDOMAINNAME='1'
# HAVE_DECL_GETLINE='1'
# HAVE_DECL_GETLOADAVG='1'
# HAVE_DECL_GETLOGIN_R='1'
# HAVE_DECL_GETPAGESIZE='1'
# HAVE_DECL_GETUSERSHELL='1'
# HAVE_DECL_IMAXABS='1'
# HAVE_DECL_IMAXDIV='1'
# HAVE_DECL_LDEXPL='1'
# HAVE_DECL_LOCALTIME_R='1'
# HAVE_DECL_LOG10L='1'
# HAVE_DECL_LOG2='1'
# HAVE_DECL_LOG2F='1'
# HAVE_DECL_LOG2L='1'
# HAVE_DECL_LOGB='1'
# HAVE_DECL_LOGL='1'
# HAVE_DECL_MEMMEM='1'
# HAVE_DECL_MEMRCHR='1'
# HAVE_DECL_OBSTACK_PRINTF='1'
# HAVE_DECL_REMAINDER='1'
# HAVE_DECL_REMAINDERL='1'
# HAVE_DECL_RINTF='1'
# HAVE_DECL_ROUND='1'
# HAVE_DECL_ROUNDF='1'
# HAVE_DECL_ROUNDL='1'
# HAVE_DECL_SETENV='1'
# HAVE_DECL_SETHOSTNAME='1'
# HAVE_DECL_SINL='1'
# HAVE_DECL_SNPRINTF='1'
# HAVE_DECL_SQRTL='1'
# HAVE_DECL_STRDUP='1'
# HAVE_DECL_STRERROR_R='1'
# HAVE_DECL_STRNDUP='1'
# HAVE_DECL_STRNLEN='1'
# HAVE_DECL_STRSIGNAL='1'
# HAVE_DECL_STRTOIMAX='1'
# HAVE_DECL_STRTOK_R='1'
# HAVE_DECL_STRTOUMAX='1'
# HAVE_DECL_TANL='1'
# HAVE_DECL_TRUNC='1'
# HAVE_DECL_TRUNCF='1'
# HAVE_DECL_TRUNCL='1'
# HAVE_DECL_TTYNAME_R='1'
# HAVE_DECL_UNSETENV='1'
# HAVE_DECL_VSNPRINTF='1'
# HAVE_DECL_WCTOB='1'
# HAVE_DECL_WCWIDTH='1'
# HAVE_DPRINTF='1'
# HAVE_DUP2='1'
# HAVE_DUP3='1'
# HAVE_EUIDACCESS='1'
# HAVE_EXPF='1'
# HAVE_EXPL='1'
# HAVE_EXPM1='1'
# HAVE_EXPM1F='1'
# HAVE_FABSF='1'
# HAVE_FABSL='1'
# HAVE_FACCESSAT='1'
# HAVE_FCHDIR='1'
# HAVE_FCHMODAT='1'
# HAVE_FCHOWNAT='1'
# HAVE_FCNTL='1'
# HAVE_FDATASYNC='1'
# HAVE_FEATURES_H='1'
# HAVE_FFSL='1'
# HAVE_FFSLL='1'
# HAVE_FMA='1'
# HAVE_FMAF='1'
# HAVE_FMAL='1'
# HAVE_FMODF='1'
# HAVE_FMODL='1'
# HAVE_FREXPF='1'
# HAVE_FSEEKO='1'
# HAVE_FSTATAT='1'
# HAVE_FSYNC='1'
# HAVE_FTELLO='1'
# HAVE_FTRUNCATE='1'
# HAVE_FUTIMENS='1'
# HAVE_GETDTABLESIZE='1'
# HAVE_GETGROUPS='1'
# HAVE_GETHOSTNAME='1'
# HAVE_GETLOGIN='1'
# HAVE_GETPAGESIZE='1'
# HAVE_GETSUBOPT='1'
# HAVE_GETTIMEOFDAY='1'
# HAVE_GRANTPT='1'
# HAVE_GROUP_MEMBER='1'
# HAVE_HYPOTF='1'
# HAVE_HYPOTL='1'
# HAVE_ILOGB='1'
# HAVE_ILOGBF='1'
# HAVE_ILOGBL='1'
# HAVE_INTTYPES_H='1'
# HAVE_ISNAND='1'
# HAVE_ISNANF='1'
# HAVE_ISNANL='1'
# HAVE_LCHMOD='1'
# HAVE_LCHOWN='1'
# HAVE_LDEXPF='1'
# HAVE_LINK='1'
# HAVE_LINKAT='1'
# HAVE_LOG10F='1'
# HAVE_LOG10L='1'
# HAVE_LOG1P='1'
# HAVE_LOG1PF='1'
# HAVE_LOG1PL='1'
# HAVE_LOGBF='1'
# HAVE_LOGBL='1'
# HAVE_LOGF='1'
# HAVE_LOGL='1'
# HAVE_LONG_LONG_INT='1'
# HAVE_LSTAT='1'
# HAVE_MBRLEN='1'
# HAVE_MBRTOWC='1'
# HAVE_MBSINIT='1'
# HAVE_MBSLEN='0'
# HAVE_MBSNRTOWCS='1'
# HAVE_MBSRTOWCS='1'
# HAVE_MEMCHR='1'
# HAVE_MEMPCPY='1'
# HAVE_MKDIRAT='1'
# HAVE_MKDTEMP='1'
# HAVE_MKFIFO='1'
# HAVE_MKFIFOAT='1'
# HAVE_MKNOD='1'
# HAVE_MKNODAT='1'
# HAVE_MKOSTEMP='1'
# HAVE_MKOSTEMPS='1'
# HAVE_MKSTEMP='1'
# HAVE_MKSTEMPS='1'
# HAVE_MODFF='1'
# HAVE_MODFL='1'
# HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'
# HAVE_NANOSLEEP='1'
# HAVE_OPENAT='1'
# HAVE_OS_H='0'
# HAVE_PCLOSE='1'
# HAVE_PIPE2='1'
# HAVE_PIPE='1'
# HAVE_POPEN='1'
# HAVE_POSIX_OPENPT='1'
# HAVE_POWF='1'
# HAVE_PREAD='1'
# HAVE_PTHREAD_H='1'
# HAVE_PTHREAD_SPINLOCK_T='1'
# HAVE_PTHREAD_T='1'
# HAVE_PTSNAME='1'
# HAVE_PTSNAME_R='1'
# HAVE_PWRITE='1'
# HAVE_RANDOM='1'
# HAVE_RANDOM_H='1'
# HAVE_RANDOM_R='1'
# HAVE_RAWMEMCHR='1'
# HAVE_READLINK='1'
# HAVE_READLINKAT='1'
# HAVE_REALPATH='1'
# HAVE_REMAINDER='1'
# HAVE_REMAINDERF='1'
# HAVE_RENAMEAT='1'
# HAVE_RINT='1'
# HAVE_RINTL='1'
# HAVE_RPMATCH='1'
# HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='0'
# HAVE_SCHED_H=''
# HAVE_SECURE_GETENV='1'
# HAVE_SETENV='1'
# HAVE_SETHOSTNAME='1'
# HAVE_SIGNED_SIG_ATOMIC_T=''
# HAVE_SIGNED_WCHAR_T=''
# HAVE_SIGNED_WINT_T=''
# HAVE_SINF='1'
# HAVE_SINHF='1'
# HAVE_SINL='1'
# HAVE_SLEEP='1'
# HAVE_SQRTF='1'
# HAVE_SQRTL='1'
# HAVE_STDINT_H='1'
# HAVE_STPCPY='1'
# HAVE_STPNCPY='1'
# HAVE_STRCASESTR='1'
# HAVE_STRCHRNUL='1'
# HAVE_STRPBRK='1'
# HAVE_STRPTIME='1'
# HAVE_STRSEP='1'
# HAVE_STRTOD='1'
# HAVE_STRTOLL='1'
# HAVE_STRTOULL='1'
# HAVE_STRUCT_RANDOM_DATA='1'
# HAVE_STRUCT_SCHED_PARAM=''
# HAVE_STRUCT_TIMEVAL='1'
# HAVE_STRVERSCMP='1'
# HAVE_SYMLINK='1'
# HAVE_SYMLINKAT='1'
# HAVE_SYS_BITYPES_H=''
# HAVE_SYS_INTTYPES_H=''
# HAVE_SYS_LOADAVG_H='0'
# HAVE_SYS_PARAM_H='0'
# HAVE_SYS_TIME_H='1'
# HAVE_SYS_TYPES_H='1'
# HAVE_TANF='1'
# HAVE_TANHF='1'
# HAVE_TANL='1'
# HAVE_TIMEGM='1'
# HAVE_UNISTD_H='1'
# HAVE_UNLINKAT='1'
# HAVE_UNLOCKPT='1'
# HAVE_UNSIGNED_LONG_LONG_INT='1'
# HAVE_USLEEP='1'
# HAVE_UTIMENSAT='1'
# HAVE_VASPRINTF='1'
# HAVE_VDPRINTF='1'
# HAVE_WCHAR_H='1'
# HAVE_WCHAR_T='1'
# HAVE_WCPCPY='1'
# HAVE_WCPNCPY='1'
# HAVE_WCRTOMB='1'
# HAVE_WCSCASECMP='1'
# HAVE_WCSCAT='1'
# HAVE_WCSCHR='1'
# HAVE_WCSCMP='1'
# HAVE_WCSCOLL='1'
# HAVE_WCSCPY='1'
# HAVE_WCSCSPN='1'
# HAVE_WCSDUP='1'
# HAVE_WCSLEN='1'
# HAVE_WCSNCASECMP='1'
# HAVE_WCSNCAT='1'
# HAVE_WCSNCMP='1'
# HAVE_WCSNCPY='1'
# HAVE_WCSNLEN='1'
# HAVE_WCSNRTOMBS='1'
# HAVE_WCSPBRK='1'
# HAVE_WCSRCHR='1'
# HAVE_WCSRTOMBS='1'
# HAVE_WCSSPN='1'
# HAVE_WCSSTR='1'
# HAVE_WCSTOK='1'
# HAVE_WCSWIDTH='1'
# HAVE_WCSXFRM='1'
# HAVE_WINSOCK2_H='0'
# HAVE_WINT_T='1'
# HAVE_WMEMCHR='1'
# HAVE_WMEMCMP='1'
# HAVE_WMEMCPY='1'
# HAVE_WMEMMOVE='1'
# HAVE_WMEMSET='1'
# HAVE__BOOL='1'
# HAVE__EXIT='1'
# INCLUDE_NEXT='include_next'
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INT32_MAX_LT_INTMAX_MAX='1'
# INT64_MAX_EQ_LONG_MAX='1'
# LDFLAGS=''
# LIBGNU_LIBDEPS=''
# LIBGNU_LTLIBDEPS=''
# LIBOBJS=''
# LIBS=''
# LIB_CLOCK_GETTIME=''
# LIB_PTHREAD='-lpthread'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/lbzip2/src/lbzip2-2.5/build-aux/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
# NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
# NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
# NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=''
# NEXT_AS_FIRST_DIRECTIVE_MATH_H=''
# NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H=''
# NEXT_AS_FIRST_DIRECTIVE_SCHED_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
# NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
# NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
# NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
# NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
# NEXT_ERRNO_H=''
# NEXT_FCNTL_H=''
# NEXT_FLOAT_H=''
# NEXT_INTTYPES_H=''
# NEXT_MATH_H=''
# NEXT_PTHREAD_H=''
# NEXT_SCHED_H=''
# NEXT_STDDEF_H=''
# NEXT_STDINT_H=''
# NEXT_STDIO_H=''
# NEXT_STDLIB_H=''
# NEXT_STRING_H=''
# NEXT_SYS_STAT_H=''
# NEXT_SYS_TIME_H=''
# NEXT_SYS_TYPES_H=''
# NEXT_TIME_H=''
# NEXT_UNISTD_H=''
# NEXT_WCHAR_H=''
# OBJEXT='o'
# PACKAGE='lbzip2'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='lbzip2'
# PACKAGE_STRING='lbzip2 2.5'
# PACKAGE_TARNAME='lbzip2'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.5'
# PATH_SEPARATOR=':'
# PRAGMA_COLUMNS=''
# PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
# PRIPTR_PREFIX='"l"'
# PRI_MACROS_BROKEN='0'
# PTHREAD_H=''
# PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
# PTRDIFF_T_SUFFIX=''
# RANLIB='ranlib'
# REPLACE_BTOWC='0'
# REPLACE_CALLOC='0'
# REPLACE_CANONICALIZE_FILE_NAME='0'
# REPLACE_CBRTF='0'
# REPLACE_CBRTL='0'
# REPLACE_CEIL='0'
# REPLACE_CEILF='0'
# REPLACE_CEILL='0'
# REPLACE_CHOWN='0'
# REPLACE_CLOSE='0'
# REPLACE_DPRINTF='0'
# REPLACE_DUP2='0'
# REPLACE_DUP='0'
# REPLACE_EXP2='0'
# REPLACE_EXP2L='0'
# REPLACE_EXPM1='0'
# REPLACE_EXPM1F='0'
# REPLACE_FABSL='0'
# REPLACE_FCHOWNAT='0'
# REPLACE_FCLOSE='0'
# REPLACE_FCNTL='0'
# REPLACE_FDOPEN='0'
# REPLACE_FFLUSH='0'
# REPLACE_FLOOR='0'
# REPLACE_FLOORF='0'
# REPLACE_FLOORL='0'
# REPLACE_FMA='0'
# REPLACE_FMAF='0'
# REPLACE_FMAL='0'
# REPLACE_FMOD='0'
# REPLACE_FMODF='0'
# REPLACE_FMODL='0'
# REPLACE_FOPEN='0'
# REPLACE_FPRINTF='1'
# REPLACE_FPURGE='0'
# REPLACE_FREOPEN='0'
# REPLACE_FREXP='0'
# REPLACE_FREXPF='0'
# REPLACE_FREXPL='0'
# REPLACE_FSEEK='0'
# REPLACE_FSEEKO='0'
# REPLACE_FSTAT='0'
# REPLACE_FSTATAT='0'
# REPLACE_FTELL='0'
# REPLACE_FTELLO='0'
# REPLACE_FTRUNCATE='0'
# REPLACE_FUTIMENS='0'
# REPLACE_GETCWD='0'
# REPLACE_GETDELIM='0'
# REPLACE_GETDOMAINNAME='0'
# REPLACE_GETDTABLESIZE='0'
# REPLACE_GETGROUPS='0'
# REPLACE_GETLINE='0'
# REPLACE_GETLOGIN_R='0'
# REPLACE_GETPAGESIZE='0'
# REPLACE_GETTIMEOFDAY='0'
# REPLACE_GMTIME='0'
# REPLACE_HUGE_VAL='0'
# REPLACE_HYPOT='0'
# REPLACE_HYPOTF='0'
# REPLACE_HYPOTL='0'
# REPLACE_ILOGB='0'
# REPLACE_ILOGBF='0'
# REPLACE_ISATTY='0'
# REPLACE_ISFINITE='0'
# REPLACE_ISINF='0'
# REPLACE_ISNAN='0'
# REPLACE_ITOLD='0'
# REPLACE_LCHOWN='0'
# REPLACE_LDEXPL='0'
# REPLACE_LINK='0'
# REPLACE_LINKAT='0'
# REPLACE_LOCALTIME='0'
# REPLACE_LOCALTIME_R='GNULIB_PORTCHECK'
# REPLACE_LOG10='0'
# REPLACE_LOG10F='0'
# REPLACE_LOG10L='0'
# REPLACE_LOG1P='0'
# REPLACE_LOG1PF='0'
# REPLACE_LOG1PL='0'
# REPLACE_LOG2='0'
# REPLACE_LOG2F='0'
# REPLACE_LOG2L='0'
# REPLACE_LOG='0'
# REPLACE_LOGB='0'
# REPLACE_LOGBF='0'
# REPLACE_LOGBL='0'
# REPLACE_LOGF='0'
# REPLACE_LOGL='0'
# REPLACE_LSEEK='0'
# REPLACE_LSTAT='0'
# REPLACE_MALLOC='0'
# REPLACE_MBRLEN='0'
# REPLACE_MBRTOWC='0'
# REPLACE_MBSINIT='0'
# REPLACE_MBSNRTOWCS='0'
# REPLACE_MBSRTOWCS='0'
# REPLACE_MBSTATE_T='0'
# REPLACE_MBTOWC='0'
# REPLACE_MEMCHR='0'
# REPLACE_MEMMEM='0'
# REPLACE_MKDIR='0'
# REPLACE_MKFIFO='0'
# REPLACE_MKNOD='0'
# REPLACE_MKSTEMP='0'
# REPLACE_MKTIME='GNULIB_PORTCHECK'
# REPLACE_MODF='0'
# REPLACE_MODFF='0'
# REPLACE_MODFL='0'
# REPLACE_NAN='0'
# REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
# REPLACE_NULL='0'
# REPLACE_OBSTACK_PRINTF='0'
# REPLACE_OPEN='0'
# REPLACE_OPENAT='0'
# REPLACE_PERROR='0'
# REPLACE_POPEN='0'
# REPLACE_PREAD='0'
# REPLACE_PRINTF='0'
# REPLACE_PTSNAME='0'
# REPLACE_PTSNAME_R='0'
# REPLACE_PUTENV='0'
# REPLACE_PWRITE='0'
# REPLACE_RANDOM_R='0'
# REPLACE_READ='0'
# REPLACE_READLINK='0'
# REPLACE_REALLOC='0'
# REPLACE_REALPATH='0'
# REPLACE_REMAINDER='0'
# REPLACE_REMAINDERF='0'
# REPLACE_REMAINDERL='0'
# REPLACE_REMOVE='0'
# REPLACE_RENAME='0'
# REPLACE_RENAMEAT='0'
# REPLACE_RMDIR='0'
# REPLACE_ROUND='0'
# REPLACE_ROUNDF='0'
# REPLACE_ROUNDL='0'
# REPLACE_SETENV='0'
# REPLACE_SIGNBIT='0'
# REPLACE_SIGNBIT_USING_GCC='1'
# REPLACE_SLEEP='0'
# REPLACE_SNPRINTF='0'
# REPLACE_SPRINTF='0'
# REPLACE_SQRTL='0'
# REPLACE_STAT='0'
# REPLACE_STDIO_READ_FUNCS='0'
# REPLACE_STDIO_WRITE_FUNCS='0'
# REPLACE_STPNCPY='0'
# REPLACE_STRCASESTR='0'
# REPLACE_STRCHRNUL='0'
# REPLACE_STRDUP='0'
# REPLACE_STRERROR='0'
# REPLACE_STRERROR_R='0'
# REPLACE_STRNCAT='0'
# REPLACE_STRNDUP='0'
# REPLACE_STRNLEN='0'
# REPLACE_STRSIGNAL='0'
# REPLACE_STRSTR='0'
# REPLACE_STRTOD='0'
# REPLACE_STRTOIMAX='0'
# REPLACE_STRTOK_R='0'
# REPLACE_STRTOUMAX='0'
# REPLACE_STRUCT_TIMEVAL='0'
# REPLACE_SYMLINK='0'
# REPLACE_TIMEGM='GNULIB_PORTCHECK'
# REPLACE_TMPFILE='0'
# REPLACE_TRUNC='0'
# REPLACE_TRUNCF='0'
# REPLACE_TRUNCL='0'
# REPLACE_TTYNAME_R='0'
# REPLACE_UNLINK='0'
# REPLACE_UNLINKAT='0'
# REPLACE_UNSETENV='0'
# REPLACE_USLEEP='0'
# REPLACE_UTIMENSAT='0'
# REPLACE_VASPRINTF='0'
# REPLACE_VDPRINTF='0'
# REPLACE_VFPRINTF='0'
# REPLACE_VPRINTF='0'
# REPLACE_VSNPRINTF='0'
# REPLACE_VSPRINTF='0'
# REPLACE_WCRTOMB='0'
# REPLACE_WCSNRTOMBS='0'
# REPLACE_WCSRTOMBS='0'
# REPLACE_WCSWIDTH='0'
# REPLACE_WCTOB='0'
# REPLACE_WCTOMB='0'
# REPLACE_WCWIDTH='0'
# REPLACE_WRITE='0'
# SCHED_H=''
# SET_MAKE=''
# SHELL='/bin/sh'
# SIG_ATOMIC_T_SUFFIX=''
# SIZE_T_SUFFIX=''
# STDBOOL_H=''
# STDDEF_H=''
# STDINT_H=''
# STRIP='strip'
# SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
# TIME_H_DEFINES_STRUCT_TIMESPEC='1'
# UINT32_MAX_LT_UINTMAX_MAX='1'
# UINT64_MAX_EQ_ULONG_MAX='1'
# UNDEFINE_STRTOK_R='0'
# UNISTD_H_HAVE_WINSOCK2_H='0'
# UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
# VERSION='2.5'
# WARN_CFLAGS=''
# WCHAR_T_SUFFIX=''
# WINDOWS_64_BIT_OFF_T='0'
# WINDOWS_64_BIT_ST_SIZE='0'
# WINT_T_SUFFIX=''
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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}'
# gl_LIBOBJS=' asnprintf.o fprintf.o fseterr.o isnanf.o isnanl.o printf-args.o printf-parse.o vasnprintf.o'
# gl_LTLIBOBJS=' asnprintf.lo fprintf.lo fseterr.lo isnanf.lo isnanl.lo printf-args.lo printf-parse.lo vasnprintf.lo'
# gltests_LIBOBJS=''
# gltests_LTLIBOBJS=''
# gltests_WITNESS='IN_LBZIP2_GNULIB_TESTS'
# 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/lbzip2/src/lbzip2-2.5/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(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=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "lbzip2"
# #define PACKAGE_TARNAME "lbzip2"
# #define PACKAGE_VERSION "2.5"
# #define PACKAGE_STRING "lbzip2 2.5"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "lbzip2"
# #define VERSION "2.5"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _DARWIN_C_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define _DARWIN_USE_64_BIT_INODE 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FEATURES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MATH_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_SCHED_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_SYMLINK 1
# #define HAVE_SNPRINTF 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_LSTAT 1
# #define HAVE_MPROTECT 1
# #define HAVE_FUTIMES 1
# #define HAVE_FUTIMESAT 1
# #define HAVE_FUTIMENS 1
# #define HAVE_UTIMENSAT 1
# #define HAVE_LUTIMES 1
# #define HAVE_WORKING_O_NOATIME 1
# #define HAVE_WORKING_O_NOFOLLOW 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define CHECK_PRINTF_SAFE 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_INTMAX_T 1
# #define DBL_EXPBIT0_WORD 1
# #define DBL_EXPBIT0_BIT 20
# #define HAVE_SNPRINTF 1
# #define HAVE_STRNLEN 1
# #define HAVE_WCSLEN 1
# #define HAVE_WCSNLEN 1
# #define HAVE_MBRTOWC 1
# #define HAVE_WCRTOMB 1
# #define HAVE_DECL__SNPRINTF 0
# #define HAVE_SNPRINTF_RETVAL_C99 1
# #define HAVE_DECL_ALARM 1
# #define restrict __restrict
# #define HAVE_INTTYPES_H 1
# #define FLT_EXPBIT0_WORD 0
# #define FLT_EXPBIT0_BIT 23
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define HAVE_MAP_ANONYMOUS 1
# #define HAVE__BOOL 1
# #define HAVE_WORKING_UTIMES 1
# #define HAVE_STRUCT_UTIMBUF 1
# #define HAVE_ALLOCA 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_CLOCK_SETTIME 1
# #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
# #define REPLACE_FPRINTF_POSIX 1
# #define HAVE_FREXP_IN_LIBC 1
# #define HAVE_FREXPL_IN_LIBC 1
# #define GETTIMEOFDAY_TIMEZONE struct timezone
# #define HAVE_ISNAND_IN_LIBC 1
# #define FLT_EXPBIT0_WORD 0
# #define FLT_EXPBIT0_BIT 23
# #define LDBL_EXPBIT0_WORD 2
# #define LDBL_EXPBIT0_BIT 0
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC_GNU 1
# #define GNULIB_MALLOC_GNU 1
# #define HAVE_MALLOC_POSIX 1
# #define HAVE_FREXP_IN_LIBC 1
# #define HAVE_LDEXP_IN_LIBC 1
# #define HAVE_FREXPL_IN_LIBC 1
# #define HAVE_LDEXPL_IN_LIBC 1
# #define HAVE_PTHREAD_T 1
# #define HAVE_PTHREAD_SPINLOCK_T 1
# #define GNULIB_PTHREAD 1
# #define HAVE_STDINT_H 1
# #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# #define GNULIB_FSCANF 1
# #define GNULIB_SCANF 1
# #define HAVE_STDINT_H 1
#
# configure: exit 0