Build of commoncpp2 with clang_glibc toolchain

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

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

SLOCLanguage
29,218 cpp
10,411 sh
5,536 makefile
2,515 ansic
47,680 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: commoncpp2 1.8.1-7 (Thu Apr 13 15:38:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking how to run the C preprocessor... clang -E
# checking for library containing strerror... none required
# checking for MSC environment... no
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for 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 -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking dependency style of clang++... gcc3
# checking for C/C++ restrict keyword... __restrict
# checking for working volatile... yes
# checking for inline... inline
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking for genorated automake files... found
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for Win32 gnu environment... no
# checking whether system meets Posix.1... yes
# checking features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking sys/fcntl.h usability... yes
# checking sys/fcntl.h presence... yes
# checking for sys/fcntl.h... yes
# checking whether time.h and sys/time.h may both be included... 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 bits/wordsize.h usability... yes
# checking bits/wordsize.h presence... yes
# checking for bits/wordsize.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking for sigaction... yes
# checking for setitimer... yes
# checking for sigwait... yes
# checking bsd/signal.h usability... no
# checking bsd/signal.h presence... no
# checking for bsd/signal.h... no
# checking return type of signal handlers... void
# checking whether sigwait has 2 arguments... yes
# checking for strcasecmp... yes
# checking for strings.h... (cached) yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking for getopt... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long in -lgnugetopt... no
# checking for getopt_long... yes
# checking for dlfcn.h... (cached) yes
# checking for shl_load in -ldld... no
# checking for dlopen in -ldl... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking sys/atomic_op.h usability... no
# checking sys/atomic_op.h presence... no
# checking for sys/atomic_op.h... no
# checking sys/atomic.h usability... no
# checking sys/atomic.h presence... no
# checking for sys/atomic.h... no
# checking thread.h usability... no
# checking thread.h presence... no
# checking for thread.h... no
# checking whether clang accepts -kthread... no
# checking whether clang accepts -pthread... yes
# checking for pthread_self in -lpthread... yes
# checking for pthread_mach_thread_np in -lpthread... no
# checking for nanosleep in -lpthread... yes
# checking for clock_gettime in -lrt... yes
# checking for mlockall in -lrt... yes
# checking if more special flags are required for pthreads... no
# checking pthread_np.h usability... no
# checking pthread_np.h presence... no
# checking for pthread_np.h... no
# checking semaphore.h usability... yes
# checking semaphore.h presence... yes
# checking for semaphore.h... yes
# checking sched.h usability... yes
# checking sched.h presence... yes
# checking for sched.h... yes
# checking sys/sched.h usability... no
# checking sys/sched.h presence... no
# checking for sys/sched.h... no
# checking for sched_getscheduler... yes
# checking for recursive mutex type support... linux
# checking for pthread_mutexattr_settype in -lpthread... yes
# checking for pthread_rwlock_init in -lpthread... yes
# checking for pread in -lc... yes
# checking for pthread_suspend in -lpthread... no
# checking for pthread_attr_setstacksize in -lpthread... yes
# checking for pthread_yield_np in -lpthread... no
# checking for pthread_yield in -lpthread... yes
# checking for pthread_cancel in -lpthread... yes
# checking for pthread_setcanceltype in -lpthread... yes
# checking for pthread_delay_np in -lpthread... no
# checking for setenv... yes
# checking for localtime_r in -lpthread... yes
# checking for readdir_r in -lpthread... yes
# checking for strerror_r in -lpthread... yes
# checking for getpwuid_r in -lpthread... yes
# checking for getgrnam_r in -lpthread... yes
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking sys/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking sys/stream.h usability... no
# checking sys/stream.h presence... no
# checking for sys/stream.h... no
# checking for poll... yes
# checking net/if.h usability... yes
# checking net/if.h presence... yes
# checking for net/if.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking select.h usability... no
# checking select.h presence... no
# checking for select.h... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking netinet/ip.h usability... yes
# checking netinet/ip.h presence... yes
# checking for netinet/ip.h... yes
# checking netinet/inet.h usability... no
# checking netinet/inet.h presence... no
# checking for netinet/inet.h... no
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking for socket in -lsocket... no
# checking for getaddrinfo in -lc... yes
# checking netinet6/in6.h usability... no
# checking netinet6/in6.h presence... no
# checking for netinet6/in6.h... no
# checking linux/in6.h usability... yes
# checking linux/in6.h presence... yes
# checking for linux/in6.h... yes
# checking for inet_pton in -lc... yes
# checking for gethostbyname2 in -lc... yes
# checking sys/libcsys.h usability... no
# checking sys/libcsys.h presence... no
# checking for sys/libcsys.h... no
# checking for inet_aton in -lc... yes
# checking for socklen_t defined... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking for unistd.h... (cached) yes
# checking for net/if.h... (cached) yes
# checking for linux/netfilter_ipv4.h... no
# checking for linux/netfilter_ipv6.h... no
# checking for netinet/ip_compat.h... no
# checking for ip_compat.h... no
# checking for netinet/ip_fil_compat.h... no
# checking for ip_fil_compat.h... no
# checking for net/pfvar.h... no
# configure: WARNING: -------------------------------------------------------
# configure: WARNING: Could not autodetect NAT engine - pf, ipf or netfilter.
# configure: WARNING: NAT engine c++ class interface support was disabled.
# configure: WARNING: This is not necessarilly a problem. If you do not plan
# configure: WARNING: to use or don't know what this is, than it is safe to
# configure: WARNING: assume that you don't need it.
# configure: WARNING: -------------------------------------------------------
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking syslog.hposix_evlog.h usability... no
# checking syslog.hposix_evlog.h presence... no
# checking for syslog.hposix_evlog.h... no
# checking ss.h usability... no
# checking ss.h presence... no
# checking for ss.h... no
# checking ioctl.h usability... no
# checking ioctl.h presence... no
# checking for ioctl.h... no
# checking for realpath... yes
# checking for lstat... yes
# checking for snprintf... yes
# checking for memmove... yes
# checking for strdup... yes
# checking for lockf... yes
# checking for waitpid... yes
# checking for wait4... yes
# checking for gettimeofday... yes
# checking for posix_memalign... yes
# checking for setegid... yes
# checking for setpgrp... yes
# checking for getpagesize... yes
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking how to run the C++ preprocessor... clang++ -E
# checking whether clang++ has built-in bool type... yes
# checking whether clang++ supports -fhandle-exceptions... no
# checking whether clang++ supports exception handling... yes
# checking exception usability... yes
# checking exception presence... yes
# checking for exception... yes
# checking whether clang++ supports mutable... yes
# checking whether clang++ supports namespace... yes
# checking wheather old style iostreams... no
# checking sstream usability... yes
# checking sstream presence... yes
# checking for sstream... yes
# checking whether clang++ has new(size_t,void*)... yes
# checking for debugging... no
# checking for profiling... no
# checking for doxygen... /usr/bin/doxygen
# configure: creating ./config.status
# config.status: creating src/ccgnu2-config
# config.status: creating src/libccext2.pc
# config.status: creating src/libccgnu2.pc
# config.status: creating src/Makefile
# config.status: creating w32/Makefile
# config.status: creating w32/vs2008/Makefile
# config.status: creating w32/vs2008/ccext2.vcproj
# config.status: creating w32/vs2008/ccgnu2.vcproj
# config.status: creating w32/vs2008/common.sln
# config.status: creating m4/Makefile
# config.status: creating doc/Doxyfile
# config.status: creating doc/Makefile
# config.status: creating demo/Makefile
# config.status: creating inc/Makefile
# config.status: creating inc/cc++/Makefile
# config.status: creating Makefile
# config.status: creating commoncpp2.spec
# config.status: creating tests/Makefile
# config.status: creating commoncpp2.list
# config.status: WARNING: 'commoncpp2.list.in' seems to ignore the --datarootdir setting
# config.status: creating w32/ccgnu2.dsp
# config.status: creating w32/ccext2.dsp
# config.status: creating w32/ccgnu2.vcproj
# config.status: creating w32/ccext2.vcproj
# config.status: creating config.h
# config.status: executing libtool commands
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/commoncpp2/src/commoncpp2-1.8.1'
# Making all in inc
# make[2]: Entering directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/inc'
# Making all in cc++
# make[3]: Entering directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/inc/cc++'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/inc/cc++'
# make[3]: Entering directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/inc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/inc'
# make[2]: Leaving directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/inc'
# Making all in src
# make[2]: Entering directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/src'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I../inc -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I../inc -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c -o thread.lo thread.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I../inc -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I../inc -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp -fPIC -DPIC -o .libs/thread.o
# In file included from thread.cpp:41:
# In file included from ../inc/cc++/thread.h:50:
# ../inc/cc++/string.h:734:35: error: friend declaration specifying a default argument must be a definition
# friend __EXPORT std::istream &getline(std::istream &is, String &str, char delim = '\n', size_t size = 0);
# ^
# 1 error generated.
# make[2]: *** [Makefile:545: thread.lo] Error 1
# make[2]: Leaving directory '/tmp/commoncpp2/src/commoncpp2-1.8.1/src'
# make[1]: *** [Makefile:379: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/commoncpp2/src/commoncpp2-1.8.1'
# make: *** [Makefile:304: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/commoncpp2/src/commoncpp2-1.8.1/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.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = aaef5ec11ac2
# 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:2728: checking build system type
# configure:2742: result: x86_64-unknown-linux-gnu
# configure:2762: checking host system type
# configure:2775: result: x86_64-unknown-linux-gnu
# configure:2795: checking target system type
# configure:2808: result: x86_64-unknown-linux-gnu
# configure:2843: checking for x86_64-unknown-linux-gcc
# configure:2870: result: clang
# configure:3139: checking for C compiler version
# configure:3148: 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:3159: $? = 0
# configure:3148: 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:3159: $? = 0
# configure:3148: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3159: $? = 1
# configure:3148: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3159: $? = 1
# configure:3179: checking whether the C compiler works
# configure:3201: clang conftest.c >&5
# configure:3205: $? = 0
# configure:3254: result: yes
# configure:3257: checking for C compiler default output file name
# configure:3259: result: a.out
# configure:3265: checking for suffix of executables
# configure:3272: clang -o conftest conftest.c >&5
# configure:3276: $? = 0
# configure:3298: result:
# configure:3320: checking whether we are cross compiling
# configure:3328: clang -o conftest conftest.c >&5
# configure:3332: $? = 0
# configure:3339: ./conftest
# configure:3343: $? = 0
# configure:3358: result: no
# configure:3363: checking for suffix of object files
# configure:3385: clang -c conftest.c >&5
# configure:3389: $? = 0
# configure:3410: result: o
# configure:3414: checking whether we are using the GNU C compiler
# configure:3433: clang -c conftest.c >&5
# configure:3433: $? = 0
# configure:3442: result: yes
# configure:3451: checking whether clang accepts -g
# configure:3471: clang -c -g conftest.c >&5
# configure:3471: $? = 0
# configure:3512: result: yes
# configure:3529: checking for clang option to accept ISO C89
# configure:3593: clang -c conftest.c >&5
# configure:3593: $? = 0
# configure:3606: result: none needed
# configure:3631: checking how to run the C preprocessor
# configure:3662: clang -E conftest.c
# configure:3662: $? = 0
# configure:3676: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3676: $? = 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 ""
# | /* end confdefs.h. */
# | #include
# configure:3701: result: clang -E
# configure:3721: clang -E conftest.c
# configure:3721: $? = 0
# configure:3735: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3735: $? = 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 ""
# | /* end confdefs.h. */
# | #include
# configure:3771: checking for x86_64-unknown-linux-gcc
# configure:3798: result: clang
# configure:4067: checking for C compiler version
# configure:4076: 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:4087: $? = 0
# configure:4076: 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:4087: $? = 0
# configure:4076: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4087: $? = 1
# configure:4076: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4087: $? = 1
# configure:4091: checking whether we are using the GNU C compiler
# configure:4119: result: yes
# configure:4128: checking whether clang accepts -g
# configure:4189: result: yes
# configure:4206: checking for clang option to accept ISO C89
# configure:4283: result: none needed
# configure:4415: checking for C++ compiler version
# configure:4424: 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:4435: $? = 0
# configure:4424: 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:4435: $? = 0
# configure:4424: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4435: $? = 1
# configure:4424: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4435: $? = 1
# configure:4439: checking whether we are using the GNU C++ compiler
# configure:4458: clang++ -c conftest.cpp >&5
# configure:4458: $? = 0
# configure:4467: result: yes
# configure:4476: checking whether clang++ accepts -g
# configure:4496: clang++ -c -g conftest.cpp >&5
# configure:4496: $? = 0
# configure:4537: result: yes
# configure:4565: checking how to run the C++ preprocessor
# configure:4592: clang++ -E conftest.cpp
# configure:4592: $? = 0
# configure:4606: clang++ -E conftest.cpp
# conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4606: $? = 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 ""
# | /* end confdefs.h. */
# | #include
# configure:4631: result: clang++ -E
# configure:4651: clang++ -E conftest.cpp
# configure:4651: $? = 0
# configure:4665: clang++ -E conftest.cpp
# conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4665: $? = 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 ""
# | /* end confdefs.h. */
# | #include
# configure:4805: checking for C++ compiler version
# configure:4814: 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:4825: $? = 0
# configure:4814: 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:4825: $? = 0
# configure:4814: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4825: $? = 1
# configure:4814: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4825: $? = 1
# configure:4829: checking whether we are using the GNU C++ compiler
# configure:4857: result: yes
# configure:4866: checking whether clang++ accepts -g
# configure:4927: result: yes
# configure:4952: checking for grep that handles long lines and -e
# configure:5010: result: /usr/bin/grep
# configure:5015: checking for egrep
# configure:5077: result: /usr/bin/grep -E
# configure:5082: checking for ANSI C header files
# configure:5102: clang++ -c conftest.cpp >&5
# configure:5102: $? = 0
# configure:5175: clang++ -o conftest conftest.cpp >&5
# configure:5175: $? = 0
# configure:5175: ./conftest
# configure:5175: $? = 0
# configure:5186: result: yes
# configure:5199: checking for sys/types.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for sys/stat.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for stdlib.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for string.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for memory.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for strings.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for inttypes.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for stdint.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5199: checking for unistd.h
# configure:5199: clang++ -c conftest.cpp >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5213: checking minix/config.h usability
# configure:5213: clang++ -c conftest.cpp >&5
# conftest.cpp:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5213: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5213: result: no
# configure:5213: checking minix/config.h presence
# configure:5213: clang++ -E conftest.cpp
# conftest.cpp:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5213: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:5213: result: no
# configure:5213: checking for minix/config.h
# configure:5213: result: no
# configure:5234: checking whether it is safe to define __EXTENSIONS__
# configure:5252: clang++ -c conftest.cpp >&5
# configure:5252: $? = 0
# configure:5259: result: yes
# configure:5282: checking for x86_64-unknown-linux-gcc
# configure:5309: result: clang
# configure:5578: checking for C compiler version
# configure:5587: 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:5598: $? = 0
# configure:5587: 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:5598: $? = 0
# configure:5587: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5598: $? = 1
# configure:5587: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5598: $? = 1
# configure:5602: checking whether we are using the GNU C compiler
# configure:5630: result: yes
# configure:5639: checking whether clang accepts -g
# configure:5700: result: yes
# configure:5717: checking for clang option to accept ISO C89
# configure:5794: result: none needed
# configure:5819: checking how to run the C preprocessor
# configure:5889: result: clang -E
# configure:5909: clang -E conftest.c
# configure:5909: $? = 0
# configure:5923: clang -E conftest.c
# conftest.c:24:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5923: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:5951: checking for library containing strerror
# configure:5982: clang++ -o conftest conftest.cpp >&5
# configure:5982: $? = 0
# configure:5999: result: none required
# configure:6028: checking for MSC environment
# configure:6051: result: no
# configure:6444: checking for a sed that does not truncate output
# configure:6508: result: /usr/bin/sed
# configure:6526: checking for fgrep
# configure:6588: result: /usr/bin/grep -F
# configure:6623: checking for ld used by clang
# configure:6690: result: /usr/bin/ld
# configure:6697: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6712: result: yes
# configure:6724: checking for BSD- or MS-compatible name lister (nm)
# configure:6773: result: /usr/bin/nm -B
# configure:6891: checking the name lister (/usr/bin/nm -B) interface
# configure:6898: clang++ -c conftest.cpp >&5
# configure:6901: /usr/bin/nm -B "conftest.o"
# configure:6904: output
# 0000000000000000 B some_variable
# configure:6911: result: BSD nm
# configure:6914: checking whether ln -s works
# configure:6918: result: yes
# configure:6926: checking the maximum length of command line arguments
# configure:7046: result: 1572864
# configure:7063: checking whether the shell understands some XSI constructs
# configure:7073: result: yes
# configure:7077: checking whether the shell understands "+="
# configure:7083: result: yes
# configure:7118: checking for /usr/bin/ld option to reload object files
# configure:7125: result: -r
# configure:7154: checking for x86_64-unknown-linux-objdump
# configure:7181: result: objdump
# configure:7250: checking how to recognize dependent libraries
# configure:7446: result: pass_all
# configure:7466: checking for x86_64-unknown-linux-ar
# configure:7496: result: no
# configure:7506: checking for ar
# configure:7522: found /usr/bin/ar
# configure:7533: result: ar
# configure:7571: checking for x86_64-unknown-linux-strip
# configure:7601: result: no
# configure:7611: checking for strip
# configure:7627: found /usr/bin/strip
# configure:7638: result: strip
# configure:7670: checking for x86_64-unknown-linux-ranlib
# configure:7700: result: no
# configure:7710: checking for ranlib
# configure:7726: found /usr/bin/ranlib
# configure:7737: result: ranlib
# configure:7827: checking command to parse /usr/bin/nm -B output from clang object
# configure:7945: clang++ -c conftest.cpp >&5
# configure:7948: $? = 0
# configure:7952: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:7955: $? = 0
# configure:8009: clang++ -o conftest conftest.cpp conftstm.o >&5
# configure:8012: $? = 0
# configure:8050: result: ok
# configure:8146: clang++ -c conftest.cpp >&5
# configure:8149: $? = 0
# configure:8856: checking for dlfcn.h
# configure:8856: clang++ -c conftest.cpp >&5
# configure:8856: $? = 0
# configure:8856: result: yes
# configure:8981: checking for C++ compiler version
# configure:8990: 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:9001: $? = 0
# configure:8990: 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:9001: $? = 0
# configure:8990: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:9001: $? = 1
# configure:8990: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:9001: $? = 1
# configure:9005: checking whether we are using the GNU C++ compiler
# configure:9033: result: yes
# configure:9042: checking whether clang++ accepts -g
# configure:9103: result: yes
# configure:9134: checking how to run the C++ preprocessor
# configure:9200: result: clang++ -E
# configure:9220: clang++ -E conftest.cpp
# configure:9220: $? = 0
# configure:9234: clang++ -E conftest.cpp
# conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:9234: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:9437: checking for objdir
# configure:9452: result: .libs
# configure:9748: checking if clang supports -fno-rtti -fno-exceptions
# configure:9766: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9770: $? = 0
# configure:9783: result: yes
# configure:9803: checking for clang option to produce PIC
# configure:10075: result: -fPIC -DPIC
# configure:10087: checking if clang PIC flag -fPIC -DPIC works
# configure:10105: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:10109: $? = 0
# configure:10122: result: yes
# configure:10146: checking if clang static flag -static works
# configure:10174: result: yes
# configure:10189: checking if clang supports -c -o file.o
# configure:10210: clang -c -o out/conftest2.o conftest.c >&5
# configure:10214: $? = 0
# configure:10236: result: yes
# configure:10244: checking if clang supports -c -o file.o
# configure:10291: result: yes
# configure:10324: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11315: result: yes
# configure:11352: checking whether -lc should be explicitly linked in
# configure:11357: clang -c conftest.c >&5
# configure:11360: $? = 0
# configure:11375: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:11378: $? = 0
# configure:11390: result: no
# configure:11554: checking dynamic linker characteristics
# configure:11987: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11987: $? = 0
# configure:12217: result: GNU/Linux ld.so
# configure:12319: checking how to hardcode library paths into programs
# configure:12344: result: immediate
# configure:12864: checking whether stripping libraries is possible
# configure:12869: result: yes
# configure:12904: checking if libtool supports shared libraries
# configure:12906: result: yes
# configure:12909: checking whether to build shared libraries
# configure:12930: result: yes
# configure:12933: checking whether to build static libraries
# configure:12937: result: yes
# configure:13087: checking for ld used by clang++
# configure:13154: result: /usr/bin/ld -m elf_x86_64
# configure:13161: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13176: result: yes
# configure:13231: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14144: result: yes
# configure:14172: clang++ -c conftest.cpp >&5
# configure:14175: $? = 0
# configure:14357: checking for clang++ option to produce PIC
# configure:14674: result: -fPIC -DPIC
# configure:14683: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14701: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14705: $? = 0
# configure:14718: result: yes
# configure:14739: checking if clang++ static flag -static works
# configure:14767: result: yes
# configure:14779: checking if clang++ supports -c -o file.o
# configure:14800: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14804: $? = 0
# configure:14826: result: yes
# configure:14831: checking if clang++ supports -c -o file.o
# configure:14878: result: yes
# configure:14908: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14937: result: yes
# configure:15074: checking dynamic linker characteristics
# configure:15455: clang++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
# configure:15455: $? = 0
# configure:15685: result: GNU/Linux ld.so
# configure:15736: checking how to hardcode library paths into programs
# configure:15761: result: immediate
# configure:15835: checking for a BSD-compatible install
# configure:15903: result: /usr/bin/install -c
# configure:15914: checking whether build environment is sane
# configure:15964: result: yes
# configure:16105: checking for a thread-safe mkdir -p
# configure:16144: result: /usr/bin/mkdir -p
# configure:16157: checking for gawk
# configure:16173: found /usr/bin/gawk
# configure:16184: result: gawk
# configure:16195: checking whether make sets $(MAKE)
# configure:16217: result: yes
# configure:16247: checking for style of include used by make
# configure:16275: result: GNU
# configure:16360: checking dependency style of clang
# configure:16470: result: gcc3
# configure:16487: checking dependency style of clang++
# configure:16597: result: gcc3
# configure:16616: checking for C/C++ restrict keyword
# configure:16641: clang++ -c conftest.cpp >&5
# configure:16641: $? = 0
# configure:16649: result: __restrict
# configure:16662: checking for working volatile
# configure:16681: clang++ -c conftest.cpp >&5
# configure:16681: $? = 0
# configure:16688: result: yes
# configure:16696: checking for inline
# configure:16712: clang++ -c conftest.cpp >&5
# configure:16712: $? = 0
# configure:16720: result: inline
# configure:16771: checking for x86_64-unknown-linux-ranlib
# configure:16798: result: ranlib
# configure:16869: checking for genorated automake files
# configure:16881: result: found
# configure:16887: checking whether to enable maintainer-specific portions of Makefiles
# configure:16896: result: no
# configure:16929: checking for Win32 gnu environment
# configure:16957: clang++ -c conftest.cpp >&5
# conftest.cpp:42:8: error: use of undeclared identifier '__RETURN_WIN32__'
# return __RETURN_WIN32__;
# ^
# 1 error generated.
# configure:16957: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | /* end confdefs.h. */
# |
# | #ifdef __WIN32__
# | #ifdef __MINGW32__
# | #define __RETURN_WIN32__ __MINGW32__
# | #endif
# | #ifdef __CYGWIN32__
# | #define __RETURN_WIN32__ __CYGWIN32__
# | #endif
# | #endif
# |
# | int
# | main ()
# | {
# | return __RETURN_WIN32__;
# | ;
# | return 0;
# | }
# configure:16968: result: no
# configure:16973: checking whether system meets Posix.1
# configure:16996: clang++ -c conftest.cpp >&5
# configure:16996: $? = 0
# configure:17005: result: yes
# configure:17027: checking features.h usability
# configure:17027: clang++ -c conftest.cpp >&5
# configure:17027: $? = 0
# configure:17027: result: yes
# configure:17027: checking features.h presence
# configure:17027: clang++ -E conftest.cpp
# configure:17027: $? = 0
# configure:17027: result: yes
# configure:17027: checking for features.h
# configure:17027: result: yes
# configure:17044: checking fcntl.h usability
# configure:17044: clang++ -c conftest.cpp >&5
# configure:17044: $? = 0
# configure:17044: result: yes
# configure:17044: checking fcntl.h presence
# configure:17044: clang++ -E conftest.cpp
# configure:17044: $? = 0
# configure:17044: result: yes
# configure:17044: checking for fcntl.h
# configure:17044: result: yes
# configure:17044: checking sys/fcntl.h usability
# configure:17044: clang++ -c conftest.cpp >&5
# configure:17044: $? = 0
# configure:17044: result: yes
# configure:17044: checking sys/fcntl.h presence
# configure:17044: clang++ -E conftest.cpp
# configure:17044: $? = 0
# configure:17044: result: yes
# configure:17044: checking for sys/fcntl.h
# configure:17044: result: yes
# configure:17058: checking whether time.h and sys/time.h may both be included
# configure:17078: clang++ -c conftest.cpp >&5
# configure:17078: $? = 0
# configure:17085: result: yes
# configure:17095: checking sys/time.h usability
# configure:17095: clang++ -c conftest.cpp >&5
# configure:17095: $? = 0
# configure:17095: result: yes
# configure:17095: checking sys/time.h presence
# configure:17095: clang++ -E conftest.cpp
# configure:17095: $? = 0
# configure:17095: result: yes
# configure:17095: checking for sys/time.h
# configure:17095: result: yes
# configure:17113: checking for sys/types.h
# configure:17113: result: yes
# configure:17113: checking bits/wordsize.h usability
# configure:17113: clang++ -c conftest.cpp >&5
# configure:17113: $? = 0
# configure:17113: result: yes
# configure:17113: checking bits/wordsize.h presence
# configure:17113: clang++ -E conftest.cpp
# configure:17113: $? = 0
# configure:17113: result: yes
# configure:17113: checking for bits/wordsize.h
# configure:17113: result: yes
# configure:17174: checking endian.h usability
# configure:17174: clang++ -c conftest.cpp >&5
# configure:17174: $? = 0
# configure:17174: result: yes
# configure:17174: checking endian.h presence
# configure:17174: clang++ -E conftest.cpp
# configure:17174: $? = 0
# configure:17174: result: yes
# configure:17174: checking for endian.h
# configure:17174: result: yes
# configure:17217: checking for sigaction
# configure:17217: clang++ -o conftest conftest.cpp >&5
# configure:17217: $? = 0
# configure:17217: result: yes
# configure:17228: checking for setitimer
# configure:17228: clang++ -o conftest conftest.cpp >&5
# configure:17228: $? = 0
# configure:17228: result: yes
# configure:17239: checking for sigwait
# configure:17239: clang++ -o conftest conftest.cpp >&5
# configure:17239: $? = 0
# configure:17239: result: yes
# configure:17250: checking bsd/signal.h usability
# configure:17250: clang++ -c conftest.cpp >&5
# conftest.cpp:77:10: fatal error: 'bsd/signal.h' file not found
# #include
# ^
# 1 error generated.
# configure:17250: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 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:17250: result: no
# configure:17250: checking bsd/signal.h presence
# configure:17250: clang++ -E conftest.cpp
# conftest.cpp:44:10: fatal error: 'bsd/signal.h' file not found
# #include
# ^
# 1 error generated.
# configure:17250: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | /* end confdefs.h. */
# | #include
# configure:17250: result: no
# configure:17250: checking for bsd/signal.h
# configure:17250: result: no
# configure:17260: checking return type of signal handlers
# configure:17278: clang++ -c conftest.cpp >&5
# conftest.cpp:50:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:17278: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:17285: result: void
# configure:17293: checking whether sigwait has 2 arguments
# configure:17319: clang++ -c conftest.cpp >&5
# configure:17319: $? = 0
# configure:17328: result: yes
# configure:17341: checking for strcasecmp
# configure:17341: clang++ -o conftest conftest.cpp >&5
# configure:17341: $? = 0
# configure:17341: result: yes
# configure:17353: checking for strings.h
# configure:17353: result: yes
# configure:17353: checking alloca.h usability
# configure:17353: clang++ -c conftest.cpp >&5
# configure:17353: $? = 0
# configure:17353: result: yes
# configure:17353: checking alloca.h presence
# configure:17353: clang++ -E conftest.cpp
# configure:17353: $? = 0
# configure:17353: result: yes
# configure:17353: checking for alloca.h
# configure:17353: result: yes
# configure:17374: checking for getopt
# configure:17374: clang++ -o conftest conftest.cpp >&5
# configure:17374: $? = 0
# configure:17374: result: yes
# configure:17436: checking getopt.h usability
# configure:17436: clang++ -c conftest.cpp >&5
# configure:17436: $? = 0
# configure:17436: result: yes
# configure:17436: checking getopt.h presence
# configure:17436: clang++ -E conftest.cpp
# configure:17436: $? = 0
# configure:17436: result: yes
# configure:17436: checking for getopt.h
# configure:17436: result: yes
# configure:17446: checking for getopt_long in -lgnugetopt
# configure:17471: clang++ -o conftest conftest.cpp -lgnugetopt >&5
# /usr/bin/ld: cannot find -lgnugetopt
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17471: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_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 getopt_long ();
# | int
# | main ()
# | {
# | return getopt_long ();
# | ;
# | return 0;
# | }
# configure:17480: result: no
# configure:17493: checking for getopt_long
# configure:17493: clang++ -o conftest conftest.cpp >&5
# configure:17493: $? = 0
# configure:17493: result: yes
# configure:17521: checking for dlfcn.h
# configure:17521: result: yes
# configure:17531: checking for shl_load in -ldld
# configure:17556: clang++ -o conftest conftest.cpp -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:17556: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 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:17565: result: no
# configure:17574: checking for dlopen in -ldl
# configure:17599: clang++ -o conftest conftest.cpp -ldl >&5
# configure:17599: $? = 0
# configure:17608: result: yes
# configure:17727: checking pthread.h usability
# configure:17727: clang++ -c conftest.cpp >&5
# configure:17727: $? = 0
# configure:17727: result: yes
# configure:17727: checking pthread.h presence
# configure:17727: clang++ -E conftest.cpp
# configure:17727: $? = 0
# configure:17727: result: yes
# configure:17727: checking for pthread.h
# configure:17727: result: yes
# configure:17794: checking sys/atomic_op.h usability
# configure:17794: clang++ -c conftest.cpp >&5
# conftest.cpp:91:10: fatal error: 'sys/atomic_op.h' file not found
# #include
# ^
# 1 error generated.
# configure:17794: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_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:17794: result: no
# configure:17794: checking sys/atomic_op.h presence
# configure:17794: clang++ -E conftest.cpp
# conftest.cpp:58:10: fatal error: 'sys/atomic_op.h' file not found
# #include
# ^
# 1 error generated.
# configure:17794: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# | #include
# configure:17794: result: no
# configure:17794: checking for sys/atomic_op.h
# configure:17794: result: no
# configure:17810: checking sys/atomic.h usability
# configure:17810: clang++ -c conftest.cpp >&5
# conftest.cpp:91:10: fatal error: 'sys/atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:17810: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_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:17810: result: no
# configure:17810: checking sys/atomic.h presence
# configure:17810: clang++ -E conftest.cpp
# conftest.cpp:58:10: fatal error: 'sys/atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:17810: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# | #include
# configure:17810: result: no
# configure:17810: checking for sys/atomic.h
# configure:17810: result: no
# configure:17953: checking thread.h usability
# configure:17953: clang++ -c conftest.cpp >&5
# conftest.cpp:91:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:17953: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_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:17953: result: no
# configure:17953: checking thread.h presence
# configure:17953: clang++ -E conftest.cpp
# conftest.cpp:58:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:17953: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | /* end confdefs.h. */
# | #include
# configure:17953: result: no
# configure:17953: checking for thread.h
# configure:17953: result: no
# configure:17984: checking whether clang accepts -kthread
# configure:17992: result: no
# configure:17984: checking whether clang accepts -pthread
# configure:17989: result: yes
# configure:18011: checking for pthread_self in -lpthread
# configure:18036: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:18036: $? = 0
# configure:18045: result: yes
# configure:18400: checking for pthread_mach_thread_np in -lpthread
# configure:18425: clang++ -o conftest conftest.cpp -lpthread >&5
# /tmp/conftest-e041f1.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `pthread_mach_thread_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18425: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_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 pthread_mach_thread_np ();
# | int
# | main ()
# | {
# | return pthread_mach_thread_np ();
# | ;
# | return 0;
# | }
# configure:18435: result: no
# configure:18447: checking for nanosleep in -lpthread
# configure:18472: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:18472: $? = 0
# configure:18482: result: yes
# configure:18586: checking for clock_gettime in -lrt
# configure:18611: clang++ -o conftest conftest.cpp -lrt >&5
# configure:18611: $? = 0
# configure:18620: result: yes
# configure:18650: checking for mlockall in -lrt
# configure:18675: clang++ -o conftest conftest.cpp -lrt >&5
# configure:18675: $? = 0
# configure:18684: result: yes
# configure:18731: checking if more special flags are required for pthreads
# configure:18738: result: no
# configure:18750: checking pthread_np.h usability
# configure:18750: clang++ -c conftest.cpp >&5
# conftest.cpp:95:10: fatal error: 'pthread_np.h' file not found
# #include
# ^
# 1 error generated.
# configure:18750: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 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:18750: result: no
# configure:18750: checking pthread_np.h presence
# configure:18750: clang++ -E conftest.cpp
# conftest.cpp:62:10: fatal error: 'pthread_np.h' file not found
# #include
# ^
# 1 error generated.
# configure:18750: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | /* end confdefs.h. */
# | #include
# configure:18750: result: no
# configure:18750: checking for pthread_np.h
# configure:18750: result: no
# configure:18763: checking semaphore.h usability
# configure:18763: clang++ -c conftest.cpp >&5
# configure:18763: $? = 0
# configure:18763: result: yes
# configure:18763: checking semaphore.h presence
# configure:18763: clang++ -E conftest.cpp
# configure:18763: $? = 0
# configure:18763: result: yes
# configure:18763: checking for semaphore.h
# configure:18763: result: yes
# configure:18775: checking sched.h usability
# configure:18775: clang++ -c conftest.cpp >&5
# configure:18775: $? = 0
# configure:18775: result: yes
# configure:18775: checking sched.h presence
# configure:18775: clang++ -E conftest.cpp
# configure:18775: $? = 0
# configure:18775: result: yes
# configure:18775: checking for sched.h
# configure:18775: result: yes
# configure:18787: checking sys/sched.h usability
# configure:18787: clang++ -c conftest.cpp >&5
# conftest.cpp:97:10: fatal error: 'sys/sched.h' file not found
# #include
# ^
# 1 error generated.
# configure:18787: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_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:18787: result: no
# configure:18787: checking sys/sched.h presence
# configure:18787: clang++ -E conftest.cpp
# conftest.cpp:64:10: fatal error: 'sys/sched.h' file not found
# #include
# ^
# 1 error generated.
# configure:18787: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | /* end confdefs.h. */
# | #include
# configure:18787: result: no
# configure:18787: checking for sys/sched.h
# configure:18787: result: no
# configure:18799: checking for sched_getscheduler
# configure:18799: clang++ -o conftest conftest.cpp >&5
# configure:18799: $? = 0
# configure:18799: result: yes
# configure:18808: checking for recursive mutex type support
# configure:18846: clang++ -c conftest.cpp >&5
# conftest.cpp:75:21: error: use of undeclared identifier 'PTHREAD_MUTEXTYPE_RECURSIVE'
# return (int)PTHREAD_MUTEXTYPE_RECURSIVE;
# ^
# 1 error generated.
# configure:18846: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef PTHREAD_MUTEXTYPE_RECURSIVE
# | #ifdef PTHREAD_MUTEX_RECURSIVE
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE
# | #endif
# | #endif
# | return (int)PTHREAD_MUTEXTYPE_RECURSIVE;
# |
# | ;
# | return 0;
# | }
# configure:18905: result: linux
# configure:18954: checking for pthread_mutexattr_settype in -lpthread
# configure:18979: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:18979: $? = 0
# configure:18989: result: yes
# configure:19095: checking for pthread_rwlock_init in -lpthread
# configure:19120: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:19120: $? = 0
# configure:19130: result: yes
# configure:19142: checking for pread in -lc
# configure:19167: clang++ -o conftest conftest.cpp -lc >&5
# configure:19167: $? = 0
# configure:19176: result: yes
# configure:19279: checking for pthread_suspend in -lpthread
# configure:19304: clang++ -o conftest conftest.cpp -lpthread >&5
# /tmp/conftest-3f85ba.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `pthread_suspend'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19304: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 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 pthread_suspend ();
# | int
# | main ()
# | {
# | return pthread_suspend ();
# | ;
# | return 0;
# | }
# configure:19314: result: no
# configure:19325: checking for pthread_attr_setstacksize in -lpthread
# configure:19350: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:19350: $? = 0
# configure:19360: result: yes
# configure:19371: checking for pthread_yield_np in -lpthread
# configure:19396: clang++ -o conftest conftest.cpp -lpthread >&5
# /tmp/conftest-eb27c1.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `pthread_yield_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19396: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 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 pthread_yield_np ();
# | int
# | main ()
# | {
# | return pthread_yield_np ();
# | ;
# | return 0;
# | }
# configure:19406: result: no
# configure:19416: checking for pthread_yield in -lpthread
# configure:19441: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:19441: $? = 0
# configure:19451: result: yes
# configure:19513: checking for pthread_cancel in -lpthread
# configure:19538: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:19538: $? = 0
# configure:19548: result: yes
# configure:19557: checking for pthread_setcanceltype in -lpthread
# configure:19582: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:19582: $? = 0
# configure:19592: result: yes
# configure:19703: checking for pthread_delay_np in -lpthread
# configure:19728: clang++ -o conftest conftest.cpp -lpthread >&5
# /tmp/conftest-d602d0.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `pthread_delay_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19728: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 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 pthread_delay_np ();
# | int
# | main ()
# | {
# | return pthread_delay_np ();
# | ;
# | return 0;
# | }
# configure:19738: result: no
# configure:19813: checking for setenv
# configure:19813: clang++ -o conftest conftest.cpp >&5
# configure:19813: $? = 0
# configure:19813: result: yes
# configure:19823: checking for localtime_r in -lpthread
# configure:19848: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:19848: $? = 0
# configure:19858: result: yes
# configure:19957: checking for readdir_r in -lpthread
# configure:19982: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:19982: $? = 0
# configure:19992: result: yes
# configure:20047: checking for strerror_r in -lpthread
# configure:20072: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:20072: $? = 0
# configure:20082: result: yes
# configure:20137: checking for getpwuid_r in -lpthread
# configure:20162: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:20162: $? = 0
# configure:20172: result: yes
# configure:20271: checking for getgrnam_r in -lpthread
# configure:20296: clang++ -o conftest conftest.cpp -lpthread >&5
# configure:20296: $? = 0
# configure:20306: result: yes
# configure:20367: checking poll.h usability
# configure:20367: clang++ -c conftest.cpp >&5
# configure:20367: $? = 0
# configure:20367: result: yes
# configure:20367: checking poll.h presence
# configure:20367: clang++ -E conftest.cpp
# configure:20367: $? = 0
# configure:20367: result: yes
# configure:20367: checking for poll.h
# configure:20367: result: yes
# configure:20367: checking sys/poll.h usability
# configure:20367: clang++ -c conftest.cpp >&5
# configure:20367: $? = 0
# configure:20367: result: yes
# configure:20367: checking sys/poll.h presence
# configure:20367: clang++ -E conftest.cpp
# configure:20367: $? = 0
# configure:20367: result: yes
# configure:20367: checking for sys/poll.h
# configure:20367: result: yes
# configure:20367: checking sys/stream.h usability
# configure:20367: clang++ -c conftest.cpp >&5
# conftest.cpp:116:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:20367: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_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:20367: result: no
# configure:20367: checking sys/stream.h presence
# configure:20367: clang++ -E conftest.cpp
# conftest.cpp:83:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:20367: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:20367: result: no
# configure:20367: checking for sys/stream.h
# configure:20367: result: no
# configure:20380: checking for poll
# configure:20380: clang++ -o conftest conftest.cpp >&5
# configure:20380: $? = 0
# configure:20380: result: yes
# configure:20403: checking net/if.h usability
# configure:20403: clang++ -c conftest.cpp >&5
# configure:20403: $? = 0
# configure:20403: result: yes
# configure:20403: checking net/if.h presence
# configure:20403: clang++ -E conftest.cpp
# configure:20403: $? = 0
# configure:20403: result: yes
# configure:20403: checking for net/if.h
# configure:20403: result: yes
# configure:20415: checking sys/socket.h usability
# configure:20415: clang++ -c conftest.cpp >&5
# configure:20415: $? = 0
# configure:20415: result: yes
# configure:20415: checking sys/socket.h presence
# configure:20415: clang++ -E conftest.cpp
# configure:20415: $? = 0
# configure:20415: result: yes
# configure:20415: checking for sys/socket.h
# configure:20415: result: yes
# configure:20424: checking select.h usability
# configure:20424: clang++ -c conftest.cpp >&5
# conftest.cpp:119:10: fatal error: 'select.h' file not found
# #include
# ^
# 1 error generated.
# configure:20424: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_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:20424: result: no
# configure:20424: checking select.h presence
# configure:20424: clang++ -E conftest.cpp
# conftest.cpp:86:10: fatal error: 'select.h' file not found
# #include
# ^
# 1 error generated.
# configure:20424: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# configure:20424: result: no
# configure:20424: checking for select.h
# configure:20424: result: no
# configure:20424: checking sys/select.h usability
# configure:20424: clang++ -c conftest.cpp >&5
# configure:20424: $? = 0
# configure:20424: result: yes
# configure:20424: checking sys/select.h presence
# configure:20424: clang++ -E conftest.cpp
# configure:20424: $? = 0
# configure:20424: result: yes
# configure:20424: checking for sys/select.h
# configure:20424: result: yes
# configure:20424: checking netinet/in_systm.h usability
# configure:20424: clang++ -c conftest.cpp >&5
# configure:20424: $? = 0
# configure:20424: result: yes
# configure:20424: checking netinet/in_systm.h presence
# configure:20424: clang++ -E conftest.cpp
# configure:20424: $? = 0
# configure:20424: result: yes
# configure:20424: checking for netinet/in_systm.h
# configure:20424: result: yes
# configure:20424: checking netinet/ip.h usability
# configure:20424: clang++ -c conftest.cpp >&5
# configure:20424: $? = 0
# configure:20424: result: yes
# configure:20424: checking netinet/ip.h presence
# configure:20424: clang++ -E conftest.cpp
# configure:20424: $? = 0
# configure:20424: result: yes
# configure:20424: checking for netinet/ip.h
# configure:20424: result: yes
# configure:20438: checking netinet/inet.h usability
# configure:20438: clang++ -c conftest.cpp >&5
# conftest.cpp:122:10: fatal error: 'netinet/inet.h' file not found
# #include
# ^
# 1 error generated.
# configure:20438: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_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:20438: result: no
# configure:20438: checking netinet/inet.h presence
# configure:20438: clang++ -E conftest.cpp
# conftest.cpp:89:10: fatal error: 'netinet/inet.h' file not found
# #include
# ^
# 1 error generated.
# configure:20438: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | /* end confdefs.h. */
# | #include
# configure:20438: result: no
# configure:20438: checking for netinet/inet.h
# configure:20438: result: no
# configure:20438: checking netinet/in.h usability
# configure:20438: clang++ -c conftest.cpp >&5
# configure:20438: $? = 0
# configure:20438: result: yes
# configure:20438: checking netinet/in.h presence
# configure:20438: clang++ -E conftest.cpp
# configure:20438: $? = 0
# configure:20438: result: yes
# configure:20438: checking for netinet/in.h
# configure:20438: result: yes
# configure:20451: checking arpa/inet.h usability
# configure:20451: clang++ -c conftest.cpp >&5
# configure:20451: $? = 0
# configure:20451: result: yes
# configure:20451: checking arpa/inet.h presence
# configure:20451: clang++ -E conftest.cpp
# configure:20451: $? = 0
# configure:20451: result: yes
# configure:20451: checking for arpa/inet.h
# configure:20451: result: yes
# configure:20463: checking sys/sockio.h usability
# configure:20463: clang++ -c conftest.cpp >&5
# conftest.cpp:124:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:20463: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_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:20463: result: no
# configure:20463: checking sys/sockio.h presence
# configure:20463: clang++ -E conftest.cpp
# conftest.cpp:91:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:20463: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# | #include
# configure:20463: result: no
# configure:20463: checking for sys/sockio.h
# configure:20463: result: no
# configure:20475: checking sys/un.h usability
# configure:20475: clang++ -c conftest.cpp >&5
# configure:20475: $? = 0
# configure:20475: result: yes
# configure:20475: checking sys/un.h presence
# configure:20475: clang++ -E conftest.cpp
# configure:20475: $? = 0
# configure:20475: result: yes
# configure:20475: checking for sys/un.h
# configure:20475: result: yes
# configure:20511: checking for socket in -lsocket
# configure:20536: clang++ -o conftest conftest.cpp -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20536: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:20545: result: no
# configure:20557: checking for getaddrinfo in -lc
# configure:20582: clang++ -o conftest conftest.cpp -lc >&5
# configure:20582: $? = 0
# configure:20592: result: yes
# configure:20612: checking netinet6/in6.h usability
# configure:20612: clang++ -c conftest.cpp >&5
# conftest.cpp:126:10: fatal error: 'netinet6/in6.h' file not found
# #include
# ^
# 1 error generated.
# configure:20612: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 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:20612: result: no
# configure:20612: checking netinet6/in6.h presence
# configure:20612: clang++ -E conftest.cpp
# conftest.cpp:93:10: fatal error: 'netinet6/in6.h' file not found
# #include
# ^
# 1 error generated.
# configure:20612: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | /* end confdefs.h. */
# | #include
# configure:20612: result: no
# configure:20612: checking for netinet6/in6.h
# configure:20612: result: no
# configure:20612: checking linux/in6.h usability
# configure:20612: clang++ -c conftest.cpp >&5
# configure:20612: $? = 0
# configure:20612: result: yes
# configure:20612: checking linux/in6.h presence
# configure:20612: clang++ -E conftest.cpp
# configure:20612: $? = 0
# configure:20612: result: yes
# configure:20612: checking for linux/in6.h
# configure:20612: result: yes
# configure:20624: checking for inet_pton in -lc
# configure:20649: clang++ -o conftest conftest.cpp -lc >&5
# configure:20649: $? = 0
# configure:20659: result: yes
# configure:20670: checking for gethostbyname2 in -lc
# configure:20695: clang++ -o conftest conftest.cpp -lc >&5
# configure:20695: $? = 0
# configure:20705: result: yes
# configure:20720: checking sys/libcsys.h usability
# configure:20720: clang++ -c conftest.cpp >&5
# conftest.cpp:129:10: fatal error: 'sys/libcsys.h' file not found
# #include
# ^
# 1 error generated.
# configure:20720: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 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:20720: result: no
# configure:20720: checking sys/libcsys.h presence
# configure:20720: clang++ -E conftest.cpp
# conftest.cpp:96:10: fatal error: 'sys/libcsys.h' file not found
# #include
# ^
# 1 error generated.
# configure:20720: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | /* end confdefs.h. */
# | #include
# configure:20720: result: no
# configure:20720: checking for sys/libcsys.h
# configure:20720: result: no
# configure:20734: checking for inet_aton in -lc
# configure:20759: clang++ -o conftest conftest.cpp -lc >&5
# configure:20759: $? = 0
# configure:20769: result: yes
# configure:20779: checking for socklen_t defined
# configure:20812: result: yes
# configure:20833: checking errno.h usability
# configure:20833: clang++ -c conftest.cpp >&5
# configure:20833: $? = 0
# configure:20833: result: yes
# configure:20833: checking errno.h presence
# configure:20833: clang++ -E conftest.cpp
# configure:20833: $? = 0
# configure:20833: result: yes
# configure:20833: checking for errno.h
# configure:20833: result: yes
# configure:20833: checking limits.h usability
# configure:20833: clang++ -c conftest.cpp >&5
# configure:20833: $? = 0
# configure:20833: result: yes
# configure:20833: checking limits.h presence
# configure:20833: clang++ -E conftest.cpp
# configure:20833: $? = 0
# configure:20833: result: yes
# configure:20833: checking for limits.h
# configure:20833: result: yes
# configure:20833: checking for sys/types.h
# configure:20833: result: yes
# configure:20833: checking for sys/socket.h
# configure:20833: result: yes
# configure:20833: checking sys/ioctl.h usability
# configure:20833: clang++ -c conftest.cpp >&5
# configure:20833: $? = 0
# configure:20833: result: yes
# configure:20833: checking sys/ioctl.h presence
# configure:20833: clang++ -E conftest.cpp
# configure:20833: $? = 0
# configure:20833: result: yes
# configure:20833: checking for sys/ioctl.h
# configure:20833: result: yes
# configure:20833: checking for unistd.h
# configure:20833: result: yes
# configure:20846: checking for net/if.h
# configure:20846: result: yes
# configure:20864: checking for linux/netfilter_ipv4.h
# configure:20864: clang++ -c conftest.cpp >&5
# In file included from conftest.cpp:110:
# In file included from /usr/include/linux/netfilter_ipv4.h:8:
# In file included from /usr/include/linux/netfilter.h:6:
# /usr/include/linux/sysctl.h:40:2: error: unknown type name 'size_t'
# size_t *oldlenp;
# ^
# /usr/include/linux/sysctl.h:42:2: error: unknown type name 'size_t'
# size_t newlen;
# ^
# 2 errors generated.
# configure:20864: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #ifdef HAVE_LIMITS_H
# | #include
# | #endif
# |
# | #include
# configure:20864: result: no
# configure:20864: checking for linux/netfilter_ipv6.h
# configure:20864: clang++ -c conftest.cpp >&5
# In file included from conftest.cpp:110:
# In file included from /usr/include/linux/netfilter_ipv6.h:11:
# In file included from /usr/include/linux/netfilter.h:6:
# /usr/include/linux/sysctl.h:40:2: error: unknown type name 'size_t'
# size_t *oldlenp;
# ^
# /usr/include/linux/sysctl.h:42:2: error: unknown type name 'size_t'
# size_t newlen;
# ^
# 2 errors generated.
# configure:20864: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #ifdef HAVE_LIMITS_H
# | #include
# | #endif
# |
# | #include
# configure:20864: result: no
# configure:20894: checking for netinet/ip_compat.h
# configure:20894: clang++ -c conftest.cpp >&5
# conftest.cpp:116:10: fatal error: 'netinet/ip_compat.h' file not found
# #include
# ^
# 1 error generated.
# configure:20894: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# | #include
# configure:20894: result: no
# configure:20894: checking for ip_compat.h
# configure:20894: clang++ -c conftest.cpp >&5
# conftest.cpp:116:10: fatal error: 'ip_compat.h' file not found
# #include
# ^
# 1 error generated.
# configure:20894: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# | #include
# configure:20894: result: no
# configure:20894: checking for netinet/ip_fil_compat.h
# configure:20894: clang++ -c conftest.cpp >&5
# conftest.cpp:116:10: fatal error: 'netinet/ip_fil_compat.h' file not found
# #include
# ^
# 1 error generated.
# configure:20894: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# | #include
# configure:20894: result: no
# configure:20894: checking for ip_fil_compat.h
# configure:20894: clang++ -c conftest.cpp >&5
# conftest.cpp:116:10: fatal error: 'ip_fil_compat.h' file not found
# #include
# ^
# 1 error generated.
# configure:20894: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# | #include
# configure:20894: result: no
# configure:20985: checking for net/pfvar.h
# configure:20985: clang++ -c conftest.cpp >&5
# conftest.cpp:119:10: fatal error: 'net/pfvar.h' file not found
# #include
# ^
# 1 error generated.
# configure:20985: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | #ifdef HAVE_NET_IF_H
# | #include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | #include
# | #endif
# |
# | #include
# configure:20985: result: no
# configure:21020: WARNING: -------------------------------------------------------
# configure:21022: WARNING: Could not autodetect NAT engine - pf, ipf or netfilter.
# configure:21024: WARNING: NAT engine c++ class interface support was disabled.
# configure:21026: WARNING: This is not necessarilly a problem. If you do not plan
# configure:21028: WARNING: to use or don't know what this is, than it is safe to
# configure:21030: WARNING: assume that you don't need it.
# configure:21032: WARNING: -------------------------------------------------------
# configure:21205: checking zlib.h usability
# configure:21205: clang++ -c conftest.cpp >&5
# configure:21205: $? = 0
# configure:21205: result: yes
# configure:21205: checking zlib.h presence
# configure:21205: clang++ -E conftest.cpp
# configure:21205: $? = 0
# configure:21205: result: yes
# configure:21205: checking for zlib.h
# configure:21205: result: yes
# configure:21267: checking sys/file.h usability
# configure:21267: clang++ -c conftest.cpp >&5
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking sys/file.h presence
# configure:21267: clang++ -E conftest.cpp
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking for sys/file.h
# configure:21267: result: yes
# configure:21267: checking sys/param.h usability
# configure:21267: clang++ -c conftest.cpp >&5
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking sys/param.h presence
# configure:21267: clang++ -E conftest.cpp
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking for sys/param.h
# configure:21267: result: yes
# configure:21267: checking sys/wait.h usability
# configure:21267: clang++ -c conftest.cpp >&5
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking sys/wait.h presence
# configure:21267: clang++ -E conftest.cpp
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking for sys/wait.h
# configure:21267: result: yes
# configure:21267: checking syslog.h usability
# configure:21267: clang++ -c conftest.cpp >&5
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking syslog.h presence
# configure:21267: clang++ -E conftest.cpp
# configure:21267: $? = 0
# configure:21267: result: yes
# configure:21267: checking for syslog.h
# configure:21267: result: yes
# configure:21267: checking syslog.hposix_evlog.h usability
# configure:21267: clang++ -c conftest.cpp >&5
# conftest.cpp:148:10: fatal error: 'syslog.hposix_evlog.h' file not found
# #include
# ^
# 1 error generated.
# configure:21267: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_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:21267: result: no
# configure:21267: checking syslog.hposix_evlog.h presence
# configure:21267: clang++ -E conftest.cpp
# conftest.cpp:115:10: fatal error: 'syslog.hposix_evlog.h' file not found
# #include
# ^
# 1 error generated.
# configure:21267: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_H 1
# | /* end confdefs.h. */
# | #include
# configure:21267: result: no
# configure:21267: checking for syslog.hposix_evlog.h
# configure:21267: result: no
# configure:21267: checking ss.h usability
# configure:21267: clang++ -c conftest.cpp >&5
# conftest.cpp:148:10: fatal error: 'ss.h' file not found
# #include
# ^
# 1 error generated.
# configure:21267: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_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:21267: result: no
# configure:21267: checking ss.h presence
# configure:21267: clang++ -E conftest.cpp
# conftest.cpp:115:10: fatal error: 'ss.h' file not found
# #include
# ^
# 1 error generated.
# configure:21267: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_H 1
# | /* end confdefs.h. */
# | #include
# configure:21267: result: no
# configure:21267: checking for ss.h
# configure:21267: result: no
# configure:21267: checking ioctl.h usability
# configure:21267: clang++ -c conftest.cpp >&5
# conftest.cpp:148:10: fatal error: 'ioctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:21267: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_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:21267: result: no
# configure:21267: checking ioctl.h presence
# configure:21267: clang++ -E conftest.cpp
# conftest.cpp:115:10: fatal error: 'ioctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:21267: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_H 1
# | /* end confdefs.h. */
# | #include
# configure:21267: result: no
# configure:21267: checking for ioctl.h
# configure:21267: result: no
# configure:21281: checking for realpath
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for lstat
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for snprintf
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for memmove
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for strdup
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for lockf
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for waitpid
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for wait4
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21281: checking for gettimeofday
# configure:21281: clang++ -o conftest conftest.cpp >&5
# configure:21281: $? = 0
# configure:21281: result: yes
# configure:21294: checking for posix_memalign
# configure:21294: clang++ -o conftest conftest.cpp >&5
# configure:21294: $? = 0
# configure:21294: result: yes
# configure:21294: checking for setegid
# configure:21294: clang++ -o conftest conftest.cpp >&5
# configure:21294: $? = 0
# configure:21294: result: yes
# configure:21294: checking for setpgrp
# configure:21294: clang++ -o conftest conftest.cpp >&5
# configure:21294: $? = 0
# configure:21294: result: yes
# configure:21294: checking for getpagesize
# configure:21294: clang++ -o conftest conftest.cpp >&5
# configure:21294: $? = 0
# configure:21294: result: yes
# configure:21314: checking how to run the C preprocessor
# configure:21384: result: clang -E
# configure:21404: clang -E conftest.c
# configure:21404: $? = 0
# configure:21418: clang -E conftest.c
# conftest.c:128:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:21418: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_REALPATH 1
# | #define HAVE_LSTAT 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRDUP 1
# | #define HAVE_LOCKF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_SETEGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPAGESIZE 1
# | /* end confdefs.h. */
# | #include
# configure:21558: checking for C++ compiler version
# configure:21567: 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:21578: $? = 0
# configure:21567: 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:21578: $? = 0
# configure:21567: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:21578: $? = 1
# configure:21567: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:21578: $? = 1
# configure:21582: checking whether we are using the GNU C++ compiler
# configure:21610: result: yes
# configure:21619: checking whether clang++ accepts -g
# configure:21680: result: yes
# configure:21708: checking how to run the C++ preprocessor
# configure:21774: result: clang++ -E
# configure:21794: clang++ -E conftest.cpp
# configure:21794: $? = 0
# configure:21808: clang++ -E conftest.cpp
# conftest.cpp:128:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:21808: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "commoncpp2"
# | #define VERSION "1.8.1"
# | #define restrict __restrict
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_BITS_WORDSIZE_H 1
# | #define HAVE_SYS_TYPES_STD 1
# | #define HAVE_SYS_TYPES_64 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_SIGWAIT 1
# | #define RETSIGTYPE void
# | #define HAVE_SIGWAIT2 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_MODULES 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREAD_NANOSLEEP 1
# | #define HAVE_HIRES_TIMER 1
# | #define HAVE_MLOCK 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_GETSCHEDULER 1
# | #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PREAD_PWRITE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_CANCEL 1
# | #define HAVE_PTHREAD_SETCANCELTYPE 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETPWNAM_R 1
# | #define HAVE_GETGRNAM_R 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_POLL 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_LINUX_IN6_H 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_SOCKETS 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define USE_MONOTONIC_TIMER 1
# | #define HAVE_EXTRAS 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_REALPATH 1
# | #define HAVE_LSTAT 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRDUP 1
# | #define HAVE_LOCKF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_SETEGID 1
# | #define HAVE_SETPGRP 1
# | #define HAVE_GETPAGESIZE 1
# | /* end confdefs.h. */
# | #include
# configure:21848: checking whether clang++ has built-in bool type
# configure:21864: clang++ -c conftest.cpp >&5
# configure:21864: $? = 0
# configure:21873: result: yes
# configure:22046: checking whether clang++ supports -fhandle-exceptions
# configure:22062: result: no
# configure:22068: checking whether clang++ supports exception handling
# configure:22095: clang++ -c conftest.cpp >&5
# configure:22095: $? = 0
# configure:22104: result: yes
# configure:22114: checking exception usability
# configure:22114: clang++ -c conftest.cpp >&5
# configure:22114: $? = 0
# configure:22114: result: yes
# configure:22114: checking exception presence
# configure:22114: clang++ -E conftest.cpp
# configure:22114: $? = 0
# configure:22114: result: yes
# configure:22114: checking for exception
# configure:22114: result: yes
# configure:22153: checking whether clang++ supports mutable
# configure:22170: clang++ -c conftest.cpp >&5
# configure:22170: $? = 0
# configure:22179: result: yes
# configure:22207: checking whether clang++ supports namespace
# configure:22225: clang++ -c conftest.cpp >&5
# configure:22225: $? = 0
# configure:22234: result: yes
# configure:22263: checking wheather old style iostreams
# configure:22291: clang++ -c conftest.cpp >&5
# configure:22291: $? = 0
# configure:22300: result: no
# configure:22309: checking sstream usability
# configure:22309: clang++ -c conftest.cpp >&5
# configure:22309: $? = 0
# configure:22309: result: yes
# configure:22309: checking sstream presence
# configure:22309: clang++ -E conftest.cpp
# configure:22309: $? = 0
# configure:22309: result: yes
# configure:22309: checking for sstream
# configure:22309: result: yes
# configure:22345: checking whether clang++ has new(size_t,void*)
# configure:22365: clang++ -c conftest.cpp >&5
# configure:22365: $? = 0
# configure:22374: result: yes
# configure:22502: checking for debugging
# configure:22515: result: no
# configure:22517: checking for profiling
# configure:22529: result: no
# configure:22639: checking for doxygen
# configure:22657: found /usr/bin/doxygen
# configure:22670: result: /usr/bin/doxygen
# configure:22855: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on aaef5ec11ac2
#
# config.status:1314: creating src/ccgnu2-config
# config.status:1314: creating src/libccext2.pc
# config.status:1314: creating src/libccgnu2.pc
# config.status:1314: creating src/Makefile
# config.status:1314: creating w32/Makefile
# config.status:1314: creating w32/vs2008/Makefile
# config.status:1314: creating w32/vs2008/ccext2.vcproj
# config.status:1314: creating w32/vs2008/ccgnu2.vcproj
# config.status:1314: creating w32/vs2008/common.sln
# config.status:1314: creating m4/Makefile
# config.status:1314: creating doc/Doxyfile
# config.status:1314: creating doc/Makefile
# config.status:1314: creating demo/Makefile
# config.status:1314: creating inc/Makefile
# config.status:1314: creating inc/cc++/Makefile
# config.status:1314: creating Makefile
# config.status:1314: creating commoncpp2.spec
# config.status:1314: creating tests/Makefile
# config.status:1314: creating commoncpp2.list
# config.status:1422: WARNING: 'commoncpp2.list.in' seems to ignore the --datarootdir setting
# config.status:1314: creating w32/ccgnu2.dsp
# config.status:1314: creating w32/ccext2.dsp
# config.status:1314: creating w32/ccgnu2.vcproj
# config.status:1314: creating w32/ccext2.vcproj
# config.status:1314: creating config.h
# config.status:1534: executing libtool commands
# config.status:1534: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=__restrict
# ac_cv_c_volatile=yes
# ac_cv_cxx_bool_type=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_cxx_exception_flag=no
# ac_cv_cxx_exception_handling=yes
# ac_cv_cxx_new_init=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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getopt=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_lockf=yes
# ac_cv_func_lstat=yes
# ac_cv_func_memmove=yes
# ac_cv_func_poll=yes
# ac_cv_func_posix_memalign=yes
# ac_cv_func_realpath=yes
# ac_cv_func_sched_getscheduler=yes
# ac_cv_func_setegid=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setitimer=yes
# ac_cv_func_setpgrp=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigwait=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strdup=yes
# ac_cv_func_wait4=yes
# ac_cv_func_waitpid=yes
# ac_cv_header_alloca_h=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_bits_wordsize_h=yes
# ac_cv_header_bsd_signal_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_exception=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_features_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_ioctl_h=no
# ac_cv_header_ip_compat_h=no
# ac_cv_header_ip_fil_compat_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_in6_h=yes
# ac_cv_header_linux_netfilter_ipv4_h=no
# ac_cv_header_linux_netfilter_ipv6_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_net_if_h=yes
# ac_cv_header_net_pfvar_h=no
# ac_cv_header_netinet6_in6_h=no
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_inet_h=no
# ac_cv_header_netinet_ip_compat_h=no
# ac_cv_header_netinet_ip_fil_compat_h=no
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_pthread_np_h=no
# ac_cv_header_sched_h=yes
# ac_cv_header_select_h=no
# ac_cv_header_semaphore_h=yes
# ac_cv_header_ss_h=no
# ac_cv_header_sstream=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_atomic_h=no
# ac_cv_header_sys_atomic_op_h=no
# ac_cv_header_sys_fcntl_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_libcsys_h=no
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_sched_h=no
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_stream_h=no
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_syslog_hposix_evlog_h=no
# ac_cv_header_thread_h=no
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_c___getaddrinfo=yes
# ac_cv_lib_c___gethostbyname2=yes
# ac_cv_lib_c___inet_aton=yes
# ac_cv_lib_c___inet_pton=yes
# ac_cv_lib_c_pread=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_gnugetopt_getopt_long=no
# ac_cv_lib_pthread___getgrnam_r=yes
# ac_cv_lib_pthread___getpwuid_r=yes
# ac_cv_lib_pthread___localtime_r=yes
# ac_cv_lib_pthread___nanosleep=yes
# ac_cv_lib_pthread___pthread_attr_setstacksize=yes
# ac_cv_lib_pthread___pthread_cancel=yes
# ac_cv_lib_pthread___pthread_delay_np=no
# ac_cv_lib_pthread___pthread_mach_thread_np=no
# ac_cv_lib_pthread___pthread_mutexattr_settype=yes
# ac_cv_lib_pthread___pthread_rwlock_init=yes
# ac_cv_lib_pthread___pthread_setcanceltype=yes
# ac_cv_lib_pthread___pthread_suspend=no
# ac_cv_lib_pthread___pthread_yield=yes
# ac_cv_lib_pthread___pthread_yield_np=no
# ac_cv_lib_pthread___readdir_r=yes
# ac_cv_lib_pthread___strerror_r=yes
# ac_cv_lib_pthread_pthread_self=yes
# ac_cv_lib_rt_clock_gettime=yes
# ac_cv_lib_rt_mlockall=yes
# ac_cv_lib_socket_socket=no
# ac_cv_objext=o
# ac_cv_ost_sigwait2=yes
# ac_cv_path_DOXYGEN=/usr/bin/doxygen
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# 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_OBJDUMP=objdump
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_strerror='none required'
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# np_cv_prog_msc=no
# ost_cv_cxx_iostream=no
# ost_cv_cxx_mode=false
# ost_cv_cxx_mutable=yes
# ost_cv_cxx_namespace=yes
# ost_cv_dynloader=yes
# ost_cv_extras=yes
# ost_cv_gnuwin32=no
# ost_cv_inet_sockets=yes
# ost_cv_ipv6=yes
# ost_cv_lib_socket=c
# ost_cv_lib_zlib=true
# ost_cv_libgetopt_long=false
# ost_cv_mutex_recursive=linux
# ost_cv_nat=no
# ost_cv_nat_detected=no
# ost_cv_posix_atomic=no
# ost_cv_posix_sys_atomic=no
# ost_cv_posix_threads=yes
# ost_cv_rt_library=-lrt
# ost_cv_socklen_t=yes
# ost_cv_ssl=no
# ost_cv_sys_posix1=yes
# ost_cv_thread_flags=-pthread
# ost_cv_thread_library=pthread
# ost_cv_thread_rwlock=true
# ost_cv_unix_sockets=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/commoncpp2/src/commoncpp2-1.8.1/autoconf/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/commoncpp2/src/commoncpp2-1.8.1/autoconf/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/commoncpp2/src/commoncpp2-1.8.1/autoconf/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/commoncpp2/src/commoncpp2-1.8.1/autoconf/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/commoncpp2/src/commoncpp2-1.8.1/autoconf/missing --run automake-1.11'
# AWK='gawk'
# BASE_LIB='../src/libccgnu2.la'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CCXX_DIR='$(top_srcdir)/inc'
# CFLAGS=''
# COMMON_FLAGS='-D_GNU_SOURCE'
# CPP='clang -E'
# CPPFLAGS=''
# CPPUNIT_LIBS=' '
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DOXYGEN='/usr/bin/doxygen'
# DOXY_FALSE='#'
# DOXY_TRUE=''
# DSYMUTIL=''
# DUMPBIN=''
# DYN_LOADER='-ldl'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# EXTRAS_FALSE='#'
# EXTRAS_TRUE=''
# FGREP='/usr/bin/grep -F'
# FTPDIR=''
# GETOPT_LIBS=''
# GETOPT_LONG_FALSE=''
# GETOPT_LONG_TRUE='#'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# KDOC_DIR='$(top_srcdir)/doc'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBGETOPTOBJS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIB_MAJOR='0'
# LIB_VERSION='1_8'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_CCXX_VERSION='-version-info 0:1'
# LT_MAJOR='0'
# LT_MINOR='1'
# LT_RELEASE='1.8'
# LT_SUBVER='0.1'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/commoncpp2/src/commoncpp2-1.8.1/autoconf/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MODULE_FLAGS='-module -shared -avoid-version'
# MSWIN32_FALSE=''
# MSWIN32_TRUE='#'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='commoncpp2'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PTHREAD_CC=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHARED_FLAGS=''
# SHELL='/bin/sh'
# SOCKET_LIBS=''
# SSL_LIBS=''
# STAGE2=''
# STRIP='strip'
# THREAD_FLAGS=''
# THREAD_LIBS=' -lrt -pthread -lpthread'
# VERSION='1.8.1'
# WARN_FLAGS='-pedantic -Wall'
# WIN32_FALSE=''
# WIN32_TRUE='#'
# WINVERSION='1,8,1,0'
# WITH_CPPUNIT_TESTS_FALSE=''
# WITH_CPPUNIT_TESTS_TRUE='#'
# ZSTREAM_LIBS='-lz'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# 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__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# ccincludedir='${includedir}/cc++2'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# etc_confdir='/usr/etc'
# 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'
# incprefix=''
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/commoncpp2/src/commoncpp2-1.8.1/autoconf/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='/usr/share/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# ost_cv_dynloader='yes'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
# thrprefix='/usr/include'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define PACKAGE "commoncpp2"
# #define VERSION "1.8.1"
# #define restrict __restrict
# #define HAVE_UNISTD_H 1
# #define HAVE_FEATURES_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SYS_FCNTL_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_BITS_WORDSIZE_H 1
# #define HAVE_SYS_TYPES_STD 1
# #define HAVE_SYS_TYPES_64 1
# #define HAVE_LONG_LONG 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_SIGACTION 1
# #define HAVE_SETITIMER 1
# #define HAVE_SIGWAIT 1
# #define RETSIGTYPE void
# #define HAVE_SIGWAIT2 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRINGS_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_GETOPT 1
# #define HAVE_GETOPT 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_DLFCN_H 1
# #define HAVE_MODULES 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_PTHREAD_NANOSLEEP 1
# #define HAVE_HIRES_TIMER 1
# #define HAVE_MLOCK 1
# #define HAVE_MLOCKALL 1
# #define HAVE_SEMAPHORE_H 1
# #define HAVE_SCHED_H 1
# #define HAVE_SCHED_GETSCHEDULER 1
# #define PTHREAD_MUTEXTYPE_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
# #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
# #define HAVE_PTHREAD_RWLOCK 1
# #define HAVE_PREAD_PWRITE 1
# #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# #define HAVE_PTHREAD_YIELD 1
# #define HAVE_PTHREAD_CANCEL 1
# #define HAVE_PTHREAD_SETCANCELTYPE 1
# #define HAVE_SETENV 1
# #define HAVE_STRTOK_R 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_READDIR_R 1
# #define HAVE_STRERROR_R 1
# #define HAVE_GETPWUID_R 1
# #define HAVE_GETPWNAM_R 1
# #define HAVE_GETGRNAM_R 1
# #define HAVE_POLL_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_POLL 1
# #define HAVE_NET_IF_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_LINUX_IN6_H 1
# #define HAVE_INET_PTON 1
# #define HAVE_GETHOSTBYNAME2 1
# #define HAVE_INET_SOCKETS 1
# #define HAVE_INET_ATON 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_ERRNO_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_UNIX_SOCKETS 1
# #define USE_MONOTONIC_TIMER 1
# #define HAVE_EXTRAS 1
# #define HAVE_ZLIB_H 1
# #define HAVE_ZLIB_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_REALPATH 1
# #define HAVE_LSTAT 1
# #define HAVE_SNPRINTF 1
# #define HAVE_MEMMOVE 1
# #define HAVE_STRDUP 1
# #define HAVE_LOCKF 1
# #define HAVE_WAITPID 1
# #define HAVE_WAIT4 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_POSIX_MEMALIGN 1
# #define HAVE_SETEGID 1
# #define HAVE_SETPGRP 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_BOOL_TYPE 1
# #define CCXX_EXCEPTIONS 1
# #define HAVE_EXCEPTION 1
# #define CCXX_NAMESPACES 1
# #define HAVE_SSTREAM 1
# #define CCXX_HAVE_NEW_INIT 1
# #define ETC_CONFDIR "/usr/etc/"
#
# configure: exit 0