Build of lzop with clang_glibc toolchain

The build took 00h 02m 15s and was SUCCESSFUL.

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

SLOCLanguage
15,121 sh
13,743 ansic
1,431 makefile
30,295 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: lzop 1.03-5 (Thu Apr 13 20:09:29 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# configure: Configuring lzop 1.03
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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 how to run the C preprocessor... clang -E
# checking whether the C preprocessor needs special flags... none needed
# checking for an ANSI C-conforming const... yes
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether byte ordering is bigendian... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether time.h and sys/time.h may both be included... yes
# checking assert.h usability... yes
# checking assert.h presence... yes
# checking for assert.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for memory.h... (cached) yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for unistd.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking whether limits.h is sane... yes
# checking lzo/lzoconf.h usability... yes
# checking lzo/lzoconf.h presence... yes
# checking for lzo/lzoconf.h... yes
# checking lzo/lzo1x.h usability... yes
# checking lzo/lzo1x.h presence... yes
# checking for lzo/lzo1x.h... yes
# checking for version information in lzo/lzoconf.h...... v2
# checking for __lzo_init_v2 in -llzo2... yes
# checking for lzo1x_decompress_asm_fast in -llzo2... no
# checking for _lzo1x_decompress_asm_fast in -llzo2... no
# checking conio.h usability... no
# checking conio.h presence... no
# checking for conio.h... no
# checking direct.h usability... no
# checking direct.h presence... no
# checking for direct.h... no
# checking dos.h usability... no
# checking dos.h presence... no
# checking for dos.h... no
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking share.h usability... no
# checking share.h presence... no
# checking for share.h... no
# checking sys/utime.h usability... no
# checking sys/utime.h presence... no
# checking for sys/utime.h... no
# checking for off_t... yes
# checking for ptrdiff_t... yes
# checking for size_t... yes
# checking return type of signal handlers... void
# checking for nanoseconds member of struct stat.st_mtim... tv_nsec
# checking size of short... 2
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking size of __int16... 0
# checking size of __int32... 0
# checking size of __int64... 0
# checking size of void *... 8
# checking size of size_t... 8
# checking size of ptrdiff_t... 8
# checking size of __int32... (cached) 0
# checking size of intmax_t... 8
# checking size of uintmax_t... 8
# checking size of intptr_t... 8
# checking size of uintptr_t... 8
# checking size of float... 4
# checking size of double... 8
# checking size of long double... 16
# checking size of dev_t... 8
# checking size of fpos_t... 16
# checking size of mode_t... 4
# checking size of off_t... 8
# checking size of ssize_t... 8
# checking size of time_t... 8
# checking for access... yes
# checking for alloca... no
# checking for atexit... yes
# checking for atoi... yes
# checking for atol... yes
# checking for chmod... yes
# checking for chown... yes
# checking for clock_getcpuclockid... yes
# checking for clock_getres... yes
# checking for clock_gettime... yes
# checking for ctime... yes
# checking for difftime... yes
# checking for fstat... yes
# checking for getenv... yes
# checking for getpagesize... yes
# checking for getrusage... yes
# checking for gettimeofday... yes
# checking for gmtime... yes
# checking for isatty... yes
# checking for localtime... yes
# checking for longjmp... yes
# checking for lstat... yes
# checking for memcmp... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mkdir... yes
# checking for mktime... yes
# checking for mmap... yes
# checking for mprotect... yes
# checking for munmap... yes
# checking for qsort... yes
# checking for raise... yes
# checking for rmdir... yes
# checking for setjmp... yes
# checking for signal... yes
# checking for snprintf... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strftime... yes
# checking for stricmp... no
# checking for strncasecmp... yes
# checking for strnicmp... no
# checking for strrchr... yes
# checking for strstr... yes
# checking for time... yes
# checking for umask... yes
# checking for utime... yes
# checking for vsnprintf... yes
# checking whether your compiler passes the ACC conformance test... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
#
# lzop configuration summary
# --------------------------
# lzop version : 1.03
# configured for host : x86_64-unknown-linux-gnu
# source code location : .
# compiler : clang
# preprocessor flags : -DLZOP_HAVE_CONFIG_H
# compiler flags :
# linker flags :
# link libraries : -llzo2
#
#
# lzop 1.03 configured.
#
# Copyright (C) 1996-2010 Markus Franz Xaver Johannes Oberhumer
# All Rights Reserved.
#
# lzop and the LZO library are free software; you can redistribute them
# and/or modify them under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# Markus F.X.J. Oberhumer
#
# http://www.oberhumer.com/opensource/lzop/
#
#
# Type `make' to build lzop. Type `make install' to install lzop.
# After installing lzop, please read the accompanied documentation.
#
# make all-recursive
# make[1]: Entering directory '/tmp/lzop/src/lzop-1.03'
# Making all in src
# make[2]: Entering directory '/tmp/lzop/src/lzop-1.03/src'
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT lzop.o -MD -MP -MF .deps/lzop.Tpo -c -o lzop.o lzop.c
# mv -f .deps/lzop.Tpo .deps/lzop.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT compress.o -MD -MP -MF .deps/compress.Tpo -c -o compress.o compress.c
# mv -f .deps/compress.Tpo .deps/compress.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c
# mv -f .deps/filter.Tpo .deps/filter.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
# mv -f .deps/help.Tpo .deps/help.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT mblock.o -MD -MP -MF .deps/mblock.Tpo -c -o mblock.o mblock.c
# mv -f .deps/mblock.Tpo .deps/mblock.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT p_lzo.o -MD -MP -MF .deps/p_lzo.Tpo -c -o p_lzo.o p_lzo.c
# mv -f .deps/p_lzo.Tpo .deps/p_lzo.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
# mv -f .deps/util.Tpo .deps/util.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT c_init.o -MD -MP -MF .deps/c_init.Tpo -c -o c_init.o c_init.c
# mv -f .deps/c_init.Tpo .deps/c_init.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT c_none.o -MD -MP -MF .deps/c_none.Tpo -c -o c_none.o c_none.c
# mv -f .deps/c_none.Tpo .deps/c_none.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT c_ansim.o -MD -MP -MF .deps/c_ansim.Tpo -c -o c_ansim.o c_ansim.c
# mv -f .deps/c_ansim.Tpo .deps/c_ansim.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT c_ansic.o -MD -MP -MF .deps/c_ansic.Tpo -c -o c_ansic.o c_ansic.c
# mv -f .deps/c_ansic.Tpo .deps/c_ansic.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT c_screen.o -MD -MP -MF .deps/c_screen.Tpo -c -o c_screen.o c_screen.c
# mv -f .deps/c_screen.Tpo .deps/c_screen.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT s_object.o -MD -MP -MF .deps/s_object.Tpo -c -o s_object.o s_object.c
# mv -f .deps/s_object.Tpo .deps/s_object.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT s_curses.o -MD -MP -MF .deps/s_curses.Tpo -c -o s_curses.o s_curses.c
# mv -f .deps/s_curses.Tpo .deps/s_curses.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT s_djgpp2.o -MD -MP -MF .deps/s_djgpp2.Tpo -c -o s_djgpp2.o s_djgpp2.c
# mv -f .deps/s_djgpp2.Tpo .deps/s_djgpp2.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT s_vcsa.o -MD -MP -MF .deps/s_vcsa.Tpo -c -o s_vcsa.o s_vcsa.c
# mv -f .deps/s_vcsa.Tpo .deps/s_vcsa.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT frames.o -MD -MP -MF .deps/frames.Tpo -c -o frames.o frames.c
# mv -f .deps/frames.Tpo .deps/frames.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DLZOP_HAVE_CONFIG_H -MT djgpp2.o -MD -MP -MF .deps/djgpp2.Tpo -c -o djgpp2.o djgpp2.c
# mv -f .deps/djgpp2.Tpo .deps/djgpp2.Po
# clang -o lzop lzop.o compress.o filter.o help.o mblock.o p_lzo.o util.o c_init.o c_none.o c_ansim.o c_ansic.o c_screen.o s_object.o s_curses.o s_djgpp2.o s_vcsa.o frames.o djgpp2.o -llzo2
# make[2]: Leaving directory '/tmp/lzop/src/lzop-1.03/src'
# Making all in doc
# make[2]: Entering directory '/tmp/lzop/src/lzop-1.03/doc'
# make all-am
# make[3]: Entering directory '/tmp/lzop/src/lzop-1.03/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/lzop/src/lzop-1.03/doc'
# make[2]: Leaving directory '/tmp/lzop/src/lzop-1.03/doc'
# make[2]: Entering directory '/tmp/lzop/src/lzop-1.03'
# make[2]: Leaving directory '/tmp/lzop/src/lzop-1.03'
# make[1]: Leaving directory '/tmp/lzop/src/lzop-1.03'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/lzop/src/lzop-1.03/src'
# make[2]: Entering directory '/tmp/lzop/src/lzop-1.03/src'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/lzop/pkg/lzop/usr/bin"
# /usr/bin/install -c lzop '/tmp/lzop/pkg/lzop/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lzop/src/lzop-1.03/src'
# make[1]: Leaving directory '/tmp/lzop/src/lzop-1.03/src'
# Making install in doc
# make[1]: Entering directory '/tmp/lzop/src/lzop-1.03/doc'
# make install-am
# make[2]: Entering directory '/tmp/lzop/src/lzop-1.03/doc'
# make[3]: Entering directory '/tmp/lzop/src/lzop-1.03/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/lzop/pkg/lzop/usr/share/man/man1"
# /usr/bin/install -c -m 644 lzop.1 '/tmp/lzop/pkg/lzop/usr/share/man/man1'
# make[3]: Leaving directory '/tmp/lzop/src/lzop-1.03/doc'
# make[2]: Leaving directory '/tmp/lzop/src/lzop-1.03/doc'
# make[1]: Leaving directory '/tmp/lzop/src/lzop-1.03/doc'
# make[1]: Entering directory '/tmp/lzop/src/lzop-1.03'
# make[2]: Entering directory '/tmp/lzop/src/lzop-1.03'
# 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/lzop/src/lzop-1.03'
# make[1]: Leaving directory '/tmp/lzop/src/lzop-1.03'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "lzop"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: lzop 1.03-5 (Thu Apr 13 20:10:30 UTC 2017)

CMD: pacman --query --file lzop-1.03-5-x86_64.pkg.tar.xz
# lzop 1.03-5

Creating hybrid package for 'lzop'

Trying to find vanilla package 'lzop'...

CMD: pacman --query --file /mirror/lzop-1.03-5.pkg.tar.xz
# lzop 1.03-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/lzop
# /usr/share/man/man1/lzop.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 lzop.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lzop.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/lzop.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/lzop/src/lzop-1.03/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 lzop configure 1.03, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 21a4ec24d643
# 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:2387: Configuring lzop 1.03
# configure:2424: checking build system type
# configure:2438: result: x86_64-unknown-linux-gnu
# configure:2458: checking host system type
# configure:2471: result: x86_64-unknown-linux-gnu
# configure:2491: checking target system type
# configure:2504: result: x86_64-unknown-linux-gnu
# configure:2531: checking whether to enable maintainer-specific portions of Makefiles
# configure:2540: result: no
# configure:2621: checking for x86_64-unknown-linux-gcc
# configure:2648: result: clang
# configure:2917: checking for C compiler version
# configure:2926: 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:2937: $? = 0
# configure:2926: 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:2937: $? = 0
# configure:2926: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2937: $? = 1
# configure:2926: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2937: $? = 1
# configure:2957: checking whether the C compiler works
# configure:2979: clang conftest.c >&5
# configure:2983: $? = 0
# configure:3031: result: yes
# configure:3034: checking for C compiler default output file name
# configure:3036: result: a.out
# configure:3042: checking for suffix of executables
# configure:3049: clang -o conftest conftest.c >&5
# configure:3053: $? = 0
# configure:3075: result:
# configure:3097: checking whether we are cross compiling
# configure:3105: clang -o conftest conftest.c >&5
# configure:3109: $? = 0
# configure:3116: ./conftest
# configure:3120: $? = 0
# configure:3135: result: no
# configure:3140: checking for suffix of object files
# configure:3162: clang -c conftest.c >&5
# configure:3166: $? = 0
# configure:3187: result: o
# configure:3191: checking whether we are using the GNU C compiler
# configure:3210: clang -c conftest.c >&5
# configure:3210: $? = 0
# configure:3219: result: yes
# configure:3228: checking whether clang accepts -g
# configure:3248: clang -c -g conftest.c >&5
# configure:3248: $? = 0
# configure:3289: result: yes
# configure:3306: checking for clang option to accept ISO C89
# configure:3370: clang -c conftest.c >&5
# configure:3370: $? = 0
# configure:3383: result: none needed
# configure:3408: checking how to run the C preprocessor
# configure:3439: clang -E conftest.c
# configure:3439: $? = 0
# configure:3453: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3453: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | /* end confdefs.h. */
# | #include
# configure:3478: result: clang -E
# configure:3498: clang -E conftest.c
# configure:3498: $? = 0
# configure:3512: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3512: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | /* end confdefs.h. */
# | #include
# configure:3541: checking whether the C preprocessor needs special flags
# configure:3570: clang -c conftest.c >&5
# configure:3570: $? = 0
# configure:3580: result: none needed
# configure:3595: checking for an ANSI C-conforming const
# configure:3660: clang -c conftest.c >&5
# configure:3660: $? = 0
# configure:3667: result: yes
# configure:3676: checking for grep that handles long lines and -e
# configure:3734: result: /usr/bin/grep
# configure:3739: checking for egrep
# configure:3801: result: /usr/bin/grep -E
# configure:3806: checking for ANSI C header files
# configure:3826: clang -c conftest.c >&5
# configure:3826: $? = 0
# configure:3899: clang -o conftest conftest.c >&5
# configure:3899: $? = 0
# configure:3899: ./conftest
# configure:3899: $? = 0
# configure:3910: result: yes
# configure:3923: checking for sys/types.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for sys/stat.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for stdlib.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for string.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for memory.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for strings.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for inttypes.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for stdint.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3923: checking for unistd.h
# configure:3923: clang -c conftest.c >&5
# configure:3923: $? = 0
# configure:3923: result: yes
# configure:3936: checking whether byte ordering is bigendian
# configure:3951: clang -c conftest.c >&5
# conftest.c:21:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:21:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:3951: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:3996: clang -c conftest.c >&5
# configure:3996: $? = 0
# configure:4014: clang -c conftest.c >&5
# conftest.c:27:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:4014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4142: result: no
# configure:4171: checking for special C compiler options needed for large files
# configure:4216: result: no
# configure:4222: checking for _FILE_OFFSET_BITS value needed for large files
# configure:4247: clang -c conftest.c >&5
# configure:4247: $? = 0
# configure:4279: result: no
# configure:4379: checking for a BSD-compatible install
# configure:4447: result: /usr/bin/install -c
# configure:4458: checking whether build environment is sane
# configure:4508: result: yes
# configure:4649: checking for a thread-safe mkdir -p
# configure:4688: result: /usr/bin/mkdir -p
# configure:4701: checking for gawk
# configure:4717: found /usr/bin/gawk
# configure:4728: result: gawk
# configure:4739: checking whether make sets $(MAKE)
# configure:4761: result: yes
# configure:4791: checking for style of include used by make
# configure:4819: result: GNU
# configure:4904: checking dependency style of clang
# configure:5014: result: gcc3
# configure:5051: checking whether time.h and sys/time.h may both be included
# configure:5071: clang -c conftest.c >&5
# configure:5071: $? = 0
# configure:5078: result: yes
# configure:5089: checking assert.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking assert.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for assert.h
# configure:5089: result: yes
# configure:5089: checking ctype.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking ctype.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for ctype.h
# configure:5089: result: yes
# configure:5089: checking dirent.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking dirent.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for dirent.h
# configure:5089: result: yes
# configure:5089: checking errno.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking errno.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for errno.h
# configure:5089: result: yes
# configure:5089: checking fcntl.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking fcntl.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for fcntl.h
# configure:5089: result: yes
# configure:5089: checking float.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking float.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for float.h
# configure:5089: result: yes
# configure:5089: checking limits.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking limits.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for limits.h
# configure:5089: result: yes
# configure:5089: checking malloc.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking malloc.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for malloc.h
# configure:5089: result: yes
# configure:5089: checking for memory.h
# configure:5089: result: yes
# configure:5089: checking setjmp.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking setjmp.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for setjmp.h
# configure:5089: result: yes
# configure:5089: checking signal.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking signal.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for signal.h
# configure:5089: result: yes
# configure:5089: checking stdarg.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking stdarg.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for stdarg.h
# configure:5089: result: yes
# configure:5089: checking stddef.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking stddef.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for stddef.h
# configure:5089: result: yes
# configure:5089: checking for stdint.h
# configure:5089: result: yes
# configure:5089: checking stdio.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking stdio.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for stdio.h
# configure:5089: result: yes
# configure:5089: checking for stdlib.h
# configure:5089: result: yes
# configure:5089: checking for string.h
# configure:5089: result: yes
# configure:5089: checking for strings.h
# configure:5089: result: yes
# configure:5089: checking time.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking time.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for time.h
# configure:5089: result: yes
# configure:5089: checking for unistd.h
# configure:5089: result: yes
# configure:5089: checking utime.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking utime.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for utime.h
# configure:5089: result: yes
# configure:5089: checking sys/mman.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking sys/mman.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for sys/mman.h
# configure:5089: result: yes
# configure:5089: checking sys/resource.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking sys/resource.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for sys/resource.h
# configure:5089: result: yes
# configure:5089: checking for sys/stat.h
# configure:5089: result: yes
# configure:5089: checking sys/time.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking sys/time.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for sys/time.h
# configure:5089: result: yes
# configure:5089: checking for sys/types.h
# configure:5089: result: yes
# configure:5089: checking sys/wait.h usability
# configure:5089: clang -c conftest.c >&5
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking sys/wait.h presence
# configure:5089: clang -E conftest.c
# configure:5089: $? = 0
# configure:5089: result: yes
# configure:5089: checking for sys/wait.h
# configure:5089: result: yes
# configure:5104: checking whether limits.h is sane
# configure:5217: clang -c conftest.c >&5
# configure:5217: $? = 0
# configure:5224: result: yes
# configure:5241: checking lzo/lzoconf.h usability
# configure:5241: clang -c conftest.c >&5
# configure:5241: $? = 0
# configure:5241: result: yes
# configure:5241: checking lzo/lzoconf.h presence
# configure:5241: clang -E conftest.c
# configure:5241: $? = 0
# configure:5241: result: yes
# configure:5241: checking for lzo/lzoconf.h
# configure:5241: result: yes
# configure:5241: checking lzo/lzo1x.h usability
# configure:5241: clang -c conftest.c >&5
# configure:5241: $? = 0
# configure:5241: result: yes
# configure:5241: checking lzo/lzo1x.h presence
# configure:5241: clang -E conftest.c
# configure:5241: $? = 0
# configure:5241: result: yes
# configure:5241: checking for lzo/lzo1x.h
# configure:5241: result: yes
# configure:5278: checking for version information in lzo/lzoconf.h...
# configure:5291: clang -c conftest.c >&5
# configure:5291: $? = 0
# configure:5311: result: v2
# configure:5454: checking for __lzo_init_v2 in -llzo2
# configure:5479: clang -o conftest conftest.c -llzo2 >&5
# configure:5479: $? = 0
# configure:5488: result: yes
# configure:5502: checking for lzo1x_decompress_asm_fast in -llzo2
# configure:5527: clang -o conftest conftest.c -llzo2 -llzo2 >&5
# /tmp/conftest-d05d28.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `lzo1x_decompress_asm_fast'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5527: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char lzo1x_decompress_asm_fast ();
# | int
# | main ()
# | {
# | return lzo1x_decompress_asm_fast ();
# | ;
# | return 0;
# | }
# configure:5536: result: no
# configure:5544: checking for _lzo1x_decompress_asm_fast in -llzo2
# configure:5569: clang -o conftest conftest.c -llzo2 -llzo2 >&5
# /tmp/conftest-700a03.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_lzo1x_decompress_asm_fast'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5569: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _lzo1x_decompress_asm_fast ();
# | int
# | main ()
# | {
# | return _lzo1x_decompress_asm_fast ();
# | ;
# | return 0;
# | }
# configure:5578: result: no
# configure:5597: checking conio.h usability
# configure:5597: clang -c conftest.c >&5
# conftest.c:87:10: fatal error: 'conio.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5597: result: no
# configure:5597: checking conio.h presence
# configure:5597: clang -E conftest.c
# conftest.c:54:10: fatal error: 'conio.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# configure:5597: result: no
# configure:5597: checking for conio.h
# configure:5597: result: no
# configure:5597: checking direct.h usability
# configure:5597: clang -c conftest.c >&5
# conftest.c:87:10: fatal error: 'direct.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5597: result: no
# configure:5597: checking direct.h presence
# configure:5597: clang -E conftest.c
# conftest.c:54:10: fatal error: 'direct.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# configure:5597: result: no
# configure:5597: checking for direct.h
# configure:5597: result: no
# configure:5597: checking dos.h usability
# configure:5597: clang -c conftest.c >&5
# conftest.c:87:10: fatal error: 'dos.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5597: result: no
# configure:5597: checking dos.h presence
# configure:5597: clang -E conftest.c
# conftest.c:54:10: fatal error: 'dos.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# configure:5597: result: no
# configure:5597: checking for dos.h
# configure:5597: result: no
# configure:5597: checking io.h usability
# configure:5597: clang -c conftest.c >&5
# conftest.c:87:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5597: result: no
# configure:5597: checking io.h presence
# configure:5597: clang -E conftest.c
# conftest.c:54:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# configure:5597: result: no
# configure:5597: checking for io.h
# configure:5597: result: no
# configure:5597: checking share.h usability
# configure:5597: clang -c conftest.c >&5
# conftest.c:87:10: fatal error: 'share.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5597: result: no
# configure:5597: checking share.h presence
# configure:5597: clang -E conftest.c
# conftest.c:54:10: fatal error: 'share.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# configure:5597: result: no
# configure:5597: checking for share.h
# configure:5597: result: no
# configure:5597: checking sys/utime.h usability
# configure:5597: clang -c conftest.c >&5
# conftest.c:87:10: fatal error: 'sys/utime.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5597: result: no
# configure:5597: checking sys/utime.h presence
# configure:5597: clang -E conftest.c
# conftest.c:54:10: fatal error: 'sys/utime.h' file not found
# #include
# ^
# 1 error generated.
# configure:5597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# configure:5597: result: no
# configure:5597: checking for sys/utime.h
# configure:5597: result: no
# configure:5613: checking for off_t
# configure:5613: clang -c conftest.c >&5
# configure:5613: $? = 0
# configure:5613: clang -c conftest.c >&5
# conftest.c:90:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:5613: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5613: result: yes
# configure:5624: checking for ptrdiff_t
# configure:5624: clang -c conftest.c >&5
# configure:5624: $? = 0
# configure:5624: clang -c conftest.c >&5
# conftest.c:90:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:5624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5624: result: yes
# configure:5635: checking for size_t
# configure:5635: clang -c conftest.c >&5
# configure:5635: $? = 0
# configure:5635: clang -c conftest.c >&5
# conftest.c:90:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5635: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 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:5635: result: yes
# configure:5646: checking return type of signal handlers
# configure:5664: clang -c conftest.c >&5
# conftest.c:60:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5664: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:5671: result: void
# configure:5679: checking for nanoseconds member of struct stat.st_mtim
# configure:5705: clang -c -DST_MTIM_NSEC=tv_nsec conftest.c >&5
# configure:5705: $? = 0
# configure:5712: result: tv_nsec
# configure:5730: checking size of short
# configure:5735: clang -o conftest conftest.c -llzo2 >&5
# configure:5735: $? = 0
# configure:5735: ./conftest
# configure:5735: $? = 0
# configure:5749: result: 2
# configure:5763: checking size of int
# configure:5768: clang -o conftest conftest.c -llzo2 >&5
# configure:5768: $? = 0
# configure:5768: ./conftest
# configure:5768: $? = 0
# configure:5782: result: 4
# configure:5796: checking size of long
# configure:5801: clang -o conftest conftest.c -llzo2 >&5
# configure:5801: $? = 0
# configure:5801: ./conftest
# configure:5801: $? = 0
# configure:5815: result: 8
# configure:5830: checking size of long long
# configure:5835: clang -o conftest conftest.c -llzo2 >&5
# configure:5835: $? = 0
# configure:5835: ./conftest
# configure:5835: $? = 0
# configure:5849: result: 8
# configure:5863: checking size of __int16
# configure:5868: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:93:57: error: use of undeclared identifier '__int16'
# static long int longval () { return (long int) (sizeof (__int16)); }
# ^
# conftest.c:94:67: error: use of undeclared identifier '__int16'
# static unsigned long int ulongval () { return (long int) (sizeof (__int16)); }
# ^
# conftest.c:104:28: error: use of undeclared identifier '__int16'
# if (((long int) (sizeof (__int16))) < 0)
# ^
# conftest.c:107:37: error: use of undeclared identifier '__int16'
# if (i != ((long int) (sizeof (__int16))))
# ^
# conftest.c:114:37: error: use of undeclared identifier '__int16'
# if (i != ((long int) (sizeof (__int16))))
# ^
# 5 errors generated.
# configure:5868: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | #define RETSIGTYPE void
# | #define ST_MTIM_NSEC tv_nsec
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | /* 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
# | static long int longval () { return (long int) (sizeof (__int16)); }
# | static unsigned long int ulongval () { return (long int) (sizeof (__int16)); }
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | FILE *f = fopen ("conftest.val", "w");
# | if (! f)
# | return 1;
# | if (((long int) (sizeof (__int16))) < 0)
# | {
# | long int i = longval ();
# | if (i != ((long int) (sizeof (__int16))))
# | return 1;
# | fprintf (f, "%ld", i);
# | }
# | else
# | {
# | unsigned long int i = ulongval ();
# | if (i != ((long int) (sizeof (__int16))))
# | return 1;
# | fprintf (f, "%lu", i);
# | }
# | /* Do not output a trailing newline, as this causes \r\n confusion
# | on some platforms. */
# | return ferror (f) || fclose (f) != 0;
# |
# | ;
# | return 0;
# | }
# configure:5882: result: 0
# configure:5896: checking size of __int32
# configure:5901: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:94:57: error: use of undeclared identifier '__int32'
# static long int longval () { return (long int) (sizeof (__int32)); }
# ^
# conftest.c:95:67: error: use of undeclared identifier '__int32'
# static unsigned long int ulongval () { return (long int) (sizeof (__int32)); }
# ^
# conftest.c:105:28: error: use of undeclared identifier '__int32'
# if (((long int) (sizeof (__int32))) < 0)
# ^
# conftest.c:108:37: error: use of undeclared identifier '__int32'
# if (i != ((long int) (sizeof (__int32))))
# ^
# conftest.c:115:37: error: use of undeclared identifier '__int32'
# if (i != ((long int) (sizeof (__int32))))
# ^
# 5 errors generated.
# configure:5901: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | #define RETSIGTYPE void
# | #define ST_MTIM_NSEC tv_nsec
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF___INT16 0
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | static long int longval () { return (long int) (sizeof (__int32)); }
# | static unsigned long int ulongval () { return (long int) (sizeof (__int32)); }
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | FILE *f = fopen ("conftest.val", "w");
# | if (! f)
# | return 1;
# | if (((long int) (sizeof (__int32))) < 0)
# | {
# | long int i = longval ();
# | if (i != ((long int) (sizeof (__int32))))
# | return 1;
# | fprintf (f, "%ld", i);
# | }
# | else
# | {
# | unsigned long int i = ulongval ();
# | if (i != ((long int) (sizeof (__int32))))
# | return 1;
# | fprintf (f, "%lu", i);
# | }
# | /* Do not output a trailing newline, as this causes \r\n confusion
# | on some platforms. */
# | return ferror (f) || fclose (f) != 0;
# |
# | ;
# | return 0;
# | }
# configure:5915: result: 0
# configure:5929: checking size of __int64
# configure:5934: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:95:57: error: use of undeclared identifier '__int64'
# static long int longval () { return (long int) (sizeof (__int64)); }
# ^
# conftest.c:96:67: error: use of undeclared identifier '__int64'
# static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
# ^
# conftest.c:106:28: error: use of undeclared identifier '__int64'
# if (((long int) (sizeof (__int64))) < 0)
# ^
# conftest.c:109:37: error: use of undeclared identifier '__int64'
# if (i != ((long int) (sizeof (__int64))))
# ^
# conftest.c:116:37: error: use of undeclared identifier '__int64'
# if (i != ((long int) (sizeof (__int64))))
# ^
# 5 errors generated.
# configure:5934: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | #define RETSIGTYPE void
# | #define ST_MTIM_NSEC tv_nsec
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF___INT16 0
# | #define SIZEOF___INT32 0
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | static long int longval () { return (long int) (sizeof (__int64)); }
# | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | FILE *f = fopen ("conftest.val", "w");
# | if (! f)
# | return 1;
# | if (((long int) (sizeof (__int64))) < 0)
# | {
# | long int i = longval ();
# | if (i != ((long int) (sizeof (__int64))))
# | return 1;
# | fprintf (f, "%ld", i);
# | }
# | else
# | {
# | unsigned long int i = ulongval ();
# | if (i != ((long int) (sizeof (__int64))))
# | return 1;
# | fprintf (f, "%lu", i);
# | }
# | /* Do not output a trailing newline, as this causes \r\n confusion
# | on some platforms. */
# | return ferror (f) || fclose (f) != 0;
# |
# | ;
# | return 0;
# | }
# configure:5948: result: 0
# configure:5963: checking size of void *
# configure:5968: clang -o conftest conftest.c -llzo2 >&5
# configure:5968: $? = 0
# configure:5968: ./conftest
# configure:5968: $? = 0
# configure:5982: result: 8
# configure:5996: checking size of size_t
# configure:6001: clang -o conftest conftest.c -llzo2 >&5
# configure:6001: $? = 0
# configure:6001: ./conftest
# configure:6001: $? = 0
# configure:6015: result: 8
# configure:6029: checking size of ptrdiff_t
# configure:6034: clang -o conftest conftest.c -llzo2 >&5
# configure:6034: $? = 0
# configure:6034: ./conftest
# configure:6034: $? = 0
# configure:6048: result: 8
# configure:6064: checking size of __int32
# configure:6083: result: 0
# configure:6097: checking size of intmax_t
# configure:6102: clang -o conftest conftest.c -llzo2 >&5
# configure:6102: $? = 0
# configure:6102: ./conftest
# configure:6102: $? = 0
# configure:6116: result: 8
# configure:6130: checking size of uintmax_t
# configure:6135: clang -o conftest conftest.c -llzo2 >&5
# configure:6135: $? = 0
# configure:6135: ./conftest
# configure:6135: $? = 0
# configure:6149: result: 8
# configure:6163: checking size of intptr_t
# configure:6168: clang -o conftest conftest.c -llzo2 >&5
# configure:6168: $? = 0
# configure:6168: ./conftest
# configure:6168: $? = 0
# configure:6182: result: 8
# configure:6196: checking size of uintptr_t
# configure:6201: clang -o conftest conftest.c -llzo2 >&5
# configure:6201: $? = 0
# configure:6201: ./conftest
# configure:6201: $? = 0
# configure:6215: result: 8
# configure:6230: checking size of float
# configure:6235: clang -o conftest conftest.c -llzo2 >&5
# configure:6235: $? = 0
# configure:6235: ./conftest
# configure:6235: $? = 0
# configure:6249: result: 4
# configure:6263: checking size of double
# configure:6268: clang -o conftest conftest.c -llzo2 >&5
# configure:6268: $? = 0
# configure:6268: ./conftest
# configure:6268: $? = 0
# configure:6282: result: 8
# configure:6296: checking size of long double
# configure:6301: clang -o conftest conftest.c -llzo2 >&5
# configure:6301: $? = 0
# configure:6301: ./conftest
# configure:6301: $? = 0
# configure:6315: result: 16
# configure:6330: checking size of dev_t
# configure:6335: clang -o conftest conftest.c -llzo2 >&5
# configure:6335: $? = 0
# configure:6335: ./conftest
# configure:6335: $? = 0
# configure:6349: result: 8
# configure:6363: checking size of fpos_t
# configure:6368: clang -o conftest conftest.c -llzo2 >&5
# configure:6368: $? = 0
# configure:6368: ./conftest
# configure:6368: $? = 0
# configure:6382: result: 16
# configure:6396: checking size of mode_t
# configure:6401: clang -o conftest conftest.c -llzo2 >&5
# configure:6401: $? = 0
# configure:6401: ./conftest
# configure:6401: $? = 0
# configure:6415: result: 4
# configure:6429: checking size of off_t
# configure:6434: clang -o conftest conftest.c -llzo2 >&5
# configure:6434: $? = 0
# configure:6434: ./conftest
# configure:6434: $? = 0
# configure:6448: result: 8
# configure:6462: checking size of ssize_t
# configure:6467: clang -o conftest conftest.c -llzo2 >&5
# configure:6467: $? = 0
# configure:6467: ./conftest
# configure:6467: $? = 0
# configure:6481: result: 8
# configure:6495: checking size of time_t
# configure:6500: clang -o conftest conftest.c -llzo2 >&5
# configure:6500: $? = 0
# configure:6500: ./conftest
# configure:6500: $? = 0
# configure:6514: result: 8
# configure:6535: checking for access
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for alloca
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:104:6: warning: incompatible redeclaration of library function 'alloca' [-Wincompatible-library-redeclaration]
# char alloca ();
# ^
# conftest.c:104:6: note: 'alloca' is a builtin with type 'void *(unsigned long)'
# 1 warning generated.
# /tmp/conftest-fe213d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `alloca'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6535: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | #define RETSIGTYPE void
# | #define ST_MTIM_NSEC tv_nsec
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF___INT16 0
# | #define SIZEOF___INT32 0
# | #define SIZEOF___INT64 0
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF___INT32 0
# | #define SIZEOF_INTMAX_T 8
# | #define SIZEOF_UINTMAX_T 8
# | #define SIZEOF_INTPTR_T 8
# | #define SIZEOF_UINTPTR_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_DEV_T 8
# | #define SIZEOF_FPOS_T 16
# | #define SIZEOF_MODE_T 4
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_ACCESS 1
# | /* end confdefs.h. */
# | /* Define alloca to an innocuous variant, in case declares alloca.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define alloca innocuous_alloca
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char alloca (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef alloca
# |
# | /* 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 alloca ();
# | /* 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_alloca || defined __stub___alloca
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return alloca ();
# | ;
# | return 0;
# | }
# configure:6535: result: no
# configure:6535: checking for atexit
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for atoi
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for atol
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for chmod
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for chown
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for clock_getcpuclockid
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for clock_getres
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for clock_gettime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for ctime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for difftime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for fstat
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for getenv
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for getpagesize
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for getrusage
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for gettimeofday
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for gmtime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for isatty
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for localtime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for longjmp
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:122:6: warning: declaration of built-in function 'longjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char longjmp ();
# ^
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for lstat
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for memcmp
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:124:6: warning: incompatible redeclaration of library function 'memcmp' [-Wincompatible-library-redeclaration]
# char memcmp ();
# ^
# conftest.c:124:6: note: 'memcmp' is a builtin with type 'int (const void *, const void *, unsigned long)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for memcpy
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:125:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:125:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for memmove
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:126:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:126:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for memset
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:127:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:127:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for mkdir
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for mktime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for mmap
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for mprotect
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for munmap
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for qsort
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for raise
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for rmdir
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for setjmp
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:136:6: warning: declaration of built-in function 'setjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char setjmp ();
# ^
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for signal
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for snprintf
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:138:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:138:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for strcasecmp
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:139:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:139:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for strchr
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:140:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:140:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for strdup
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:141:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:141:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for strerror
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:142:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:142:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for strftime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for stricmp
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# /tmp/conftest-016bd5.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `stricmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6535: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | #define RETSIGTYPE void
# | #define ST_MTIM_NSEC tv_nsec
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF___INT16 0
# | #define SIZEOF___INT32 0
# | #define SIZEOF___INT64 0
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF___INT32 0
# | #define SIZEOF_INTMAX_T 8
# | #define SIZEOF_UINTMAX_T 8
# | #define SIZEOF_INTPTR_T 8
# | #define SIZEOF_UINTPTR_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_DEV_T 8
# | #define SIZEOF_FPOS_T 16
# | #define SIZEOF_MODE_T 4
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_ACCESS 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ATOI 1
# | #define HAVE_ATOL 1
# | #define HAVE_CHMOD 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CLOCK_GETCPUCLOCKID 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CTIME 1
# | #define HAVE_DIFFTIME 1
# | #define HAVE_FSTAT 1
# | #define HAVE_GETENV 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GMTIME 1
# | #define HAVE_ISATTY 1
# | #define HAVE_LOCALTIME 1
# | #define HAVE_LONGJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKDIR 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MMAP 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_QSORT 1
# | #define HAVE_RAISE 1
# | #define HAVE_RMDIR 1
# | #define HAVE_SETJMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRFTIME 1
# | /* end confdefs.h. */
# | /* Define stricmp to an innocuous variant, in case declares stricmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define stricmp innocuous_stricmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char stricmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef stricmp
# |
# | /* 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 stricmp ();
# | /* 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_stricmp || defined __stub___stricmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return stricmp ();
# | ;
# | return 0;
# | }
# configure:6535: result: no
# configure:6535: checking for strncasecmp
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:144:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# conftest.c:144:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for strnicmp
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# /tmp/conftest-31b8df.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strnicmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6535: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lzop"
# | #define PACKAGE_TARNAME "lzop"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "lzop 1.03"
# | #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# | #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# | #define LZOP_ENABLE_ANSI 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define ACC_ABI_LITTLE_ENDIAN 1
# | #define PACKAGE "lzop"
# | #define VERSION "1.03"
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LZO_LZOCONF_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_LIBLZO2 1
# | #define RETSIGTYPE void
# | #define ST_MTIM_NSEC tv_nsec
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF___INT16 0
# | #define SIZEOF___INT32 0
# | #define SIZEOF___INT64 0
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF___INT32 0
# | #define SIZEOF_INTMAX_T 8
# | #define SIZEOF_UINTMAX_T 8
# | #define SIZEOF_INTPTR_T 8
# | #define SIZEOF_UINTPTR_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_DEV_T 8
# | #define SIZEOF_FPOS_T 16
# | #define SIZEOF_MODE_T 4
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_ACCESS 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ATOI 1
# | #define HAVE_ATOL 1
# | #define HAVE_CHMOD 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CLOCK_GETCPUCLOCKID 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CTIME 1
# | #define HAVE_DIFFTIME 1
# | #define HAVE_FSTAT 1
# | #define HAVE_GETENV 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GMTIME 1
# | #define HAVE_ISATTY 1
# | #define HAVE_LOCALTIME 1
# | #define HAVE_LONGJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKDIR 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MMAP 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_QSORT 1
# | #define HAVE_RAISE 1
# | #define HAVE_RMDIR 1
# | #define HAVE_SETJMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRNCASECMP 1
# | /* end confdefs.h. */
# | /* Define strnicmp to an innocuous variant, in case declares strnicmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strnicmp innocuous_strnicmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strnicmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strnicmp
# |
# | /* 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 strnicmp ();
# | /* 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_strnicmp || defined __stub___strnicmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strnicmp ();
# | ;
# | return 0;
# | }
# configure:6535: result: no
# configure:6535: checking for strrchr
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:145:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:145:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for strstr
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:146:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:146:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for time
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for umask
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for utime
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6535: checking for vsnprintf
# configure:6535: clang -o conftest conftest.c -llzo2 >&5
# conftest.c:150:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:150:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:6535: $? = 0
# configure:6535: result: yes
# configure:6567: checking whether your compiler passes the ACC conformance test
# configure:6612: clang -c -I. conftest.c >&5
# configure:6612: $? = 0
# configure:6620: result: yes
# configure:6780: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by lzop config.status 1.03, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 21a4ec24d643
#
# config.status:985: creating Makefile
# config.status:985: creating doc/Makefile
# config.status:985: creating src/Makefile
# config.status:985: creating config.h
# config.status:1213: 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_const=yes
# 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_access=yes
# ac_cv_func_alloca=no
# ac_cv_func_atexit=yes
# ac_cv_func_atoi=yes
# ac_cv_func_atol=yes
# ac_cv_func_chmod=yes
# ac_cv_func_chown=yes
# ac_cv_func_clock_getcpuclockid=yes
# ac_cv_func_clock_getres=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_ctime=yes
# ac_cv_func_difftime=yes
# ac_cv_func_fstat=yes
# ac_cv_func_getenv=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getrusage=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_gmtime=yes
# ac_cv_func_isatty=yes
# ac_cv_func_localtime=yes
# ac_cv_func_longjmp=yes
# ac_cv_func_lstat=yes
# ac_cv_func_memcmp=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkdir=yes
# ac_cv_func_mktime=yes
# ac_cv_func_mmap=yes
# ac_cv_func_mprotect=yes
# ac_cv_func_munmap=yes
# ac_cv_func_qsort=yes
# ac_cv_func_raise=yes
# ac_cv_func_rmdir=yes
# ac_cv_func_setjmp=yes
# ac_cv_func_signal=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_stricmp=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strnicmp=no
# ac_cv_func_strrchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_time=yes
# ac_cv_func_umask=yes
# ac_cv_func_utime=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_assert_h=yes
# ac_cv_header_conio_h=no
# ac_cv_header_ctype_h=yes
# ac_cv_header_direct_h=no
# ac_cv_header_dirent_h=yes
# ac_cv_header_dos_h=no
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_lzo_lzo1x_h=yes
# ac_cv_header_lzo_lzoconf_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_share_h=no
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_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_resource_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_utime_h=no
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lzo2___lzo_init_v2=yes
# ac_cv_lib_lzo2__lzo1x_decompress_asm_fast=no
# ac_cv_lib_lzo2_lzo1x_decompress_asm_fast=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_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof___int16=0
# ac_cv_sizeof___int32=0
# ac_cv_sizeof___int64=0
# ac_cv_sizeof_dev_t=8
# ac_cv_sizeof_double=8
# ac_cv_sizeof_float=4
# ac_cv_sizeof_fpos_t=16
# ac_cv_sizeof_int=4
# ac_cv_sizeof_intmax_t=8
# ac_cv_sizeof_intptr_t=8
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_double=16
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_mode_t=4
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_ptrdiff_t=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_size_t=8
# ac_cv_sizeof_ssize_t=8
# ac_cv_sizeof_time_t=8
# ac_cv_sizeof_uintmax_t=8
# ac_cv_sizeof_uintptr_t=8
# ac_cv_sizeof_void_p=8
# ac_cv_struct_st_mtim_nsec=tv_nsec
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_off_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# mfx_cv_header_sane_limits_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/lzop/src/lzop-1.03/autoconf/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/lzop/src/lzop-1.03/autoconf/missing --run tar'
# AM_BACKSLASH='\'
# AM_DEFAULT_VERBOSITY='1'
# AUTOCONF='${SHELL} /tmp/lzop/src/lzop-1.03/autoconf/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/lzop/src/lzop-1.03/autoconf/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/lzop/src/lzop-1.03/autoconf/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS='-DLZOP_HAVE_CONFIG_H'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-llzo2 '
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/lzop/src/lzop-1.03/autoconf/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='lzop'
# PACKAGE_BUGREPORT='lzop-bugs@oberhumer.com'
# PACKAGE_NAME='lzop'
# PACKAGE_STRING='lzop 1.03'
# PACKAGE_TARNAME='lzop'
# PACKAGE_URL='http://www.oberhumer.com/opensource/lzop/'
# PACKAGE_VERSION='1.03'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP=''
# VERSION='1.03'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# configure_CFLAGS=''
# configure_CPPFLAGS='-DLZOP_HAVE_CONFIG_H'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/lzop/src/lzop-1.03/autoconf/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "lzop"
# #define PACKAGE_TARNAME "lzop"
# #define PACKAGE_VERSION "1.03"
# #define PACKAGE_STRING "lzop 1.03"
# #define PACKAGE_BUGREPORT "lzop-bugs@oberhumer.com"
# #define PACKAGE_URL "http://www.oberhumer.com/opensource/lzop/"
# #define LZOP_ENABLE_ANSI 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define ACC_ABI_LITTLE_ENDIAN 1
# #define PACKAGE "lzop"
# #define VERSION "1.03"
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_ASSERT_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_LZO_LZOCONF_H 1
# #define HAVE_LZO_LZO1X_H 1
# #define HAVE_LIBLZO2 1
# #define RETSIGTYPE void
# #define ST_MTIM_NSEC tv_nsec
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF___INT16 0
# #define SIZEOF___INT32 0
# #define SIZEOF___INT64 0
# #define SIZEOF_VOID_P 8
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_PTRDIFF_T 8
# #define SIZEOF___INT32 0
# #define SIZEOF_INTMAX_T 8
# #define SIZEOF_UINTMAX_T 8
# #define SIZEOF_INTPTR_T 8
# #define SIZEOF_UINTPTR_T 8
# #define SIZEOF_FLOAT 4
# #define SIZEOF_DOUBLE 8
# #define SIZEOF_LONG_DOUBLE 16
# #define SIZEOF_DEV_T 8
# #define SIZEOF_FPOS_T 16
# #define SIZEOF_MODE_T 4
# #define SIZEOF_OFF_T 8
# #define SIZEOF_SSIZE_T 8
# #define SIZEOF_TIME_T 8
# #define HAVE_ACCESS 1
# #define HAVE_ATEXIT 1
# #define HAVE_ATOI 1
# #define HAVE_ATOL 1
# #define HAVE_CHMOD 1
# #define HAVE_CHOWN 1
# #define HAVE_CLOCK_GETCPUCLOCKID 1
# #define HAVE_CLOCK_GETRES 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_CTIME 1
# #define HAVE_DIFFTIME 1
# #define HAVE_FSTAT 1
# #define HAVE_GETENV 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_GETRUSAGE 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GMTIME 1
# #define HAVE_ISATTY 1
# #define HAVE_LOCALTIME 1
# #define HAVE_LONGJMP 1
# #define HAVE_LSTAT 1
# #define HAVE_MEMCMP 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_MKDIR 1
# #define HAVE_MKTIME 1
# #define HAVE_MMAP 1
# #define HAVE_MPROTECT 1
# #define HAVE_MUNMAP 1
# #define HAVE_QSORT 1
# #define HAVE_RAISE 1
# #define HAVE_RMDIR 1
# #define HAVE_SETJMP 1
# #define HAVE_SIGNAL 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRFTIME 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_TIME 1
# #define HAVE_UMASK 1
# #define HAVE_UTIME 1
# #define HAVE_VSNPRINTF 1
#
# configure: exit 0