Build of log4cplus with musl toolchain

The build took 00h 01m 38s and was NOT successful.

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

SLOCLanguage
16,170 sh
15,486 cpp
2,545 ansic
2,416 makefile
244 perl
11 lisp
36,872 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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: log4cplus 1.2.0-3 (Tue Apr 4 23:42:27 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# configure: WARNING: using cross tools not prefixed with host triplet
# checking the archiver (ar) interface... ar
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for C++ compiler vendor... clang
# checking CXXFLAGS for maximum warnings... -Wall
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking CXXFLAGS for gcc -fdiagnostics-show-caret... no, unknown
# checking CXXFLAGS for gcc -ftrack-macro-expansion... no, unknown
# checking CXXFLAGS for gcc -fdiagnostics-color=auto... -fdiagnostics-color=auto
# checking CXXFLAGS for gcc -Wextra... -Wextra
# checking CXXFLAGS for gcc -pedantic... -pedantic
# checking CXXFLAGS for gcc -Wstrict-aliasing... -Wstrict-aliasing
# checking CXXFLAGS for gcc -Wstrict-overflow... -Wstrict-overflow
# checking CXXFLAGS for gcc -Woverloaded-virtual... -Woverloaded-virtual
# checking CXXFLAGS for gcc -Wold-style-cast... -Wold-style-cast
# checking CXXFLAGS for gcc -Wc++0x-compat... -Wc++0x-compat
# checking CXXFLAGS for gcc -Wc++11-compat... -Wc++11-compat
# checking CXXFLAGS for gcc -Wundef... -Wundef
# checking CXXFLAGS for gcc -Wshadow... -Wshadow
# checking CXXFLAGS for gcc -Wformat... -Wformat
# checking CXXFLAGS for gcc -Wsuggest-attribute=format... no, obsolete
# checking CXXFLAGS for gcc -Wsuggest-attribute=noreturn... no, obsolete
# checking CXXFLAGS for gcc -Wno-variadic-macros... -Wno-variadic-macros
# checking CXXFLAGS for gcc -O2... -O2
# checking for __global and __hidden... no
# checking for __declspec(dllexport) and __declspec(dllimport)... no
# checking for __attribute__((visibility("default"))) and __attribute__((visibility("hidden")))... yes
# checking CXXFLAGS for gcc -fvisibility=hidden... -fvisibility=hidden
# checking for C99 variadic macros... yes
# checking for GNU style variadic macros... yes
# checking for __FUNCTION__ macro... yes
# checking for __PRETTY_FUNCTION__ macro... yes
# checking for __func__ symbol... yes
# checking for __attribute__((constructor_priority))... yes
# checking for __attribute__((constructor))... yes
# checking for __attribute__((init_priority))... no
# checking for library containing strerror... none required
# checking for library containing nanosleep... none required
# checking for library containing clock_nanosleep... none required
# checking for library containing clock_gettime... none required
# checking for library containing gethostbyname... none required
# checking for library containing setsockopt... none required
# checking for egrep... /usr/sbin/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 for sys/types.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/timeb.h usability... yes
# checking sys/timeb.h presence... yes
# checking for sys/timeb.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/syscall.h usability... yes
# checking sys/syscall.h presence... yes
# checking for sys/syscall.h... yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/tcp.h usability... yes
# checking netinet/tcp.h presence... yes
# checking for netinet/tcp.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for unistd.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for stdlib.h... (cached) yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... 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 atomic.h usability... no
# checking atomic.h presence... no
# checking for atomic.h... no
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking for socklen_t... yes
# configure: Creating a multi-threaded library.
# configure: Threads support:
# checking whether pthreads work without any flags... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for PTHREAD_PRIO_INHERIT... yes
# checking for library containing sem_init... none required
# checking for __sync_add_and_fetch... yes
# checking for __sync_sub_and_fetch... yes
# checking for C++11 atomics... yes
# checking for __atomic_add_fetch... yes
# checking for __atomic_sub_fetch... yes
# checking for atomic_inc_uint... no
# checking for atomic_dec_uint_nv... no
# checking for thread_local... no
# checking for __thread... yes
# checking for gmtime_r... yes
# checking for localtime_r... yes
# checking for gettimeofday... yes
# checking for nanosleep... yes
# checking for clock_nanosleep... yes
# checking for clock_gettime... yes
# checking for getpid... yes
# checking for poll... yes
# checking for pipe... yes
# checking for pipe2... yes
# checking for ftime... yes
# checking for stat... yes
# checking for lstat... yes
# checking for fcntl... yes
# checking for lockf... yes
# checking for flock... yes
# checking for htons... yes
# checking for ntohs... yes
# checking for htonl... yes
# checking for ntohl... yes
# checking for shutdown... yes
# checking for mbstowcs... yes
# checking for wcstombs... yes
# checking for vsnprintf... yes
# checking for _vsnprintf... no
# checking for vsnwprintf... no
# checking for _vsnwprintf... no
# checking for vsprintf_s... no
# checking for vswprintf_s... no
# checking for vfprintf_s... no
# checking for vfwprintf_s... no
# checking for _vsnprintf_s... no
# checking for _vsnwprintf_s... no
# checking for ENAMETOOLONG... yes
# checking for getaddrinfo... yes
# checking for gethostbyname_r... yes
# checking for gettid... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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... no
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/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... no
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/Makefile
# config.status: creating tests/atlocal
# config.status: creating tests/configandwatch_test/log4cplus.properties
# config.status: creating tests/filter_test/log4cplus.properties
# config.status: creating tests/performance_test/log4cplus.properties
# config.status: creating tests/propertyconfig_test/log4cplus.properties
# config.status: creating tests/propertyconfig_test/log4cplus.tail.properties
# config.status: creating log4cplus.pc
# config.status: creating include/log4cplus/config.h
# config.status: creating include/log4cplus/config/defines.hxx
# config.status: executing tests/atconfig commands
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/log4cplus/src/log4cplus-1.2.0'
# Making all in include
# make[2]: Entering directory '/tmp/log4cplus/src/log4cplus-1.2.0/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/log4cplus/src/log4cplus-1.2.0/include'
# make[2]: Entering directory '/tmp/log4cplus/src/log4cplus-1.2.0'
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-appenderattachableimpl.Tpo -c -o src/liblog4cplus_la-appenderattachableimpl.lo `test -f 'src/appenderattachableimpl.cxx' || echo './'`src/appenderattachableimpl.cxx
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-appender.lo -MD -MP -MF src/.deps/liblog4cplus_la-appender.Tpo -c -o src/liblog4cplus_la-appender.lo `test -f 'src/appender.cxx' || echo './'`src/appender.cxx
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-asyncappender.Tpo -c -o src/liblog4cplus_la-asyncappender.lo `test -f 'src/asyncappender.cxx' || echo './'`src/asyncappender.cxx
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-clogger.Tpo -c -o src/liblog4cplus_la-clogger.lo `test -f 'src/clogger.cxx' || echo './'`src/clogger.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-appenderattachableimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-appenderattachableimpl.Tpo -c src/appenderattachableimpl.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-appenderattachableimpl.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-asyncappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-asyncappender.Tpo -c src/asyncappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-asyncappender.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-appender.lo -MD -MP -MF src/.deps/liblog4cplus_la-appender.Tpo -c src/appender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-appender.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-clogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-clogger.Tpo -c src/clogger.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-clogger.o
# mv -f src/.deps/liblog4cplus_la-clogger.Tpo src/.deps/liblog4cplus_la-clogger.Plo
# mv -f src/.deps/liblog4cplus_la-appenderattachableimpl.Tpo src/.deps/liblog4cplus_la-appenderattachableimpl.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplus_la-configurator.Tpo -c -o src/liblog4cplus_la-configurator.lo `test -f 'src/configurator.cxx' || echo './'`src/configurator.cxx
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplus_la-connectorthread.Tpo -c -o src/liblog4cplus_la-connectorthread.lo `test -f 'src/connectorthread.cxx' || echo './'`src/connectorthread.cxx
# mv -f src/.deps/liblog4cplus_la-asyncappender.Tpo src/.deps/liblog4cplus_la-asyncappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-consoleappender.Tpo -c -o src/liblog4cplus_la-consoleappender.lo `test -f 'src/consoleappender.cxx' || echo './'`src/consoleappender.cxx
# mv -f src/.deps/liblog4cplus_la-appender.Tpo src/.deps/liblog4cplus_la-appender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-cygwin-win32.Tpo -c -o src/liblog4cplus_la-cygwin-win32.lo `test -f 'src/cygwin-win32.cxx' || echo './'`src/cygwin-win32.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-connectorthread.lo -MD -MP -MF src/.deps/liblog4cplus_la-connectorthread.Tpo -c src/connectorthread.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-connectorthread.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-configurator.lo -MD -MP -MF src/.deps/liblog4cplus_la-configurator.Tpo -c src/configurator.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-configurator.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-consoleappender.Tpo -c src/consoleappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-consoleappender.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-cygwin-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-cygwin-win32.Tpo -c src/cygwin-win32.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-cygwin-win32.o
# mv -f src/.deps/liblog4cplus_la-cygwin-win32.Tpo src/.deps/liblog4cplus_la-cygwin-win32.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-env.lo -MD -MP -MF src/.deps/liblog4cplus_la-env.Tpo -c -o src/liblog4cplus_la-env.lo `test -f 'src/env.cxx' || echo './'`src/env.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-env.lo -MD -MP -MF src/.deps/liblog4cplus_la-env.Tpo -c src/env.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-env.o
# mv -f src/.deps/liblog4cplus_la-connectorthread.Tpo src/.deps/liblog4cplus_la-connectorthread.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-factory.lo -MD -MP -MF src/.deps/liblog4cplus_la-factory.Tpo -c -o src/liblog4cplus_la-factory.lo `test -f 'src/factory.cxx' || echo './'`src/factory.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-factory.lo -MD -MP -MF src/.deps/liblog4cplus_la-factory.Tpo -c src/factory.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-factory.o
# mv -f src/.deps/liblog4cplus_la-consoleappender.Tpo src/.deps/liblog4cplus_la-consoleappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileappender.Tpo -c -o src/liblog4cplus_la-fileappender.lo `test -f 'src/fileappender.cxx' || echo './'`src/fileappender.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-fileappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileappender.Tpo -c src/fileappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-fileappender.o
# mv -f src/.deps/liblog4cplus_la-env.Tpo src/.deps/liblog4cplus_la-env.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileinfo.Tpo -c -o src/liblog4cplus_la-fileinfo.lo `test -f 'src/fileinfo.cxx' || echo './'`src/fileinfo.cxx
# mv -f src/.deps/liblog4cplus_la-factory.Tpo src/.deps/liblog4cplus_la-factory.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-filter.lo -MD -MP -MF src/.deps/liblog4cplus_la-filter.Tpo -c -o src/liblog4cplus_la-filter.lo `test -f 'src/filter.cxx' || echo './'`src/filter.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-fileinfo.lo -MD -MP -MF src/.deps/liblog4cplus_la-fileinfo.Tpo -c src/fileinfo.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-fileinfo.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-filter.lo -MD -MP -MF src/.deps/liblog4cplus_la-filter.Tpo -c src/filter.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-filter.o
# mv -f src/.deps/liblog4cplus_la-fileinfo.Tpo src/.deps/liblog4cplus_la-fileinfo.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplus_la-global-init.Tpo -c -o src/liblog4cplus_la-global-init.lo `test -f 'src/global-init.cxx' || echo './'`src/global-init.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-global-init.lo -MD -MP -MF src/.deps/liblog4cplus_la-global-init.Tpo -c src/global-init.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-global-init.o
# mv -f src/.deps/liblog4cplus_la-configurator.Tpo src/.deps/liblog4cplus_la-configurator.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchy.Tpo -c -o src/liblog4cplus_la-hierarchy.lo `test -f 'src/hierarchy.cxx' || echo './'`src/hierarchy.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-hierarchy.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchy.Tpo -c src/hierarchy.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-hierarchy.o
# mv -f src/.deps/liblog4cplus_la-filter.Tpo src/.deps/liblog4cplus_la-filter.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchylocker.Tpo -c -o src/liblog4cplus_la-hierarchylocker.lo `test -f 'src/hierarchylocker.cxx' || echo './'`src/hierarchylocker.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-hierarchylocker.lo -MD -MP -MF src/.deps/liblog4cplus_la-hierarchylocker.Tpo -c src/hierarchylocker.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-hierarchylocker.o
# mv -f src/.deps/liblog4cplus_la-hierarchylocker.Tpo src/.deps/liblog4cplus_la-hierarchylocker.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-layout.lo -MD -MP -MF src/.deps/liblog4cplus_la-layout.Tpo -c -o src/liblog4cplus_la-layout.lo `test -f 'src/layout.cxx' || echo './'`src/layout.cxx
# mv -f src/.deps/liblog4cplus_la-hierarchy.Tpo src/.deps/liblog4cplus_la-hierarchy.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-log4judpappender.Tpo -c -o src/liblog4cplus_la-log4judpappender.lo `test -f 'src/log4judpappender.cxx' || echo './'`src/log4judpappender.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-log4judpappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-log4judpappender.Tpo -c src/log4judpappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-log4judpappender.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-layout.lo -MD -MP -MF src/.deps/liblog4cplus_la-layout.Tpo -c src/layout.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-layout.o
# mv -f src/.deps/liblog4cplus_la-layout.Tpo src/.deps/liblog4cplus_la-layout.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplus_la-lockfile.Tpo -c -o src/liblog4cplus_la-lockfile.lo `test -f 'src/lockfile.cxx' || echo './'`src/lockfile.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-lockfile.lo -MD -MP -MF src/.deps/liblog4cplus_la-lockfile.Tpo -c src/lockfile.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-lockfile.o
# mv -f src/.deps/liblog4cplus_la-log4judpappender.Tpo src/.deps/liblog4cplus_la-log4judpappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-logger.lo -MD -MP -MF src/.deps/liblog4cplus_la-logger.Tpo -c -o src/liblog4cplus_la-logger.lo `test -f 'src/logger.cxx' || echo './'`src/logger.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-logger.lo -MD -MP -MF src/.deps/liblog4cplus_la-logger.Tpo -c src/logger.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-logger.o
# mv -f src/.deps/liblog4cplus_la-global-init.Tpo src/.deps/liblog4cplus_la-global-init.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggerimpl.Tpo -c -o src/liblog4cplus_la-loggerimpl.lo `test -f 'src/loggerimpl.cxx' || echo './'`src/loggerimpl.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loggerimpl.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggerimpl.Tpo -c src/loggerimpl.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-loggerimpl.o
# mv -f src/.deps/liblog4cplus_la-lockfile.Tpo src/.deps/liblog4cplus_la-lockfile.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingevent.Tpo -c -o src/liblog4cplus_la-loggingevent.lo `test -f 'src/loggingevent.cxx' || echo './'`src/loggingevent.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loggingevent.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingevent.Tpo -c src/loggingevent.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-loggingevent.o
# mv -f src/.deps/liblog4cplus_la-logger.Tpo src/.deps/liblog4cplus_la-logger.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingmacros.Tpo -c -o src/liblog4cplus_la-loggingmacros.lo `test -f 'src/loggingmacros.cxx' || echo './'`src/loggingmacros.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loggingmacros.lo -MD -MP -MF src/.deps/liblog4cplus_la-loggingmacros.Tpo -c src/loggingmacros.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-loggingmacros.o
# mv -f src/.deps/liblog4cplus_la-fileappender.Tpo src/.deps/liblog4cplus_la-fileappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglevel.Tpo -c -o src/liblog4cplus_la-loglevel.lo `test -f 'src/loglevel.cxx' || echo './'`src/loglevel.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loglevel.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglevel.Tpo -c src/loglevel.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-loglevel.o
# mv -f src/.deps/liblog4cplus_la-loggerimpl.Tpo src/.deps/liblog4cplus_la-loggerimpl.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglog.Tpo -c -o src/liblog4cplus_la-loglog.lo `test -f 'src/loglog.cxx' || echo './'`src/loglog.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-loglog.lo -MD -MP -MF src/.deps/liblog4cplus_la-loglog.Tpo -c src/loglog.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-loglog.o
# mv -f src/.deps/liblog4cplus_la-loggingevent.Tpo src/.deps/liblog4cplus_la-loggingevent.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-logloguser.lo -MD -MP -MF src/.deps/liblog4cplus_la-logloguser.Tpo -c -o src/liblog4cplus_la-logloguser.lo `test -f 'src/logloguser.cxx' || echo './'`src/logloguser.cxx
# mv -f src/.deps/liblog4cplus_la-loggingmacros.Tpo src/.deps/liblog4cplus_la-loggingmacros.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplus_la-mdc.Tpo -c -o src/liblog4cplus_la-mdc.lo `test -f 'src/mdc.cxx' || echo './'`src/mdc.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-logloguser.lo -MD -MP -MF src/.deps/liblog4cplus_la-logloguser.Tpo -c src/logloguser.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-logloguser.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-mdc.lo -MD -MP -MF src/.deps/liblog4cplus_la-mdc.Tpo -c src/mdc.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-mdc.o
# mv -f src/.deps/liblog4cplus_la-loglog.Tpo src/.deps/liblog4cplus_la-loglog.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplus_la-ndc.Tpo -c -o src/liblog4cplus_la-ndc.lo `test -f 'src/ndc.cxx' || echo './'`src/ndc.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-ndc.lo -MD -MP -MF src/.deps/liblog4cplus_la-ndc.Tpo -c src/ndc.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-ndc.o
# mv -f src/.deps/liblog4cplus_la-logloguser.Tpo src/.deps/liblog4cplus_la-logloguser.Plo
# mv -f src/.deps/liblog4cplus_la-loglevel.Tpo src/.deps/liblog4cplus_la-loglevel.Plo
# mv -f src/.deps/liblog4cplus_la-mdc.Tpo src/.deps/liblog4cplus_la-mdc.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nullappender.Tpo -c -o src/liblog4cplus_la-nullappender.lo `test -f 'src/nullappender.cxx' || echo './'`src/nullappender.cxx
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nteventlogappender.Tpo -c -o src/liblog4cplus_la-nteventlogappender.lo `test -f 'src/nteventlogappender.cxx' || echo './'`src/nteventlogappender.cxx
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplus_la-objectregistry.Tpo -c -o src/liblog4cplus_la-objectregistry.lo `test -f 'src/objectregistry.cxx' || echo './'`src/objectregistry.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-nullappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nullappender.Tpo -c src/nullappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-nullappender.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-nteventlogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-nteventlogappender.Tpo -c src/nteventlogappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-nteventlogappender.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-objectregistry.lo -MD -MP -MF src/.deps/liblog4cplus_la-objectregistry.Tpo -c src/objectregistry.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-objectregistry.o
# mv -f src/.deps/liblog4cplus_la-nteventlogappender.Tpo src/.deps/liblog4cplus_la-nteventlogappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplus_la-patternlayout.Tpo -c -o src/liblog4cplus_la-patternlayout.lo `test -f 'src/patternlayout.cxx' || echo './'`src/patternlayout.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-patternlayout.lo -MD -MP -MF src/.deps/liblog4cplus_la-patternlayout.Tpo -c src/patternlayout.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-patternlayout.o
# mv -f src/.deps/liblog4cplus_la-nullappender.Tpo src/.deps/liblog4cplus_la-nullappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplus_la-pointer.Tpo -c -o src/liblog4cplus_la-pointer.lo `test -f 'src/pointer.cxx' || echo './'`src/pointer.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-pointer.lo -MD -MP -MF src/.deps/liblog4cplus_la-pointer.Tpo -c src/pointer.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-pointer.o
# mv -f src/.deps/liblog4cplus_la-objectregistry.Tpo src/.deps/liblog4cplus_la-objectregistry.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-property.lo -MD -MP -MF src/.deps/liblog4cplus_la-property.Tpo -c -o src/liblog4cplus_la-property.lo `test -f 'src/property.cxx' || echo './'`src/property.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-property.lo -MD -MP -MF src/.deps/liblog4cplus_la-property.Tpo -c src/property.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-property.o
# mv -f src/.deps/liblog4cplus_la-ndc.Tpo src/.deps/liblog4cplus_la-ndc.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-queue.lo -MD -MP -MF src/.deps/liblog4cplus_la-queue.Tpo -c -o src/liblog4cplus_la-queue.lo `test -f 'src/queue.cxx' || echo './'`src/queue.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-queue.lo -MD -MP -MF src/.deps/liblog4cplus_la-queue.Tpo -c src/queue.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-queue.o
# src/property.cxx:106:35: warning: unused parameter 'file' [-Wunused-parameter]
# imbue_file_from_flags (tistream & file, unsigned flags)
# ^
# mv -f src/.deps/liblog4cplus_la-patternlayout.Tpo src/.deps/liblog4cplus_la-patternlayout.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-rootlogger.Tpo -c -o src/liblog4cplus_la-rootlogger.lo `test -f 'src/rootlogger.cxx' || echo './'`src/rootlogger.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-rootlogger.lo -MD -MP -MF src/.deps/liblog4cplus_la-rootlogger.Tpo -c src/rootlogger.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-rootlogger.o
# mv -f src/.deps/liblog4cplus_la-queue.Tpo src/.deps/liblog4cplus_la-queue.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-sleep.lo -MD -MP -MF src/.deps/liblog4cplus_la-sleep.Tpo -c -o src/liblog4cplus_la-sleep.lo `test -f 'src/sleep.cxx' || echo './'`src/sleep.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-sleep.lo -MD -MP -MF src/.deps/liblog4cplus_la-sleep.Tpo -c src/sleep.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-sleep.o
# mv -f src/.deps/liblog4cplus_la-rootlogger.Tpo src/.deps/liblog4cplus_la-rootlogger.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplus_la-snprintf.Tpo -c -o src/liblog4cplus_la-snprintf.lo `test -f 'src/snprintf.cxx' || echo './'`src/snprintf.cxx
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-snprintf.lo -MD -MP -MF src/.deps/liblog4cplus_la-snprintf.Tpo -c src/snprintf.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-snprintf.o
# mv -f src/.deps/liblog4cplus_la-property.Tpo src/.deps/liblog4cplus_la-property.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketappender.Tpo -c -o src/liblog4cplus_la-socketappender.lo `test -f 'src/socketappender.cxx' || echo './'`src/socketappender.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socketappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketappender.Tpo -c src/socketappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-socketappender.o
# mv -f src/.deps/liblog4cplus_la-sleep.Tpo src/.deps/liblog4cplus_la-sleep.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketbuffer.Tpo -c -o src/liblog4cplus_la-socketbuffer.lo `test -f 'src/socketbuffer.cxx' || echo './'`src/socketbuffer.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socketbuffer.lo -MD -MP -MF src/.deps/liblog4cplus_la-socketbuffer.Tpo -c src/socketbuffer.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-socketbuffer.o
# mv -f src/.deps/liblog4cplus_la-socketbuffer.Tpo src/.deps/liblog4cplus_la-socketbuffer.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socket.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket.Tpo -c -o src/liblog4cplus_la-socket.lo `test -f 'src/socket.cxx' || echo './'`src/socket.cxx
# src/snprintf.cxx:51:12: warning: unused variable 'NULL_FILE' [-Wunused-const-variable]
# char const NULL_FILE[] = "/dev/null";
# ^
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socket.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket.Tpo -c src/socket.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-socket.o
# 1 warning generated.
# mv -f src/.deps/liblog4cplus_la-snprintf.Tpo src/.deps/liblog4cplus_la-snprintf.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-unix.Tpo -c -o src/liblog4cplus_la-socket-unix.lo `test -f 'src/socket-unix.cxx' || echo './'`src/socket-unix.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socket-unix.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-unix.Tpo -c src/socket-unix.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-socket-unix.o
# mv -f src/.deps/liblog4cplus_la-socket.Tpo src/.deps/liblog4cplus_la-socket.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-win32.Tpo -c -o src/liblog4cplus_la-socket-win32.lo `test -f 'src/socket-win32.cxx' || echo './'`src/socket-win32.cxx
# mv -f src/.deps/liblog4cplus_la-socketappender.Tpo src/.deps/liblog4cplus_la-socketappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper.Tpo -c -o src/liblog4cplus_la-stringhelper.lo `test -f 'src/stringhelper.cxx' || echo './'`src/stringhelper.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-socket-win32.lo -MD -MP -MF src/.deps/liblog4cplus_la-socket-win32.Tpo -c src/socket-win32.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-socket-win32.o
# mv -f src/.deps/liblog4cplus_la-socket-win32.Tpo src/.deps/liblog4cplus_la-socket-win32.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-clocale.Tpo -c -o src/liblog4cplus_la-stringhelper-clocale.lo `test -f 'src/stringhelper-clocale.cxx' || echo './'`src/stringhelper-clocale.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper.Tpo -c src/stringhelper.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper-clocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-clocale.Tpo -c src/stringhelper-clocale.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper-clocale.o
# mv -f src/.deps/liblog4cplus_la-pointer.Tpo src/.deps/liblog4cplus_la-pointer.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Tpo -c -o src/liblog4cplus_la-stringhelper-cxxlocale.lo `test -f 'src/stringhelper-cxxlocale.cxx' || echo './'`src/stringhelper-cxxlocale.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper-cxxlocale.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Tpo -c src/stringhelper-cxxlocale.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper-cxxlocale.o
# mv -f src/.deps/liblog4cplus_la-stringhelper-clocale.Tpo src/.deps/liblog4cplus_la-stringhelper-clocale.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-iconv.Tpo -c -o src/liblog4cplus_la-stringhelper-iconv.lo `test -f 'src/stringhelper-iconv.cxx' || echo './'`src/stringhelper-iconv.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-stringhelper-iconv.lo -MD -MP -MF src/.deps/liblog4cplus_la-stringhelper-iconv.Tpo -c src/stringhelper-iconv.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-stringhelper-iconv.o
# mv -f src/.deps/liblog4cplus_la-socket-unix.Tpo src/.deps/liblog4cplus_la-socket-unix.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplus_la-syncprims.Tpo -c -o src/liblog4cplus_la-syncprims.lo `test -f 'src/syncprims.cxx' || echo './'`src/syncprims.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-syncprims.lo -MD -MP -MF src/.deps/liblog4cplus_la-syncprims.Tpo -c src/syncprims.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-syncprims.o
# mv -f src/.deps/liblog4cplus_la-stringhelper.Tpo src/.deps/liblog4cplus_la-stringhelper.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-syslogappender.Tpo -c -o src/liblog4cplus_la-syslogappender.lo `test -f 'src/syslogappender.cxx' || echo './'`src/syslogappender.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-syslogappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-syslogappender.Tpo -c src/syslogappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-syslogappender.o
# mv -f src/.deps/liblog4cplus_la-stringhelper-iconv.Tpo src/.deps/liblog4cplus_la-stringhelper-iconv.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-threads.lo -MD -MP -MF src/.deps/liblog4cplus_la-threads.Tpo -c -o src/liblog4cplus_la-threads.lo `test -f 'src/threads.cxx' || echo './'`src/threads.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-threads.lo -MD -MP -MF src/.deps/liblog4cplus_la-threads.Tpo -c src/threads.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-threads.o
# mv -f src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Tpo src/.deps/liblog4cplus_la-stringhelper-cxxlocale.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-timehelper.Tpo -c -o src/liblog4cplus_la-timehelper.lo `test -f 'src/timehelper.cxx' || echo './'`src/timehelper.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-timehelper.lo -MD -MP -MF src/.deps/liblog4cplus_la-timehelper.Tpo -c src/timehelper.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-timehelper.o
# mv -f src/.deps/liblog4cplus_la-syncprims.Tpo src/.deps/liblog4cplus_la-syncprims.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-tls.lo -MD -MP -MF src/.deps/liblog4cplus_la-tls.Tpo -c -o src/liblog4cplus_la-tls.lo `test -f 'src/tls.cxx' || echo './'`src/tls.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-tls.lo -MD -MP -MF src/.deps/liblog4cplus_la-tls.Tpo -c src/tls.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-tls.o
# mv -f src/.deps/liblog4cplus_la-tls.Tpo src/.deps/liblog4cplus_la-tls.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-version.lo -MD -MP -MF src/.deps/liblog4cplus_la-version.Tpo -c -o src/liblog4cplus_la-version.lo `test -f 'src/version.cxx' || echo './'`src/version.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-version.lo -MD -MP -MF src/.deps/liblog4cplus_la-version.Tpo -c src/version.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-version.o
# mv -f src/.deps/liblog4cplus_la-version.Tpo src/.deps/liblog4cplus_la-version.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32consoleappender.Tpo -c -o src/liblog4cplus_la-win32consoleappender.lo `test -f 'src/win32consoleappender.cxx' || echo './'`src/win32consoleappender.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-win32consoleappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32consoleappender.Tpo -c src/win32consoleappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-win32consoleappender.o
# mv -f src/.deps/liblog4cplus_la-win32consoleappender.Tpo src/.deps/liblog4cplus_la-win32consoleappender.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32debugappender.Tpo -c -o src/liblog4cplus_la-win32debugappender.lo `test -f 'src/win32debugappender.cxx' || echo './'`src/win32debugappender.cxx
# libtool: compile: clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -DINSIDE_LOG4CPLUS -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT src/liblog4cplus_la-win32debugappender.lo -MD -MP -MF src/.deps/liblog4cplus_la-win32debugappender.Tpo -c src/win32debugappender.cxx -fPIC -DPIC -o src/.libs/liblog4cplus_la-win32debugappender.o
# mv -f src/.deps/liblog4cplus_la-win32debugappender.Tpo src/.deps/liblog4cplus_la-win32debugappender.Plo
# depbase=`echo tests/appender_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/appender_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/appender_test/main.o tests/appender_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# mv -f src/.deps/liblog4cplus_la-syslogappender.Tpo src/.deps/liblog4cplus_la-syslogappender.Plo
# depbase=`echo tests/configandwatch_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/configandwatch_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/configandwatch_test/main.o tests/configandwatch_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# mv -f src/.deps/liblog4cplus_la-timehelper.Tpo src/.deps/liblog4cplus_la-timehelper.Plo
# depbase=`echo tests/customloglevel_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/customloglevel_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/customloglevel_test/main.o tests/customloglevel_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/customloglevel_test/func.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/customloglevel_test/func.o -MD -MP -MF $depbase.Tpo -c -o tests/customloglevel_test/func.o tests/customloglevel_test/func.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/customloglevel_test/customloglevel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/customloglevel_test/customloglevel.o -MD -MP -MF $depbase.Tpo -c -o tests/customloglevel_test/customloglevel.o tests/customloglevel_test/customloglevel.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/fileappender_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/fileappender_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/fileappender_test/main.o tests/fileappender_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/filter_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/filter_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/filter_test/main.o tests/filter_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/hierarchy_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/hierarchy_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/hierarchy_test/main.o tests/hierarchy_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# mv -f src/.deps/liblog4cplus_la-threads.Tpo src/.deps/liblog4cplus_la-threads.Plo
# depbase=`echo tests/loglog_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/loglog_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/loglog_test/main.o tests/loglog_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/ndc_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/ndc_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/ndc_test/main.o tests/ndc_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/ostream_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/ostream_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/ostream_test/main.o tests/ostream_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/patternlayout_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/patternlayout_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/patternlayout_test/main.o tests/patternlayout_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/performance_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/performance_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/performance_test/main.o tests/performance_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/priority_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/priority_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/priority_test/main.o tests/priority_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/priority_test/func.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/priority_test/func.o -MD -MP -MF $depbase.Tpo -c -o tests/priority_test/func.o tests/priority_test/func.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/propertyconfig_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/propertyconfig_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/propertyconfig_test/main.o tests/propertyconfig_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/socket_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/socket_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/socket_test/main.o tests/socket_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/timeformat_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/timeformat_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/timeformat_test/main.o tests/timeformat_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/thread_test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT tests/thread_test/main.o -MD -MP -MF $depbase.Tpo -c -o tests/thread_test/main.o tests/thread_test/main.cxx &&\
# mv -f $depbase.Tpo $depbase.Po
# clang++ -DHAVE_CONFIG_H -I./include -I./include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -MT simpleserver/loggingserver-loggingserver.o -MD -MP -MF simpleserver/.deps/loggingserver-loggingserver.Tpo -c -o simpleserver/loggingserver-loggingserver.o `test -f 'simpleserver/loggingserver.cxx' || echo './'`simpleserver/loggingserver.cxx
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -no-undefined -version-info 6:4:1 -release 1.2 -o liblog4cplus.la -rpath /usr/lib src/liblog4cplus_la-appenderattachableimpl.lo src/liblog4cplus_la-appender.lo src/liblog4cplus_la-asyncappender.lo src/liblog4cplus_la-clogger.lo src/liblog4cplus_la-configurator.lo src/liblog4cplus_la-connectorthread.lo src/liblog4cplus_la-consoleappender.lo src/liblog4cplus_la-cygwin-win32.lo src/liblog4cplus_la-env.lo src/liblog4cplus_la-factory.lo src/liblog4cplus_la-fileappender.lo src/liblog4cplus_la-fileinfo.lo src/liblog4cplus_la-filter.lo src/liblog4cplus_la-global-init.lo src/liblog4cplus_la-hierarchy.lo src/liblog4cplus_la-hierarchylocker.lo src/liblog4cplus_la-layout.lo src/liblog4cplus_la-log4judpappender.lo src/liblog4cplus_la-lockfile.lo src/liblog4cplus_la-logger.lo src/liblog4cplus_la-loggerimpl.lo src/liblog4cplus_la-loggingevent.lo src/liblog4cplus_la-loggingmacros.lo src/liblog4cplus_la-loglevel.lo src/liblog4cplus_la-loglog.lo src/liblog4cplus_la-logloguser.lo src/liblog4cplus_la-mdc.lo src/liblog4cplus_la-ndc.lo src/liblog4cplus_la-nullappender.lo src/liblog4cplus_la-nteventlogappender.lo src/liblog4cplus_la-objectregistry.lo src/liblog4cplus_la-patternlayout.lo src/liblog4cplus_la-pointer.lo src/liblog4cplus_la-property.lo src/liblog4cplus_la-queue.lo src/liblog4cplus_la-rootlogger.lo src/liblog4cplus_la-sleep.lo src/liblog4cplus_la-snprintf.lo src/liblog4cplus_la-socketappender.lo src/liblog4cplus_la-socketbuffer.lo src/liblog4cplus_la-socket.lo src/liblog4cplus_la-socket-unix.lo src/liblog4cplus_la-socket-win32.lo src/liblog4cplus_la-stringhelper.lo src/liblog4cplus_la-stringhelper-clocale.lo src/liblog4cplus_la-stringhelper-cxxlocale.lo src/liblog4cplus_la-stringhelper-iconv.lo src/liblog4cplus_la-syncprims.lo src/liblog4cplus_la-syslogappender.lo src/liblog4cplus_la-threads.lo src/liblog4cplus_la-timehelper.lo src/liblog4cplus_la-tls.lo src/liblog4cplus_la-version.lo src/liblog4cplus_la-win32consoleappender.lo src/liblog4cplus_la-win32debugappender.lo
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbeginS.o src/.libs/liblog4cplus_la-appenderattachableimpl.o src/.libs/liblog4cplus_la-appender.o src/.libs/liblog4cplus_la-asyncappender.o src/.libs/liblog4cplus_la-clogger.o src/.libs/liblog4cplus_la-configurator.o src/.libs/liblog4cplus_la-connectorthread.o src/.libs/liblog4cplus_la-consoleappender.o src/.libs/liblog4cplus_la-cygwin-win32.o src/.libs/liblog4cplus_la-env.o src/.libs/liblog4cplus_la-factory.o src/.libs/liblog4cplus_la-fileappender.o src/.libs/liblog4cplus_la-fileinfo.o src/.libs/liblog4cplus_la-filter.o src/.libs/liblog4cplus_la-global-init.o src/.libs/liblog4cplus_la-hierarchy.o src/.libs/liblog4cplus_la-hierarchylocker.o src/.libs/liblog4cplus_la-layout.o src/.libs/liblog4cplus_la-log4judpappender.o src/.libs/liblog4cplus_la-lockfile.o src/.libs/liblog4cplus_la-logger.o src/.libs/liblog4cplus_la-loggerimpl.o src/.libs/liblog4cplus_la-loggingevent.o src/.libs/liblog4cplus_la-loggingmacros.o src/.libs/liblog4cplus_la-loglevel.o src/.libs/liblog4cplus_la-loglog.o src/.libs/liblog4cplus_la-logloguser.o src/.libs/liblog4cplus_la-mdc.o src/.libs/liblog4cplus_la-ndc.o src/.libs/liblog4cplus_la-nullappender.o src/.libs/liblog4cplus_la-nteventlogappender.o src/.libs/liblog4cplus_la-objectregistry.o src/.libs/liblog4cplus_la-patternlayout.o src/.libs/liblog4cplus_la-pointer.o src/.libs/liblog4cplus_la-property.o src/.libs/liblog4cplus_la-queue.o src/.libs/liblog4cplus_la-rootlogger.o src/.libs/liblog4cplus_la-sleep.o src/.libs/liblog4cplus_la-snprintf.o src/.libs/liblog4cplus_la-socketappender.o src/.libs/liblog4cplus_la-socketbuffer.o src/.libs/liblog4cplus_la-socket.o src/.libs/liblog4cplus_la-socket-unix.o src/.libs/liblog4cplus_la-socket-win32.o src/.libs/liblog4cplus_la-stringhelper.o src/.libs/liblog4cplus_la-stringhelper-clocale.o src/.libs/liblog4cplus_la-stringhelper-cxxlocale.o src/.libs/liblog4cplus_la-stringhelper-iconv.o src/.libs/liblog4cplus_la-syncprims.o src/.libs/liblog4cplus_la-syslogappender.o src/.libs/liblog4cplus_la-threads.o src/.libs/liblog4cplus_la-timehelper.o src/.libs/liblog4cplus_la-tls.o src/.libs/liblog4cplus_la-version.o src/.libs/liblog4cplus_la-win32consoleappender.o src/.libs/liblog4cplus_la-win32debugappender.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib -lc++ -lc++abi -lunwind -lm -lc /sysroot/bin/../lib/clang/3.8.1/crtendS.o /sysroot/bin/../lib/crtn.o -O2 -Wl,-soname -Wl,liblog4cplus-1.2.so.5 -o .libs/liblog4cplus-1.2.so.5.1.4
# libtool: link: (cd ".libs" && rm -f "liblog4cplus-1.2.so.5" && ln -s "liblog4cplus-1.2.so.5.1.4" "liblog4cplus-1.2.so.5")
# libtool: link: (cd ".libs" && rm -f "liblog4cplus.so" && ln -s "liblog4cplus-1.2.so.5.1.4" "liblog4cplus.so")
# libtool: link: ( cd ".libs" && rm -f "liblog4cplus.la" && ln -s "../liblog4cplus.la" "liblog4cplus.la" )
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -o appender_test tests/appender_test/main.o ./liblog4cplus.la
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -o configandwatch_test tests/configandwatch_test/main.o ./liblog4cplus.la
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -o customloglevel_test tests/customloglevel_test/main.o tests/customloglevel_test/func.o tests/customloglevel_test/customloglevel.o ./liblog4cplus.la
# libtool: link: clang++ -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -o .libs/appender_test tests/appender_test/main.o ./.libs/liblog4cplus.so
# libtool: link: clang++ -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -o .libs/customloglevel_test tests/customloglevel_test/main.o tests/customloglevel_test/func.o tests/customloglevel_test/customloglevel.o ./.libs/liblog4cplus.so
# libtool: link: clang++ -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -o .libs/configandwatch_test tests/configandwatch_test/main.o ./.libs/liblog4cplus.so
# tests/customloglevel_test/customloglevel.o:tests/customloglevel_test/customloglevel.cxx:function _GLOBAL__sub_I_customloglevel.cxx: error: undefined reference to '__dso_handle'
# tests/customloglevel_test/customloglevel.o:tests/customloglevel_test/customloglevel.cxx:function _GLOBAL__sub_I_customloglevel.cxx: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# ./.libs/liblog4cplus.so: error: undefined reference to '__dso_handle'
# tests/configandwatch_test/main.o:tests/configandwatch_test/main.cxx:function _GLOBAL__sub_I_main.cxx: error: undefined reference to '__dso_handle'
# tests/configandwatch_test/main.o:tests/configandwatch_test/main.cxx:function _GLOBAL__sub_I_main.cxx: error: undefined reference to '__dso_handle'
# tests/configandwatch_test/main.o:tests/configandwatch_test/main.cxx:function _GLOBAL__sub_I_main.cxx: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [Makefile:1187: customloglevel_test] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: *** [Makefile:1155: appender_test] Error 1
# make[2]: *** [Makefile:1168: configandwatch_test] Error 1
# mv -f simpleserver/.deps/loggingserver-loggingserver.Tpo simpleserver/.deps/loggingserver-loggingserver.Po
# make[2]: Leaving directory '/tmp/log4cplus/src/log4cplus-1.2.0'
# make[1]: *** [Makefile:2008: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/log4cplus/src/log4cplus-1.2.0'
# make: *** [Makefile:842: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/log4cplus/src/log4cplus-1.2.0/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 log4cplus configure 1.2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-working-locale
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 18e0558b4e2a
# 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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2552: checking build system type
# configure:2566: result: x86_64-unknown-linux-gnu
# configure:2586: checking host system type
# configure:2599: result: x86_64-unknown-linux-gnu
# configure:2619: checking target system type
# configure:2632: result: x86_64-unknown-linux-gnu
# configure:2676: checking for a BSD-compatible install
# configure:2744: result: /usr/bin/install -c
# configure:2755: checking whether build environment is sane
# configure:2810: result: yes
# configure:2869: checking for x86_64-unknown-linux-strip
# configure:2899: result: no
# configure:2909: checking for strip
# configure:2925: found /sysroot/bin/strip
# configure:2936: result: strip
# configure:2961: checking for a thread-safe mkdir -p
# configure:3000: result: /usr/sbin/mkdir -p
# configure:3007: checking for gawk
# configure:3023: found /usr/sbin/gawk
# configure:3034: result: gawk
# configure:3045: checking whether make sets $(MAKE)
# configure:3067: result: yes
# configure:3096: checking whether make supports nested variables
# configure:3113: result: yes
# configure:3232: checking whether to enable maintainer-specific portions of Makefiles
# configure:3241: result: yes
# configure:3266: checking for style of include used by make
# configure:3294: result: GNU
# configure:3325: checking for x86_64-unknown-linux-gcc
# configure:3352: result: clang
# configure:3621: checking for C compiler version
# configure:3630: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3641: $? = 0
# configure:3630: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3641: $? = 0
# configure:3630: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3641: $? = 1
# configure:3630: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3641: $? = 1
# configure:3661: checking whether the C compiler works
# configure:3683: clang conftest.c >&5
# configure:3687: $? = 0
# configure:3735: result: yes
# configure:3738: checking for C compiler default output file name
# configure:3740: result: a.out
# configure:3746: checking for suffix of executables
# configure:3753: clang -o conftest conftest.c >&5
# configure:3757: $? = 0
# configure:3779: result:
# configure:3801: checking whether we are cross compiling
# configure:3809: clang -o conftest conftest.c >&5
# configure:3813: $? = 0
# configure:3820: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3824: $? = 127
# configure:3839: result: yes
# configure:3844: checking for suffix of object files
# configure:3866: clang -c conftest.c >&5
# configure:3870: $? = 0
# configure:3891: result: o
# configure:3895: checking whether we are using the GNU C compiler
# configure:3914: clang -c conftest.c >&5
# configure:3914: $? = 0
# configure:3923: result: yes
# configure:3932: checking whether clang accepts -g
# configure:3952: clang -c -g conftest.c >&5
# configure:3952: $? = 0
# configure:3993: result: yes
# configure:4010: checking for clang option to accept ISO C89
# configure:4073: clang -c conftest.c >&5
# configure:4073: $? = 0
# configure:4086: result: none needed
# configure:4111: checking whether clang understands -c and -o together
# configure:4133: clang -c conftest.c -o conftest2.o
# configure:4136: $? = 0
# configure:4133: clang -c conftest.c -o conftest2.o
# configure:4136: $? = 0
# configure:4148: result: yes
# configure:4167: checking dependency style of clang
# configure:4278: result: gcc3
# configure:4299: checking for x86_64-unknown-linux-ar
# configure:4329: result: no
# configure:4299: checking for x86_64-unknown-linux-lib
# configure:4329: result: no
# configure:4299: checking for x86_64-unknown-linux-link
# configure:4329: result: no
# configure:4343: checking for ar
# configure:4359: found /sysroot/bin/ar
# configure:4370: result: ar
# configure:4386: WARNING: using cross tools not prefixed with host triplet
# configure:4396: checking the archiver (ar) interface
# configure:4412: clang -c conftest.c >&5
# configure:4412: $? = 0
# configure:4414: ar cru libconftest.a conftest.o >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:4417: $? = 0
# configure:4445: result: ar
# configure:4766: checking for C++ compiler version
# configure:4775: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4786: $? = 0
# configure:4775: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4786: $? = 0
# configure:4775: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4786: $? = 1
# configure:4775: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4786: $? = 1
# configure:4790: checking whether we are using the GNU C++ compiler
# configure:4809: clang++ -c conftest.cpp >&5
# configure:4809: $? = 0
# configure:4818: result: yes
# configure:4827: checking whether clang++ accepts -g
# configure:4847: clang++ -c -g conftest.cpp >&5
# configure:4847: $? = 0
# configure:4888: result: yes
# configure:4913: checking dependency style of clang++
# configure:5024: result: gcc3
# configure:5044: checking how to run the C++ preprocessor
# configure:5071: clang++ -E conftest.cpp
# configure:5071: $? = 0
# configure:5085: clang++ -E conftest.cpp
# conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | #include
# configure:5110: result: clang++ -E
# configure:5130: clang++ -E conftest.cpp
# configure:5130: $? = 0
# configure:5144: clang++ -E conftest.cpp
# conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | #include
# configure:5219: checking for a sed that does not truncate output
# configure:5283: result: /usr/sbin/sed
# configure:5290: checking for C++ compiler vendor
# configure:5338: clang++ -c -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:16:9: error: use of undeclared identifier 'thisisanerror'
# thisisanerror;
# ^
# 1 error generated.
# configure:5338: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
# | thisisanerror;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5338: clang++ -c -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:16:9: error: use of undeclared identifier 'thisisanerror'
# thisisanerror;
# ^
# 1 error generated.
# configure:5338: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
# | thisisanerror;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5338: clang++ -c -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:16:9: error: use of undeclared identifier 'thisisanerror'
# thisisanerror;
# ^
# 1 error generated.
# configure:5338: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
# | thisisanerror;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5338: clang++ -c -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5338: $? = 0
# configure:5346: result: clang
# configure:5361: checking CXXFLAGS for maximum warnings
# configure:5381: clang++ -o conftest -warn all -warn all -D_GNU_SOURCE=1 conftest.cpp >&5
# clang-3.8: error: unknown argument: '-warn'
# clang-3.8: error: unknown argument: '-warn'
# clang-3.8: error: no such file or directory: 'all'
# clang-3.8: error: no such file or directory: 'all'
# configure:5381: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:5381: clang++ -o conftest -pedantic -Wall -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5381: $? = 0
# configure:5391: result: -Wall
# configure:5408: : CXXFLAGS="$CXXFLAGS $ac_cv_cxxflags_warn_all"
# configure:5411: $? = 0
# configure:5432: checking for grep that handles long lines and -e
# configure:5490: result: /usr/sbin/grep
# configure:5504: checking CXXFLAGS for gcc -fdiagnostics-show-caret
# configure:5531: clang++ -o conftest -Wall -pedantic -Werror -fdiagnostics-show-caret -D_GNU_SOURCE=1 conftest.cpp >&5
# clang-3.8: error: unknown argument: '-fdiagnostics-show-caret'
# configure:5531: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | int zero;
# | int
# | main ()
# | {
# | zero = 0; return zero;
# | ;
# | return 0;
# | }
# configure:5531: clang++ -o conftest -Wall -pedantic -fdiagnostics-show-caret -D_GNU_SOURCE=1 conftest.cpp >&5
# clang-3.8: error: unknown argument: '-fdiagnostics-show-caret'
# configure:5531: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | int zero;
# | int
# | main ()
# | {
# | zero = 0; return zero;
# | ;
# | return 0;
# | }
# configure:5546: result: no, unknown
# configure:5569: checking CXXFLAGS for gcc -ftrack-macro-expansion
# configure:5596: clang++ -o conftest -Wall -pedantic -Werror -ftrack-macro-expansion -D_GNU_SOURCE=1 conftest.cpp >&5
# clang-3.8: error: unknown argument: '-ftrack-macro-expansion'
# configure:5596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | int zero;
# | int
# | main ()
# | {
# | zero = 0; return zero;
# | ;
# | return 0;
# | }
# configure:5596: clang++ -o conftest -Wall -pedantic -ftrack-macro-expansion -D_GNU_SOURCE=1 conftest.cpp >&5
# clang-3.8: error: unknown argument: '-ftrack-macro-expansion'
# configure:5596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | int zero;
# | int
# | main ()
# | {
# | zero = 0; return zero;
# | ;
# | return 0;
# | }
# configure:5611: result: no, unknown
# configure:5636: checking CXXFLAGS for gcc -fdiagnostics-color=auto
# configure:5663: clang++ -o conftest -Wall -pedantic -Werror -fdiagnostics-color=auto -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5663: $? = 0
# configure:5678: result: -fdiagnostics-color=auto
# configure:5691: : CXXFLAGS="$CXXFLAGS $var"
# configure:5694: $? = 0
# configure:5703: checking CXXFLAGS for gcc -Wextra
# configure:5730: clang++ -o conftest -Wall -fdiagnostics-color=auto -pedantic -Werror -Wextra -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5730: $? = 0
# configure:5745: result: -Wextra
# configure:5758: : CXXFLAGS="$CXXFLAGS $var"
# configure:5761: $? = 0
# configure:5768: checking CXXFLAGS for gcc -pedantic
# configure:5795: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Werror -pedantic -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5795: $? = 0
# configure:5810: result: -pedantic
# configure:5823: : CXXFLAGS="$CXXFLAGS $var"
# configure:5826: $? = 0
# configure:5833: checking CXXFLAGS for gcc -Wstrict-aliasing
# configure:5860: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -pedantic -Werror -Wstrict-aliasing -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5860: $? = 0
# configure:5875: result: -Wstrict-aliasing
# configure:5888: : CXXFLAGS="$CXXFLAGS $var"
# configure:5891: $? = 0
# configure:5898: checking CXXFLAGS for gcc -Wstrict-overflow
# configure:5925: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -pedantic -Werror -Wstrict-overflow -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5925: $? = 0
# configure:5940: result: -Wstrict-overflow
# configure:5953: : CXXFLAGS="$CXXFLAGS $var"
# configure:5956: $? = 0
# configure:5963: checking CXXFLAGS for gcc -Woverloaded-virtual
# configure:5990: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -pedantic -Werror -Woverloaded-virtual -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:5990: $? = 0
# configure:6005: result: -Woverloaded-virtual
# configure:6018: : CXXFLAGS="$CXXFLAGS $var"
# configure:6021: $? = 0
# configure:6032: checking CXXFLAGS for gcc -Wold-style-cast
# configure:6059: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -pedantic -Werror -Wold-style-cast -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:6059: $? = 0
# configure:6074: result: -Wold-style-cast
# configure:6087: : CXXFLAGS="$CXXFLAGS $var"
# configure:6090: $? = 0
# configure:6098: checking CXXFLAGS for gcc -Wc++0x-compat
# configure:6125: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -pedantic -Werror -Wc++0x-compat -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:6125: $? = 0
# configure:6140: result: -Wc++0x-compat
# configure:6153: : CXXFLAGS="$CXXFLAGS $var"
# configure:6156: $? = 0
# configure:6163: checking CXXFLAGS for gcc -Wc++11-compat
# configure:6190: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -pedantic -Werror -Wc++11-compat -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:6190: $? = 0
# configure:6205: result: -Wc++11-compat
# configure:6218: : CXXFLAGS="$CXXFLAGS $var"
# configure:6221: $? = 0
# configure:6228: checking CXXFLAGS for gcc -Wundef
# configure:6255: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -pedantic -Werror -Wundef -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:6255: $? = 0
# configure:6270: result: -Wundef
# configure:6283: : CXXFLAGS="$CXXFLAGS $var"
# configure:6286: $? = 0
# configure:6293: checking CXXFLAGS for gcc -Wshadow
# configure:6320: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -pedantic -Werror -Wshadow -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:6320: $? = 0
# configure:6335: result: -Wshadow
# configure:6348: : CXXFLAGS="$CXXFLAGS $var"
# configure:6351: $? = 0
# configure:6358: checking CXXFLAGS for gcc -Wformat
# configure:6385: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -pedantic -Werror -Wformat -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:6385: $? = 0
# configure:6400: result: -Wformat
# configure:6413: : CXXFLAGS="$CXXFLAGS $var"
# configure:6416: $? = 0
# configure:6423: checking CXXFLAGS for gcc -Wsuggest-attribute=format
# configure:6450: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -pedantic -Werror -Wsuggest-attribute=format -D_GNU_SOURCE=1 conftest.cpp >&5
# error: unknown warning option '-Wsuggest-attribute=format'; did you mean '-Wproperty-attribute-mismatch'? [-Werror,-Wunknown-warning-option]
# configure:6450: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | int zero;
# | int
# | main ()
# | {
# | zero = 0; return zero;
# | ;
# | return 0;
# | }
# configure:6450: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -pedantic -Wsuggest-attribute=format -D_GNU_SOURCE=1 conftest.cpp >&5
# warning: unknown warning option '-Wsuggest-attribute=format'; did you mean '-Wproperty-attribute-mismatch'? [-Wunknown-warning-option]
# 1 warning generated.
# configure:6450: $? = 0
# configure:6465: result: no, obsolete
# configure:6488: checking CXXFLAGS for gcc -Wsuggest-attribute=noreturn
# configure:6515: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -pedantic -Werror -Wsuggest-attribute=noreturn -D_GNU_SOURCE=1 conftest.cpp >&5
# error: unknown warning option '-Wsuggest-attribute=noreturn' [-Werror,-Wunknown-warning-option]
# configure:6515: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# | int zero;
# | int
# | main ()
# | {
# | zero = 0; return zero;
# | ;
# | return 0;
# | }
# configure:6515: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -pedantic -Wsuggest-attribute=noreturn -D_GNU_SOURCE=1 conftest.cpp >&5
# warning: unknown warning option '-Wsuggest-attribute=noreturn' [-Wunknown-warning-option]
# 1 warning generated.
# configure:6515: $? = 0
# configure:6530: result: no, obsolete
# configure:6553: checking CXXFLAGS for gcc -Wno-variadic-macros
# configure:6580: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -pedantic -Werror -Wno-variadic-macros -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:6580: $? = 0
# configure:6595: result: -Wno-variadic-macros
# configure:6608: : CXXFLAGS="$CXXFLAGS $var"
# configure:6611: $? = 0
# configure:7096: checking CXXFLAGS for gcc -O2
# configure:7123: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -pedantic -Werror -O2 -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:7123: $? = 0
# configure:7138: result: -O2
# configure:7151: : CXXFLAGS="$CXXFLAGS $var"
# configure:7154: $? = 0
# configure:7766: checking for __global and __hidden
# configure:7790: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:11:9: error: unknown type name '__global'
# __global int x = 0;
# ^
# conftest.cpp:11:18: error: expected unqualified-id
# __global int x = 0;
# ^
# conftest.cpp:12:9: error: unknown type name '__global'
# __global int foo ();
# ^
# conftest.cpp:12:18: error: expected unqualified-id
# __global int foo ();
# ^
# conftest.cpp:14:9: error: unknown type name '__global'
# __global int bar () { return x; }
# ^
# conftest.cpp:14:18: error: expected unqualified-id
# __global int bar () { return x; }
# ^
# conftest.cpp:15:9: error: unknown type name '__hidden'
# __hidden int baz () { return 1; }
# ^
# conftest.cpp:15:18: error: expected unqualified-id
# __hidden int baz () { return 1; }
# ^
# conftest.cpp:16:24: error: variable has incomplete type 'class __global'
# class __global Class { public: Class () { } };
# ^
# conftest.cpp:16:15: note: forward declaration of '__global'
# class __global Class { public: Class () { } };
# ^
# conftest.cpp:16:29: error: expected ';' after top level declarator
# class __global Class { public: Class () { } };
# ^
# ;
# 10 errors generated.
# configure:7790: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# |
# | __global int x = 0;
# | __global int foo ();
# | int foo () { return 0; }
# | __global int bar () { return x; }
# | __hidden int baz () { return 1; }
# | class __global Class { public: Class () { } };
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:7798: result: no
# configure:7814: checking for __declspec(dllexport) and __declspec(dllimport)
# configure:7845: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:15:4: error: Please fail.
# # error Please fail.
# ^
# conftest.cpp:16:1: error: unknown type name 'And'
# And extra please fail.
# ^
# conftest.cpp:16:10: error: expected ';' after top level declarator
# And extra please fail.
# ^
# ;
# 3 errors generated.
# configure:7845: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | /* end confdefs.h. */
# |
# | #if defined (__clang__) || defined (__HAIKU__)
# | // Here the problem is that Clang only warns that it does not support
# | // __declspec(dllexport) but still compiles the executable. GCC on Haiku OS
# | // suffers from the same problem.
# | # error Please fail.
# | And extra please fail.
# | #else
# | __declspec(dllexport) int x = 0;
# | __declspec(dllexport) int foo ();
# | int foo () { return 0; }
# | __declspec(dllexport) int bar () { return x; }
# | class __declspec(dllexport) Class { public: Class () { } };
# | #endif
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:7853: result: no
# configure:7871: checking for __attribute__((visibility("default"))) and __attribute__((visibility("hidden")))
# configure:7900: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:7900: $? = 0
# configure:7908: result: yes
# configure:7939: checking CXXFLAGS for gcc -fvisibility=hidden
# configure:7966: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -pedantic -Werror -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:7966: $? = 0
# configure:7981: result: -fvisibility=hidden
# configure:7994: : CXXFLAGS="$CXXFLAGS $var"
# configure:7997: $? = 0
# configure:8089: checking for C99 variadic macros
# configure:8121: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8121: $? = 0
# configure:8129: result: yes
# configure:8141: checking for GNU style variadic macros
# configure:8173: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8173: $? = 0
# configure:8181: result: yes
# configure:8193: checking for __FUNCTION__ macro
# configure:8213: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:20:22: warning: unused variable 'func' [-Wunused-variable]
# char const * func = __FUNCTION__;
# ^
# 1 warning generated.
# configure:8213: $? = 0
# configure:8221: result: yes
# configure:8233: checking for __PRETTY_FUNCTION__ macro
# configure:8253: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:21:22: warning: unused variable 'func' [-Wunused-variable]
# char const * func = __PRETTY_FUNCTION__;
# ^
# 1 warning generated.
# configure:8253: $? = 0
# configure:8261: result: yes
# configure:8273: checking for __func__ symbol
# configure:8293: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:22:22: warning: unused variable 'func' [-Wunused-variable]
# char const * func = __func__;
# ^
# 1 warning generated.
# configure:8293: $? = 0
# configure:8302: result: yes
# configure:8314: checking for __attribute__((constructor_priority))
# configure:8335: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8335: $? = 0
# configure:8348: result: yes
# configure:8370: checking for __attribute__((constructor))
# configure:8391: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8391: $? = 0
# configure:8404: result: yes
# configure:8426: checking for __attribute__((init_priority))
# configure:8452: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# /tmp/conftest-4aaec2.o:conftest.cpp:function global constructors keyed to 032767: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8452: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | struct bar { bar() {} ~bar() {} };
# | bar b __attribute__((init_priority(65535/2)));
# | static std::string name __attribute__((init_priority(65535/2))) ("test");
# |
# | int
# | main ()
# | {
# |
# |
# |
# | ;
# | return 0;
# | }
# |
# configure:8465: result: no
# configure:8485: checking for library containing strerror
# configure:8516: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8516: $? = 0
# configure:8533: result: none required
# configure:8541: checking for library containing nanosleep
# configure:8572: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8572: $? = 0
# configure:8589: result: none required
# configure:8597: checking for library containing clock_nanosleep
# configure:8628: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8628: $? = 0
# configure:8645: result: none required
# configure:8653: checking for library containing clock_gettime
# configure:8684: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8684: $? = 0
# configure:8701: result: none required
# configure:8709: checking for library containing gethostbyname
# configure:8740: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8740: $? = 0
# configure:8757: result: none required
# configure:8765: checking for library containing setsockopt
# configure:8796: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:8796: $? = 0
# configure:8813: result: none required
# configure:9213: checking for egrep
# configure:9275: result: /usr/sbin/grep -E
# configure:9280: checking for ANSI C header files
# configure:9300: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9300: $? = 0
# configure:9384: result: yes
# configure:9398: checking for sys/types.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for sys/stat.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for stdlib.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for string.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for memory.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for strings.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for inttypes.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for stdint.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9398: checking for unistd.h
# configure:9398: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9398: $? = 0
# configure:9398: result: yes
# configure:9411: checking for sys/types.h
# configure:9411: result: yes
# configure:9419: checking sys/socket.h usability
# configure:9419: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9419: $? = 0
# configure:9419: result: yes
# configure:9419: checking sys/socket.h presence
# configure:9419: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9419: $? = 0
# configure:9419: result: yes
# configure:9419: checking for sys/socket.h
# configure:9419: result: yes
# configure:9427: checking sys/time.h usability
# configure:9427: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9427: $? = 0
# configure:9427: result: yes
# configure:9427: checking sys/time.h presence
# configure:9427: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9427: $? = 0
# configure:9427: result: yes
# configure:9427: checking for sys/time.h
# configure:9427: result: yes
# configure:9435: checking sys/timeb.h usability
# configure:9435: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9435: $? = 0
# configure:9435: result: yes
# configure:9435: checking sys/timeb.h presence
# configure:9435: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9435: $? = 0
# configure:9435: result: yes
# configure:9435: checking for sys/timeb.h
# configure:9435: result: yes
# configure:9443: checking for sys/stat.h
# configure:9443: result: yes
# configure:9451: checking sys/syscall.h usability
# configure:9451: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9451: $? = 0
# configure:9451: result: yes
# configure:9451: checking sys/syscall.h presence
# configure:9451: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9451: $? = 0
# configure:9451: result: yes
# configure:9451: checking for sys/syscall.h
# configure:9451: result: yes
# configure:9459: checking sys/file.h usability
# configure:9459: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9459: $? = 0
# configure:9459: result: yes
# configure:9459: checking sys/file.h presence
# configure:9459: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9459: $? = 0
# configure:9459: result: yes
# configure:9459: checking for sys/file.h
# configure:9459: result: yes
# configure:9467: checking syslog.h usability
# configure:9467: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9467: $? = 0
# configure:9467: result: yes
# configure:9467: checking syslog.h presence
# configure:9467: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9467: $? = 0
# configure:9467: result: yes
# configure:9467: checking for syslog.h
# configure:9467: result: yes
# configure:9475: checking arpa/inet.h usability
# configure:9475: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9475: $? = 0
# configure:9475: result: yes
# configure:9475: checking arpa/inet.h presence
# configure:9475: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9475: $? = 0
# configure:9475: result: yes
# configure:9475: checking for arpa/inet.h
# configure:9475: result: yes
# configure:9483: checking netinet/in.h usability
# configure:9483: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9483: $? = 0
# configure:9483: result: yes
# configure:9483: checking netinet/in.h presence
# configure:9483: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9483: $? = 0
# configure:9483: result: yes
# configure:9483: checking for netinet/in.h
# configure:9483: result: yes
# configure:9491: checking netinet/tcp.h usability
# configure:9491: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9491: $? = 0
# configure:9491: result: yes
# configure:9491: checking netinet/tcp.h presence
# configure:9491: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9491: $? = 0
# configure:9491: result: yes
# configure:9491: checking for netinet/tcp.h
# configure:9491: result: yes
# configure:9499: checking netdb.h usability
# configure:9499: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9499: $? = 0
# configure:9499: result: yes
# configure:9499: checking netdb.h presence
# configure:9499: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9499: $? = 0
# configure:9499: result: yes
# configure:9499: checking for netdb.h
# configure:9499: result: yes
# configure:9507: checking for unistd.h
# configure:9507: result: yes
# configure:9515: checking fcntl.h usability
# configure:9515: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9515: $? = 0
# configure:9515: result: yes
# configure:9515: checking fcntl.h presence
# configure:9515: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9515: $? = 0
# configure:9515: result: yes
# configure:9515: checking for fcntl.h
# configure:9515: result: yes
# configure:9523: checking stdio.h usability
# configure:9523: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9523: $? = 0
# configure:9523: result: yes
# configure:9523: checking stdio.h presence
# configure:9523: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9523: $? = 0
# configure:9523: result: yes
# configure:9523: checking for stdio.h
# configure:9523: result: yes
# configure:9531: checking stdarg.h usability
# configure:9531: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9531: $? = 0
# configure:9531: result: yes
# configure:9531: checking stdarg.h presence
# configure:9531: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9531: $? = 0
# configure:9531: result: yes
# configure:9531: checking for stdarg.h
# configure:9531: result: yes
# configure:9539: checking for stdlib.h
# configure:9539: result: yes
# configure:9547: checking wchar.h usability
# configure:9547: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9547: $? = 0
# configure:9547: result: yes
# configure:9547: checking wchar.h presence
# configure:9547: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9547: $? = 0
# configure:9547: result: yes
# configure:9547: checking for wchar.h
# configure:9547: result: yes
# configure:9555: checking time.h usability
# configure:9555: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9555: $? = 0
# configure:9555: result: yes
# configure:9555: checking time.h presence
# configure:9555: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9555: $? = 0
# configure:9555: result: yes
# configure:9555: checking for time.h
# configure:9555: result: yes
# configure:9563: checking errno.h usability
# configure:9563: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9563: $? = 0
# configure:9563: result: yes
# configure:9563: checking errno.h presence
# configure:9563: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9563: $? = 0
# configure:9563: result: yes
# configure:9563: checking for errno.h
# configure:9563: result: yes
# configure:9571: checking limits.h usability
# configure:9571: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9571: $? = 0
# configure:9571: result: yes
# configure:9571: checking limits.h presence
# configure:9571: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9571: $? = 0
# configure:9571: result: yes
# configure:9571: checking for limits.h
# configure:9571: result: yes
# configure:9579: checking atomic.h usability
# configure:9579: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:86:10: fatal error: 'atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:9579: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_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:9579: result: no
# configure:9579: checking atomic.h presence
# configure:9579: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# conftest.cpp:53:10: fatal error: 'atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:9579: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | /* end confdefs.h. */
# | #include
# configure:9579: result: no
# configure:9579: checking for atomic.h
# configure:9579: result: no
# configure:9587: checking poll.h usability
# configure:9587: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# configure:9587: $? = 0
# configure:9587: result: yes
# configure:9587: checking poll.h presence
# configure:9587: clang++ -E -D_GNU_SOURCE=1 conftest.cpp
# configure:9587: $? = 0
# configure:9587: result: yes
# configure:9587: checking for poll.h
# configure:9587: result: yes
# configure:9606: checking for socklen_t
# configure:9624: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 conftest.cpp >&5
# conftest.cpp:59:11: warning: unused variable 'len' [-Wunused-variable]
# socklen_t len = 42; return 0;
# ^
# 1 warning generated.
# configure:9624: $? = 0
# configure:9632: result: yes
# configure:9655: Creating a multi-threaded library.
# configure:9657: Threads support:
# configure:9792: checking whether pthreads work without any flags
# configure:9880: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:9880: $? = 0
# configure:9889: result: yes
# configure:9910: checking for joinable pthread attribute
# configure:9926: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:9926: $? = 0
# configure:9933: result: PTHREAD_CREATE_JOINABLE
# configure:9943: checking if more special flags are required for pthreads
# configure:9961: result: no
# configure:9967: checking for PTHREAD_PRIO_INHERIT
# configure:9986: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# conftest.cpp:60:5: warning: unused variable 'i' [-Wunused-variable]
# int i = PTHREAD_PRIO_INHERIT;
# ^
# 1 warning generated.
# configure:9986: $? = 0
# configure:9994: result: yes
# configure:10031: checking for library containing sem_init
# configure:10062: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10062: $? = 0
# configure:10079: result: none required
# configure:10229: checking for __sync_add_and_fetch
# configure:10253: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10253: $? = 0
# configure:10262: result: yes
# configure:10273: checking for __sync_sub_and_fetch
# configure:10297: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10297: $? = 0
# configure:10306: result: yes
# configure:10317: checking for C++11 atomics
# configure:10348: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10348: $? = 0
# configure:10357: result: yes
# configure:10368: checking for __atomic_add_fetch
# configure:10392: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10392: $? = 0
# configure:10401: result: yes
# configure:10412: checking for __atomic_sub_fetch
# configure:10437: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10437: $? = 0
# configure:10446: result: yes
# configure:10457: checking for atomic_inc_uint
# configure:10482: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# conftest.cpp:63:10: fatal error: 'atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:10482: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | volatile unsigned int x = 1;
# | atomic_inc_uint (&x);
# | if (x != 2)
# | abort ();
# |
# | ;
# | return 0;
# | }
# configure:10491: result: no
# configure:10502: checking for atomic_dec_uint_nv
# configure:10528: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# conftest.cpp:63:10: fatal error: 'atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:10528: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | volatile unsigned int x = 2;
# | volatile unsigned int y = atomic_dec_uint_nv (&x);
# | membar_exit();
# | if (x != 1 || y != 1)
# | abort ();
# |
# | ;
# | return 0;
# | }
# configure:10537: result: no
# configure:10594: checking for thread_local
# configure:10623: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# conftest.cpp:69:14: warning: 'thread_local' is a keyword in C++11 [-Wc++11-compat]
# extern thread_local S * p_s;
# ^
# conftest.cpp:69:14: error: unknown type name 'thread_local'
# conftest.cpp:69:28: error: expected ';' after top level declarator
# extern thread_local S * p_s;
# ^
# ;
# conftest.cpp:70:7: error: unknown type name 'thread_local'
# thread_local S * p_s = 0;
# ^
# conftest.cpp:70:21: error: expected ';' after top level declarator
# thread_local S * p_s = 0;
# ^
# ;
# conftest.cpp:72:14: error: unknown type name 'thread_local'
# extern thread_local int x;
# ^
# conftest.cpp:72:27: error: expected unqualified-id
# extern thread_local int x;
# ^
# conftest.cpp:73:7: error: unknown type name 'thread_local'
# thread_local int * ptr = 0;
# ^
# conftest.cpp:73:20: error: expected unqualified-id
# thread_local int * ptr = 0;
# ^
# conftest.cpp:74:20: error: use of undeclared identifier 'ptr'
# int foo () { ptr = &x; return x; }
# ^
# conftest.cpp:74:27: error: use of undeclared identifier 'x'
# int foo () { ptr = &x; return x; }
# ^
# conftest.cpp:74:37: error: use of undeclared identifier 'x'
# int foo () { ptr = &x; return x; }
# ^
# conftest.cpp:75:7: error: unknown type name 'thread_local'
# thread_local int x = 1;
# ^
# conftest.cpp:75:20: error: expected unqualified-id
# thread_local int x = 1;
# ^
# conftest.cpp:80:1: error: use of undeclared identifier 'x'
# x = 2;
# ^
# conftest.cpp:82:9: error: use of undeclared identifier 'p_s'
# p_s = new S;
# ^
# 1 warning and 15 errors generated.
# configure:10623: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | /* end confdefs.h. */
# |
# | // check that pointers to classes work as well
# | struct S { S () { } void foo () { } int member; };
# | extern thread_local S * p_s;
# | thread_local S * p_s = 0;
# |
# | extern thread_local int x;
# | thread_local int * ptr = 0;
# | int foo () { ptr = &x; return x; }
# | thread_local int x = 1;
# |
# | int
# | main ()
# | {
# | x = 2;
# | foo ();
# | p_s = new S;
# | ;
# | return 0;
# | }
# configure:10633: result: no
# configure:10645: checking for __thread
# configure:10681: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10681: $? = 0
# configure:10691: result: yes
# configure:10804: checking for gmtime_r
# configure:10804: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10804: $? = 0
# configure:10804: result: yes
# configure:10817: checking for localtime_r
# configure:10817: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10817: $? = 0
# configure:10817: result: yes
# configure:10830: checking for gettimeofday
# configure:10830: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10830: $? = 0
# configure:10830: result: yes
# configure:10843: checking for nanosleep
# configure:10843: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10843: $? = 0
# configure:10843: result: yes
# configure:10856: checking for clock_nanosleep
# configure:10856: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10856: $? = 0
# configure:10856: result: yes
# configure:10869: checking for clock_gettime
# configure:10869: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10869: $? = 0
# configure:10869: result: yes
# configure:10882: checking for getpid
# configure:10882: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10882: $? = 0
# configure:10882: result: yes
# configure:10895: checking for poll
# configure:10895: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10895: $? = 0
# configure:10895: result: yes
# configure:10908: checking for pipe
# configure:10908: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10908: $? = 0
# configure:10908: result: yes
# configure:10921: checking for pipe2
# configure:10921: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10921: $? = 0
# configure:10921: result: yes
# configure:10934: checking for ftime
# configure:10934: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10934: $? = 0
# configure:10934: result: yes
# configure:10947: checking for stat
# configure:10947: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10947: $? = 0
# configure:10947: result: yes
# configure:10960: checking for lstat
# configure:10960: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10960: $? = 0
# configure:10960: result: yes
# configure:10973: checking for fcntl
# configure:10973: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10973: $? = 0
# configure:10973: result: yes
# configure:10986: checking for lockf
# configure:10986: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10986: $? = 0
# configure:10986: result: yes
# configure:10999: checking for flock
# configure:10999: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:10999: $? = 0
# configure:10999: result: yes
# configure:11012: checking for htons
# configure:11012: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11012: $? = 0
# configure:11012: result: yes
# configure:11025: checking for ntohs
# configure:11025: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11025: $? = 0
# configure:11025: result: yes
# configure:11038: checking for htonl
# configure:11038: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11038: $? = 0
# configure:11038: result: yes
# configure:11051: checking for ntohl
# configure:11051: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11051: $? = 0
# configure:11051: result: yes
# configure:11064: checking for shutdown
# configure:11064: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11064: $? = 0
# configure:11064: result: yes
# configure:11077: checking for mbstowcs
# configure:11077: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11077: $? = 0
# configure:11077: result: yes
# configure:11090: checking for wcstombs
# configure:11090: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11090: $? = 0
# configure:11090: result: yes
# configure:11185: checking for vsnprintf
# configure:11185: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11185: $? = 0
# configure:11185: result: yes
# configure:11198: checking for _vsnprintf
# configure:11198: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-d948f7.o:conftest.cpp:function main: error: undefined reference to '_vsnprintf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11198: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define _vsnprintf to an innocuous variant, in case declares _vsnprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _vsnprintf innocuous__vsnprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _vsnprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _vsnprintf
# |
# | /* 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 _vsnprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__vsnprintf || defined __stub____vsnprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _vsnprintf ();
# | ;
# | return 0;
# | }
# configure:11198: result: no
# configure:11211: checking for vsnwprintf
# configure:11211: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-f291a7.o:conftest.cpp:function main: error: undefined reference to 'vsnwprintf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11211: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define vsnwprintf to an innocuous variant, in case declares vsnwprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vsnwprintf innocuous_vsnwprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vsnwprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vsnwprintf
# |
# | /* 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 vsnwprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vsnwprintf || defined __stub___vsnwprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vsnwprintf ();
# | ;
# | return 0;
# | }
# configure:11211: result: no
# configure:11224: checking for _vsnwprintf
# configure:11224: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-a188c1.o:conftest.cpp:function main: error: undefined reference to '_vsnwprintf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11224: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define _vsnwprintf to an innocuous variant, in case declares _vsnwprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _vsnwprintf innocuous__vsnwprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _vsnwprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _vsnwprintf
# |
# | /* 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 _vsnwprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__vsnwprintf || defined __stub____vsnwprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _vsnwprintf ();
# | ;
# | return 0;
# | }
# configure:11224: result: no
# configure:11237: checking for vsprintf_s
# configure:11237: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-09a796.o:conftest.cpp:function main: error: undefined reference to 'vsprintf_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11237: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define vsprintf_s to an innocuous variant, in case declares vsprintf_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vsprintf_s innocuous_vsprintf_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vsprintf_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vsprintf_s
# |
# | /* 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 vsprintf_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vsprintf_s || defined __stub___vsprintf_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vsprintf_s ();
# | ;
# | return 0;
# | }
# configure:11237: result: no
# configure:11250: checking for vswprintf_s
# configure:11250: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-7dfed5.o:conftest.cpp:function main: error: undefined reference to 'vswprintf_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11250: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define vswprintf_s to an innocuous variant, in case declares vswprintf_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vswprintf_s innocuous_vswprintf_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vswprintf_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vswprintf_s
# |
# | /* 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 vswprintf_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vswprintf_s || defined __stub___vswprintf_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vswprintf_s ();
# | ;
# | return 0;
# | }
# configure:11250: result: no
# configure:11263: checking for vfprintf_s
# configure:11263: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-efd460.o:conftest.cpp:function main: error: undefined reference to 'vfprintf_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11263: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define vfprintf_s to an innocuous variant, in case declares vfprintf_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vfprintf_s innocuous_vfprintf_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vfprintf_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vfprintf_s
# |
# | /* 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 vfprintf_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vfprintf_s || defined __stub___vfprintf_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vfprintf_s ();
# | ;
# | return 0;
# | }
# configure:11263: result: no
# configure:11276: checking for vfwprintf_s
# configure:11276: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-654381.o:conftest.cpp:function main: error: undefined reference to 'vfwprintf_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define vfwprintf_s to an innocuous variant, in case declares vfwprintf_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vfwprintf_s innocuous_vfwprintf_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vfwprintf_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vfwprintf_s
# |
# | /* 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 vfwprintf_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vfwprintf_s || defined __stub___vfwprintf_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vfwprintf_s ();
# | ;
# | return 0;
# | }
# configure:11276: result: no
# configure:11289: checking for _vsnprintf_s
# configure:11289: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-92c062.o:conftest.cpp:function main: error: undefined reference to '_vsnprintf_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11289: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define _vsnprintf_s to an innocuous variant, in case declares _vsnprintf_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _vsnprintf_s innocuous__vsnprintf_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _vsnprintf_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _vsnprintf_s
# |
# | /* 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 _vsnprintf_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__vsnprintf_s || defined __stub____vsnprintf_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _vsnprintf_s ();
# | ;
# | return 0;
# | }
# configure:11289: result: no
# configure:11302: checking for _vsnwprintf_s
# configure:11302: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# /tmp/conftest-f7bd52.o:conftest.cpp:function main: error: undefined reference to '_vsnwprintf_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11302: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define _vsnwprintf_s to an innocuous variant, in case declares _vsnwprintf_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _vsnwprintf_s innocuous__vsnwprintf_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _vsnwprintf_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _vsnwprintf_s
# |
# | /* 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 _vsnwprintf_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__vsnwprintf_s || defined __stub____vsnwprintf_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _vsnwprintf_s ();
# | ;
# | return 0;
# | }
# configure:11302: result: no
# configure:11338: checking for ENAMETOOLONG
# configure:11354: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# conftest.cpp:122:5: warning: unused variable 'value' [-Wunused-variable]
# int value = ENAMETOOLONG;
# ^
# 1 warning generated.
# configure:11354: $? = 0
# configure:11361: result: yes
# configure:11371: checking for getaddrinfo
# configure:11399: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11399: $? = 0
# configure:11406: result: yes
# configure:11422: checking for gethostbyname_r
# configure:11450: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:11450: $? = 0
# configure:11457: result: yes
# configure:11471: checking for gettid
# configure:11489: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# conftest.cpp:129:5: warning: unused variable 'rv' [-Wunused-variable]
# int rv = syscall(SYS_gettid);
# ^
# 1 warning generated.
# configure:11489: $? = 0
# configure:11496: result: yes
# configure:11515: checking for x86_64-unknown-linux-pkg-config
# configure:11548: result: no
# configure:11558: checking for pkg-config
# configure:11576: found /usr/sbin/pkg-config
# configure:11588: result: /usr/sbin/pkg-config
# configure:11613: checking pkg-config is at least version 0.9.0
# configure:11616: result: yes
# configure:12683: checking how to print strings
# configure:12710: result: printf
# configure:12731: checking for a sed that does not truncate output
# configure:12795: result: /usr/sbin/sed
# configure:12813: checking for fgrep
# configure:12875: result: /usr/sbin/grep -F
# configure:12910: checking for ld used by clang
# configure:12977: result: /sysroot/bin/ld
# configure:12984: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:12999: result: yes
# configure:13011: checking for BSD- or MS-compatible name lister (nm)
# configure:13060: result: /sysroot/bin/nm -B
# configure:13190: checking the name lister (/sysroot/bin/nm -B) interface
# configure:13197: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:13200: /sysroot/bin/nm -B "conftest.o"
# configure:13203: output
# 0000000000000000 B some_variable
# configure:13210: result: BSD nm
# configure:13213: checking whether ln -s works
# configure:13217: result: yes
# configure:13225: checking the maximum length of command line arguments
# configure:13355: result: 1572864
# configure:13372: checking whether the shell understands some XSI constructs
# configure:13382: result: yes
# configure:13386: checking whether the shell understands "+="
# configure:13392: result: yes
# configure:13427: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:13467: result: func_convert_file_noop
# configure:13474: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:13494: result: func_convert_file_noop
# configure:13501: checking for /sysroot/bin/ld option to reload object files
# configure:13508: result: -r
# configure:13542: checking for x86_64-unknown-linux-objdump
# configure:13572: result: no
# configure:13582: checking for objdump
# configure:13598: found /sysroot/bin/objdump
# configure:13609: result: objdump
# configure:13638: checking how to recognize dependent libraries
# configure:13840: result: pass_all
# configure:13885: checking for x86_64-unknown-linux-dlltool
# configure:13915: result: no
# configure:13925: checking for dlltool
# configure:13955: result: no
# configure:13982: checking how to associate runtime and link libraries
# configure:14009: result: printf %s\n
# configure:14025: checking for x86_64-unknown-linux-ar
# configure:14052: result: ar
# configure:14133: checking for archiver @FILE support
# configure:14150: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:14150: $? = 0
# configure:14153: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:14156: $? = 0
# configure:14161: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:14164: $? = 1
# configure:14176: result: @
# configure:14194: checking for x86_64-unknown-linux-strip
# configure:14221: result: strip
# configure:14293: checking for x86_64-unknown-linux-ranlib
# configure:14323: result: no
# configure:14333: checking for ranlib
# configure:14349: found /sysroot/bin/ranlib
# configure:14360: result: ranlib
# configure:14462: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:14582: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:14585: $? = 0
# configure:14589: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:14592: $? = 0
# configure:14658: clang++ -o conftest -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp conftstm.o >&5
# conftest.cpp:27:18: warning: use of old-style cast [-Wold-style-cast]
# { "@PROGRAM@", (void *) 0 },
# ^ ~
# conftest.cpp:28:19: warning: use of old-style cast [-Wold-style-cast]
# {"nm_test_var", (void *) &nm_test_var},
# ^ ~~~~~~~~~~~~
# conftest.cpp:29:20: warning: use of old-style cast [-Wold-style-cast]
# {"nm_test_func", (void *) &nm_test_func},
# ^ ~~~~~~~~~~~~~
# conftest.cpp:29:20: warning: cast between pointer-to-function and pointer-to-object is an extension [-Wpedantic]
# {"nm_test_func", (void *) &nm_test_func},
# ^~~~~~~~~~~~~~~~~~~~~~
# conftest.cpp:30:7: warning: use of old-style cast [-Wold-style-cast]
# {0, (void *) 0}
# ^ ~
# conftest.cpp:25:1: warning: unused variable 'lt__PROGRAM__LTX_preloaded_symbols' [-Wunused-const-variable]
# lt__PROGRAM__LTX_preloaded_symbols[] =
# ^
# 6 warnings generated.
# configure:14661: $? = 0
# configure:14699: result: ok
# configure:14736: checking for sysroot
# configure:14766: result: no
# configure:14843: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:14846: $? = 0
# configure:14982: checking for x86_64-unknown-linux-mt
# configure:15012: result: no
# configure:15022: checking for mt
# configure:15052: result: no
# configure:15072: checking if : is a manifest tool
# configure:15078: : '-?'
# configure:15086: result: no
# configure:15725: checking for dlfcn.h
# configure:15725: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:15725: $? = 0
# configure:15725: result: yes
# configure:16237: checking for objdir
# configure:16252: result: .libs
# configure:16523: checking if clang supports -fno-rtti -fno-exceptions
# configure:16541: clang -c -D_GNU_SOURCE=1 -D_REENTRANT -fno-rtti -fno-exceptions conftest.c >&5
# configure:16545: $? = 0
# configure:16558: result: yes
# configure:16885: checking for clang option to produce PIC
# configure:16892: result: -fPIC -DPIC
# configure:16900: checking if clang PIC flag -fPIC -DPIC works
# configure:16918: clang -c -D_GNU_SOURCE=1 -D_REENTRANT -fPIC -DPIC -DPIC conftest.c >&5
# configure:16922: $? = 0
# configure:16935: result: yes
# configure:16964: checking if clang static flag -static works
# configure:16992: result: no
# configure:17007: checking if clang supports -c -o file.o
# configure:17028: clang -c -D_GNU_SOURCE=1 -D_REENTRANT -o out/conftest2.o conftest.c >&5
# configure:17032: $? = 0
# configure:17054: result: yes
# configure:17062: checking if clang supports -c -o file.o
# configure:17109: result: yes
# configure:17142: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:18295: result: yes
# configure:18332: checking whether -lc should be explicitly linked in
# configure:18340: clang -c -D_GNU_SOURCE=1 -D_REENTRANT conftest.c >&5
# configure:18343: $? = 0
# configure:18358: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:18361: $? = 0
# configure:18375: result: no
# configure:18535: checking dynamic linker characteristics
# configure:19046: clang -o conftest -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:19046: $? = 0
# configure:19268: result: GNU/Linux ld.so
# configure:19375: checking how to hardcode library paths into programs
# configure:19400: result: immediate
# configure:19940: checking whether stripping libraries is possible
# configure:19945: result: yes
# configure:19980: checking if libtool supports shared libraries
# configure:19982: result: yes
# configure:19985: checking whether to build shared libraries
# configure:20006: result: yes
# configure:20009: checking whether to build static libraries
# configure:20013: result: no
# configure:20036: checking how to run the C++ preprocessor
# configure:20102: result: clang++ -E
# configure:20122: clang++ -E -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp
# configure:20122: $? = 0
# configure:20136: clang++ -E -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp
# conftest.cpp:126:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:20136: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "log4cplus"
# | #define PACKAGE_TARNAME "log4cplus"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "log4cplus 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define LOG4CPLUS_WORKING_LOCALE 1
# | #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# | #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# | #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# | #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# | #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# | #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# | #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# | #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# | #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# | #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# | #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# | #define LOG4CPLUS_HAVE_SYSLOG_H 1
# | #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# | #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# | #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# | #define LOG4CPLUS_HAVE_NETDB_H 1
# | #define LOG4CPLUS_HAVE_UNISTD_H 1
# | #define LOG4CPLUS_HAVE_FCNTL_H 1
# | #define LOG4CPLUS_HAVE_STDIO_H 1
# | #define LOG4CPLUS_HAVE_STDARG_H 1
# | #define LOG4CPLUS_HAVE_STDLIB_H 1
# | #define LOG4CPLUS_HAVE_WCHAR_H 1
# | #define LOG4CPLUS_HAVE_TIME_H 1
# | #define LOG4CPLUS_HAVE_ERRNO_H 1
# | #define LOG4CPLUS_HAVE_LIMITS_H 1
# | #define LOG4CPLUS_HAVE_POLL_H 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define HAVE_PTHREAD 1
# | #define HAVE___SYNC_ADD_AND_FETCH 1
# | #define HAVE___SYNC_SUB_AND_FETCH 1
# | #define HAVE_CXX11_ATOMICS 1
# | #define HAVE___ATOMIC_ADD_FETCH 1
# | #define HAVE___ATOMIC_SUB_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# | #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# | #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# | #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# | #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# | #define HAVE_TLS_SUPPORT 1
# | #define TLS_SUPPORT_CONSTRUCT __thread
# | #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# | #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# | #define HAVE_GMTIME_R 1
# | #define LOG4CPLUS_HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# | #define HAVE_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_NANOSLEEP 1
# | #define HAVE_CLOCK_NANOSLEEP 1
# | #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETPID 1
# | #define LOG4CPLUS_HAVE_GETPID 1
# | #define HAVE_POLL 1
# | #define LOG4CPLUS_HAVE_POLL 1
# | #define HAVE_PIPE 1
# | #define LOG4CPLUS_HAVE_PIPE 1
# | #define HAVE_PIPE2 1
# | #define LOG4CPLUS_HAVE_PIPE2 1
# | #define HAVE_FTIME 1
# | #define LOG4CPLUS_HAVE_FTIME 1
# | #define HAVE_STAT 1
# | #define LOG4CPLUS_HAVE_STAT 1
# | #define HAVE_LSTAT 1
# | #define LOG4CPLUS_HAVE_LSTAT 1
# | #define HAVE_FCNTL 1
# | #define LOG4CPLUS_HAVE_FCNTL 1
# | #define HAVE_LOCKF 1
# | #define LOG4CPLUS_HAVE_LOCKF 1
# | #define HAVE_FLOCK 1
# | #define LOG4CPLUS_HAVE_FLOCK 1
# | #define HAVE_HTONS 1
# | #define LOG4CPLUS_HAVE_HTONS 1
# | #define HAVE_NTOHS 1
# | #define LOG4CPLUS_HAVE_NTOHS 1
# | #define HAVE_HTONL 1
# | #define LOG4CPLUS_HAVE_HTONL 1
# | #define HAVE_NTOHL 1
# | #define LOG4CPLUS_HAVE_NTOHL 1
# | #define HAVE_SHUTDOWN 1
# | #define LOG4CPLUS_HAVE_SHUTDOWN 1
# | #define HAVE_MBSTOWCS 1
# | #define LOG4CPLUS_HAVE_MBSTOWCS 1
# | #define HAVE_WCSTOMBS 1
# | #define LOG4CPLUS_HAVE_WCSTOMBS 1
# | #define HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_VSNPRINTF 1
# | #define LOG4CPLUS_HAVE_ENAMETOOLONG 1
# | #define HAVE_GETADDRINFO 1
# | #define LOG4CPLUS_HAVE_GETADDRINFO 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
# | #define LOG4CPLUS_HAVE_GETTID 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:20305: checking for ld used by clang++
# configure:20372: result: /sysroot/bin/ld -m elf_x86_64
# configure:20379: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:20394: result: yes
# configure:20449: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:21454: result: yes
# configure:21490: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT conftest.cpp >&5
# configure:21493: $? = 0
# configure:22013: checking for clang++ option to produce PIC
# configure:22020: result: -fPIC -DPIC
# configure:22028: checking if clang++ PIC flag -fPIC -DPIC works
# configure:22046: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:22050: $? = 0
# configure:22063: result: yes
# configure:22086: checking if clang++ static flag -static works
# configure:22114: result: no
# configure:22126: checking if clang++ supports -c -o file.o
# configure:22147: clang++ -c -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden -D_GNU_SOURCE=1 -D_REENTRANT -o out/conftest2.o conftest.cpp >&5
# configure:22151: $? = 0
# configure:22173: result: yes
# configure:22178: checking if clang++ supports -c -o file.o
# configure:22225: result: yes
# configure:22255: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:22291: result: yes
# configure:22432: checking dynamic linker characteristics
# configure:23099: result: GNU/Linux ld.so
# configure:23152: checking how to hardcode library paths into programs
# configure:23177: result: immediate
# configure:23372: checking that generated files are newer than configure
# configure:23378: result: done
# configure:23441: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by log4cplus config.status 1.2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 18e0558b4e2a
#
# config.status:1319: creating Makefile
# config.status:1319: creating include/Makefile
# config.status:1319: creating tests/atlocal
# config.status:1319: creating tests/configandwatch_test/log4cplus.properties
# config.status:1319: creating tests/filter_test/log4cplus.properties
# config.status:1319: creating tests/performance_test/log4cplus.properties
# config.status:1319: creating tests/propertyconfig_test/log4cplus.properties
# config.status:1319: creating tests/propertyconfig_test/log4cplus.tail.properties
# config.status:1319: creating log4cplus.pc
# config.status:1319: creating include/log4cplus/config.h
# config.status:1319: creating include/log4cplus/config/defines.hxx
# config.status:1548: executing tests/atconfig commands
# config.status:1548: executing depfiles commands
# config.status:1548: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv___atomic_add_fetch=yes
# ac_cv___atomic_sub_fetch=yes
# ac_cv___sync_add_and_fetch=yes
# ac_cv___sync_sub_and_fetch=yes
# ac_cv__attribute__visibility=yes
# ac_cv__global=no
# ac_cv__thread_keyword=yes
# ac_cv_atomic_dec_uint_nv=no
# ac_cv_atomic_inc_uint=no
# ac_cv_ax_type_socklen_t=yes
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c99_variadic_macros=yes
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx11_atomics=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_cxxflags_warn_all=-Wall
# ac_cv_declspec=no
# 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_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_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_PYTHON_VERSION_set=
# ac_cv_env_PYTHON_VERSION_value=
# ac_cv_env_PYTHON_set=
# ac_cv_env_PYTHON_value=
# ac_cv_env_QT5_CFLAGS_set=
# ac_cv_env_QT5_CFLAGS_value=
# ac_cv_env_QT5_LIBS_set=
# ac_cv_env_QT5_LIBS_value=
# ac_cv_env_QT_CFLAGS_set=
# ac_cv_env_QT_CFLAGS_value=
# ac_cv_env_QT_LIBS_set=
# ac_cv_env_QT_LIBS_value=
# ac_cv_env_SWIG_FLAGS_set=
# ac_cv_env_SWIG_FLAGS_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__vsnprintf=no
# ac_cv_func__vsnprintf_s=no
# ac_cv_func__vsnwprintf=no
# ac_cv_func__vsnwprintf_s=no
# ac_cv_func_clock_gettime=yes
# ac_cv_func_clock_nanosleep=yes
# ac_cv_func_fcntl=yes
# ac_cv_func_flock=yes
# ac_cv_func_ftime=yes
# ac_cv_func_getpid=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_htonl=yes
# ac_cv_func_htons=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_lockf=yes
# ac_cv_func_lstat=yes
# ac_cv_func_mbstowcs=yes
# ac_cv_func_nanosleep=yes
# ac_cv_func_ntohl=yes
# ac_cv_func_ntohs=yes
# ac_cv_func_pipe2=yes
# ac_cv_func_pipe=yes
# ac_cv_func_poll=yes
# ac_cv_func_shutdown=yes
# ac_cv_func_stat=yes
# ac_cv_func_vfprintf_s=no
# ac_cv_func_vfwprintf_s=no
# ac_cv_func_vsnprintf=yes
# ac_cv_func_vsnwprintf=no
# ac_cv_func_vsprintf_s=no
# ac_cv_func_vswprintf_s=no
# ac_cv_func_wcstombs=yes
# ac_cv_gnu_variadic_macros=yes
# ac_cv_have___func___symbol=yes
# ac_cv_have___function___macro=yes
# ac_cv_have___pretty_function___macro=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_atomic_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_syscall_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_timeb_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_clock_nanosleep='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_nanosleep='none required'
# ac_cv_search_sem_init='none required'
# ac_cv_search_setsockopt='none required'
# ac_cv_search_strerror='none required'
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_thread_local=no
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_PTHREAD_PRIO_INHERIT=yes
# ax_cv_cxx_compiler_vendor=clang
# ax_cv_cxxflags_gcc_option__O2=-O2
# ax_cv_cxxflags_gcc_option__Wcpp0x_compat=-Wc++0x-compat
# ax_cv_cxxflags_gcc_option__Wcpp11_compat=-Wc++11-compat
# ax_cv_cxxflags_gcc_option__Wextra=-Wextra
# ax_cv_cxxflags_gcc_option__Wformat=-Wformat
# ax_cv_cxxflags_gcc_option__Wno_variadic_macros=-Wno-variadic-macros
# ax_cv_cxxflags_gcc_option__Wold_style_cast=-Wold-style-cast
# ax_cv_cxxflags_gcc_option__Woverloaded_virtual=-Woverloaded-virtual
# ax_cv_cxxflags_gcc_option__Wshadow=-Wshadow
# ax_cv_cxxflags_gcc_option__Wstrict_aliasing=-Wstrict-aliasing
# ax_cv_cxxflags_gcc_option__Wstrict_overflow=-Wstrict-overflow
# ax_cv_cxxflags_gcc_option__Wsuggest_attribute_format='no, obsolete'
# ax_cv_cxxflags_gcc_option__Wsuggest_attribute_noreturn='no, obsolete'
# ax_cv_cxxflags_gcc_option__Wundef=-Wundef
# ax_cv_cxxflags_gcc_option__fdiagnostics_color_auto=-fdiagnostics-color=auto
# ax_cv_cxxflags_gcc_option__fdiagnostics_show_caret='no, unknown'
# ax_cv_cxxflags_gcc_option__ftrack_macro_expansion='no, unknown'
# ax_cv_cxxflags_gcc_option__fvisibility_hidden=-fvisibility=hidden
# ax_cv_cxxflags_gcc_option__pedantic=-pedantic
# ax_cv_have_enametoolong=yes
# ax_cv_have_func_attribute_constructor=yes
# ax_cv_have_func_attribute_constructor_priority=yes
# ax_cv_have_getaddrinfo=yes
# ax_cv_have_gethostbyname_r=yes
# ax_cv_have_gettid=yes
# ax_cv_have_var_attribute_init_priority=no
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# 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=no
# lt_cv_prog_compiler_static_works_CXX=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/log4cplus/src/log4cplus-1.2.0/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/log4cplus/src/log4cplus-1.2.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/log4cplus/src/log4cplus-1.2.0/missing autoheader'
# AUTOM4TE='${SHELL} /tmp/log4cplus/src/log4cplus-1.2.0/missing autom4te'
# AUTOMAKE='${SHELL} /tmp/log4cplus/src/log4cplus-1.2.0/missing automake-1.14'
# AWK='gawk'
# AX_SWIG_PYTHON_CPPFLAGS=''
# AX_SWIG_PYTHON_OPT=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPPFLAGS=' -D_GNU_SOURCE=1 -D_REENTRANT'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -Wall -fdiagnostics-color=auto -Wextra -pedantic -Wstrict-aliasing -Wstrict-overflow -Woverloaded-virtual -Wold-style-cast -Wc++0x-compat -Wc++11-compat -Wundef -Wshadow -Wformat -Wno-variadic-macros -O2 -fvisibility=hidden '
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_RELEASE_OPTION_FALSE='#'
# ENABLE_RELEASE_OPTION_TRUE=''
# ENABLE_THREADS='yes'
# ENABLE_VERSION_INFO_OPTION_FALSE='#'
# ENABLE_VERSION_INFO_OPTION_TRUE=''
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LOG4CPLUS_AIX_XLC_LDFLAGS=''
# LOG4CPLUS_NDEBUG='-DNDEBUG'
# LOG4CPLUS_PROFILING_CXXFLAGS=''
# LOG4CPLUS_PROFILING_LDFLAGS=''
# LTLIBOBJS=''
# LT_RELEASE='1.2'
# LT_VERSION='6:4:1'
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/log4cplus/src/log4cplus-1.2.0/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# MULTI_THREADED_FALSE='#'
# MULTI_THREADED_TRUE=''
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='log4cplus'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='log4cplus'
# PACKAGE_STRING='log4cplus 1.2.0'
# PACKAGE_TARNAME='log4cplus'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2.0'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_CXXFLAGS=''
# PTHREAD_LIBS=''
# PYTHON=''
# PYTHON_CPPFLAGS=''
# PYTHON_EXEC_PREFIX=''
# PYTHON_EXTRA_LDFLAGS=''
# PYTHON_EXTRA_LIBS=''
# PYTHON_LDFLAGS=''
# PYTHON_PLATFORM=''
# PYTHON_PREFIX=''
# PYTHON_SITE_PKG=''
# PYTHON_VERSION=''
# QT5_CFLAGS=''
# QT5_FALSE=''
# QT5_LIBS=''
# QT5_TRUE='#'
# QT_CFLAGS=''
# QT_FALSE=''
# QT_LIBS=''
# QT_TRUE='#'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SWIG=''
# SWIG_FLAGS=''
# SWIG_LIB=''
# USE_LOG4CPLUS_EXPORT_SYMBOLS_REGEX_FALSE=''
# USE_LOG4CPLUS_EXPORT_SYMBOLS_REGEX_TRUE='#'
# VERSION='1.2.0'
# WITH_PYTHON_FALSE=''
# WITH_PYTHON_TRUE='#'
# WITH_SWIG_FALSE=''
# WITH_SWIG_TRUE='#'
# ac_ct_AR='ar'
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# ax_pthread_config=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/log4cplus/src/log4cplus-1.2.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir=''
# pkgpythondir=''
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir=''
# pythondir=''
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "log4cplus"
# #define PACKAGE_TARNAME "log4cplus"
# #define PACKAGE_VERSION "1.2.0"
# #define PACKAGE_STRING "log4cplus 1.2.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define LOG4CPLUS_WORKING_LOCALE 1
# #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
# #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
# #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
# #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1
# #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1
# #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
# #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
# #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
# #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
# #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
# #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
# #define LOG4CPLUS_HAVE_SYS_TIME_H 1
# #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
# #define LOG4CPLUS_HAVE_SYS_STAT_H 1
# #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
# #define LOG4CPLUS_HAVE_SYS_FILE_H 1
# #define LOG4CPLUS_HAVE_SYSLOG_H 1
# #define LOG4CPLUS_HAVE_ARPA_INET_H 1
# #define LOG4CPLUS_HAVE_NETINET_IN_H 1
# #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
# #define LOG4CPLUS_HAVE_NETDB_H 1
# #define LOG4CPLUS_HAVE_UNISTD_H 1
# #define LOG4CPLUS_HAVE_FCNTL_H 1
# #define LOG4CPLUS_HAVE_STDIO_H 1
# #define LOG4CPLUS_HAVE_STDARG_H 1
# #define LOG4CPLUS_HAVE_STDLIB_H 1
# #define LOG4CPLUS_HAVE_WCHAR_H 1
# #define LOG4CPLUS_HAVE_TIME_H 1
# #define LOG4CPLUS_HAVE_ERRNO_H 1
# #define LOG4CPLUS_HAVE_LIMITS_H 1
# #define LOG4CPLUS_HAVE_POLL_H 1
# #define HAVE_PTHREAD_PRIO_INHERIT 1
# #define HAVE_PTHREAD 1
# #define HAVE___SYNC_ADD_AND_FETCH 1
# #define HAVE___SYNC_SUB_AND_FETCH 1
# #define HAVE_CXX11_ATOMICS 1
# #define HAVE___ATOMIC_ADD_FETCH 1
# #define HAVE___ATOMIC_SUB_FETCH 1
# #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1
# #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1
# #define LOG4CPLUS_HAVE_CXX11_ATOMICS 1
# #define LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH 1
# #define LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH 1
# #define HAVE_TLS_SUPPORT 1
# #define TLS_SUPPORT_CONSTRUCT __thread
# #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# #define LOG4CPLUS_THREAD_LOCAL_VAR __thread
# #define HAVE_GMTIME_R 1
# #define LOG4CPLUS_HAVE_GMTIME_R 1
# #define HAVE_LOCALTIME_R 1
# #define LOG4CPLUS_HAVE_LOCALTIME_R 1
# #define HAVE_GETTIMEOFDAY 1
# #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1
# #define HAVE_NANOSLEEP 1
# #define LOG4CPLUS_HAVE_NANOSLEEP 1
# #define HAVE_CLOCK_NANOSLEEP 1
# #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1
# #define HAVE_CLOCK_GETTIME 1
# #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1
# #define HAVE_GETPID 1
# #define LOG4CPLUS_HAVE_GETPID 1
# #define HAVE_POLL 1
# #define LOG4CPLUS_HAVE_POLL 1
# #define HAVE_PIPE 1
# #define LOG4CPLUS_HAVE_PIPE 1
# #define HAVE_PIPE2 1
# #define LOG4CPLUS_HAVE_PIPE2 1
# #define HAVE_FTIME 1
# #define LOG4CPLUS_HAVE_FTIME 1
# #define HAVE_STAT 1
# #define LOG4CPLUS_HAVE_STAT 1
# #define HAVE_LSTAT 1
# #define LOG4CPLUS_HAVE_LSTAT 1
# #define HAVE_FCNTL 1
# #define LOG4CPLUS_HAVE_FCNTL 1
# #define HAVE_LOCKF 1
# #define LOG4CPLUS_HAVE_LOCKF 1
# #define HAVE_FLOCK 1
# #define LOG4CPLUS_HAVE_FLOCK 1
# #define HAVE_HTONS 1
# #define LOG4CPLUS_HAVE_HTONS 1
# #define HAVE_NTOHS 1
# #define LOG4CPLUS_HAVE_NTOHS 1
# #define HAVE_HTONL 1
# #define LOG4CPLUS_HAVE_HTONL 1
# #define HAVE_NTOHL 1
# #define LOG4CPLUS_HAVE_NTOHL 1
# #define HAVE_SHUTDOWN 1
# #define LOG4CPLUS_HAVE_SHUTDOWN 1
# #define HAVE_MBSTOWCS 1
# #define LOG4CPLUS_HAVE_MBSTOWCS 1
# #define HAVE_WCSTOMBS 1
# #define LOG4CPLUS_HAVE_WCSTOMBS 1
# #define HAVE_VSNPRINTF 1
# #define LOG4CPLUS_HAVE_VSNPRINTF 1
# #define LOG4CPLUS_HAVE_ENAMETOOLONG 1
# #define HAVE_GETADDRINFO 1
# #define LOG4CPLUS_HAVE_GETADDRINFO 1
# #define HAVE_GETHOSTBYNAME_R 1
# #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
# #define LOG4CPLUS_HAVE_GETTID 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
#
# configure: exit 0