Build of hercules with clang_glibc toolchain

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

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

SLOCLanguage
174,573 ansic
8,780 sh
5,533 makefile
149 perl
189,035 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: hercules 3.12-1 (Thu Apr 13 15:55:24 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/hercules/src/hercules-3.12/autoconf/missing: Unknown `--is-lightweight' option
# Try `/tmp/hercules/src/hercules-3.12/autoconf/missing --help' for more information
# configure: WARNING: 'missing' script is too old or missing
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether make supports nested variables... (cached) yes
# 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 for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# checking how to run the C preprocessor... clang -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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgfortran... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for x86_64-unknown-linux-nagfor... no
# checking for g77... no
# checking for xlf... no
# checking for f77... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for xlf90... no
# checking for f90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking for shl_load... (cached) no
# checking for shl_load in -ldld... (cached) no
# checking for dlopen... (cached) no
# checking for dlopen in -ldl... (cached) yes
# checking whether a program can dlopen itself... (cached) yes
# checking whether a statically linked program can dlopen itself... (cached) yes
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking for an ANSI C-conforming const... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking which extension is used for loadable modules...
# checking which variable specifies run-time library path... LD_LIBRARY_PATH
# checking for the default library search path... /lib /usr/lib
# checking for objdir... .libs
# checking whether libtool supports -dlopen/-dlpreopen... yes
# checking for shl_load... (cached) no
# checking for shl_load in -ldld... (cached) no
# checking for dlopen in -ldl... (cached) yes
# checking for dlerror... yes
# checking for _ prefix in compiled symbols... no
# checking whether deplibs are loaded by dlopen... yes
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking for error_t... yes
# checking for argz_append... yes
# checking for argz_create_sep... yes
# checking for argz_insert... yes
# checking for argz_next... yes
# checking for argz_stringify... 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 errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for memory.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for unistd.h... (cached) yes
# checking dl.h usability... no
# checking dl.h presence... no
# checking for dl.h... no
# checking sys/dl.h usability... no
# checking sys/dl.h presence... no
# checking for sys/dl.h... no
# checking dld.h usability... no
# checking dld.h presence... no
# checking for dld.h... no
# checking mach-o/dyld.h usability... no
# checking mach-o/dyld.h presence... no
# checking for mach-o/dyld.h... no
# checking for string.h... (cached) yes
# checking for strchr... yes
# checking for strrchr... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for strcmp... yes
# checking for closedir... yes
# checking for opendir... yes
# checking for readdir... yes
# configure: (use of lt_dlopen forced by Hercules Dynamic Loader requirement)
# checking for ctype.h... (cached) yes
# checking for errno.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for stdio.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.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 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 pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for sys/socket.h... yes
# checking for net/if.h... yes
# checking for netinet/in.h... yes
# checking for netinet/tcp.h... yes
# checking for net/route.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking linux/if_tun.h usability... yes
# checking linux/if_tun.h presence... yes
# checking for linux/if_tun.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for sys/mount.h... yes
# checking sys/mtio.h usability... yes
# checking sys/mtio.h presence... yes
# checking for sys/mtio.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking bzlib.h usability... yes
# checking bzlib.h presence... yes
# checking for bzlib.h... yes
# checking for dlfcn.h... (cached) yes
# checking for inttypes.h... (cached) yes
# checking iconv.h usability... yes
# checking iconv.h presence... yes
# checking for iconv.h... yes
# checking ltdl.h usability... yes
# checking ltdl.h presence... yes
# checking for ltdl.h... yes
# checking for malloc.h... (cached) yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking sched.h usability... yes
# checking sched.h presence... yes
# checking for sched.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking for time.h... (cached) yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking sys/capability.h usability... yes
# checking sys/capability.h presence... yes
# checking for sys/capability.h... yes
# checking sys/prctl.h usability... yes
# checking sys/prctl.h presence... yes
# checking for sys/prctl.h... yes
# checking whether SIGUSR1 is declared... yes
# checking whether SIGUSR2 is declared... yes
# checking whether SIGPIPE is declared... yes
# checking whether SIGBUS is declared... yes
# checking whether IFNAMSIZ is declared... no
# checking whether LOGIN_NAME_MAX is declared... yes
# checking whether _SC_NPROCESSORS_CONF is declared... yes
# checking whether _SC_NPROCESSORS_ONLN is declared... yes
# checking whether SIOCSIFNETMASK is declared... yes
# checking whether SIOCSIFHWADDR is declared... yes
# checking whether SIOCADDRT is declared... yes
# checking whether SIOCDELRT is declared... yes
# checking whether SIOCDIFADDR is declared... yes
# checking whether MTEWARN is declared... no
# checking for u_int8_t... yes
# checking for useconds_t... yes
# checking for id_t... yes
# checking for u_char... yes
# checking for u_short... yes
# checking for u_int... yes
# checking for u_long... yes
# checking for in_addr_t... yes
# checking for socklen_t... yes
# checking for _pipe in -lmsvcrt... no
# checking for dlopen in -ldl... yes
# checking for sqrt in -lm... yes
# checking for connect in -lsocket... no
# checking for gethostbyname in -lnsl... yes
# checking for inet_aton in -lresolv... yes
# checking for uncompress in -lz... yes
# checking for BZ2_bzBuffToBuffDecompress in -lbz2... yes
# checking for iconv in -liconv... no
# checking for sched_yield in -lrt... yes
# checking for pthread_create in -lpthread... yes
# checking for iconv... yes
# checking for memrchr... yes
# checking for getopt_long... yes
# checking for sqrtl... yes
# checking for ldexpl... yes
# checking for fabsl... yes
# checking for fmodl... yes
# checking for frexpl... yes
# checking for ldexpf... yes
# checking for frexpf... yes
# checking for fabsf... yes
# checking for rint... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for strerror_r... yes
# checking for strsignal... yes
# checking for sys_siglist... yes
# checking for InitializeCriticalSectionAndSpinCount... no
# checking for sleep... yes
# checking for usleep... yes
# checking for nanosleep... yes
# checking for sched_yield... yes
# checking for strtok_r... yes
# checking for pipe... yes
# checking for gettimeofday... yes
# checking for getpgrp... yes
# checking for scandir... yes
# checking for alphasort... yes
# checking for getlogin... yes
# checking for getlogin_r... yes
# checking for realpath... yes
# checking for fdatasync... yes
# checking for fsync... yes
# checking for ftruncate... yes
# checking for inet_aton... yes
# checking for fork... yes
# checking for socketpair... yes
# checking for sysconf... yes
# checking for vsscanf... yes
# checking for setresuid... yes
# checking for getresuid... yes
# checking whether fdatasync is supported... yes
# checking for struct sockaddr_in.sin_len... no
# checking for struct in_addr.s_addr... yes
# checking for struct sigaction.sa_sigaction... yes
# checking for struct timespec.tv_nsec... yes
# checking whether byte ordering is bigendian... no
# checking size of int... 4
# checking size of long... 8
# checking size of size_t... 8
# checking size of int *... 8
# checking size of off_t... 8
# configure: begin check: whether byte structs are aligned/rounded by default...
# checking size of struct bytestruct... 1
# configure: results: byte structs are aligned/rounded by default... no
# checking if this is the broken 2.96 version of GCC... no
# checking C99 struct flexible arrays support... no
# checking whether '__attribute__ ((regparm(n)))' is supported... yes
# checking whether '__attribute__ ((regparm(3)))' is broken... no
# checking whether '__builtin_alloca' is broken... no
# checking whether preprocessor macro argument counting broken... no
# checking whether '-traditional-cpp' is K&R C preprocessor... yes
# checking whether byte-swapping can be done using assembler ... yes
# checking whether clang accepts -pthread ... yes
# checking whether 'optreset' needed for 'getopt' use... 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 off_t... yes
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking whether getopt wrapper kludge is necessary... no
# checking for what optimization flags to use ... -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing
# checking whether compiler supports -Wno-unused-but-set-variable... no
# checking whether compiler supports -Werror=declaration-after-statement... yes
# configure:
# configure: Package destination directory prefixes:
# configure:
# configure: Libraries: $(libdir)/$(PACKAGE)
# configure: Data: $(datadir)/hercules
# configure:
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating util/Makefile
# config.status: creating html/Makefile
# config.status: creating crypto/Makefile
# config.status: creating man/Makefile
# config.status: creating m4/Makefile
# config.status: creating decNumber/Makefile
# config.status: creating softfloat/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12'
# Making all in decNumber
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/decNumber'
# CC decContext.lo
# CC decimal128.lo
# CC decimal32.lo
# CC decimal64.lo
# CC decNumber.lo
# CC decPacked.lo
# CCLD libdecNumber.la
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/decNumber'
# Making all in softfloat
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/softfloat'
# CC softfloat.lo
# CCLD libsoftfloat.la
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/softfloat'
# Making all in m4
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/m4'
# Making all in util
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/util'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/util'
# Making all in html
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/html'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/html'
# Making all in man
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/man'
# Making all in .
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12'
# CC hsys.lo
# CCLD libhercs.la
# CC version.lo
# CC hscutl.lo
# CC hscutl2.lo
# CC codepage.lo
# CC logger.lo
# CC logmsg.lo
# CC hdl.lo
# CC hostinfo.lo
# CC hsocket.lo
# CC memrchr.lo
# CC parser.lo
# CC pttrace.lo
# CC ltdl.lo
# CCLD libhercu.la
# CC sllib.lo
# CC hetlib.lo
# CCLD libherct.la
# CC ckddasd.lo
# CC fbadasd.lo
# CC cckddasd.lo
# CC cckdutil.lo
# CC dasdtab.lo
# CC cache.lo
# CC dasdutil.lo
# CC shared.lo
# CCLD libhercd.la
# CC hconsole.lo
# CC w32util.lo
# CC strsignal.lo
# CC impl.lo
# CC config.lo
# CC bldcfg.lo
# CC panel.lo
# CC history.lo
# CC fillfnam.lo
# CC ipl.lo
# CC assist.lo
# CC dat.lo
# CC stack.lo
# CC cpu.lo
# CC vstore.lo
# CC general1.lo
# CC general2.lo
# CC general3.lo
# CC pfpo.lo
# CC plo.lo
# CC control.lo
# CC crypto.lo
# CC io.lo
# CC decimal.lo
# CC service.lo
# CC scedasd.lo
# CC losc.lo
# CC chsc.lo
# CC opcode.lo
# CC diagnose.lo
# CC diagmssf.lo
# CC vm.lo
# CC vmd250.lo
# CC channel.lo
# CC external.lo
# CC float.lo
# In file included from ./float.c:8023:
# ./float.c:2876:28: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^
# ./float.c:2876:28: note: remove the call to 'abs' since unsigned values cannot be negative
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^~~
# ./float.c:5345:36: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value]
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^
# ./float.c:5345:36: note: remove the call to 'abs' since unsigned values cannot be negative
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^~~
# In file included from ./float.c:8029:
# ./float.c:2876:28: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^
# ./float.c:2876:28: note: remove the call to 'abs' since unsigned values cannot be negative
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^~~
# ./float.c:5345:36: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value]
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^
# ./float.c:5345:36: note: remove the call to 'abs' since unsigned values cannot be negative
# if ((xj == xi) || (abs(xj - xi) == 1)) {
# ^~~
# 4 warnings generated.
# CC trace.lo
# CC machchk.lo
# CC vector.lo
# CC xstore.lo
# CC cmpsc.lo
# CC sie.lo
# CC qdio.lo
# CC clock.lo
# CC timer.lo
# CC esame.lo
# CC ieee.lo
# CC dfp.lo
# CC httpserv.lo
# CC cgibin.lo
# CC loadparm.lo
# CC hsccmd.lo
# CC cmdtab.lo
# CC hao.lo
# CC hscmisc.lo
# CC sr.lo
# CC ecpsvm.lo
# CCLD libherc.la
# CC dyngui.lo
# CCLD dyngui.la
# CC dyninst.lo
# CCLD dyninst.la
# CC hdteq.lo
# CCLD hdteq.la
# CC printer.lo
# CC sockdev.lo
# CCLD hdt1403.la
# CC commadpt.lo
# CCLD hdt2703.la
# CC comm3705.lo
# CCLD hdt3705.la
# CC ctc_lcs.lo
# CC ctc_ctci.lo
# CC ctcadpt.lo
# CC w32ctca.lo
# CC tuntap.lo
# CCLD hdt3088.la
# CC console.lo
# CCLD hdt3270.la
# CC tapedev.lo
# CC tapeccws.lo
# CC awstape.lo
# CC faketape.lo
# CC hettape.lo
# CC omatape.lo
# CC scsitape.lo
# CC w32stape.lo
# CCLD hdt3420.la
# CC cardrdr.lo
# CCLD hdt3505.la
# CC hchan.lo
# CCLD hdt2880.la
# CC cardpch.lo
# CCLD hdt3525.la
# CC qeth.lo
# CCLD hdtqeth.la
# CC con1052c.lo
# CCLD hdt1052c.la
# CC bootstrap.o
# CC hdlmain.o
# CCLD hercules
# CC dasdinit.o
# CCLD dasdinit
# CC dasdisup.o
# CCLD dasdisup
# CC dasdload.o
# CCLD dasdload
# CC dasdconv.o
# CCLD dasdconv
# CC dasdls.o
# CCLD dasdls
# CC dasdcat.o
# CCLD dasdcat
# CC dasdpdsu.o
# CCLD dasdpdsu
# CC dasdseq.o
# CCLD dasdseq
# CC tapecopy.o
# CCLD tapecopy
# CC tapemap.o
# CCLD tapemap
# CC tapesplt.o
# CCLD tapesplt
# CC cckdcdsk.o
# CCLD cckdcdsk
# CC cckdcomp.o
# CCLD cckdcomp
# CC cckddiag.o
# CCLD cckddiag
# CC cckdswap.o
# CCLD cckdswap
# CC dasdcopy.o
# CCLD dasdcopy
# CC hetget.o
# CCLD hetget
# CC hetinit.o
# CCLD hetinit
# CC hetmap.o
# CCLD hetmap
# CC hetupd.o
# CCLD hetupd
# CC dmap2hrc.o
# CCLD dmap2hrc
# CC hercifc.o
# CCLD hercifc
# CC herclin.o
# CCLD herclin
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12'
# Making all in crypto
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/crypto'
# CC dyncrypt.lo
# CC sha1.lo
# CC sha256.lo
# CC des.lo
# CC aes.lo
# CCLD dyncrypt.la
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/crypto'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in decNumber
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12/decNumber'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/decNumber'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libdecNumber.la '/tmp/hercules/pkg/hercules/usr/lib'
# /usr/bin/install -c .libs/libdecNumber.so /tmp/hercules/pkg/hercules/usr/lib/libdecNumber.so
# /usr/bin/install -c .libs/libdecNumber.lai /tmp/hercules/pkg/hercules/usr/lib/libdecNumber.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/decNumber'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12/decNumber'
# Making install in softfloat
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12/softfloat'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/softfloat'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libsoftfloat.la '/tmp/hercules/pkg/hercules/usr/lib'
# /usr/bin/install -c .libs/libsoftfloat.so /tmp/hercules/pkg/hercules/usr/lib/libsoftfloat.so
# /usr/bin/install -c .libs/libsoftfloat.lai /tmp/hercules/pkg/hercules/usr/lib/libsoftfloat.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/softfloat'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12/softfloat'
# Making install in m4
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12/m4'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/m4'
# 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/hercules/src/hercules-3.12/m4'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12/m4'
# Making install in util
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12/util'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/util'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/bin'
# /usr/bin/install -c dasdlist bldlvlck '/tmp/hercules/pkg/hercules/usr/bin'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/share/hercules'
# /usr/bin/install -c -m 644 cckddump.hla awswrite.jcl rawstape.jcl tapeconv.jcl TMOUNT.txt zzsacard.bin awssl-v19g cckdload.hla '/tmp/hercules/pkg/hercules/usr/share/hercules'
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/util'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12/util'
# Making install in html
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12/html'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/html'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/share/hercules/images'
# /usr/bin/install -c -m 644 images/loadoffu.gif images/restartu.gif images/back.gif images/loadonu.gif images/startd.gif images/bkued.gif images/loadu.gif images/startu.gif images/blueu.gif images/manoffu.gif images/stopd.gif images/dial1.gif images/manonu.gif images/stopu.gif images/dial2.gif images/note.gif images/stored.gif images/dial3.gif images/osi-certified-60x50.jpg images/storeu.gif images/dial4.gif images/poweroffd.gif images/sysoffu.gif images/favicon.ico images/poweroffu.gif images/sysonu.gif images/greend.gif images/poweronoffd.gif images/translucentoffd.gif images/greenu.gif images/poweronoffu.gif images/translucentoffu.gif images/hercpic-rblk-256.gif images/poweronond.gif images/translucentond.gif images/hercpic-rblk-80.gif images/powerononu.gif images/translucentonu.gif images/interruptd.gif images/redd.gif '/tmp/hercules/pkg/hercules/usr/share/hercules/images'
# /usr/bin/install -c -m 644 images/waitoffu.gif images/interruptu.gif images/redu.gif images/waitonu.gif images/loadd.gif images/restartd.gif '/tmp/hercules/pkg/hercules/usr/share/hercules/images'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/share/hercules/include'
# /usr/bin/install -c -m 644 include/header.htmlpart include/footer.htmlpart '/tmp/hercules/pkg/hercules/usr/share/hercules/include'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/share/hercules'
# /usr/bin/install -c -m 644 cckddasd.html fishgui.html hercconf.html hercfaq.html hercinst.html herclic.html hercload.html hercmsca.html hercmscf.html hercmscp.html hercmsct.html hercmscu.html hercmsda.html hercmsdc.html hercmsdg.html hercmsdi.html hercmsdl.html hercmsds.html hercmsdt.html hercmsdu.html hercmsg.html hercmshd.html hercmshe.html hercmshg.html hercmshm.html hercmsht.html hercmshu.html hercmsif.html hercmsin.html hercmslc.html hercmslg.html hercmspn.html hercmspr.html hercmspu.html hercmsrd.html hercmssd.html hercmsta.html hercmstc.html hercmste.html hercmstm.html '/tmp/hercules/pkg/hercules/usr/share/hercules'
# /usr/bin/install -c -m 644 hercmsts.html hercmstt.html hercmstu.html hercmsvm.html hercnew.html hercrdr.html hercrnot.html hercsupp.html herctcp.html hercules.html index.html shared.html tasks.html hercules.css '/tmp/hercules/pkg/hercules/usr/share/hercules'
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/html'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12/html'
# Making install in man
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12/man'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/share/man/man1'
# /usr/bin/install -c -m 644 cckddiag.1 dasdseq.1 hercules.1 '/tmp/hercules/pkg/hercules/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/share/man/man4'
# /usr/bin/install -c -m 644 cckd.4 '/tmp/hercules/pkg/hercules/usr/share/man/man4'
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/man'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12/man'
# Making install in .
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libhercs.la libhercu.la libherct.la libhercd.la libherc.la '/tmp/hercules/pkg/hercules/usr/lib'
# /usr/bin/install -c .libs/libhercs.so /tmp/hercules/pkg/hercules/usr/lib/libhercs.so
# /usr/bin/install -c .libs/libhercs.lai /tmp/hercules/pkg/hercules/usr/lib/libhercs.la
# libtool: install: warning: relinking `libhercu.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -export-dynamic -no-undefined -avoid-version -Wl,--warn-common -o libhercu.la -rpath /usr/lib version.lo hscutl.lo hscutl2.lo codepage.lo logger.lo logmsg.lo hdl.lo hostinfo.lo hsocket.lo memrchr.lo parser.lo pttrace.lo ltdl.lo -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 libhercs.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/version.o .libs/hscutl.o .libs/hscutl2.o .libs/codepage.o .libs/logger.o .libs/logmsg.o .libs/hdl.o .libs/hostinfo.o .libs/hsocket.o .libs/memrchr.o .libs/parser.o .libs/pttrace.o .libs/ltdl.o -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lhercs -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,libhercu.so -o .libs/libhercu.so
# /usr/bin/install -c .libs/libhercu.soT /tmp/hercules/pkg/hercules/usr/lib/libhercu.so
# /usr/bin/install -c .libs/libhercu.lai /tmp/hercules/pkg/hercules/usr/lib/libhercu.la
# libtool: install: warning: relinking `libherct.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -export-dynamic -no-undefined -avoid-version -Wl,--warn-common -o libherct.la -rpath /usr/lib sllib.lo hetlib.lo -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/sllib.o .libs/hetlib.o -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,libherct.so -o .libs/libherct.so
# /usr/bin/install -c .libs/libherct.soT /tmp/hercules/pkg/hercules/usr/lib/libherct.so
# /usr/bin/install -c .libs/libherct.lai /tmp/hercules/pkg/hercules/usr/lib/libherct.la
# libtool: install: warning: relinking `libhercd.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -export-dynamic -no-undefined -avoid-version -Wl,--warn-common -o libhercd.la -rpath /usr/lib ckddasd.lo fbadasd.lo cckddasd.lo cckdutil.lo dasdtab.lo cache.lo dasdutil.lo shared.lo -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/ckddasd.o .libs/fbadasd.o .libs/cckddasd.o .libs/cckdutil.o .libs/dasdtab.o .libs/cache.o .libs/dasdutil.o .libs/shared.o -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,libhercd.so -o .libs/libhercd.so
# /usr/bin/install -c .libs/libhercd.soT /tmp/hercules/pkg/hercules/usr/lib/libhercd.so
# /usr/bin/install -c .libs/libhercd.lai /tmp/hercules/pkg/hercules/usr/lib/libhercd.la
# libtool: install: warning: relinking `libherc.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -export-dynamic -no-undefined -avoid-version -Wl,--warn-common -o libherc.la -rpath /usr/lib hconsole.lo w32util.lo strsignal.lo impl.lo config.lo bldcfg.lo panel.lo history.lo fillfnam.lo ipl.lo assist.lo dat.lo stack.lo cpu.lo vstore.lo general1.lo general2.lo general3.lo pfpo.lo plo.lo control.lo crypto.lo io.lo decimal.lo service.lo scedasd.lo losc.lo chsc.lo opcode.lo diagnose.lo diagmssf.lo vm.lo vmd250.lo channel.lo external.lo float.lo trace.lo machchk.lo vector.lo xstore.lo cmpsc.lo sie.lo qdio.lo clock.lo timer.lo esame.lo ieee.lo dfp.lo httpserv.lo cgibin.lo loadparm.lo hsccmd.lo cmdtab.lo hao.lo hscmisc.lo sr.lo ecpsvm.lo libhercs.la libhercu.la libherct.la libhercd.la decNumber/libdecNumber.la softfloat/libsoftfloat.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/hconsole.o .libs/w32util.o .libs/strsignal.o .libs/impl.o .libs/config.o .libs/bldcfg.o .libs/panel.o .libs/history.o .libs/fillfnam.o .libs/ipl.o .libs/assist.o .libs/dat.o .libs/stack.o .libs/cpu.o .libs/vstore.o .libs/general1.o .libs/general2.o .libs/general3.o .libs/pfpo.o .libs/plo.o .libs/control.o .libs/crypto.o .libs/io.o .libs/decimal.o .libs/service.o .libs/scedasd.o .libs/losc.o .libs/chsc.o .libs/opcode.o .libs/diagnose.o .libs/diagmssf.o .libs/vm.o .libs/vmd250.o .libs/channel.o .libs/external.o .libs/float.o .libs/trace.o .libs/machchk.o .libs/vector.o .libs/xstore.o .libs/cmpsc.o .libs/sie.o .libs/qdio.o .libs/clock.o .libs/timer.o .libs/esame.o .libs/ieee.o .libs/dfp.o .libs/httpserv.o .libs/cgibin.o .libs/loadparm.o .libs/hsccmd.o .libs/cmdtab.o .libs/hao.o .libs/hscmisc.o .libs/sr.o .libs/ecpsvm.o -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lhercs -lhercu -lherct -lhercd -ldecNumber -lsoftfloat -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,libherc.so -o .libs/libherc.so
# /usr/bin/install -c .libs/libherc.soT /tmp/hercules/pkg/hercules/usr/lib/libherc.so
# /usr/bin/install -c .libs/libherc.lai /tmp/hercules/pkg/hercules/usr/lib/libherc.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c hercules dasdinit dasdisup dasdload dasdconv dasdls dasdcat dasdpdsu dasdseq tapecopy tapemap tapesplt cckdcdsk cckdcomp cckddiag cckdswap dasdcopy hetget hetinit hetmap hetupd dmap2hrc hercifc herclin '/tmp/hercules/pkg/hercules/usr/bin'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/hercules /tmp/hercules/pkg/hercules/usr/bin/hercules
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdinit /tmp/hercules/pkg/hercules/usr/bin/dasdinit
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdisup /tmp/hercules/pkg/hercules/usr/bin/dasdisup
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdload /tmp/hercules/pkg/hercules/usr/bin/dasdload
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdconv /tmp/hercules/pkg/hercules/usr/bin/dasdconv
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdls /tmp/hercules/pkg/hercules/usr/bin/dasdls
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdcat /tmp/hercules/pkg/hercules/usr/bin/dasdcat
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdpdsu /tmp/hercules/pkg/hercules/usr/bin/dasdpdsu
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdseq /tmp/hercules/pkg/hercules/usr/bin/dasdseq
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/tapecopy /tmp/hercules/pkg/hercules/usr/bin/tapecopy
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/tapemap /tmp/hercules/pkg/hercules/usr/bin/tapemap
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/tapesplt /tmp/hercules/pkg/hercules/usr/bin/tapesplt
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/cckdcdsk /tmp/hercules/pkg/hercules/usr/bin/cckdcdsk
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/cckdcomp /tmp/hercules/pkg/hercules/usr/bin/cckdcomp
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/cckddiag /tmp/hercules/pkg/hercules/usr/bin/cckddiag
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/cckdswap /tmp/hercules/pkg/hercules/usr/bin/cckdswap
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dasdcopy /tmp/hercules/pkg/hercules/usr/bin/dasdcopy
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/hetget /tmp/hercules/pkg/hercules/usr/bin/hetget
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/hetinit /tmp/hercules/pkg/hercules/usr/bin/hetinit
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/hetmap /tmp/hercules/pkg/hercules/usr/bin/hetmap
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/hetupd /tmp/hercules/pkg/hercules/usr/bin/hetupd
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dmap2hrc /tmp/hercules/pkg/hercules/usr/bin/dmap2hrc
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/hercifc /tmp/hercules/pkg/hercules/usr/bin/hercifc
# libtool: install: warning: `libherc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libherct.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercd.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercu.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/libhercs.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/decNumber/libdecNumber.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/hercules/src/hercules-3.12/softfloat/libsoftfloat.la' has not been installed in `/usr/lib'
# libtool: install: warning: `libhercs.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/herclin /tmp/hercules/pkg/hercules/usr/bin/herclin
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/lib/hercules'
# /bin/sh ./libtool --mode=install /usr/bin/install -c dyngui.la dyninst.la hdteq.la hdt1403.la hdt2703.la hdt3705.la hdt3088.la hdt3270.la hdt3420.la hdt3505.la hdt2880.la hdt3525.la hdtqeth.la hdt1052c.la '/tmp/hercules/pkg/hercules/usr/lib/hercules'
# libtool: install: warning: relinking `dyngui.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o dyngui.la -rpath /usr/lib/hercules dyngui.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/dyngui.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,dyngui.so -o .libs/dyngui.so
# /usr/bin/install -c .libs/dyngui.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/dyngui.so
# /usr/bin/install -c .libs/dyngui.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/dyngui.la
# libtool: install: warning: relinking `dyninst.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o dyninst.la -rpath /usr/lib/hercules dyninst.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/dyninst.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,dyninst.so -o .libs/dyninst.so
# /usr/bin/install -c .libs/dyninst.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/dyninst.so
# /usr/bin/install -c .libs/dyninst.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/dyninst.la
# libtool: install: warning: relinking `hdteq.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdteq.la -rpath /usr/lib/hercules hdteq.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/hdteq.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdteq.so -o .libs/hdteq.so
# /usr/bin/install -c .libs/hdteq.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdteq.so
# /usr/bin/install -c .libs/hdteq.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdteq.la
# libtool: install: warning: relinking `hdt1403.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt1403.la -rpath /usr/lib/hercules printer.lo sockdev.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/printer.o .libs/sockdev.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt1403.so -o .libs/hdt1403.so
# /usr/bin/install -c .libs/hdt1403.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt1403.so
# /usr/bin/install -c .libs/hdt1403.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt1403.la
# libtool: install: warning: relinking `hdt2703.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt2703.la -rpath /usr/lib/hercules commadpt.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/commadpt.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt2703.so -o .libs/hdt2703.so
# /usr/bin/install -c .libs/hdt2703.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt2703.so
# /usr/bin/install -c .libs/hdt2703.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt2703.la
# libtool: install: warning: relinking `hdt3705.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt3705.la -rpath /usr/lib/hercules comm3705.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/comm3705.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt3705.so -o .libs/hdt3705.so
# /usr/bin/install -c .libs/hdt3705.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3705.so
# /usr/bin/install -c .libs/hdt3705.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3705.la
# libtool: install: warning: relinking `hdt3088.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt3088.la -rpath /usr/lib/hercules ctc_lcs.lo ctc_ctci.lo ctcadpt.lo w32ctca.lo tuntap.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/ctc_lcs.o .libs/ctc_ctci.o .libs/ctcadpt.o .libs/w32ctca.o .libs/tuntap.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt3088.so -o .libs/hdt3088.so
# /usr/bin/install -c .libs/hdt3088.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3088.so
# /usr/bin/install -c .libs/hdt3088.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3088.la
# libtool: install: warning: relinking `hdt3270.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt3270.la -rpath /usr/lib/hercules console.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/console.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt3270.so -o .libs/hdt3270.so
# /usr/bin/install -c .libs/hdt3270.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3270.so
# /usr/bin/install -c .libs/hdt3270.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3270.la
# libtool: install: warning: relinking `hdt3420.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt3420.la -rpath /usr/lib/hercules tapedev.lo tapeccws.lo awstape.lo faketape.lo hettape.lo omatape.lo scsitape.lo w32stape.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 libherct.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/tapedev.o .libs/tapeccws.o .libs/awstape.o .libs/faketape.o .libs/hettape.o .libs/omatape.o .libs/scsitape.o .libs/w32stape.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lherct -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt3420.so -o .libs/hdt3420.so
# /usr/bin/install -c .libs/hdt3420.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3420.so
# /usr/bin/install -c .libs/hdt3420.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3420.la
# libtool: install: warning: relinking `hdt3505.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt3505.la -rpath /usr/lib/hercules cardrdr.lo sockdev.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/cardrdr.o .libs/sockdev.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt3505.so -o .libs/hdt3505.so
# /usr/bin/install -c .libs/hdt3505.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3505.so
# /usr/bin/install -c .libs/hdt3505.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3505.la
# libtool: install: warning: relinking `hdt2880.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt2880.la -rpath /usr/lib/hercules hchan.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/hchan.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt2880.so -o .libs/hdt2880.so
# /usr/bin/install -c .libs/hdt2880.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt2880.so
# /usr/bin/install -c .libs/hdt2880.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt2880.la
# libtool: install: warning: relinking `hdt3525.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt3525.la -rpath /usr/lib/hercules cardpch.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/cardpch.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt3525.so -o .libs/hdt3525.so
# /usr/bin/install -c .libs/hdt3525.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3525.so
# /usr/bin/install -c .libs/hdt3525.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt3525.la
# libtool: install: warning: relinking `hdtqeth.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdtqeth.la -rpath /usr/lib/hercules qeth.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/qeth.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdtqeth.so -o .libs/hdtqeth.so
# /usr/bin/install -c .libs/hdtqeth.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdtqeth.so
# /usr/bin/install -c .libs/hdtqeth.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdtqeth.la
# libtool: install: warning: relinking `hdt1052c.la'
# (cd /tmp/hercules/src/hercules-3.12; /bin/sh ./libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o hdt1052c.la -rpath /usr/lib/hercules con1052c.lo libherc.la libhercs.la libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/con1052c.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lherc -lhercs -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,hdt1052c.so -o .libs/hdt1052c.so
# /usr/bin/install -c .libs/hdt1052c.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt1052c.so
# /usr/bin/install -c .libs/hdt1052c.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt1052c.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/hercules'
# make install-exec-hook
# make[3]: Entering directory '/tmp/hercules/src/hercules-3.12'
# rm -f /tmp/hercules/pkg/hercules/usr/lib/libherc*.a
# rm -f /tmp/hercules/pkg/hercules/usr/lib/hercules/dyn*.a
# rm -f /tmp/hercules/pkg/hercules/usr/lib/hercules/hdt*.a
# rm -f /tmp/hercules/pkg/hercules/usr/bin/fba2cfba
# (cd /tmp/hercules/pkg/hercules/usr/bin; ln -s ./dasdcopy fba2cfba)
# rm -f /tmp/hercules/pkg/hercules/usr/bin/ckd2cckd
# (cd /tmp/hercules/pkg/hercules/usr/bin; ln -s ./dasdcopy ckd2cckd)
# rm -f /tmp/hercules/pkg/hercules/usr/bin/cfba2fba
# (cd /tmp/hercules/pkg/hercules/usr/bin; ln -s ./dasdcopy cfba2fba)
# rm -f /tmp/hercules/pkg/hercules/usr/bin/cckd2ckd
# (cd /tmp/hercules/pkg/hercules/usr/bin; ln -s ./dasdcopy cckd2ckd)
# make[3]: Leaving directory '/tmp/hercules/src/hercules-3.12'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12'
# Making install in crypto
# make[1]: Entering directory '/tmp/hercules/src/hercules-3.12/crypto'
# make[2]: Entering directory '/tmp/hercules/src/hercules-3.12/crypto'
# /usr/bin/mkdir -p '/tmp/hercules/pkg/hercules/usr/lib/hercules'
# /bin/sh ../libtool --mode=install /usr/bin/install -c dyncrypt.la '/tmp/hercules/pkg/hercules/usr/lib/hercules'
# libtool: install: warning: relinking `dyncrypt.la'
# (cd /tmp/hercules/src/hercules-3.12/crypto; /bin/sh ../libtool --mode=relink clang -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing -module -no-undefined -export-dynamic -avoid-version -Wl,--warn-common -o dyncrypt.la -rpath /usr/lib/hercules dyncrypt.lo sha1.lo sha256.lo des.lo aes.lo -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 ../libhercs.la ../libherc.la ../libhercu.la -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2 -inst-prefix-dir /tmp/hercules/pkg/hercules)
# clang -shared .libs/dyncrypt.o .libs/sha1.o .libs/sha256.o .libs/des.o .libs/aes.o -L/tmp/hercules/src/hercules-3.12/softfloat/.libs -L/tmp/hercules/src/hercules-3.12/decNumber/.libs -L/tmp/hercules/src/hercules-3.12/.libs -L/usr/lib -L/tmp/hercules/pkg/hercules/usr/lib -lhercs -lherc -lhercu -lpthread -lrt -lz -lresolv -lnsl -lm -ldl -lbz2 -march=k8 -Wl,--warn-common -Wl,-soname -Wl,dyncrypt.so -o .libs/dyncrypt.so
# /usr/bin/install -c .libs/dyncrypt.soT /tmp/hercules/pkg/hercules/usr/lib/hercules/dyncrypt.so
# /usr/bin/install -c .libs/dyncrypt.lai /tmp/hercules/pkg/hercules/usr/lib/hercules/dyncrypt.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/hercules'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hercules/src/hercules-3.12/crypto'
# make[1]: Leaving directory '/tmp/hercules/src/hercules-3.12/crypto'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "hercules"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: hercules 3.12-1 (Thu Apr 13 15:59:11 UTC 2017)

CMD: pacman --query --file hercules-3.12-1-x86_64.pkg.tar.xz
# hercules 3.12-1

Creating hybrid package for 'hercules'

Trying to find vanilla package 'hercules'...

CMD: pacman --query --file /mirror/hercules-3.12-1.pkg.tar.xz
# hercules 3.12-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libdecNumber.so
# /usr/lib/libsoftfloat.so
# /usr/lib/libhercs.so
# /usr/lib/libhercu.so
# /usr/lib/libherct.so
# /usr/lib/libhercd.so
# /usr/lib/libherc.so
# /usr/lib/hercules/dyngui.so
# /usr/lib/hercules/dyninst.so
# /usr/lib/hercules/hdteq.so
# /usr/lib/hercules/hdt1403.so
# /usr/lib/hercules/hdt2703.so
# /usr/lib/hercules/hdt3705.so
# /usr/lib/hercules/hdt3088.so
# /usr/lib/hercules/hdt3270.so
# /usr/lib/hercules/hdt3420.so
# /usr/lib/hercules/hdt3505.so
# /usr/lib/hercules/hdt2880.so
# /usr/lib/hercules/hdt3525.so
# /usr/lib/hercules/hdtqeth.so
# /usr/lib/hercules/hdt1052c.so
# /usr/lib/hercules/dyncrypt.so
# /usr/bin/dasdlist
# /usr/bin/bldlvlck
# /usr/bin/fba2cfba
# /usr/bin/ckd2cckd
# /usr/bin/cfba2fba
# /usr/bin/cckd2ckd
# /usr/bin/hercules
# /usr/bin/dasdinit
# /usr/bin/dasdisup
# /usr/bin/dasdload
# /usr/bin/dasdconv
# /usr/bin/dasdls
# /usr/bin/dasdcat
# /usr/bin/dasdpdsu
# /usr/bin/dasdseq
# /usr/bin/tapecopy
# /usr/bin/tapemap
# /usr/bin/tapesplt
# /usr/bin/cckdcdsk
# /usr/bin/cckdcomp
# /usr/bin/cckddiag
# /usr/bin/cckdswap
# /usr/bin/dasdcopy
# /usr/bin/hetget
# /usr/bin/hetinit
# /usr/bin/hetmap
# /usr/bin/hetupd
# /usr/bin/dmap2hrc
# /usr/bin/hercifc
# /usr/bin/herclin
# /usr/share/hercules/cckddump.hla
# /usr/share/hercules/awswrite.jcl
# /usr/share/hercules/rawstape.jcl
# /usr/share/hercules/tapeconv.jcl
# /usr/share/hercules/TMOUNT.txt
# /usr/share/hercules/zzsacard.bin
# /usr/share/hercules/awssl-v19g
# /usr/share/hercules/cckdload.hla
# /usr/share/hercules/cckddasd.html
# /usr/share/hercules/fishgui.html
# /usr/share/hercules/hercconf.html
# /usr/share/hercules/hercfaq.html
# /usr/share/hercules/hercinst.html
# /usr/share/hercules/herclic.html
# /usr/share/hercules/hercload.html
# /usr/share/hercules/hercmsca.html
# /usr/share/hercules/hercmscf.html
# /usr/share/hercules/hercmscp.html
# /usr/share/hercules/hercmsct.html
# /usr/share/hercules/hercmscu.html
# /usr/share/hercules/hercmsda.html
# /usr/share/hercules/hercmsdc.html
# /usr/share/hercules/hercmsdg.html
# /usr/share/hercules/hercmsdi.html
# /usr/share/hercules/hercmsdl.html
# /usr/share/hercules/hercmsds.html
# /usr/share/hercules/hercmsdt.html
# /usr/share/hercules/hercmsdu.html
# /usr/share/hercules/hercmsg.html
# /usr/share/hercules/hercmshd.html
# /usr/share/hercules/hercmshe.html
# /usr/share/hercules/hercmshg.html
# /usr/share/hercules/hercmshm.html
# /usr/share/hercules/hercmsht.html
# /usr/share/hercules/hercmshu.html
# /usr/share/hercules/hercmsif.html
# /usr/share/hercules/hercmsin.html
# /usr/share/hercules/hercmslc.html
# /usr/share/hercules/hercmslg.html
# /usr/share/hercules/hercmspn.html
# /usr/share/hercules/hercmspr.html
# /usr/share/hercules/hercmspu.html
# /usr/share/hercules/hercmsrd.html
# /usr/share/hercules/hercmssd.html
# /usr/share/hercules/hercmsta.html
# /usr/share/hercules/hercmstc.html
# /usr/share/hercules/hercmste.html
# /usr/share/hercules/hercmstm.html
# /usr/share/hercules/hercmsts.html
# /usr/share/hercules/hercmstt.html
# /usr/share/hercules/hercmstu.html
# /usr/share/hercules/hercmsvm.html
# /usr/share/hercules/hercnew.html
# /usr/share/hercules/hercrdr.html
# /usr/share/hercules/hercrnot.html
# /usr/share/hercules/hercsupp.html
# /usr/share/hercules/herctcp.html
# /usr/share/hercules/hercules.html
# /usr/share/hercules/index.html
# /usr/share/hercules/shared.html
# /usr/share/hercules/tasks.html
# /usr/share/hercules/hercules.css
# /usr/share/hercules/images/loadoffu.gif
# /usr/share/hercules/images/restartu.gif
# /usr/share/hercules/images/back.gif
# /usr/share/hercules/images/loadonu.gif
# /usr/share/hercules/images/startd.gif
# /usr/share/hercules/images/bkued.gif
# /usr/share/hercules/images/loadu.gif
# /usr/share/hercules/images/startu.gif
# /usr/share/hercules/images/blueu.gif
# /usr/share/hercules/images/manoffu.gif
# /usr/share/hercules/images/stopd.gif
# /usr/share/hercules/images/dial1.gif
# /usr/share/hercules/images/manonu.gif
# /usr/share/hercules/images/stopu.gif
# /usr/share/hercules/images/dial2.gif
# /usr/share/hercules/images/note.gif
# /usr/share/hercules/images/stored.gif
# /usr/share/hercules/images/dial3.gif
# /usr/share/hercules/images/osi-certified-60x50.jpg
# /usr/share/hercules/images/storeu.gif
# /usr/share/hercules/images/dial4.gif
# /usr/share/hercules/images/poweroffd.gif
# /usr/share/hercules/images/sysoffu.gif
# /usr/share/hercules/images/favicon.ico
# /usr/share/hercules/images/poweroffu.gif
# /usr/share/hercules/images/sysonu.gif
# /usr/share/hercules/images/greend.gif
# /usr/share/hercules/images/poweronoffd.gif
# /usr/share/hercules/images/translucentoffd.gif
# /usr/share/hercules/images/greenu.gif
# /usr/share/hercules/images/poweronoffu.gif
# /usr/share/hercules/images/translucentoffu.gif
# /usr/share/hercules/images/hercpic-rblk-256.gif
# /usr/share/hercules/images/poweronond.gif
# /usr/share/hercules/images/translucentond.gif
# /usr/share/hercules/images/hercpic-rblk-80.gif
# /usr/share/hercules/images/powerononu.gif
# /usr/share/hercules/images/translucentonu.gif
# /usr/share/hercules/images/interruptd.gif
# /usr/share/hercules/images/redd.gif
# /usr/share/hercules/images/waitoffu.gif
# /usr/share/hercules/images/interruptu.gif
# /usr/share/hercules/images/redu.gif
# /usr/share/hercules/images/waitonu.gif
# /usr/share/hercules/images/loadd.gif
# /usr/share/hercules/images/restartd.gif
# /usr/share/hercules/include/header.htmlpart
# /usr/share/hercules/include/footer.htmlpart
# /usr/share/man/man1/cckddiag.1.gz
# /usr/share/man/man1/dasdseq.1.gz
# /usr/share/man/man1/hercules.1.gz
# /usr/share/man/man4/cckd.4.gz
# /usr/share/licenses/hercules/qpl1
# /sysroot/usr/lib/libdecNumber.so
# /sysroot/usr/lib/libdecNumber.la
# /sysroot/usr/lib/libsoftfloat.so
# /sysroot/usr/lib/libsoftfloat.la
# /sysroot/usr/lib/libhercs.so
# /sysroot/usr/lib/libhercs.la
# /sysroot/usr/lib/libhercu.so
# /sysroot/usr/lib/libhercu.la
# /sysroot/usr/lib/libherct.so
# /sysroot/usr/lib/libherct.la
# /sysroot/usr/lib/libhercd.so
# /sysroot/usr/lib/libhercd.la
# /sysroot/usr/lib/libherc.so
# /sysroot/usr/lib/libherc.la
# /sysroot/usr/lib/hercules/dyngui.so
# /sysroot/usr/lib/hercules/dyngui.la
# /sysroot/usr/lib/hercules/dyninst.so
# /sysroot/usr/lib/hercules/dyninst.la
# /sysroot/usr/lib/hercules/hdteq.so
# /sysroot/usr/lib/hercules/hdteq.la
# /sysroot/usr/lib/hercules/hdt1403.so
# /sysroot/usr/lib/hercules/hdt1403.la
# /sysroot/usr/lib/hercules/hdt2703.so
# /sysroot/usr/lib/hercules/hdt2703.la
# /sysroot/usr/lib/hercules/hdt3705.so
# /sysroot/usr/lib/hercules/hdt3705.la
# /sysroot/usr/lib/hercules/hdt3088.so
# /sysroot/usr/lib/hercules/hdt3088.la
# /sysroot/usr/lib/hercules/hdt3270.so
# /sysroot/usr/lib/hercules/hdt3270.la
# /sysroot/usr/lib/hercules/hdt3420.so
# /sysroot/usr/lib/hercules/hdt3420.la
# /sysroot/usr/lib/hercules/hdt3505.so
# /sysroot/usr/lib/hercules/hdt3505.la
# /sysroot/usr/lib/hercules/hdt2880.so
# /sysroot/usr/lib/hercules/hdt2880.la
# /sysroot/usr/lib/hercules/hdt3525.so
# /sysroot/usr/lib/hercules/hdt3525.la
# /sysroot/usr/lib/hercules/hdtqeth.so
# /sysroot/usr/lib/hercules/hdtqeth.la
# /sysroot/usr/lib/hercules/hdt1052c.so
# /sysroot/usr/lib/hercules/hdt1052c.la
# /sysroot/usr/lib/hercules/dyncrypt.so
# /sysroot/usr/lib/hercules/dyncrypt.la

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/hercules.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/hercules.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/hercules/src/hercules-3.12/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0dbce4f8c3ac
# 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:3082: checking for a BSD-compatible install
# configure:3150: result: /usr/bin/install -c
# configure:3161: checking whether build environment is sane
# configure:3216: result: yes
# configure:3254: WARNING: 'missing' script is too old or missing
# configure:3275: checking for x86_64-unknown-linux-strip
# configure:3305: result: no
# configure:3315: checking for strip
# configure:3331: found /usr/bin/strip
# configure:3342: result: strip
# configure:3367: checking for a thread-safe mkdir -p
# configure:3406: result: /usr/bin/mkdir -p
# configure:3413: checking for gawk
# configure:3429: found /usr/bin/gawk
# configure:3440: result: gawk
# configure:3451: checking whether make sets $(MAKE)
# configure:3473: result: yes
# configure:3502: checking whether make supports nested variables
# configure:3519: result: yes
# configure:3607: checking whether to enable maintainer-specific portions of Makefiles
# configure:3616: result: no
# configure:3633: checking build system type
# configure:3647: result: x86_64-unknown-linux-gnu
# configure:3667: checking host system type
# configure:3680: result: x86_64-unknown-linux-gnu
# configure:3711: checking whether make supports nested variables
# configure:3728: result: yes
# configure:3756: checking for x86_64-unknown-linux-gcc
# configure:3783: result: clang
# configure:4052: checking for C compiler version
# configure:4061: 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:4072: $? = 0
# configure:4061: 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:4072: $? = 0
# configure:4061: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4072: $? = 1
# configure:4061: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4072: $? = 1
# configure:4092: checking whether the C compiler works
# configure:4114: clang -W -Wall conftest.c >&5
# configure:4118: $? = 0
# configure:4166: result: yes
# configure:4169: checking for C compiler default output file name
# configure:4171: result: a.out
# configure:4177: checking for suffix of executables
# configure:4184: clang -o conftest -W -Wall conftest.c >&5
# configure:4188: $? = 0
# configure:4210: result:
# configure:4232: checking whether we are cross compiling
# configure:4240: clang -o conftest -W -Wall conftest.c >&5
# configure:4244: $? = 0
# configure:4251: ./conftest
# configure:4255: $? = 0
# configure:4270: result: no
# configure:4275: checking for suffix of object files
# configure:4297: clang -c -W -Wall conftest.c >&5
# configure:4301: $? = 0
# configure:4322: result: o
# configure:4326: checking whether we are using the GNU C compiler
# configure:4345: clang -c -W -Wall conftest.c >&5
# configure:4345: $? = 0
# configure:4354: result: yes
# configure:4363: checking whether clang accepts -g
# configure:4383: clang -c -g conftest.c >&5
# configure:4383: $? = 0
# configure:4424: result: yes
# configure:4441: checking for clang option to accept ISO C89
# configure:4504: clang -c -W -Wall conftest.c >&5
# configure:4504: $? = 0
# configure:4517: result: none needed
# configure:4548: checking for style of include used by make
# configure:4576: result: GNU
# configure:4602: checking dependency style of clang
# configure:4713: result: gcc3
# configure:4872: checking for a sed that does not truncate output
# configure:4926: result: /usr/bin/sed
# configure:4929: checking for grep that handles long lines and -e
# configure:4987: result: /usr/bin/grep
# configure:4992: checking for egrep
# configure:5054: result: /usr/bin/grep -E
# configure:5070: checking for ld used by clang
# configure:5137: result: /usr/bin/ld
# configure:5144: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5159: result: yes
# configure:5164: checking for /usr/bin/ld option to reload object files
# configure:5171: result: -r
# configure:5180: checking for BSD-compatible nm
# configure:5222: result: nm
# configure:5226: checking whether ln -s works
# configure:5230: result: yes
# configure:5237: checking how to recognise dependent libraries
# configure:5437: result: pass_all
# configure:5522: clang -c -W -Wall conftest.c >&5
# configure:5525: $? = 0
# configure:5901: checking how to run the C preprocessor
# configure:5932: clang -E conftest.c
# configure:5932: $? = 0
# configure:5946: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5946: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | /* end confdefs.h. */
# | #include
# configure:5971: result: clang -E
# configure:5991: clang -E conftest.c
# configure:5991: $? = 0
# configure:6005: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6005: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | /* end confdefs.h. */
# | #include
# configure:6034: checking for ANSI C header files
# configure:6054: clang -c -W -Wall conftest.c >&5
# configure:6054: $? = 0
# configure:6127: clang -o conftest -W -Wall conftest.c >&5
# configure:6127: $? = 0
# configure:6127: ./conftest
# configure:6127: $? = 0
# configure:6138: result: yes
# configure:6151: checking for sys/types.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for sys/stat.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for stdlib.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for string.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for memory.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for strings.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for inttypes.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for stdint.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6151: checking for unistd.h
# configure:6151: clang -c -W -Wall conftest.c >&5
# configure:6151: $? = 0
# configure:6151: result: yes
# configure:6165: checking dlfcn.h usability
# configure:6165: clang -c -W -Wall conftest.c >&5
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6165: checking dlfcn.h presence
# configure:6165: clang -E conftest.c
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6165: checking for dlfcn.h
# configure:6165: result: yes
# configure:6287: checking for C++ compiler version
# configure:6296: 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:6307: $? = 0
# configure:6296: 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:6307: $? = 0
# configure:6296: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:6307: $? = 1
# configure:6296: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:6307: $? = 1
# configure:6311: checking whether we are using the GNU C++ compiler
# configure:6330: clang++ -c conftest.cpp >&5
# configure:6330: $? = 0
# configure:6339: result: yes
# configure:6348: checking whether clang++ accepts -g
# configure:6368: clang++ -c -g conftest.cpp >&5
# configure:6368: $? = 0
# configure:6409: result: yes
# configure:6434: checking dependency style of clang++
# configure:6545: result: gcc3
# configure:6565: checking how to run the C++ preprocessor
# configure:6592: clang++ -E conftest.cpp
# configure:6592: $? = 0
# configure:6606: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6606: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:6631: result: clang++ -E
# configure:6651: clang++ -E conftest.cpp
# configure:6651: $? = 0
# configure:6665: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6665: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:6703: checking for x86_64-unknown-linux-g77
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-xlf
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-f77
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-frt
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-pgf77
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-cf77
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-fort77
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-fl32
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-af77
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-xlf90
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-f90
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-pgf90
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-pghpf
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-epcf90
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-gfortran
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-g95
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-xlf95
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-f95
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-fort
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-ifort
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-ifc
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-efc
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-pgfortran
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-pgf95
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-lf95
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-ftn
# configure:6733: result: no
# configure:6703: checking for x86_64-unknown-linux-nagfor
# configure:6733: result: no
# configure:6747: checking for g77
# configure:6777: result: no
# configure:6747: checking for xlf
# configure:6777: result: no
# configure:6747: checking for f77
# configure:6777: result: no
# configure:6747: checking for frt
# configure:6777: result: no
# configure:6747: checking for pgf77
# configure:6777: result: no
# configure:6747: checking for cf77
# configure:6777: result: no
# configure:6747: checking for fort77
# configure:6777: result: no
# configure:6747: checking for fl32
# configure:6777: result: no
# configure:6747: checking for af77
# configure:6777: result: no
# configure:6747: checking for xlf90
# configure:6777: result: no
# configure:6747: checking for f90
# configure:6777: result: no
# configure:6747: checking for pgf90
# configure:6777: result: no
# configure:6747: checking for pghpf
# configure:6777: result: no
# configure:6747: checking for epcf90
# configure:6777: result: no
# configure:6747: checking for gfortran
# configure:6763: found /usr/bin/gfortran
# configure:6774: result: gfortran
# configure:6800: checking for Fortran 77 compiler version
# configure:6809: gfortran --version >&5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:6820: $? = 0
# configure:6809: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6820: $? = 0
# configure:6809: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6820: $? = 1
# configure:6809: gfortran -qversion >&5
# gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6820: $? = 1
# configure:6829: checking whether we are using the GNU Fortran 77 compiler
# configure:6842: gfortran -c conftest.F >&5
# configure:6842: $? = 0
# configure:6851: result: yes
# configure:6857: checking whether gfortran accepts -g
# configure:6868: gfortran -c -g conftest.f >&5
# configure:6868: $? = 0
# configure:6876: result: yes
# configure:6910: checking the maximum length of command line arguments
# configure:6975: result: 32768
# configure:6986: checking command to parse nm output from clang object
# configure:7075: clang -c -W -Wall conftest.c >&5
# configure:7078: $? = 0
# configure:7082: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:7085: $? = 0
# configure:7137: clang -o conftest -W -Wall conftest.c conftstm.o >&5
# configure:7140: $? = 0
# configure:7178: result: ok
# configure:7182: checking for objdir
# configure:7197: result: .libs
# configure:7249: checking for x86_64-unknown-linux-ar
# configure:7279: result: no
# configure:7289: checking for ar
# configure:7305: found /usr/bin/ar
# configure:7316: result: ar
# configure:7341: checking for x86_64-unknown-linux-ranlib
# configure:7371: result: no
# configure:7381: checking for ranlib
# configure:7397: found /usr/bin/ranlib
# configure:7408: result: ranlib
# configure:7433: checking for x86_64-unknown-linux-strip
# configure:7460: result: strip
# configure:7772: checking if clang static flag works
# configure:7795: result: yes
# configure:7817: checking if clang supports -fno-rtti -fno-exceptions
# configure:7835: clang -c -W -Wall -fno-rtti -fno-exceptions conftest.c >&5
# configure:7839: $? = 0
# configure:7850: result: yes
# configure:7865: checking for clang option to produce PIC
# configure:8042: result: -fPIC
# configure:8050: checking if clang PIC flag -fPIC works
# configure:8068: clang -c -W -Wall -fPIC -DPIC conftest.c >&5
# configure:8072: $? = 0
# configure:8083: result: yes
# configure:8107: checking if clang supports -c -o file.o
# configure:8135: clang -c -W -Wall -o out/conftest2.o conftest.c >&5
# configure:8139: $? = 0
# configure:8159: result: yes
# configure:8185: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8950: result: yes
# configure:8976: checking whether -lc should be explicitly linked in
# configure:8981: clang -c -W -Wall conftest.c >&5
# configure:8984: $? = 0
# configure:8998: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:9001: $? = 0
# configure:9013: result: no
# configure:9021: checking dynamic linker characteristics
# configure:9543: result: GNU/Linux ld.so
# configure:9547: checking how to hardcode library paths into programs
# configure:9572: result: immediate
# configure:9586: checking whether stripping libraries is possible
# configure:9602: result: yes
# configure:9708: checking for shl_load
# configure:9708: clang -o conftest -W -Wall conftest.c >&5
# /tmp/conftest-2e9104.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* 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 shl_load ();
# | /* 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_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:9708: result: no
# configure:9712: checking for shl_load in -ldld
# configure:9737: clang -o conftest -W -Wall conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9737: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 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 shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:9746: result: no
# configure:9751: checking for dlopen
# configure:9751: clang -o conftest -W -Wall conftest.c >&5
# /tmp/conftest-9f441f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9751: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 dlopen ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:9751: result: no
# configure:9755: checking for dlopen in -ldl
# configure:9780: clang -o conftest -W -Wall conftest.c -ldl >&5
# configure:9780: $? = 0
# configure:9789: result: yes
# configure:9908: checking whether a program can dlopen itself
# configure:9980: clang -o conftest -W -Wall -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:9963:20: warning: unused variable 'i' [-Wunused-variable]
# void fnord() { int i=42;}
# ^
# configure:9976:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (status);
# ^
# configure:9976:5: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:9983: $? = 0
# configure:10001: result: yes
# configure:10006: checking whether a statically linked program can dlopen itself
# configure:10078: clang -o conftest -W -Wall -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:10061:20: warning: unused variable 'i' [-Wunused-variable]
# void fnord() { int i=42;}
# ^
# configure:10074:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (status);
# ^
# configure:10074:5: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:10081: $? = 0
# configure:10099: result: yes
# configure:10122: checking if libtool supports shared libraries
# configure:10124: result: yes
# configure:10127: checking whether to build shared libraries
# configure:10185: result: yes
# configure:10188: checking whether to build static libraries
# configure:10192: result: no
# configure:10283: creating libtool
# configure:10823: checking for ld used by clang++
# configure:10890: result: /usr/bin/ld -m elf_x86_64
# configure:10897: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:10912: result: yes
# configure:10963: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11733: result: yes
# configure:11755: clang++ -c conftest.cc >&5
# configure:11758: $? = 0
# configure:11854: checking for clang++ option to produce PIC
# configure:12106: result: -fPIC
# configure:12114: checking if clang++ PIC flag -fPIC works
# configure:12132: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:12136: $? = 0
# configure:12147: result: yes
# configure:12171: checking if clang++ supports -c -o file.o
# configure:12199: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:12203: $? = 0
# configure:12223: result: yes
# configure:12249: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12274: result: yes
# configure:12345: checking dynamic linker characteristics
# configure:12867: result: GNU/Linux ld.so
# configure:12871: checking how to hardcode library paths into programs
# configure:12896: result: immediate
# configure:12910: checking whether stripping libraries is possible
# configure:12926: result: yes
# configure:13032: checking for shl_load
# configure:13032: result: no
# configure:13036: checking for shl_load in -ldld
# configure:13070: result: no
# configure:13075: checking for dlopen
# configure:13075: result: no
# configure:13079: checking for dlopen in -ldl
# configure:13113: result: yes
# configure:13232: checking whether a program can dlopen itself
# configure:13325: result: yes
# configure:13330: checking whether a statically linked program can dlopen itself
# configure:13423: result: yes
# configure:13919: checking if libtool supports shared libraries
# configure:13921: result: yes
# configure:13924: checking whether to build shared libraries
# configure:13942: result: yes
# configure:13945: checking whether to build static libraries
# configure:13949: result: no
# configure:13961: checking for gfortran option to produce PIC
# configure:14138: result: -fPIC
# configure:14146: checking if gfortran PIC flag -fPIC works
# configure:14164: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14168: $? = 0
# configure:14179: result: yes
# configure:14203: checking if gfortran supports -c -o file.o
# configure:14231: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14235: $? = 0
# configure:14255: result: yes
# configure:14281: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15034: result: yes
# configure:15105: checking dynamic linker characteristics
# configure:15627: result: GNU/Linux ld.so
# configure:15631: checking how to hardcode library paths into programs
# configure:15656: result: immediate
# configure:15670: checking whether stripping libraries is possible
# configure:15686: result: yes
# configure:19459: checking for an ANSI C-conforming const
# configure:19525: clang -c -W -Wall conftest.c >&5
# configure:19525: $? = 0
# configure:19532: result: yes
# configure:19543: checking for dirent.h that defines DIR
# configure:19562: clang -c -W -Wall conftest.c >&5
# configure:19562: $? = 0
# configure:19570: result: yes
# configure:19583: checking for library containing opendir
# configure:19614: clang -o conftest -W -Wall conftest.c >&5
# configure:19614: $? = 0
# configure:19631: result: none required
# configure:19722: checking which extension is used for loadable modules
# configure:19732: result:
# configure:19743: checking which variable specifies run-time library path
# configure:19750: result: LD_LIBRARY_PATH
# configure:19761: checking for the default library search path
# configure:19768: result: /lib /usr/lib
# configure:19786: checking for objdir
# configure:19807: result: .libs
# configure:19816: checking whether libtool supports -dlopen/-dlpreopen
# configure:19828: result: yes
# configure:19845: checking for shl_load
# configure:19845: result: no
# configure:19851: checking for shl_load in -ldld
# configure:19885: result: no
# configure:19893: checking for dlopen in -ldl
# configure:19927: result: yes
# configure:20071: checking for dlerror
# configure:20071: clang -o conftest -W -Wall conftest.c -ldl >&5
# configure:20071: $? = 0
# configure:20071: result: yes
# configure:20090: checking for _ prefix in compiled symbols
# configure:20100: clang -c -W -Wall conftest.c >&5
# conftest.c:2:12: warning: expression result unused [-Wunused-value]
# int main(){nm_test_func;return 0;}
# ^~~~~~~~~~~~
# 1 warning generated.
# configure:20103: $? = 0
# configure:20107: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:20110: $? = 0
# configure:20132: result: no
# configure:20248: checking whether deplibs are loaded by dlopen
# configure:20328: result: yes
# configure:20338: checking argz.h usability
# configure:20338: clang -c -W -Wall conftest.c >&5
# configure:20338: $? = 0
# configure:20338: result: yes
# configure:20338: checking argz.h presence
# configure:20338: clang -E conftest.c
# configure:20338: $? = 0
# configure:20338: result: yes
# configure:20338: checking for argz.h
# configure:20338: result: yes
# configure:20349: checking for error_t
# configure:20349: clang -c -W -Wall conftest.c >&5
# configure:20349: $? = 0
# configure:20349: clang -c -W -Wall conftest.c >&5
# conftest.c:37:22: error: expected expression
# if (sizeof ((error_t)))
# ^
# 1 error generated.
# configure:20349: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | /* end confdefs.h. */
# | #if HAVE_ARGZ_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((error_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:20349: result: yes
# configure:20370: checking for argz_append
# configure:20370: clang -o conftest -W -Wall conftest.c >&5
# configure:20370: $? = 0
# configure:20370: result: yes
# configure:20370: checking for argz_create_sep
# configure:20370: clang -o conftest -W -Wall conftest.c >&5
# configure:20370: $? = 0
# configure:20370: result: yes
# configure:20370: checking for argz_insert
# configure:20370: clang -o conftest -W -Wall conftest.c >&5
# configure:20370: $? = 0
# configure:20370: result: yes
# configure:20370: checking for argz_next
# configure:20370: clang -o conftest -W -Wall conftest.c >&5
# configure:20370: $? = 0
# configure:20370: result: yes
# configure:20370: checking for argz_stringify
# configure:20370: clang -o conftest -W -Wall conftest.c >&5
# configure:20370: $? = 0
# configure:20370: result: yes
# configure:20402: checking assert.h usability
# configure:20402: clang -c -W -Wall conftest.c >&5
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking assert.h presence
# configure:20402: clang -E conftest.c
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking for assert.h
# configure:20402: result: yes
# configure:20402: checking ctype.h usability
# configure:20402: clang -c -W -Wall conftest.c >&5
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking ctype.h presence
# configure:20402: clang -E conftest.c
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking for ctype.h
# configure:20402: result: yes
# configure:20402: checking errno.h usability
# configure:20402: clang -c -W -Wall conftest.c >&5
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking errno.h presence
# configure:20402: clang -E conftest.c
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking for errno.h
# configure:20402: result: yes
# configure:20402: checking malloc.h usability
# configure:20402: clang -c -W -Wall conftest.c >&5
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking malloc.h presence
# configure:20402: clang -E conftest.c
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking for malloc.h
# configure:20402: result: yes
# configure:20402: checking for memory.h
# configure:20402: result: yes
# configure:20402: checking for stdlib.h
# configure:20402: result: yes
# configure:20402: checking stdio.h usability
# configure:20402: clang -c -W -Wall conftest.c >&5
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking stdio.h presence
# configure:20402: clang -E conftest.c
# configure:20402: $? = 0
# configure:20402: result: yes
# configure:20402: checking for stdio.h
# configure:20402: result: yes
# configure:20402: checking for unistd.h
# configure:20402: result: yes
# configure:20415: checking dl.h usability
# configure:20415: clang -c -W -Wall conftest.c >&5
# conftest.c:77:10: fatal error: 'dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:20415: result: no
# configure:20415: checking dl.h presence
# configure:20415: clang -E conftest.c
# conftest.c:44:10: fatal error: 'dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:20415: result: no
# configure:20415: checking for dl.h
# configure:20415: result: no
# configure:20415: checking sys/dl.h usability
# configure:20415: clang -c -W -Wall conftest.c >&5
# conftest.c:77:10: fatal error: 'sys/dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:20415: result: no
# configure:20415: checking sys/dl.h presence
# configure:20415: clang -E conftest.c
# conftest.c:44:10: fatal error: 'sys/dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:20415: result: no
# configure:20415: checking for sys/dl.h
# configure:20415: result: no
# configure:20415: checking dld.h usability
# configure:20415: clang -c -W -Wall conftest.c >&5
# conftest.c:77:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:20415: result: no
# configure:20415: checking dld.h presence
# configure:20415: clang -E conftest.c
# conftest.c:44:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:20415: result: no
# configure:20415: checking for dld.h
# configure:20415: result: no
# configure:20415: checking mach-o/dyld.h usability
# configure:20415: clang -c -W -Wall conftest.c >&5
# conftest.c:77:10: fatal error: 'mach-o/dyld.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:20415: result: no
# configure:20415: checking mach-o/dyld.h presence
# configure:20415: clang -E conftest.c
# conftest.c:44:10: fatal error: 'mach-o/dyld.h' file not found
# #include
# ^
# 1 error generated.
# configure:20415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:20415: result: no
# configure:20415: checking for mach-o/dyld.h
# configure:20415: result: no
# configure:20428: checking for string.h
# configure:20428: result: yes
# configure:20442: checking for strchr
# configure:20442: clang -o conftest -W -Wall conftest.c >&5
# conftest.c:68:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:68:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:20442: $? = 0
# configure:20442: result: yes
# configure:20454: checking for strrchr
# configure:20454: clang -o conftest -W -Wall conftest.c >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:69:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:20454: $? = 0
# configure:20454: result: yes
# configure:20466: checking for memcpy
# configure:20466: clang -o conftest -W -Wall conftest.c >&5
# conftest.c:70:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:70:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:20466: $? = 0
# configure:20466: result: yes
# configure:20478: checking for memmove
# configure:20478: clang -o conftest -W -Wall conftest.c >&5
# conftest.c:71:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:71:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:20478: $? = 0
# configure:20478: result: yes
# configure:20478: checking for strcmp
# configure:20478: clang -o conftest -W -Wall conftest.c >&5
# conftest.c:72:6: warning: incompatible redeclaration of library function 'strcmp' [-Wincompatible-library-redeclaration]
# char strcmp ();
# ^
# conftest.c:72:6: note: 'strcmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:20478: $? = 0
# configure:20478: result: yes
# configure:20490: checking for closedir
# configure:20490: clang -o conftest -W -Wall conftest.c >&5
# configure:20490: $? = 0
# configure:20490: result: yes
# configure:20490: checking for opendir
# configure:20490: clang -o conftest -W -Wall conftest.c >&5
# configure:20490: $? = 0
# configure:20490: result: yes
# configure:20490: checking for readdir
# configure:20490: clang -o conftest -W -Wall conftest.c >&5
# configure:20490: $? = 0
# configure:20490: result: yes
# configure:20506: (use of lt_dlopen forced by Hercules Dynamic Loader requirement)
# configure:20690: checking for ctype.h
# configure:20690: result: yes
# configure:20699: checking for errno.h
# configure:20699: result: yes
# configure:20708: checking fcntl.h usability
# configure:20708: clang -c -W -Wall conftest.c >&5
# configure:20708: $? = 0
# configure:20708: result: yes
# configure:20708: checking fcntl.h presence
# configure:20708: clang -E conftest.c
# configure:20708: $? = 0
# configure:20708: result: yes
# configure:20708: checking for fcntl.h
# configure:20708: result: yes
# configure:20717: checking limits.h usability
# configure:20717: clang -c -W -Wall conftest.c >&5
# configure:20717: $? = 0
# configure:20717: result: yes
# configure:20717: checking limits.h presence
# configure:20717: clang -E conftest.c
# configure:20717: $? = 0
# configure:20717: result: yes
# configure:20717: checking for limits.h
# configure:20717: result: yes
# configure:20726: checking setjmp.h usability
# configure:20726: clang -c -W -Wall conftest.c >&5
# configure:20726: $? = 0
# configure:20726: result: yes
# configure:20726: checking setjmp.h presence
# configure:20726: clang -E conftest.c
# configure:20726: $? = 0
# configure:20726: result: yes
# configure:20726: checking for setjmp.h
# configure:20726: result: yes
# configure:20735: checking stdarg.h usability
# configure:20735: clang -c -W -Wall conftest.c >&5
# configure:20735: $? = 0
# configure:20735: result: yes
# configure:20735: checking stdarg.h presence
# configure:20735: clang -E conftest.c
# configure:20735: $? = 0
# configure:20735: result: yes
# configure:20735: checking for stdarg.h
# configure:20735: result: yes
# configure:20744: checking for stdio.h
# configure:20744: result: yes
# configure:20753: checking for stdlib.h
# configure:20753: result: yes
# configure:20762: checking for string.h
# configure:20762: result: yes
# configure:20771: checking time.h usability
# configure:20771: clang -c -W -Wall conftest.c >&5
# configure:20771: $? = 0
# configure:20771: result: yes
# configure:20771: checking time.h presence
# configure:20771: clang -E conftest.c
# configure:20771: $? = 0
# configure:20771: result: yes
# configure:20771: checking for time.h
# configure:20771: result: yes
# configure:20780: checking for unistd.h
# configure:20780: result: yes
# configure:20789: checking for sys/stat.h
# configure:20789: result: yes
# configure:20798: checking sys/time.h usability
# configure:20798: clang -c -W -Wall conftest.c >&5
# configure:20798: $? = 0
# configure:20798: result: yes
# configure:20798: checking sys/time.h presence
# configure:20798: clang -E conftest.c
# configure:20798: $? = 0
# configure:20798: result: yes
# configure:20798: checking for sys/time.h
# configure:20798: result: yes
# configure:20807: checking for sys/types.h
# configure:20807: result: yes
# configure:20821: checking pthread.h usability
# configure:20821: clang -c -W -Wall conftest.c >&5
# configure:20821: $? = 0
# configure:20821: result: yes
# configure:20821: checking pthread.h presence
# configure:20821: clang -E conftest.c
# configure:20821: $? = 0
# configure:20821: result: yes
# configure:20821: checking for pthread.h
# configure:20821: result: yes
# configure:20971: checking for sys/socket.h
# configure:20971: clang -c -W -Wall conftest.c >&5
# configure:20971: $? = 0
# configure:20971: result: yes
# configure:20988: checking for net/if.h
# configure:20988: clang -c -W -Wall conftest.c >&5
# configure:20988: $? = 0
# configure:20988: result: yes
# configure:21008: checking for netinet/in.h
# configure:21008: clang -c -W -Wall conftest.c >&5
# configure:21008: $? = 0
# configure:21008: result: yes
# configure:21028: checking for netinet/tcp.h
# configure:21028: clang -c -W -Wall conftest.c >&5
# configure:21028: $? = 0
# configure:21028: result: yes
# configure:21048: checking for net/route.h
# configure:21048: clang -c -W -Wall conftest.c >&5
# configure:21048: $? = 0
# configure:21048: result: yes
# configure:21070: checking arpa/inet.h usability
# configure:21070: clang -c -W -Wall conftest.c >&5
# configure:21070: $? = 0
# configure:21070: result: yes
# configure:21070: checking arpa/inet.h presence
# configure:21070: clang -E conftest.c
# configure:21070: $? = 0
# configure:21070: result: yes
# configure:21070: checking for arpa/inet.h
# configure:21070: result: yes
# configure:21084: checking linux/if_tun.h usability
# configure:21084: clang -c -W -Wall conftest.c >&5
# configure:21084: $? = 0
# configure:21084: result: yes
# configure:21084: checking linux/if_tun.h presence
# configure:21084: clang -E conftest.c
# configure:21084: $? = 0
# configure:21084: result: yes
# configure:21084: checking for linux/if_tun.h
# configure:21084: result: yes
# configure:21098: checking sys/ioctl.h usability
# configure:21098: clang -c -W -Wall conftest.c >&5
# configure:21098: $? = 0
# configure:21098: result: yes
# configure:21098: checking sys/ioctl.h presence
# configure:21098: clang -E conftest.c
# configure:21098: $? = 0
# configure:21098: result: yes
# configure:21098: checking for sys/ioctl.h
# configure:21098: result: yes
# configure:21112: checking sys/mman.h usability
# configure:21112: clang -c -W -Wall conftest.c >&5
# configure:21112: $? = 0
# configure:21112: result: yes
# configure:21112: checking sys/mman.h presence
# configure:21112: clang -E conftest.c
# configure:21112: $? = 0
# configure:21112: result: yes
# configure:21112: checking for sys/mman.h
# configure:21112: result: yes
# configure:21131: checking sys/param.h usability
# configure:21131: clang -c -W -Wall conftest.c >&5
# configure:21131: $? = 0
# configure:21131: result: yes
# configure:21131: checking sys/param.h presence
# configure:21131: clang -E conftest.c
# configure:21131: $? = 0
# configure:21131: result: yes
# configure:21131: checking for sys/param.h
# configure:21131: result: yes
# configure:21145: checking for sys/mount.h
# configure:21145: clang -c -W -Wall conftest.c >&5
# configure:21145: $? = 0
# configure:21145: result: yes
# configure:21166: checking sys/mtio.h usability
# configure:21166: clang -c -W -Wall conftest.c >&5
# configure:21166: $? = 0
# configure:21166: result: yes
# configure:21166: checking sys/mtio.h presence
# configure:21166: clang -E conftest.c
# configure:21166: $? = 0
# configure:21166: result: yes
# configure:21166: checking for sys/mtio.h
# configure:21166: result: yes
# configure:21180: checking sys/resource.h usability
# configure:21180: clang -c -W -Wall conftest.c >&5
# configure:21180: $? = 0
# configure:21180: result: yes
# configure:21180: checking sys/resource.h presence
# configure:21180: clang -E conftest.c
# configure:21180: $? = 0
# configure:21180: result: yes
# configure:21180: checking for sys/resource.h
# configure:21180: result: yes
# configure:21194: checking sys/uio.h usability
# configure:21194: clang -c -W -Wall conftest.c >&5
# configure:21194: $? = 0
# configure:21194: result: yes
# configure:21194: checking sys/uio.h presence
# configure:21194: clang -E conftest.c
# configure:21194: $? = 0
# configure:21194: result: yes
# configure:21194: checking for sys/uio.h
# configure:21194: result: yes
# configure:21208: checking sys/utsname.h usability
# configure:21208: clang -c -W -Wall conftest.c >&5
# configure:21208: $? = 0
# configure:21208: result: yes
# configure:21208: checking sys/utsname.h presence
# configure:21208: clang -E conftest.c
# configure:21208: $? = 0
# configure:21208: result: yes
# configure:21208: checking for sys/utsname.h
# configure:21208: result: yes
# configure:21222: checking sys/wait.h usability
# configure:21222: clang -c -W -Wall conftest.c >&5
# configure:21222: $? = 0
# configure:21222: result: yes
# configure:21222: checking sys/wait.h presence
# configure:21222: clang -E conftest.c
# configure:21222: $? = 0
# configure:21222: result: yes
# configure:21222: checking for sys/wait.h
# configure:21222: result: yes
# configure:21236: checking sys/un.h usability
# configure:21236: clang -c -W -Wall conftest.c >&5
# configure:21236: $? = 0
# configure:21236: result: yes
# configure:21236: checking sys/un.h presence
# configure:21236: clang -E conftest.c
# configure:21236: $? = 0
# configure:21236: result: yes
# configure:21236: checking for sys/un.h
# configure:21236: result: yes
# configure:21250: checking byteswap.h usability
# configure:21250: clang -c -W -Wall conftest.c >&5
# configure:21250: $? = 0
# configure:21250: result: yes
# configure:21250: checking byteswap.h presence
# configure:21250: clang -E conftest.c
# configure:21250: $? = 0
# configure:21250: result: yes
# configure:21250: checking for byteswap.h
# configure:21250: result: yes
# configure:21264: checking bzlib.h usability
# configure:21264: clang -c -W -Wall conftest.c >&5
# configure:21264: $? = 0
# configure:21264: result: yes
# configure:21264: checking bzlib.h presence
# configure:21264: clang -E conftest.c
# configure:21264: $? = 0
# configure:21264: result: yes
# configure:21264: checking for bzlib.h
# configure:21264: result: yes
# configure:21278: checking for dlfcn.h
# configure:21278: result: yes
# configure:21292: checking for inttypes.h
# configure:21292: result: yes
# configure:21306: checking iconv.h usability
# configure:21306: clang -c -W -Wall conftest.c >&5
# configure:21306: $? = 0
# configure:21306: result: yes
# configure:21306: checking iconv.h presence
# configure:21306: clang -E conftest.c
# configure:21306: $? = 0
# configure:21306: result: yes
# configure:21306: checking for iconv.h
# configure:21306: result: yes
# configure:21320: checking ltdl.h usability
# configure:21320: clang -c -W -Wall conftest.c >&5
# configure:21320: $? = 0
# configure:21320: result: yes
# configure:21320: checking ltdl.h presence
# configure:21320: clang -E conftest.c
# configure:21320: $? = 0
# configure:21320: result: yes
# configure:21320: checking for ltdl.h
# configure:21320: result: yes
# configure:21334: checking for malloc.h
# configure:21334: result: yes
# configure:21348: checking math.h usability
# configure:21348: clang -c -W -Wall conftest.c >&5
# configure:21348: $? = 0
# configure:21348: result: yes
# configure:21348: checking math.h presence
# configure:21348: clang -E conftest.c
# configure:21348: $? = 0
# configure:21348: result: yes
# configure:21348: checking for math.h
# configure:21348: result: yes
# configure:21362: checking netdb.h usability
# configure:21362: clang -c -W -Wall conftest.c >&5
# configure:21362: $? = 0
# configure:21362: result: yes
# configure:21362: checking netdb.h presence
# configure:21362: clang -E conftest.c
# configure:21362: $? = 0
# configure:21362: result: yes
# configure:21362: checking for netdb.h
# configure:21362: result: yes
# configure:21376: checking pwd.h usability
# configure:21376: clang -c -W -Wall conftest.c >&5
# configure:21376: $? = 0
# configure:21376: result: yes
# configure:21376: checking pwd.h presence
# configure:21376: clang -E conftest.c
# configure:21376: $? = 0
# configure:21376: result: yes
# configure:21376: checking for pwd.h
# configure:21376: result: yes
# configure:21390: checking regex.h usability
# configure:21390: clang -c -W -Wall conftest.c >&5
# configure:21390: $? = 0
# configure:21390: result: yes
# configure:21390: checking regex.h presence
# configure:21390: clang -E conftest.c
# configure:21390: $? = 0
# configure:21390: result: yes
# configure:21390: checking for regex.h
# configure:21390: result: yes
# configure:21404: checking sched.h usability
# configure:21404: clang -c -W -Wall conftest.c >&5
# configure:21404: $? = 0
# configure:21404: result: yes
# configure:21404: checking sched.h presence
# configure:21404: clang -E conftest.c
# configure:21404: $? = 0
# configure:21404: result: yes
# configure:21404: checking for sched.h
# configure:21404: result: yes
# configure:21418: checking signal.h usability
# configure:21418: clang -c -W -Wall conftest.c >&5
# configure:21418: $? = 0
# configure:21418: result: yes
# configure:21418: checking signal.h presence
# configure:21418: clang -E conftest.c
# configure:21418: $? = 0
# configure:21418: result: yes
# configure:21418: checking for signal.h
# configure:21418: result: yes
# configure:21432: checking termios.h usability
# configure:21432: clang -c -W -Wall conftest.c >&5
# configure:21432: $? = 0
# configure:21432: result: yes
# configure:21432: checking termios.h presence
# configure:21432: clang -E conftest.c
# configure:21432: $? = 0
# configure:21432: result: yes
# configure:21432: checking for termios.h
# configure:21432: result: yes
# configure:21446: checking for time.h
# configure:21446: result: yes
# configure:21460: checking zlib.h usability
# configure:21460: clang -c -W -Wall conftest.c >&5
# configure:21460: $? = 0
# configure:21460: result: yes
# configure:21460: checking zlib.h presence
# configure:21460: clang -E conftest.c
# configure:21460: $? = 0
# configure:21460: result: yes
# configure:21460: checking for zlib.h
# configure:21460: result: yes
# configure:21474: checking sys/capability.h usability
# configure:21474: clang -c -W -Wall conftest.c >&5
# configure:21474: $? = 0
# configure:21474: result: yes
# configure:21474: checking sys/capability.h presence
# configure:21474: clang -E conftest.c
# configure:21474: $? = 0
# configure:21474: result: yes
# configure:21474: checking for sys/capability.h
# configure:21474: result: yes
# configure:21488: checking sys/prctl.h usability
# configure:21488: clang -c -W -Wall conftest.c >&5
# configure:21488: $? = 0
# configure:21488: result: yes
# configure:21488: checking sys/prctl.h presence
# configure:21488: clang -E conftest.c
# configure:21488: $? = 0
# configure:21488: result: yes
# configure:21488: checking for sys/prctl.h
# configure:21488: result: yes
# configure:21602: checking whether SIGUSR1 is declared
# configure:21602: clang -c -W -Wall conftest.c >&5
# configure:21602: $? = 0
# configure:21602: result: yes
# configure:21619: checking whether SIGUSR2 is declared
# configure:21619: clang -c -W -Wall conftest.c >&5
# configure:21619: $? = 0
# configure:21619: result: yes
# configure:21636: checking whether SIGPIPE is declared
# configure:21636: clang -c -W -Wall conftest.c >&5
# configure:21636: $? = 0
# configure:21636: result: yes
# configure:21653: checking whether SIGBUS is declared
# configure:21653: clang -c -W -Wall conftest.c >&5
# configure:21653: $? = 0
# configure:21653: result: yes
# configure:21670: checking whether IFNAMSIZ is declared
# configure:21670: clang -c -W -Wall conftest.c >&5
# conftest.c:106:10: error: use of undeclared identifier 'IFNAMSIZ'
# (void) IFNAMSIZ;
# ^
# 1 error generated.
# configure:21670: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | #ifndef IFNAMSIZ
# | #ifdef __cplusplus
# | (void) IFNAMSIZ;
# | #else
# | (void) IFNAMSIZ;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:21670: result: no
# configure:21692: checking whether LOGIN_NAME_MAX is declared
# configure:21692: clang -c -W -Wall conftest.c >&5
# configure:21692: $? = 0
# configure:21692: result: yes
# configure:21709: checking whether _SC_NPROCESSORS_CONF is declared
# configure:21709: clang -c -W -Wall conftest.c >&5
# configure:21709: $? = 0
# configure:21709: result: yes
# configure:21726: checking whether _SC_NPROCESSORS_ONLN is declared
# configure:21726: clang -c -W -Wall conftest.c >&5
# configure:21726: $? = 0
# configure:21726: result: yes
# configure:21744: checking whether SIOCSIFNETMASK is declared
# configure:21744: clang -c -W -Wall conftest.c >&5
# configure:21744: $? = 0
# configure:21744: result: yes
# configure:21761: checking whether SIOCSIFHWADDR is declared
# configure:21761: clang -c -W -Wall conftest.c >&5
# configure:21761: $? = 0
# configure:21761: result: yes
# configure:21778: checking whether SIOCADDRT is declared
# configure:21778: clang -c -W -Wall conftest.c >&5
# configure:21778: $? = 0
# configure:21778: result: yes
# configure:21795: checking whether SIOCDELRT is declared
# configure:21795: clang -c -W -Wall conftest.c >&5
# configure:21795: $? = 0
# configure:21795: result: yes
# configure:21812: checking whether SIOCDIFADDR is declared
# configure:21812: clang -c -W -Wall conftest.c >&5
# configure:21812: $? = 0
# configure:21812: result: yes
# configure:21831: checking whether MTEWARN is declared
# configure:21831: clang -c -W -Wall conftest.c >&5
# conftest.c:110:10: error: use of undeclared identifier 'MTEWARN'
# (void) MTEWARN;
# ^
# 1 error generated.
# configure:21831: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef MTEWARN
# | #ifdef __cplusplus
# | (void) MTEWARN;
# | #else
# | (void) MTEWARN;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:21831: result: no
# configure:21942: checking for u_int8_t
# configure:21942: clang -c -W -Wall conftest.c >&5
# configure:21942: $? = 0
# configure:21942: clang -c -W -Wall conftest.c >&5
# conftest.c:138:23: error: expected expression
# if (sizeof ((u_int8_t)))
# ^
# 1 error generated.
# configure:21942: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 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
# | int
# | main ()
# | {
# | if (sizeof ((u_int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21942: result: yes
# configure:21954: checking for useconds_t
# configure:21954: clang -c -W -Wall conftest.c >&5
# configure:21954: $? = 0
# configure:21954: clang -c -W -Wall conftest.c >&5
# conftest.c:139:25: error: expected expression
# if (sizeof ((useconds_t)))
# ^
# 1 error generated.
# configure:21954: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((useconds_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21954: result: yes
# configure:21966: checking for id_t
# configure:21966: clang -c -W -Wall conftest.c >&5
# configure:21966: $? = 0
# configure:21966: clang -c -W -Wall conftest.c >&5
# conftest.c:140:19: error: expected expression
# if (sizeof ((id_t)))
# ^
# 1 error generated.
# configure:21966: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((id_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21966: result: yes
# configure:21978: checking for u_char
# configure:21978: clang -c -W -Wall conftest.c >&5
# configure:21978: $? = 0
# configure:21978: clang -c -W -Wall conftest.c >&5
# conftest.c:115:21: error: expected expression
# if (sizeof ((u_char)))
# ^
# 1 error generated.
# configure:21978: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((u_char)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21978: result: yes
# configure:21996: checking for u_short
# configure:21996: clang -c -W -Wall conftest.c >&5
# configure:21996: $? = 0
# configure:21996: clang -c -W -Wall conftest.c >&5
# conftest.c:116:22: error: expected expression
# if (sizeof ((u_short)))
# ^
# 1 error generated.
# configure:21996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((u_short)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:21996: result: yes
# configure:22014: checking for u_int
# configure:22014: clang -c -W -Wall conftest.c >&5
# configure:22014: $? = 0
# configure:22014: clang -c -W -Wall conftest.c >&5
# conftest.c:117:20: error: expected expression
# if (sizeof ((u_int)))
# ^
# 1 error generated.
# configure:22014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((u_int)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22014: result: yes
# configure:22032: checking for u_long
# configure:22032: clang -c -W -Wall conftest.c >&5
# configure:22032: $? = 0
# configure:22032: clang -c -W -Wall conftest.c >&5
# conftest.c:118:21: error: expected expression
# if (sizeof ((u_long)))
# ^
# 1 error generated.
# configure:22032: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((u_long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22032: result: yes
# configure:22050: checking for in_addr_t
# configure:22050: clang -c -W -Wall conftest.c >&5
# configure:22050: $? = 0
# configure:22050: clang -c -W -Wall conftest.c >&5
# conftest.c:122:24: error: expected expression
# if (sizeof ((in_addr_t)))
# ^
# 1 error generated.
# configure:22050: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #if HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((in_addr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22050: result: yes
# configure:22071: checking for socklen_t
# configure:22071: clang -c -W -Wall conftest.c >&5
# configure:22071: $? = 0
# configure:22071: clang -c -W -Wall conftest.c >&5
# conftest.c:120:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:22071: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22071: result: yes
# configure:22188: checking for _pipe in -lmsvcrt
# configure:22213: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lmsvcrt >&5
# /usr/bin/ld: cannot find -lmsvcrt
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22213: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 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 _pipe ();
# | int
# | main ()
# | {
# | return _pipe ();
# | ;
# | return 0;
# | }
# configure:22222: result: no
# configure:22233: checking for dlopen in -ldl
# configure:22258: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -ldl >&5
# configure:22258: $? = 0
# configure:22267: result: yes
# configure:22278: checking for sqrt in -lm
# configure:22303: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lm -ldl >&5
# conftest.c:119:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
# char sqrt ();
# ^
# conftest.c:119:6: note: 'sqrt' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:22303: $? = 0
# configure:22312: result: yes
# configure:22323: checking for connect in -lsocket
# configure:22348: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lsocket -lm -ldl >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22348: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 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 connect ();
# | int
# | main ()
# | {
# | return connect ();
# | ;
# | return 0;
# | }
# configure:22357: result: no
# configure:22368: checking for gethostbyname in -lnsl
# configure:22393: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lnsl -lm -ldl >&5
# configure:22393: $? = 0
# configure:22402: result: yes
# configure:22413: checking for inet_aton in -lresolv
# configure:22438: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lresolv -lnsl -lm -ldl >&5
# configure:22438: $? = 0
# configure:22447: result: yes
# configure:22458: checking for uncompress in -lz
# configure:22483: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lz -lresolv -lnsl -lm -ldl >&5
# configure:22483: $? = 0
# configure:22492: result: yes
# configure:22503: checking for BZ2_bzBuffToBuffDecompress in -lbz2
# configure:22528: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lbz2 -lz -lresolv -lnsl -lm -ldl >&5
# configure:22528: $? = 0
# configure:22537: result: yes
# configure:22545: checking for iconv in -liconv
# configure:22570: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -liconv -lz -lresolv -lnsl -lm -ldl >&5
# /usr/bin/ld: cannot find -liconv
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22570: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 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 iconv ();
# | int
# | main ()
# | {
# | return iconv ();
# | ;
# | return 0;
# | }
# configure:22579: result: no
# configure:22591: checking for sched_yield in -lrt
# configure:22616: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22616: $? = 0
# configure:22625: result: yes
# configure:22637: checking for pthread_create in -lpthread
# configure:22662: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22662: $? = 0
# configure:22671: result: yes
# configure:22780: checking for iconv
# configure:22780: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22780: $? = 0
# configure:22780: result: yes
# configure:22792: checking for memrchr
# configure:22792: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22792: $? = 0
# configure:22792: result: yes
# configure:22804: checking for getopt_long
# configure:22804: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22804: $? = 0
# configure:22804: result: yes
# configure:22816: checking for sqrtl
# configure:22816: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:144:6: warning: incompatible redeclaration of library function 'sqrtl' [-Wincompatible-library-redeclaration]
# char sqrtl ();
# ^
# conftest.c:144:6: note: 'sqrtl' is a builtin with type 'long double (long double)'
# 1 warning generated.
# configure:22816: $? = 0
# configure:22816: result: yes
# configure:22816: checking for ldexpl
# configure:22816: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:145:6: warning: incompatible redeclaration of library function 'ldexpl' [-Wincompatible-library-redeclaration]
# char ldexpl ();
# ^
# conftest.c:145:6: note: 'ldexpl' is a builtin with type 'long double (long double, int)'
# 1 warning generated.
# configure:22816: $? = 0
# configure:22816: result: yes
# configure:22816: checking for fabsl
# configure:22816: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:146:6: warning: incompatible redeclaration of library function 'fabsl' [-Wincompatible-library-redeclaration]
# char fabsl ();
# ^
# conftest.c:146:6: note: 'fabsl' is a builtin with type 'long double (long double)'
# 1 warning generated.
# configure:22816: $? = 0
# configure:22816: result: yes
# configure:22816: checking for fmodl
# configure:22816: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:147:6: warning: incompatible redeclaration of library function 'fmodl' [-Wincompatible-library-redeclaration]
# char fmodl ();
# ^
# conftest.c:147:6: note: 'fmodl' is a builtin with type 'long double (long double, long double)'
# 1 warning generated.
# configure:22816: $? = 0
# configure:22816: result: yes
# configure:22816: checking for frexpl
# configure:22816: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:148:6: warning: incompatible redeclaration of library function 'frexpl' [-Wincompatible-library-redeclaration]
# char frexpl ();
# ^
# conftest.c:148:6: note: 'frexpl' is a builtin with type 'long double (long double, int *)'
# 1 warning generated.
# configure:22816: $? = 0
# configure:22816: result: yes
# configure:22828: checking for ldexpf
# configure:22828: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:149:6: warning: incompatible redeclaration of library function 'ldexpf' [-Wincompatible-library-redeclaration]
# char ldexpf ();
# ^
# conftest.c:149:6: note: 'ldexpf' is a builtin with type 'float (float, int)'
# 1 warning generated.
# configure:22828: $? = 0
# configure:22828: result: yes
# configure:22828: checking for frexpf
# configure:22828: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:150:6: warning: incompatible redeclaration of library function 'frexpf' [-Wincompatible-library-redeclaration]
# char frexpf ();
# ^
# conftest.c:150:6: note: 'frexpf' is a builtin with type 'float (float, int *)'
# 1 warning generated.
# configure:22828: $? = 0
# configure:22828: result: yes
# configure:22828: checking for fabsf
# configure:22828: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:151:6: warning: incompatible redeclaration of library function 'fabsf' [-Wincompatible-library-redeclaration]
# char fabsf ();
# ^
# conftest.c:151:6: note: 'fabsf' is a builtin with type 'float (float)'
# 1 warning generated.
# configure:22828: $? = 0
# configure:22828: result: yes
# configure:22828: checking for rint
# configure:22828: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:152:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration]
# char rint ();
# ^
# conftest.c:152:6: note: 'rint' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:22828: $? = 0
# configure:22828: result: yes
# configure:22840: checking for strlcpy
# configure:22840: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:153:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:153:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-06c32e.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22840: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:22840: result: no
# configure:22840: checking for strlcat
# configure:22840: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:153:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:153:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-446836.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22840: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:22840: result: no
# configure:22852: checking for strerror_r
# configure:22852: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22852: $? = 0
# configure:22852: result: yes
# configure:22863: checking for strsignal
# configure:22863: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22863: $? = 0
# configure:22863: result: yes
# configure:22877: checking for sys_siglist
# configure:22877: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22877: $? = 0
# configure:22877: result: yes
# configure:22889: checking for InitializeCriticalSectionAndSpinCount
# configure:22889: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# /tmp/conftest-2a3681.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `InitializeCriticalSectionAndSpinCount'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22889: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | /* end confdefs.h. */
# | /* Define InitializeCriticalSectionAndSpinCount to an innocuous variant, in case declares InitializeCriticalSectionAndSpinCount.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define InitializeCriticalSectionAndSpinCount innocuous_InitializeCriticalSectionAndSpinCount
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char InitializeCriticalSectionAndSpinCount (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef InitializeCriticalSectionAndSpinCount
# |
# | /* 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 InitializeCriticalSectionAndSpinCount ();
# | /* 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_InitializeCriticalSectionAndSpinCount || defined __stub___InitializeCriticalSectionAndSpinCount
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return InitializeCriticalSectionAndSpinCount ();
# | ;
# | return 0;
# | }
# configure:22889: result: no
# configure:22901: checking for sleep
# configure:22901: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22901: $? = 0
# configure:22901: result: yes
# configure:22901: checking for usleep
# configure:22901: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22901: $? = 0
# configure:22901: result: yes
# configure:22901: checking for nanosleep
# configure:22901: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22901: $? = 0
# configure:22901: result: yes
# configure:22913: checking for sched_yield
# configure:22913: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22913: $? = 0
# configure:22913: result: yes
# configure:22925: checking for strtok_r
# configure:22925: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22925: $? = 0
# configure:22925: result: yes
# configure:22937: checking for pipe
# configure:22937: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22937: $? = 0
# configure:22937: result: yes
# configure:22949: checking for gettimeofday
# configure:22949: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22949: $? = 0
# configure:22949: result: yes
# configure:22961: checking for getpgrp
# configure:22961: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22961: $? = 0
# configure:22961: result: yes
# configure:22973: checking for scandir
# configure:22973: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22973: $? = 0
# configure:22973: result: yes
# configure:22973: checking for alphasort
# configure:22973: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22973: $? = 0
# configure:22973: result: yes
# configure:22985: checking for getlogin
# configure:22985: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22985: $? = 0
# configure:22985: result: yes
# configure:22985: checking for getlogin_r
# configure:22985: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22985: $? = 0
# configure:22985: result: yes
# configure:22997: checking for realpath
# configure:22997: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:22997: $? = 0
# configure:22997: result: yes
# configure:23009: checking for fdatasync
# configure:23009: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23009: $? = 0
# configure:23009: result: yes
# configure:23009: checking for fsync
# configure:23009: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23009: $? = 0
# configure:23009: result: yes
# configure:23009: checking for ftruncate
# configure:23009: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23009: $? = 0
# configure:23009: result: yes
# configure:23021: checking for inet_aton
# configure:23021: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23021: $? = 0
# configure:23021: result: yes
# configure:23033: checking for fork
# configure:23033: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23033: $? = 0
# configure:23033: result: yes
# configure:23033: checking for socketpair
# configure:23033: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23033: $? = 0
# configure:23033: result: yes
# configure:23045: checking for sysconf
# configure:23045: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23045: $? = 0
# configure:23045: result: yes
# configure:23057: checking for vsscanf
# configure:23057: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:176:6: warning: incompatible redeclaration of library function 'vsscanf' [-Wincompatible-library-redeclaration]
# char vsscanf ();
# ^
# conftest.c:176:6: note: 'vsscanf' is a builtin with type 'int (const char *restrict, const char *restrict, struct __va_list_tag *)'
# 1 warning generated.
# configure:23057: $? = 0
# configure:23057: result: yes
# configure:23073: checking for setresuid
# configure:23073: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23073: $? = 0
# configure:23073: result: yes
# configure:23073: checking for getresuid
# configure:23073: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23073: $? = 0
# configure:23073: result: yes
# configure:23117: checking whether fdatasync is supported
# configure:23143: clang -c -W -Wall conftest.c >&5
# configure:23143: $? = 0
# configure:23151: result: yes
# configure:23250: checking for struct sockaddr_in.sin_len
# configure:23250: clang -c -W -Wall conftest.c >&5
# conftest.c:171:13: error: no member named 'sin_len' in 'struct sockaddr_in'
# if (ac_aggr.sin_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:23250: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #if HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:23250: clang -c -W -Wall conftest.c >&5
# conftest.c:171:20: error: no member named 'sin_len' in 'struct sockaddr_in'
# if (sizeof ac_aggr.sin_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:23250: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #if HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (sizeof ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:23250: result: no
# configure:23272: checking for struct in_addr.s_addr
# configure:23272: clang -c -W -Wall conftest.c >&5
# configure:23272: $? = 0
# configure:23272: result: yes
# configure:23294: checking for struct sigaction.sa_sigaction
# configure:23294: clang -c -W -Wall conftest.c >&5
# configure:23294: $? = 0
# configure:23294: result: yes
# configure:23308: checking for struct timespec.tv_nsec
# configure:23308: clang -c -W -Wall conftest.c >&5
# configure:23308: $? = 0
# configure:23308: result: yes
# configure:23437: checking whether byte ordering is bigendian
# configure:23452: clang -c -W -Wall conftest.c >&5
# conftest.c:161:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:161:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:23452: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# | #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:23497: clang -c -W -Wall conftest.c >&5
# configure:23497: $? = 0
# configure:23515: clang -c -W -Wall conftest.c >&5
# conftest.c:167:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:23515: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# | #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:23643: result: no
# configure:23672: checking size of int
# configure:23677: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23677: $? = 0
# configure:23677: ./conftest
# configure:23677: $? = 0
# configure:23691: result: 4
# configure:23705: checking size of long
# configure:23710: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23710: $? = 0
# configure:23710: ./conftest
# configure:23710: $? = 0
# configure:23724: result: 8
# configure:23738: checking size of size_t
# configure:23743: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23743: $? = 0
# configure:23743: ./conftest
# configure:23743: $? = 0
# configure:23757: result: 8
# configure:23771: checking size of int *
# configure:23776: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23776: $? = 0
# configure:23776: ./conftest
# configure:23776: $? = 0
# configure:23790: result: 8
# configure:23804: checking size of off_t
# configure:23809: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23809: $? = 0
# configure:23809: ./conftest
# configure:23809: $? = 0
# configure:23823: result: 8
# configure:23838: begin check: whether byte structs are aligned/rounded by default...
# configure:23853: checking size of struct bytestruct
# configure:23858: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:23858: $? = 0
# configure:23858: ./conftest
# configure:23858: $? = 0
# configure:23873: result: 1
# configure:23913: results: byte structs are aligned/rounded by default... no
# configure:23927: checking if this is the broken 2.96 version of GCC
# configure:23945: clang -c -W -Wall conftest.c >&5
# configure:23945: $? = 0
# configure:23959: result: no
# configure:23975: checking C99 struct flexible arrays support
# configure:24010: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:181:21: error: function definition is not allowed here
# {
# ^
# 1 error generated.
# configure:24010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# | #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_BYTESTRUCT 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | typedef struct
# | {
# | int foo;
# | char bar[];
# | }
# | FOOBAR;
# |
# | int
# | main ()
# | {
# |
# | int main(int argc, char *argv[])
# | {
# | FOOBAR* p = calloc( 1, sizeof(FOOBAR) + 16 );
# | return 0;
# | }
# |
# | ;
# | return 0;
# | }
# configure:24021: result: no
# configure:24041: checking whether '__attribute__ ((regparm(n)))' is supported
# configure:24056: clang -c -Wall -Werror conftest.c >&5
# configure:24056: $? = 0
# configure:24068: result: yes
# configure:24081: checking whether '__attribute__ ((regparm(3)))' is broken
# configure:24136: clang -o conftest -O3 -fomit-frame-pointer -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:24136: $? = 0
# configure:24136: ./conftest
# configure:24136: $? = 0
# configure:24150: result: no
# configure:24163: checking whether '__builtin_alloca' is broken
# configure:24202: clang -o conftest -g -O2 -fomit-frame-pointer -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:179:25: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)' [-Wimplicit-function-declaration]
# memset(a,0xCD,50000);
# ^
# conftest.c:179:25: note: include the header or explicitly provide a declaration for 'memset'
# conftest.c:181:32: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration]
# return strlen(a);
# ^
# conftest.c:181:32: note: include the header or explicitly provide a declaration for 'strlen'
# 2 warnings generated.
# configure:24202: $? = 0
# configure:24202: ./conftest
# configure:24202: $? = 0
# configure:24216: result: no
# configure:24228: checking whether preprocessor macro argument counting broken
# configure:24249: clang -c -Wall -Werror conftest.c >&5
# configure:24249: $? = 0
# configure:24261: result: no
# configure:24291: checking whether '-traditional-cpp' is K&R C preprocessor
# configure:24320: clang -c -Wall -Werror -traditional-cpp conftest.c >&5
# clang-3.8: error: the clang compiler does not support '-traditional-cpp'
# configure:24320: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# | #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_BYTESTRUCT 1
# | /* end confdefs.h. */
# |
# | /* If the following gets an error, then the
# | "traditional" preprocessor is K&R C type.
# | Otherwise if it compiles WITHOUT error
# | the the "traditional" preprocessor is NOT
# | the K&R C type.
# | */
# | #if 1
# | #include // comment/etc...
# | #endif
# | int main( int, char**, char** )
# | {
# | return 0;
# | }
# |
# configure:24332: result: yes
# configure:24342: checking whether byte-swapping can be done using assembler
# configure:24359: result: yes
# configure:24366: checking whether clang accepts -pthread
# configure:24376: result: yes
# configure:24388: checking whether 'optreset' needed for 'getopt' use
# configure:24409: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# conftest.c:173:21: warning: implicit declaration of function 'getopt' is invalid in C99 [-Wimplicit-function-declaration]
# getopt(0,0,0);
# ^
# 1 warning generated.
# /tmp/conftest-79c8d0.o: In function `main':
# conftest.c:(.text+0x14): undefined reference to `optreset'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24409: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# | #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_BYTESTRUCT 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | extern int optreset;
# | optreset=1;
# | getopt(0,0,0);
# |
# | ;
# | return 0;
# | }
# configure:24420: result: no
# configure:24527: checking for special C compiler options needed for large files
# configure:24572: result: no
# configure:24578: checking for _FILE_OFFSET_BITS value needed for large files
# configure:24603: clang -c -W -Wall conftest.c >&5
# configure:24603: $? = 0
# configure:24635: result: no
# configure:24720: checking for off_t
# configure:24720: clang -c -W -Wall conftest.c >&5
# configure:24720: $? = 0
# configure:24720: clang -c -W -Wall conftest.c >&5
# conftest.c:202:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:24720: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# | #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_BYTESTRUCT 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:24720: result: yes
# configure:24731: checking for _LARGEFILE_SOURCE value needed for large files
# configure:24750: clang -o conftest -W -Wall -Wl,--warn-common conftest.c -lpthread -lrt -lz -lresolv -lnsl -lm -ldl >&5
# configure:24750: $? = 0
# configure:24778: result: no
# configure:25344: checking whether getopt wrapper kludge is necessary
# configure:25439: result: no
# configure:25786: checking for what optimization flags to use
# configure:25886: result: -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing
# configure:25984: checking whether compiler supports -Wno-unused-but-set-variable
# configure:26003: clang -c -W -Wall -Werror -Wno-unused-but-set-variable conftest.c >&5
# error: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option]
# configure:26003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "hercules"
# | #define VERSION "3.12"
# | #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 HAVE_DLFCN_H 1
# | #define HAVE_DIRENT_H 1
# | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# | #define LTDL_OBJDIR ".libs/"
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCMP 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_LINUX_IF_TUN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_MTIO_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BZLIB_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ICONV_H 1
# | #define HAVE_LTDL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_DECL_SIGUSR1 1
# | #define HAVE_DECL_SIGUSR2 1
# | #define HAVE_DECL_SIGPIPE 1
# | #define HAVE_DECL_SIGBUS 1
# | #define HAVE_DECL_IFNAMSIZ 0
# | #define HAVE_DECL_LOGIN_NAME_MAX 1
# | #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# | #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# | #define HAVE_DECL_SIOCSIFNETMASK 1
# | #define HAVE_DECL_SIOCSIFHWADDR 1
# | #define HAVE_DECL_SIOCADDRT 1
# | #define HAVE_DECL_SIOCDELRT 1
# | #define HAVE_DECL_SIOCDIFADDR 1
# | #define HAVE_DECL_MTEWARN 0
# | #define HAVE_U_INT8_T 1
# | #define HAVE_USECONDS_T 1
# | #define HAVE_ID_T 1
# | #define HAVE_U_CHAR 1
# | #define HAVE_U_SHORT 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_LONG 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_LIBDL 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBZ 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_ICONV 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SQRTL 1
# | #define HAVE_LDEXPL 1
# | #define HAVE_FABSL 1
# | #define HAVE_FMODL 1
# | #define HAVE_FREXPL 1
# | #define HAVE_LDEXPF 1
# | #define HAVE_FREXPF 1
# | #define HAVE_FABSF 1
# | #define HAVE_RINT 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_SYS_SIGLIST 1
# | #define HAVE_SLEEP 1
# | #define HAVE_USLEEP 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_PIPE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETPGRP 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_GETLOGIN 1
# | #define HAVE_GETLOGIN_R 1
# | #define HAVE_REALPATH 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_FORK 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_VSSCANF 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_FDATASYNC_SUPPORTED 1
# | #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# | #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_INT_P 8
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_BYTESTRUCT 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | return(0);
# | ;
# | return 0;
# | }
# configure:26012: result: no
# configure:26022: checking whether compiler supports -Werror=declaration-after-statement
# configure:26041: clang -c -W -Wall -Werror -Werror=declaration-after-statement conftest.c >&5
# configure:26041: $? = 0
# configure:26050: result: yes
# configure:26249:
# configure:26251: Package destination directory prefixes:
# configure:26253:
# configure:26255: Libraries: $(libdir)/$(PACKAGE)
# configure:26257: Data: $(datadir)/hercules
# configure:26259:
# configure:26746: checking that generated files are newer than configure
# configure:26752: result: done
# configure:26820: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0dbce4f8c3ac
#
# config.status:1072: creating Makefile
# config.status:1072: creating util/Makefile
# config.status:1072: creating html/Makefile
# config.status:1072: creating crypto/Makefile
# config.status:1072: creating man/Makefile
# config.status:1072: creating m4/Makefile
# config.status:1072: creating decNumber/Makefile
# config.status:1072: creating softfloat/Makefile
# config.status:1072: creating config.h
# config.status:1301: 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_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_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_f77_compiler_gnu=yes
# ac_cv_func_InitializeCriticalSectionAndSpinCount=no
# ac_cv_func_alphasort=yes
# ac_cv_func_argz_append=yes
# ac_cv_func_argz_create_sep=yes
# ac_cv_func_argz_insert=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_closedir=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=no
# ac_cv_func_fabsf=yes
# ac_cv_func_fabsl=yes
# ac_cv_func_fdatasync=yes
# ac_cv_func_fdatasync_supported=yes
# ac_cv_func_fmodl=yes
# ac_cv_func_fork=yes
# ac_cv_func_frexpf=yes
# ac_cv_func_frexpl=yes
# ac_cv_func_fsync=yes
# ac_cv_func_ftruncate=yes
# ac_cv_func_getlogin=yes
# ac_cv_func_getlogin_r=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getpgrp=yes
# ac_cv_func_getresuid=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_iconv=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_ldexpf=yes
# ac_cv_func_ldexpl=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memrchr=yes
# ac_cv_func_nanosleep=yes
# ac_cv_func_opendir=yes
# ac_cv_func_pipe=yes
# ac_cv_func_readdir=yes
# ac_cv_func_realpath=yes
# ac_cv_func_rint=yes
# ac_cv_func_scandir=yes
# ac_cv_func_sched_yield=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_shl_load=no
# ac_cv_func_sleep=yes
# ac_cv_func_socketpair=yes
# ac_cv_func_sqrtl=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcmp=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strrchr=yes
# ac_cv_func_strsignal=yes
# ac_cv_func_strtok_r=yes
# ac_cv_func_sys_siglist=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vsscanf=yes
# ac_cv_have_decl_IFNAMSIZ=no
# ac_cv_have_decl_LOGIN_NAME_MAX=yes
# ac_cv_have_decl_MTEWARN=no
# ac_cv_have_decl_SIGBUS=yes
# ac_cv_have_decl_SIGPIPE=yes
# ac_cv_have_decl_SIGUSR1=yes
# ac_cv_have_decl_SIGUSR2=yes
# ac_cv_have_decl_SIOCADDRT=yes
# ac_cv_have_decl_SIOCDELRT=yes
# ac_cv_have_decl_SIOCDIFADDR=yes
# ac_cv_have_decl_SIOCSIFHWADDR=yes
# ac_cv_have_decl_SIOCSIFNETMASK=yes
# ac_cv_have_decl__SC_NPROCESSORS_CONF=yes
# ac_cv_have_decl__SC_NPROCESSORS_ONLN=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_assert_h=yes
# ac_cv_header_byteswap_h=yes
# ac_cv_header_bzlib_h=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dl_h=no
# ac_cv_header_dld_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_iconv_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_if_tun_h=yes
# ac_cv_header_ltdl_h=yes
# ac_cv_header_mach_o_dyld_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_net_route_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_regex_h=yes
# ac_cv_header_sched_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=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_capability_h=yes
# ac_cv_header_sys_dl_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_mtio_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_prctl_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_bz2_BZ2_bzBuffToBuffDecompress=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dl_dlopen_________=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_iconv_iconv__________=no
# ac_cv_lib_m_sqrt___________=yes
# ac_cv_lib_msvcrt__pipe__________=no
# ac_cv_lib_nsl_gethostbyname__=yes
# ac_cv_lib_pthread_pthread_create_=yes
# ac_cv_lib_resolv_inet_aton______=yes
# ac_cv_lib_rt_sched_yield____=yes
# ac_cv_lib_socket_connect________=no
# ac_cv_lib_z_uncompress_____=yes
# ac_cv_member_struct_in_addr_s_addr=yes
# ac_cv_member_struct_sigaction_sa_sigaction=yes
# ac_cv_member_struct_sockaddr_in_sin_len=no
# ac_cv_member_struct_timespec_tv_nsec=yes
# 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_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=gfortran
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_int=4
# ac_cv_sizeof_int_p=8
# ac_cv_sizeof_long=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_size_t=8
# ac_cv_sizeof_struct_bytestruct=1
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_sys_symbol_underscore=no
# ac_cv_type_error_t=yes
# ac_cv_type_id_t=yes
# ac_cv_type_in_addr_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_u_char=yes
# ac_cv_type_u_int8_t=yes
# ac_cv_type_u_int=yes
# ac_cv_type_u_long=yes
# ac_cv_type_u_short=yes
# ac_cv_type_useconds_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# hc_cv_asm_byteswap=yes
# hc_cv_auto_optimize=yes
# hc_cv_build_hercifc=yes
# hc_cv_builtin_alloca_broke=no
# hc_cv_byte_structs_aligned_and_rounded_by_default=no
# hc_cv_byte_structs_always_aligned_and_rounded=no
# hc_cv_c99_flexible_array=no
# hc_cv_dash_pthread_needed=yes
# hc_cv_have_arpa_inet_h=yes
# hc_cv_have_byteswap_h=yes
# hc_cv_have_bzlib_h=yes
# hc_cv_have_dlfcn_h=yes
# hc_cv_have_dlopen=yes
# hc_cv_have_getset_uid=yes
# hc_cv_have_iconv_h=yes
# hc_cv_have_id_t=yes
# hc_cv_have_ifnamsiz=no
# hc_cv_have_in_addr_s_addr=yes
# hc_cv_have_in_addr_t=yes
# hc_cv_have_inttypes_h=yes
# hc_cv_have_libbz2=yes
# hc_cv_have_linux_if_tun_h=yes
# hc_cv_have_login_name_max=yes
# hc_cv_have_lt_dlopen=yes
# hc_cv_have_ltdl_h=yes
# hc_cv_have_malloc_h=yes
# hc_cv_have_math_h=yes
# hc_cv_have_mtewarn=no
# hc_cv_have_net_if_h=yes
# hc_cv_have_net_route_h=yes
# hc_cv_have_netdb_h=yes
# hc_cv_have_netinet_in_h=yes
# hc_cv_have_netinet_tcp_h=yes
# hc_cv_have_pthread_h=yes
# hc_cv_have_pwd_h=yes
# hc_cv_have_regex_h=yes
# hc_cv_have_sa_sigaction=yes
# hc_cv_have_sc_nprocessors_conf=yes
# hc_cv_have_sc_nprocessors_onln=yes
# hc_cv_have_sched_h=yes
# hc_cv_have_sigbus=yes
# hc_cv_have_signal_h=yes
# hc_cv_have_sigpipe=yes
# hc_cv_have_sigusr1=yes
# hc_cv_have_sigusr2=yes
# hc_cv_have_siocaddrt=yes
# hc_cv_have_siocdelrt=yes
# hc_cv_have_siocdifaddr=yes
# hc_cv_have_siocsifhwaddr=yes
# hc_cv_have_siocsifnetmask=yes
# hc_cv_have_sockaddr_in_sin_len=no
# hc_cv_have_socklen_t=yes
# hc_cv_have_strsignal=yes
# hc_cv_have_sys_capa_h=yes
# hc_cv_have_sys_ioctl_h=yes
# hc_cv_have_sys_mman_h=yes
# hc_cv_have_sys_mount_h=yes
# hc_cv_have_sys_mtio_h=yes
# hc_cv_have_sys_param_h=yes
# hc_cv_have_sys_prctl_h=yes
# hc_cv_have_sys_resource_h=yes
# hc_cv_have_sys_socket_h=yes
# hc_cv_have_sys_uio_h=yes
# hc_cv_have_sys_un_h=yes
# hc_cv_have_sys_utsname_h=yes
# hc_cv_have_sys_wait_h=yes
# hc_cv_have_termios_h=yes
# hc_cv_have_time_h=yes
# hc_cv_have_u_char=yes
# hc_cv_have_u_int8_t=yes
# hc_cv_have_u_int=yes
# hc_cv_have_u_long=yes
# hc_cv_have_u_short=yes
# hc_cv_have_useconds_t=yes
# hc_cv_have_vsscanf=yes
# hc_cv_have_zlib_h=yes
# hc_cv_hdl_build_shared=yes
# hc_cv_intel_cpu_type=k8
# hc_cv_is_apple=no
# hc_cv_is_gcc_2_96=no
# hc_cv_is_intel_x86_arch=yes
# hc_cv_is_mingw32=no
# hc_cv_is_nix=yes
# hc_cv_is_windows=no
# hc_cv_need_getopt_optreset=no
# hc_cv_need_getopt_wrapper=no
# hc_cv_need_getopt_wrapper_result_msg=no
# hc_cv_non_unique_gettimeofday=no
# hc_cv_opt_auto_oper=yes
# hc_cv_opt_capabilities=hc_cv_have_sys_capability
# hc_cv_opt_cckd_bzip2=yes
# hc_cv_opt_configsymbols=yes
# hc_cv_opt_debug=no
# hc_cv_opt_dynamic_load=yes
# hc_cv_opt_enhanced_configincludes=yes
# hc_cv_opt_enhanced_configsymbols=yes
# hc_cv_opt_external_gui=yes
# hc_cv_opt_fthreads=no
# hc_cv_opt_getoptwrapper=auto
# hc_cv_opt_het_bzip2=yes
# hc_cv_opt_num_cpu_engines=8
# hc_cv_opt_optimization=yes
# hc_cv_opt_setuid_hercifc=no
# hc_cv_optimization_flags='-O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing'
# hc_cv_pp_macro_arg_counting_broke=no
# hc_cv_regparm_attr_broke=no
# hc_cv_regparm_attr_supported=yes
# hc_cv_setuid_hercifc=no
# hc_cv_timespec_in_sys_types_h=yes
# hc_cv_timespec_in_time_h=no
# hc_cv_traditional_cpp_is_K_AND_R_C_type=yes
# libltdl_cv_lib_dl_dlopen=yes
# libltdl_cv_objdir=.libs
# libltdl_cv_preloaded_symbols=yes
# libltdl_cv_shlibext=
# libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
# libltdl_cv_sys_dlopen_deplibs=yes
# libltdl_cv_sys_search_path='/lib /usr/lib'
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=yes
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file='/lib/libc.so /lib/libc.so.6 /lib/libc-2.23.so'
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.13'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.13'
# AWK='gawk'
# BUILD_FTHREADS_FALSE=''
# BUILD_FTHREADS_TRUE='#'
# BUILD_HERCIFC_FALSE='#'
# BUILD_HERCIFC_TRUE=''
# BUILD_SHARED_FALSE='#'
# BUILD_SHARED_TRUE=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -W -Wall -Werror=declaration-after-statement -O3 -march=k8 -fomit-frame-pointer -fno-strict-aliasing'
# CONVENIENCE_LTDL_FALSE=''
# CONVENIENCE_LTDL_TRUE='#'
# CPP='clang -E'
# CPPFLAGS=' -DPKGDATADIR=\"$(pkgdatadir)\" -DMODULESDIR=\"$(modexecdir)\"'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# F77='gfortran'
# FFLAGS='-g -O2'
# GREP='/usr/bin/grep'
# HERCIFC_GROUPNAME=''
# HERCIFC_GROUPSET_FALSE=''
# HERCIFC_GROUPSET_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LTDL_FALSE=''
# INSTALL_LTDL_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=' -Wl,--warn-common'
# LIBADD_DL='-ldl'
# LIBOBJS=''
# LIBS='-lpthread -lrt -lz -lresolv -lnsl -lm -ldl -pthread -lbz2'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='autoconf/ltmain.sh'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJDUMP='objdump'
# OBJEXT='o'
# OPTION_DYNAMIC_LOAD_FALSE='#'
# OPTION_DYNAMIC_LOAD_TRUE=''
# PACKAGE='hercules'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SETUID_HERCIFC_FALSE=''
# SETUID_HERCIFC_TRUE='#'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_DLLTOOL_FALSE=''
# USE_DLLTOOL_TRUE='#'
# VERSION='3.12'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='gfortran'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# 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/hercules/src/hercules-3.12/autoconf/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# modexecdir='$(libdir)/$(PACKAGE)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "hercules"
# #define VERSION "3.12"
# #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 HAVE_DLFCN_H 1
# #define HAVE_DIRENT_H 1
# #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
# #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
# #define LTDL_OBJDIR ".libs/"
# #define HAVE_PRELOADED_SYMBOLS 1
# #define HAVE_LIBDL 1
# #define HAVE_DLERROR 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ERROR_T 1
# #define HAVE_ARGZ_APPEND 1
# #define HAVE_ARGZ_CREATE_SEP 1
# #define HAVE_ARGZ_INSERT 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_ASSERT_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRCHR 1
# #define HAVE_STRRCHR 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_STRCMP 1
# #define HAVE_CLOSEDIR 1
# #define HAVE_OPENDIR 1
# #define HAVE_READDIR 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_NET_ROUTE_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_LINUX_IF_TUN_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_SYS_MTIO_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_BZLIB_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_ICONV_H 1
# #define HAVE_LTDL_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MATH_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_PWD_H 1
# #define HAVE_REGEX_H 1
# #define HAVE_SCHED_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TIME_H 1
# #define HAVE_ZLIB_H 1
# #define HAVE_SYS_CAPABILITY_H 1
# #define HAVE_SYS_PRCTL_H 1
# #define HAVE_DECL_SIGUSR1 1
# #define HAVE_DECL_SIGUSR2 1
# #define HAVE_DECL_SIGPIPE 1
# #define HAVE_DECL_SIGBUS 1
# #define HAVE_DECL_IFNAMSIZ 0
# #define HAVE_DECL_LOGIN_NAME_MAX 1
# #define HAVE_DECL__SC_NPROCESSORS_CONF 1
# #define HAVE_DECL__SC_NPROCESSORS_ONLN 1
# #define HAVE_DECL_SIOCSIFNETMASK 1
# #define HAVE_DECL_SIOCSIFHWADDR 1
# #define HAVE_DECL_SIOCADDRT 1
# #define HAVE_DECL_SIOCDELRT 1
# #define HAVE_DECL_SIOCDIFADDR 1
# #define HAVE_DECL_MTEWARN 0
# #define HAVE_U_INT8_T 1
# #define HAVE_USECONDS_T 1
# #define HAVE_ID_T 1
# #define HAVE_U_CHAR 1
# #define HAVE_U_SHORT 1
# #define HAVE_U_INT 1
# #define HAVE_U_LONG 1
# #define HAVE_IN_ADDR_T 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_LIBDL 1
# #define HAVE_LIBM 1
# #define HAVE_LIBNSL 1
# #define HAVE_LIBRESOLV 1
# #define HAVE_LIBZ 1
# #define HAVE_LIBRT 1
# #define HAVE_LIBPTHREAD 1
# #define HAVE_ICONV 1
# #define HAVE_MEMRCHR 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_SQRTL 1
# #define HAVE_LDEXPL 1
# #define HAVE_FABSL 1
# #define HAVE_FMODL 1
# #define HAVE_FREXPL 1
# #define HAVE_LDEXPF 1
# #define HAVE_FREXPF 1
# #define HAVE_FABSF 1
# #define HAVE_RINT 1
# #define HAVE_STRERROR_R 1
# #define HAVE_STRSIGNAL 1
# #define HAVE_SYS_SIGLIST 1
# #define HAVE_SLEEP 1
# #define HAVE_USLEEP 1
# #define HAVE_NANOSLEEP 1
# #define HAVE_SCHED_YIELD 1
# #define HAVE_STRTOK_R 1
# #define HAVE_PIPE 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GETPGRP 1
# #define HAVE_SCANDIR 1
# #define HAVE_ALPHASORT 1
# #define HAVE_GETLOGIN 1
# #define HAVE_GETLOGIN_R 1
# #define HAVE_REALPATH 1
# #define HAVE_FDATASYNC 1
# #define HAVE_FSYNC 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_INET_ATON 1
# #define HAVE_FORK 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_SYSCONF 1
# #define HAVE_VSSCANF 1
# #define HAVE_SETRESUID 1
# #define HAVE_GETRESUID 1
# #define HAVE_FDATASYNC_SUPPORTED 1
# #define HAVE_STRUCT_IN_ADDR_S_ADDR 1
# #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
# #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_INT_P 8
# #define SIZEOF_OFF_T 8
# #define SIZEOF_STRUCT_BYTESTRUCT 1
# #define HAVE_FSEEKO 1
# #define MAX_CPU_ENGINES 8
# #define HAVE_INTTYPES_H 1
# #define HAVE_U_INT 1
# #define OPTION_CONFIG_SYMBOLS 1
# #define OPTION_ENHANCED_CONFIG_SYMBOLS 1
# #define OPTION_ENHANCED_CONFIG_INCLUDE 1
# #define OPTION_HAO 1
# #define OPTION_DYNAMIC_LOAD 1
# #define HDL_BUILD_SHARED 1
# #define HDL_USE_LIBTOOL 1
# #define EXTERNALGUI 1
# #define CCKD_BZIP2 1
# #define HET_BZIP2 1
# #define TIMESPEC_IN_SYS_TYPES_H 1
# #define BUILD_HERCIFC 1
# #define HAVE_ATTR_REGPARM 1
#
# configure: exit 0