>>> Building on exopi-4 under databases/xapian-core BDEPENDS = [archivers/xz] DIST = [databases/xapian-core:xapian-core-1.4.25.tar.xz] FULLPKGNAME = xapian-core-1.4.25 Avoided depends for xz-5.4.5 distfiles size=3205904 >>> Running patch in databases/xapian-core at 1713347555.74 ===> databases/xapian-core ===> Building from scratch xapian-core-1.4.25 ===> xapian-core-1.4.25 depends on: xz->=5.4.0 -> xz-5.4.5 ===> Verifying specs: c m c++ c++abi pthread z ===> found c.100.0 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 z.7.0 ===> Checking files for xapian-core-1.4.25 `/exopi-cvs/ports/distfiles/xapian-core-1.4.25.tar.xz' is up to date. >> (SHA256) xapian-core-1.4.25.tar.xz: OK ===> Extracting for xapian-core-1.4.25 ===> Patching for xapian-core-1.4.25 ===> Applying OpenBSD patch patch-cmake_xapian-config_cmake_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Allow Xapian library to be found by CMake-based KDE ports. | |Index: cmake/xapian-config.cmake.in |--- cmake/xapian-config.cmake.in.orig |+++ cmake/xapian-config.cmake.in -------------------------- Patching file cmake/xapian-config.cmake.in using Plan A... Hunk #1 succeeded at 1. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in databases/xapian-core at 1713347557.51 ===> databases/xapian-core ===> Generating configure for xapian-core-1.4.25 ===> Configuring for xapian-core-1.4.25 Using /exopi-obj/pobj/xapian-core-1.4.25/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/xapian-core-1.4.25/config.site checking for a BSD-compatible install... /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether UID '55' is supported by ustar format... yes checking whether GID '55' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether make supports the include directive... yes (GNU style) checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for ar... (cached) ar checking the archiver (ar) interface... ar checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 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 whether to enable maintainer-specific portions of Makefiles... no checking whether the compiler supports GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether c++ is a working C++ compiler... yes checking whether c++ supports C++11 features by default... yes checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking if -lm is required for maths functions... no checking for c++ options needed to detect all undeclared functions... none needed checking whether log2 is declared... yes checking whether exp10 is declared... no checking whether __exp10 is declared... no checking for __builtin_exp10... no checking if RTTI is supported... yes checking whether __builtin_add_overflow is declared... yes checking whether __builtin_sub_overflow is declared... yes checking whether __builtin_mul_overflow is declared... yes checking whether __builtin_bswap16 is declared... yes checking whether __builtin_bswap32 is declared... yes checking whether __builtin_bswap64 is declared... yes checking whether _byteswap_ushort is declared... no checking whether _byteswap_ulong is declared... no checking whether _byteswap_uint64 is declared... no checking whether __builtin_clz is declared... yes checking whether __builtin_clzl is declared... yes checking whether __builtin_clzll is declared... yes checking whether __builtin_ctz is declared... yes checking whether __builtin_ctzl is declared... yes checking whether __builtin_ctzll is declared... yes checking whether __builtin_expect is declared... yes checking whether __builtin_popcount is declared... yes checking whether __builtin_popcountl is declared... yes checking whether __builtin_popcountll is declared... yes checking whether __popcnt is declared... no checking whether __popcnt64 is declared... no checking whether _addcarry_u32 is declared... no checking whether _addcarry_u64 is declared... no checking whether _subborrow_u32 is declared... no checking whether _subborrow_u64 is declared... no checking for poll... (cached) yes checking for clock_gettime... (cached) yes checking for sleep... (cached) yes checking for nanosleep... (cached) yes checking for gettimeofday... (cached) yes checking for ftime... no checking for sigaction... (cached) yes checking whether sigsetjmp is declared... yes checking whether siglongjmp is declared... yes checking for getrusage... (cached) yes checking for times... (cached) yes checking for sysconf... (cached) yes checking for nftw... yes checking for setenv... (cached) yes checking for _putenv_s... no checking whether _putenv_s is declared... no checking for closefrom... (cached) yes checking for getdirentries... no checking for getrlimit... (cached) yes checking for sys/utsname.h... (cached) yes checking for gethostname... (cached) yes checking for ssize_t... (cached) yes checking for pid_t... (cached) yes checking for mode_t... (cached) yes checking size of short... (cached) 2 checking size of int... 4 checking size of long... 8 checking size of long long... (cached) 8 checking for sys/types.h... (cached) yes checking for 32 bit integer type... int checking for 64 bit integer type... long checking for perl... /usr/bin/perl checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for poll.h... (cached) yes checking for sys/select.h... (cached) yes checking for sysexits.h... yes checking for sys/resource.h... (cached) yes checking for cxxabi.h... yes checking for valgrind... no checking for eatmydata... no checking whether strerror_r is declared... yes checking whether strerror_r returns char *... no checking for sys_errlist and sys_nerr... yes checking for _sys_errlist and _sys_nerr... no checking for strerrordesc_np... no checking for snprintf... snprintf checking whether fdatasync is declared... yes checking for library containing fdatasync... none required checking for fdatasync... yes checking for library containing timer_create... none required checking for timer_create() usability... no checking for zlib.h... (cached) yes checking for library containing zlibVersion... -lz checking for uuid/uuid.h... (cached) false checking for uuid.h... yes checking for uuid_create... yes checking for fork... (cached) yes checking for library containing socketpair... none required checking for library containing getaddrinfo... none required checking for library containing inet_ntop... none required checking for type to use for 5th parameter to getsockopt... socklen_t checking for fsync... (cached) yes checking for posix_fadvise... no checking for ftruncate... (cached) yes checking for pread... (cached) yes checking for any prototype needed for pread... none required checking for pwrite... (cached) yes checking for any prototype needed for pwrite... none required checking for directory separator(s)... / checking for link... (cached) yes checking if c++ -fvisibility=hidden -fvisibility-inlines-hidden works... yes checking for c++ with -Wl,-Bsymbolic-functions in LDFLAGS... yes checking for c++ with -xldscope=symbolic in LDFLAGS... no checking for c++ with -fno-semantic-interposition in LDFLAGS... yes checking whether to use SSE instructions on x86... non-x86 arch (x86_64) checking if _D_FORTIFY_SOURCE=2 links without extra libraries... yes checking for c++ with -fno-math-errno in CXXFLAGS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating tests/Makefile config.status: creating docs/Makefile config.status: creating docs/doxygen_api.conf config.status: creating docs/doxygen_source.conf config.status: creating xapian-core.spec config.status: creating cmake/xapian-config.cmake config.status: creating cmake/xapian-config-version.cmake config.status: creating pkgconfig/xapian-core.pc config.status: creating makemanpage config.status: creating tests/runtest config.status: creating tests/runsrv config.status: creating tests/submitperftest config.status: creating tests/perftest/get_machine_info config.status: creating xapian-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc sed -i 's/^#define HAVE_TIMER_CREATE 1$//' /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/config.h /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DLIBxapian_VERSION=5.2 -DARCH=amd64 -DBASE_PKGPATH=databases/xapian-core -DFLAVOR_EXT= -DFULLPKGNAME=xapian-core-1.4.25 -DHOMEPAGE=https://xapian.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=xapian-core -i -B /exopi-obj/pobj/xapian-core-1.4.25 /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/cmake/xapian-config.cmake.in >>> Running build in databases/xapian-core at 1713347603.74 ===> databases/xapian-core ===> Building for xapian-core-1.4.25 /usr/bin/make all-recursive Making all in . depbase=`echo bin/xapian-delve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian-delve.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-delve.o bin/xapian-delve.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo common/getopt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/getopt.lo -MD -MP -MF $depbase.Tpo -c -o common/getopt.lo common/getopt.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/getopt.lo -MD -MP -MF common/.deps/getopt.Tpo -c common/getopt.cc -fPIC -DPIC -o common/.libs/getopt.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/getopt.lo -MD -MP -MF common/.deps/getopt.Tpo -c common/getopt.cc -o common/getopt.o /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o libgetopt.la common/getopt.lo libtool: link: ar cru .libs/libgetopt.a common/.libs/getopt.o libtool: link: ranlib .libs/libgetopt.a depbase=`echo api/compactor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/compactor.lo -MD -MP -MF $depbase.Tpo -c -o api/compactor.lo api/compactor.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/compactor.lo -MD -MP -MF api/.deps/compactor.Tpo -c api/compactor.cc -fPIC -DPIC -o api/.libs/compactor.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/compactor.lo -MD -MP -MF api/.deps/compactor.Tpo -c api/compactor.cc -o api/compactor.o depbase=`echo api/constinfo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/constinfo.lo -MD -MP -MF $depbase.Tpo -c -o api/constinfo.lo api/constinfo.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/constinfo.lo -MD -MP -MF api/.deps/constinfo.Tpo -c api/constinfo.cc -fPIC -DPIC -o api/.libs/constinfo.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/constinfo.lo -MD -MP -MF api/.deps/constinfo.Tpo -c api/constinfo.cc -o api/constinfo.o depbase=`echo api/decvalwtsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/decvalwtsource.lo -MD -MP -MF $depbase.Tpo -c -o api/decvalwtsource.lo api/decvalwtsource.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/decvalwtsource.lo -MD -MP -MF api/.deps/decvalwtsource.Tpo -c api/decvalwtsource.cc -fPIC -DPIC -o api/.libs/decvalwtsource.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/decvalwtsource.lo -MD -MP -MF api/.deps/decvalwtsource.Tpo -c api/decvalwtsource.cc -o api/decvalwtsource.o depbase=`echo api/documentvaluelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/documentvaluelist.lo -MD -MP -MF $depbase.Tpo -c -o api/documentvaluelist.lo api/documentvaluelist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/documentvaluelist.lo -MD -MP -MF api/.deps/documentvaluelist.Tpo -c api/documentvaluelist.cc -fPIC -DPIC -o api/.libs/documentvaluelist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/documentvaluelist.lo -MD -MP -MF api/.deps/documentvaluelist.Tpo -c api/documentvaluelist.cc -o api/documentvaluelist.o depbase=`echo api/editdistance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/editdistance.lo -MD -MP -MF $depbase.Tpo -c -o api/editdistance.lo api/editdistance.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/editdistance.lo -MD -MP -MF api/.deps/editdistance.Tpo -c api/editdistance.cc -fPIC -DPIC -o api/.libs/editdistance.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/editdistance.lo -MD -MP -MF api/.deps/editdistance.Tpo -c api/editdistance.cc -o api/editdistance.o depbase=`echo api/emptypostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/emptypostlist.lo -MD -MP -MF $depbase.Tpo -c -o api/emptypostlist.lo api/emptypostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/emptypostlist.lo -MD -MP -MF api/.deps/emptypostlist.Tpo -c api/emptypostlist.cc -fPIC -DPIC -o api/.libs/emptypostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/emptypostlist.lo -MD -MP -MF api/.deps/emptypostlist.Tpo -c api/emptypostlist.cc -o api/emptypostlist.o depbase=`echo api/error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/error.lo -MD -MP -MF $depbase.Tpo -c -o api/error.lo api/error.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/error.lo -MD -MP -MF api/.deps/error.Tpo -c api/error.cc -fPIC -DPIC -o api/.libs/error.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/error.lo -MD -MP -MF api/.deps/error.Tpo -c api/error.cc -o api/error.o depbase=`echo api/errorhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/errorhandler.lo -MD -MP -MF $depbase.Tpo -c -o api/errorhandler.lo api/errorhandler.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/errorhandler.lo -MD -MP -MF api/.deps/errorhandler.Tpo -c api/errorhandler.cc -fPIC -DPIC -o api/.libs/errorhandler.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/errorhandler.lo -MD -MP -MF api/.deps/errorhandler.Tpo -c api/errorhandler.cc -o api/errorhandler.o depbase=`echo api/expanddecider.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/expanddecider.lo -MD -MP -MF $depbase.Tpo -c -o api/expanddecider.lo api/expanddecider.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/expanddecider.lo -MD -MP -MF api/.deps/expanddecider.Tpo -c api/expanddecider.cc -fPIC -DPIC -o api/.libs/expanddecider.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/expanddecider.lo -MD -MP -MF api/.deps/expanddecider.Tpo -c api/expanddecider.cc -o api/expanddecider.o depbase=`echo api/keymaker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/keymaker.lo -MD -MP -MF $depbase.Tpo -c -o api/keymaker.lo api/keymaker.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/keymaker.lo -MD -MP -MF api/.deps/keymaker.Tpo -c api/keymaker.cc -fPIC -DPIC -o api/.libs/keymaker.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/keymaker.lo -MD -MP -MF api/.deps/keymaker.Tpo -c api/keymaker.cc -o api/keymaker.o depbase=`echo api/leafpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/leafpostlist.lo -MD -MP -MF $depbase.Tpo -c -o api/leafpostlist.lo api/leafpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/leafpostlist.lo -MD -MP -MF api/.deps/leafpostlist.Tpo -c api/leafpostlist.cc -fPIC -DPIC -o api/.libs/leafpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/leafpostlist.lo -MD -MP -MF api/.deps/leafpostlist.Tpo -c api/leafpostlist.cc -o api/leafpostlist.o depbase=`echo api/matchspy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/matchspy.lo -MD -MP -MF $depbase.Tpo -c -o api/matchspy.lo api/matchspy.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/matchspy.lo -MD -MP -MF api/.deps/matchspy.Tpo -c api/matchspy.cc -fPIC -DPIC -o api/.libs/matchspy.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/matchspy.lo -MD -MP -MF api/.deps/matchspy.Tpo -c api/matchspy.cc -o api/matchspy.o depbase=`echo api/omdatabase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omdatabase.lo -MD -MP -MF $depbase.Tpo -c -o api/omdatabase.lo api/omdatabase.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omdatabase.lo -MD -MP -MF api/.deps/omdatabase.Tpo -c api/omdatabase.cc -fPIC -DPIC -o api/.libs/omdatabase.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omdatabase.lo -MD -MP -MF api/.deps/omdatabase.Tpo -c api/omdatabase.cc -o api/omdatabase.o depbase=`echo api/omdocument.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omdocument.lo -MD -MP -MF $depbase.Tpo -c -o api/omdocument.lo api/omdocument.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omdocument.lo -MD -MP -MF api/.deps/omdocument.Tpo -c api/omdocument.cc -fPIC -DPIC -o api/.libs/omdocument.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omdocument.lo -MD -MP -MF api/.deps/omdocument.Tpo -c api/omdocument.cc -o api/omdocument.o depbase=`echo api/omenquire.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omenquire.lo -MD -MP -MF $depbase.Tpo -c -o api/omenquire.lo api/omenquire.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omenquire.lo -MD -MP -MF api/.deps/omenquire.Tpo -c api/omenquire.cc -fPIC -DPIC -o api/.libs/omenquire.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/omenquire.lo -MD -MP -MF api/.deps/omenquire.Tpo -c api/omenquire.cc -o api/omenquire.o depbase=`echo api/positioniterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/positioniterator.lo -MD -MP -MF $depbase.Tpo -c -o api/positioniterator.lo api/positioniterator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/positioniterator.lo -MD -MP -MF api/.deps/positioniterator.Tpo -c api/positioniterator.cc -fPIC -DPIC -o api/.libs/positioniterator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/positioniterator.lo -MD -MP -MF api/.deps/positioniterator.Tpo -c api/positioniterator.cc -o api/positioniterator.o depbase=`echo api/postingiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postingiterator.lo -MD -MP -MF $depbase.Tpo -c -o api/postingiterator.lo api/postingiterator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postingiterator.lo -MD -MP -MF api/.deps/postingiterator.Tpo -c api/postingiterator.cc -fPIC -DPIC -o api/.libs/postingiterator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postingiterator.lo -MD -MP -MF api/.deps/postingiterator.Tpo -c api/postingiterator.cc -o api/postingiterator.o depbase=`echo api/postingsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postingsource.lo -MD -MP -MF $depbase.Tpo -c -o api/postingsource.lo api/postingsource.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postingsource.lo -MD -MP -MF api/.deps/postingsource.Tpo -c api/postingsource.cc -fPIC -DPIC -o api/.libs/postingsource.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postingsource.lo -MD -MP -MF api/.deps/postingsource.Tpo -c api/postingsource.cc -o api/postingsource.o depbase=`echo api/postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postlist.lo -MD -MP -MF $depbase.Tpo -c -o api/postlist.lo api/postlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postlist.lo -MD -MP -MF api/.deps/postlist.Tpo -c api/postlist.cc -fPIC -DPIC -o api/.libs/postlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/postlist.lo -MD -MP -MF api/.deps/postlist.Tpo -c api/postlist.cc -o api/postlist.o depbase=`echo api/query.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/query.lo -MD -MP -MF $depbase.Tpo -c -o api/query.lo api/query.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/query.lo -MD -MP -MF api/.deps/query.Tpo -c api/query.cc -fPIC -DPIC -o api/.libs/query.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/query.lo -MD -MP -MF api/.deps/query.Tpo -c api/query.cc -o api/query.o depbase=`echo api/queryinternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/queryinternal.lo -MD -MP -MF $depbase.Tpo -c -o api/queryinternal.lo api/queryinternal.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/queryinternal.lo -MD -MP -MF api/.deps/queryinternal.Tpo -c api/queryinternal.cc -fPIC -DPIC -o api/.libs/queryinternal.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/queryinternal.lo -MD -MP -MF api/.deps/queryinternal.Tpo -c api/queryinternal.cc -o api/queryinternal.o depbase=`echo api/registry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/registry.lo -MD -MP -MF $depbase.Tpo -c -o api/registry.lo api/registry.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/registry.lo -MD -MP -MF api/.deps/registry.Tpo -c api/registry.cc -fPIC -DPIC -o api/.libs/registry.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/registry.lo -MD -MP -MF api/.deps/registry.Tpo -c api/registry.cc -o api/registry.o depbase=`echo api/smallvector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/smallvector.lo -MD -MP -MF $depbase.Tpo -c -o api/smallvector.lo api/smallvector.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/smallvector.lo -MD -MP -MF api/.deps/smallvector.Tpo -c api/smallvector.cc -fPIC -DPIC -o api/.libs/smallvector.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/smallvector.lo -MD -MP -MF api/.deps/smallvector.Tpo -c api/smallvector.cc -o api/smallvector.o depbase=`echo api/sortable-serialise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/sortable-serialise.lo -MD -MP -MF $depbase.Tpo -c -o api/sortable-serialise.lo api/sortable-serialise.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/sortable-serialise.lo -MD -MP -MF api/.deps/sortable-serialise.Tpo -c api/sortable-serialise.cc -fPIC -DPIC -o api/.libs/sortable-serialise.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/sortable-serialise.lo -MD -MP -MF api/.deps/sortable-serialise.Tpo -c api/sortable-serialise.cc -o api/sortable-serialise.o depbase=`echo api/termiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/termiterator.lo -MD -MP -MF $depbase.Tpo -c -o api/termiterator.lo api/termiterator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/termiterator.lo -MD -MP -MF api/.deps/termiterator.Tpo -c api/termiterator.cc -fPIC -DPIC -o api/.libs/termiterator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/termiterator.lo -MD -MP -MF api/.deps/termiterator.Tpo -c api/termiterator.cc -o api/termiterator.o depbase=`echo api/termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/termlist.lo -MD -MP -MF $depbase.Tpo -c -o api/termlist.lo api/termlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/termlist.lo -MD -MP -MF api/.deps/termlist.Tpo -c api/termlist.cc -fPIC -DPIC -o api/.libs/termlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/termlist.lo -MD -MP -MF api/.deps/termlist.Tpo -c api/termlist.cc -o api/termlist.o depbase=`echo api/valueiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valueiterator.lo -MD -MP -MF $depbase.Tpo -c -o api/valueiterator.lo api/valueiterator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valueiterator.lo -MD -MP -MF api/.deps/valueiterator.Tpo -c api/valueiterator.cc -fPIC -DPIC -o api/.libs/valueiterator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valueiterator.lo -MD -MP -MF api/.deps/valueiterator.Tpo -c api/valueiterator.cc -o api/valueiterator.o depbase=`echo api/valuerangeproc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valuerangeproc.lo -MD -MP -MF $depbase.Tpo -c -o api/valuerangeproc.lo api/valuerangeproc.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valuerangeproc.lo -MD -MP -MF api/.deps/valuerangeproc.Tpo -c api/valuerangeproc.cc -fPIC -DPIC -o api/.libs/valuerangeproc.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valuerangeproc.lo -MD -MP -MF api/.deps/valuerangeproc.Tpo -c api/valuerangeproc.cc -o api/valuerangeproc.o depbase=`echo api/valuesetmatchdecider.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valuesetmatchdecider.lo -MD -MP -MF $depbase.Tpo -c -o api/valuesetmatchdecider.lo api/valuesetmatchdecider.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valuesetmatchdecider.lo -MD -MP -MF api/.deps/valuesetmatchdecider.Tpo -c api/valuesetmatchdecider.cc -fPIC -DPIC -o api/.libs/valuesetmatchdecider.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/valuesetmatchdecider.lo -MD -MP -MF api/.deps/valuesetmatchdecider.Tpo -c api/valuesetmatchdecider.cc -o api/valuesetmatchdecider.o depbase=`echo api/vectortermlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/vectortermlist.lo -MD -MP -MF $depbase.Tpo -c -o api/vectortermlist.lo api/vectortermlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/vectortermlist.lo -MD -MP -MF api/.deps/vectortermlist.Tpo -c api/vectortermlist.cc -fPIC -DPIC -o api/.libs/vectortermlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/vectortermlist.lo -MD -MP -MF api/.deps/vectortermlist.Tpo -c api/vectortermlist.cc -o api/vectortermlist.o depbase=`echo api/replication.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/replication.lo -MD -MP -MF $depbase.Tpo -c -o api/replication.lo api/replication.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/replication.lo -MD -MP -MF api/.deps/replication.Tpo -c api/replication.cc -fPIC -DPIC -o api/.libs/replication.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/replication.lo -MD -MP -MF api/.deps/replication.Tpo -c api/replication.cc -o api/replication.o depbase=`echo backends/alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/alltermslist.lo backends/alltermslist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/alltermslist.lo -MD -MP -MF backends/.deps/alltermslist.Tpo -c backends/alltermslist.cc -fPIC -DPIC -o backends/.libs/alltermslist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/alltermslist.lo -MD -MP -MF backends/.deps/alltermslist.Tpo -c backends/alltermslist.cc -o backends/alltermslist.o depbase=`echo backends/dbcheck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbcheck.lo -MD -MP -MF $depbase.Tpo -c -o backends/dbcheck.lo backends/dbcheck.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbcheck.lo -MD -MP -MF backends/.deps/dbcheck.Tpo -c backends/dbcheck.cc -fPIC -DPIC -o backends/.libs/dbcheck.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbcheck.lo -MD -MP -MF backends/.deps/dbcheck.Tpo -c backends/dbcheck.cc -o backends/dbcheck.o depbase=`echo backends/database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/database.lo -MD -MP -MF $depbase.Tpo -c -o backends/database.lo backends/database.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/database.lo -MD -MP -MF backends/.deps/database.Tpo -c backends/database.cc -fPIC -DPIC -o backends/.libs/database.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/database.lo -MD -MP -MF backends/.deps/database.Tpo -c backends/database.cc -o backends/database.o depbase=`echo backends/databasehelpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/databasehelpers.lo -MD -MP -MF $depbase.Tpo -c -o backends/databasehelpers.lo backends/databasehelpers.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/databasehelpers.lo -MD -MP -MF backends/.deps/databasehelpers.Tpo -c backends/databasehelpers.cc -fPIC -DPIC -o backends/.libs/databasehelpers.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/databasehelpers.lo -MD -MP -MF backends/.deps/databasehelpers.Tpo -c backends/databasehelpers.cc -o backends/databasehelpers.o depbase=`echo backends/databasereplicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/databasereplicator.lo -MD -MP -MF $depbase.Tpo -c -o backends/databasereplicator.lo backends/databasereplicator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/databasereplicator.lo -MD -MP -MF backends/.deps/databasereplicator.Tpo -c backends/databasereplicator.cc -fPIC -DPIC -o backends/.libs/databasereplicator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/databasereplicator.lo -MD -MP -MF backends/.deps/databasereplicator.Tpo -c backends/databasereplicator.cc -o backends/databasereplicator.o depbase=`echo backends/dbfactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbfactory.lo -MD -MP -MF $depbase.Tpo -c -o backends/dbfactory.lo backends/dbfactory.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbfactory.lo -MD -MP -MF backends/.deps/dbfactory.Tpo -c backends/dbfactory.cc -fPIC -DPIC -o backends/.libs/dbfactory.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbfactory.lo -MD -MP -MF backends/.deps/dbfactory.Tpo -c backends/dbfactory.cc -o backends/dbfactory.o depbase=`echo backends/slowvaluelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/slowvaluelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/slowvaluelist.lo backends/slowvaluelist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/slowvaluelist.lo -MD -MP -MF backends/.deps/slowvaluelist.Tpo -c backends/slowvaluelist.cc -fPIC -DPIC -o backends/.libs/slowvaluelist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/slowvaluelist.lo -MD -MP -MF backends/.deps/slowvaluelist.Tpo -c backends/slowvaluelist.cc -o backends/slowvaluelist.o depbase=`echo backends/uuids.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/uuids.lo -MD -MP -MF $depbase.Tpo -c -o backends/uuids.lo backends/uuids.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/uuids.lo -MD -MP -MF backends/.deps/uuids.Tpo -c backends/uuids.cc -fPIC -DPIC -o backends/.libs/uuids.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/uuids.lo -MD -MP -MF backends/.deps/uuids.Tpo -c backends/uuids.cc -o backends/uuids.o depbase=`echo backends/valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/valuelist.lo backends/valuelist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/valuelist.lo -MD -MP -MF backends/.deps/valuelist.Tpo -c backends/valuelist.cc -fPIC -DPIC -o backends/.libs/valuelist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/valuelist.lo -MD -MP -MF backends/.deps/valuelist.Tpo -c backends/valuelist.cc -o backends/valuelist.o depbase=`echo backends/dbfactory_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbfactory_remote.lo -MD -MP -MF $depbase.Tpo -c -o backends/dbfactory_remote.lo backends/dbfactory_remote.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbfactory_remote.lo -MD -MP -MF backends/.deps/dbfactory_remote.Tpo -c backends/dbfactory_remote.cc -fPIC -DPIC -o backends/.libs/dbfactory_remote.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/dbfactory_remote.lo -MD -MP -MF backends/.deps/dbfactory_remote.Tpo -c backends/dbfactory_remote.cc -o backends/dbfactory_remote.o depbase=`echo backends/contiguousalldocspostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/contiguousalldocspostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/contiguousalldocspostlist.lo backends/contiguousalldocspostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/contiguousalldocspostlist.lo -MD -MP -MF backends/.deps/contiguousalldocspostlist.Tpo -c backends/contiguousalldocspostlist.cc -fPIC -DPIC -o backends/.libs/contiguousalldocspostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/contiguousalldocspostlist.lo -MD -MP -MF backends/.deps/contiguousalldocspostlist.Tpo -c backends/contiguousalldocspostlist.cc -o backends/contiguousalldocspostlist.o depbase=`echo backends/flint_lock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/flint_lock.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint_lock.lo backends/flint_lock.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/flint_lock.lo -MD -MP -MF backends/.deps/flint_lock.Tpo -c backends/flint_lock.cc -fPIC -DPIC -o backends/.libs/flint_lock.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/flint_lock.lo -MD -MP -MF backends/.deps/flint_lock.Tpo -c backends/flint_lock.cc -o backends/flint_lock.o depbase=`echo backends/chert/chert_alldocsmodifiedpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alldocsmodifiedpostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_alldocsmodifiedpostlist.lo backends/chert/chert_alldocsmodifiedpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alldocsmodifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocsmodifiedpostlist.Tpo -c backends/chert/chert_alldocsmodifiedpostlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_alldocsmodifiedpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alldocsmodifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocsmodifiedpostlist.Tpo -c backends/chert/chert_alldocsmodifiedpostlist.cc -o backends/chert/chert_alldocsmodifiedpostlist.o depbase=`echo backends/chert/chert_alldocspostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alldocspostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_alldocspostlist.lo backends/chert/chert_alldocspostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alldocspostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocspostlist.Tpo -c backends/chert/chert_alldocspostlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_alldocspostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alldocspostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocspostlist.Tpo -c backends/chert/chert_alldocspostlist.cc -o backends/chert/chert_alldocspostlist.o depbase=`echo backends/chert/chert_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_alltermslist.lo backends/chert/chert_alltermslist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alltermslist.lo -MD -MP -MF backends/chert/.deps/chert_alltermslist.Tpo -c backends/chert/chert_alltermslist.cc -fPIC -DPIC -o backends/chert/.libs/chert_alltermslist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_alltermslist.lo -MD -MP -MF backends/chert/.deps/chert_alltermslist.Tpo -c backends/chert/chert_alltermslist.cc -o backends/chert/chert_alltermslist.o depbase=`echo backends/chert/chert_btreebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_btreebase.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_btreebase.lo backends/chert/chert_btreebase.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_btreebase.lo -MD -MP -MF backends/chert/.deps/chert_btreebase.Tpo -c backends/chert/chert_btreebase.cc -fPIC -DPIC -o backends/chert/.libs/chert_btreebase.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_btreebase.lo -MD -MP -MF backends/chert/.deps/chert_btreebase.Tpo -c backends/chert/chert_btreebase.cc -o backends/chert/chert_btreebase.o depbase=`echo backends/chert/chert_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_check.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_check.lo backends/chert/chert_check.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_check.lo -MD -MP -MF backends/chert/.deps/chert_check.Tpo -c backends/chert/chert_check.cc -fPIC -DPIC -o backends/chert/.libs/chert_check.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_check.lo -MD -MP -MF backends/chert/.deps/chert_check.Tpo -c backends/chert/chert_check.cc -o backends/chert/chert_check.o depbase=`echo backends/chert/chert_compact.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_compact.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_compact.lo backends/chert/chert_compact.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_compact.lo -MD -MP -MF backends/chert/.deps/chert_compact.Tpo -c backends/chert/chert_compact.cc -fPIC -DPIC -o backends/chert/.libs/chert_compact.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_compact.lo -MD -MP -MF backends/chert/.deps/chert_compact.Tpo -c backends/chert/chert_compact.cc -o backends/chert/chert_compact.o depbase=`echo backends/chert/chert_cursor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_cursor.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_cursor.lo backends/chert/chert_cursor.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_cursor.lo -MD -MP -MF backends/chert/.deps/chert_cursor.Tpo -c backends/chert/chert_cursor.cc -fPIC -DPIC -o backends/chert/.libs/chert_cursor.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_cursor.lo -MD -MP -MF backends/chert/.deps/chert_cursor.Tpo -c backends/chert/chert_cursor.cc -o backends/chert/chert_cursor.o depbase=`echo backends/chert/chert_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_database.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_database.lo backends/chert/chert_database.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_database.lo -MD -MP -MF backends/chert/.deps/chert_database.Tpo -c backends/chert/chert_database.cc -fPIC -DPIC -o backends/chert/.libs/chert_database.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_database.lo -MD -MP -MF backends/chert/.deps/chert_database.Tpo -c backends/chert/chert_database.cc -o backends/chert/chert_database.o depbase=`echo backends/chert/chert_dbcheck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_dbcheck.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_dbcheck.lo backends/chert/chert_dbcheck.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_dbcheck.lo -MD -MP -MF backends/chert/.deps/chert_dbcheck.Tpo -c backends/chert/chert_dbcheck.cc -fPIC -DPIC -o backends/chert/.libs/chert_dbcheck.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_dbcheck.lo -MD -MP -MF backends/chert/.deps/chert_dbcheck.Tpo -c backends/chert/chert_dbcheck.cc -o backends/chert/chert_dbcheck.o depbase=`echo backends/chert/chert_dbstats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_dbstats.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_dbstats.lo backends/chert/chert_dbstats.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_dbstats.lo -MD -MP -MF backends/chert/.deps/chert_dbstats.Tpo -c backends/chert/chert_dbstats.cc -fPIC -DPIC -o backends/chert/.libs/chert_dbstats.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_dbstats.lo -MD -MP -MF backends/chert/.deps/chert_dbstats.Tpo -c backends/chert/chert_dbstats.cc -o backends/chert/chert_dbstats.o depbase=`echo backends/chert/chert_document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_document.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_document.lo backends/chert/chert_document.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_document.lo -MD -MP -MF backends/chert/.deps/chert_document.Tpo -c backends/chert/chert_document.cc -fPIC -DPIC -o backends/chert/.libs/chert_document.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_document.lo -MD -MP -MF backends/chert/.deps/chert_document.Tpo -c backends/chert/chert_document.cc -o backends/chert/chert_document.o depbase=`echo backends/chert/chert_metadata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_metadata.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_metadata.lo backends/chert/chert_metadata.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_metadata.lo -MD -MP -MF backends/chert/.deps/chert_metadata.Tpo -c backends/chert/chert_metadata.cc -fPIC -DPIC -o backends/chert/.libs/chert_metadata.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_metadata.lo -MD -MP -MF backends/chert/.deps/chert_metadata.Tpo -c backends/chert/chert_metadata.cc -o backends/chert/chert_metadata.o depbase=`echo backends/chert/chert_modifiedpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_modifiedpostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_modifiedpostlist.lo backends/chert/chert_modifiedpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_modifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_modifiedpostlist.Tpo -c backends/chert/chert_modifiedpostlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_modifiedpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_modifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_modifiedpostlist.Tpo -c backends/chert/chert_modifiedpostlist.cc -o backends/chert/chert_modifiedpostlist.o depbase=`echo backends/chert/chert_positionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_positionlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_positionlist.lo backends/chert/chert_positionlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_positionlist.lo -MD -MP -MF backends/chert/.deps/chert_positionlist.Tpo -c backends/chert/chert_positionlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_positionlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_positionlist.lo -MD -MP -MF backends/chert/.deps/chert_positionlist.Tpo -c backends/chert/chert_positionlist.cc -o backends/chert/chert_positionlist.o depbase=`echo backends/chert/chert_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_postlist.lo backends/chert/chert_postlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_postlist.lo -MD -MP -MF backends/chert/.deps/chert_postlist.Tpo -c backends/chert/chert_postlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_postlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_postlist.lo -MD -MP -MF backends/chert/.deps/chert_postlist.Tpo -c backends/chert/chert_postlist.cc -o backends/chert/chert_postlist.o depbase=`echo backends/chert/chert_record.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_record.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_record.lo backends/chert/chert_record.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_record.lo -MD -MP -MF backends/chert/.deps/chert_record.Tpo -c backends/chert/chert_record.cc -fPIC -DPIC -o backends/chert/.libs/chert_record.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_record.lo -MD -MP -MF backends/chert/.deps/chert_record.Tpo -c backends/chert/chert_record.cc -o backends/chert/chert_record.o depbase=`echo backends/chert/chert_spelling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_spelling.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_spelling.lo backends/chert/chert_spelling.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_spelling.lo -MD -MP -MF backends/chert/.deps/chert_spelling.Tpo -c backends/chert/chert_spelling.cc -fPIC -DPIC -o backends/chert/.libs/chert_spelling.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_spelling.lo -MD -MP -MF backends/chert/.deps/chert_spelling.Tpo -c backends/chert/chert_spelling.cc -o backends/chert/chert_spelling.o depbase=`echo backends/chert/chert_spellingwordslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_spellingwordslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_spellingwordslist.lo backends/chert/chert_spellingwordslist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_spellingwordslist.lo -MD -MP -MF backends/chert/.deps/chert_spellingwordslist.Tpo -c backends/chert/chert_spellingwordslist.cc -fPIC -DPIC -o backends/chert/.libs/chert_spellingwordslist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_spellingwordslist.lo -MD -MP -MF backends/chert/.deps/chert_spellingwordslist.Tpo -c backends/chert/chert_spellingwordslist.cc -o backends/chert/chert_spellingwordslist.o depbase=`echo backends/chert/chert_synonym.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_synonym.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_synonym.lo backends/chert/chert_synonym.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_synonym.lo -MD -MP -MF backends/chert/.deps/chert_synonym.Tpo -c backends/chert/chert_synonym.cc -fPIC -DPIC -o backends/chert/.libs/chert_synonym.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_synonym.lo -MD -MP -MF backends/chert/.deps/chert_synonym.Tpo -c backends/chert/chert_synonym.cc -o backends/chert/chert_synonym.o depbase=`echo backends/chert/chert_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_table.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_table.lo backends/chert/chert_table.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_table.lo -MD -MP -MF backends/chert/.deps/chert_table.Tpo -c backends/chert/chert_table.cc -fPIC -DPIC -o backends/chert/.libs/chert_table.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_table.lo -MD -MP -MF backends/chert/.deps/chert_table.Tpo -c backends/chert/chert_table.cc -o backends/chert/chert_table.o depbase=`echo backends/chert/chert_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_termlist.lo backends/chert/chert_termlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_termlist.lo -MD -MP -MF backends/chert/.deps/chert_termlist.Tpo -c backends/chert/chert_termlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_termlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_termlist.lo -MD -MP -MF backends/chert/.deps/chert_termlist.Tpo -c backends/chert/chert_termlist.cc -o backends/chert/chert_termlist.o depbase=`echo backends/chert/chert_termlisttable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_termlisttable.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_termlisttable.lo backends/chert/chert_termlisttable.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_termlisttable.lo -MD -MP -MF backends/chert/.deps/chert_termlisttable.Tpo -c backends/chert/chert_termlisttable.cc -fPIC -DPIC -o backends/chert/.libs/chert_termlisttable.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_termlisttable.lo -MD -MP -MF backends/chert/.deps/chert_termlisttable.Tpo -c backends/chert/chert_termlisttable.cc -o backends/chert/chert_termlisttable.o depbase=`echo backends/chert/chert_valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_valuelist.lo backends/chert/chert_valuelist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_valuelist.lo -MD -MP -MF backends/chert/.deps/chert_valuelist.Tpo -c backends/chert/chert_valuelist.cc -fPIC -DPIC -o backends/chert/.libs/chert_valuelist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_valuelist.lo -MD -MP -MF backends/chert/.deps/chert_valuelist.Tpo -c backends/chert/chert_valuelist.cc -o backends/chert/chert_valuelist.o depbase=`echo backends/chert/chert_values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_values.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_values.lo backends/chert/chert_values.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_values.lo -MD -MP -MF backends/chert/.deps/chert_values.Tpo -c backends/chert/chert_values.cc -fPIC -DPIC -o backends/chert/.libs/chert_values.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_values.lo -MD -MP -MF backends/chert/.deps/chert_values.Tpo -c backends/chert/chert_values.cc -o backends/chert/chert_values.o depbase=`echo backends/chert/chert_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_version.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_version.lo backends/chert/chert_version.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_version.lo -MD -MP -MF backends/chert/.deps/chert_version.Tpo -c backends/chert/chert_version.cc -fPIC -DPIC -o backends/chert/.libs/chert_version.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_version.lo -MD -MP -MF backends/chert/.deps/chert_version.Tpo -c backends/chert/chert_version.cc -o backends/chert/chert_version.o depbase=`echo backends/chert/chert_databasereplicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_databasereplicator.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_databasereplicator.lo backends/chert/chert_databasereplicator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_databasereplicator.lo -MD -MP -MF backends/chert/.deps/chert_databasereplicator.Tpo -c backends/chert/chert_databasereplicator.cc -fPIC -DPIC -o backends/chert/.libs/chert_databasereplicator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/chert/chert_databasereplicator.lo -MD -MP -MF backends/chert/.deps/chert_databasereplicator.Tpo -c backends/chert/chert_databasereplicator.cc -o backends/chert/chert_databasereplicator.o depbase=`echo backends/glass/glass_alldocspostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_alldocspostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_alldocspostlist.lo backends/glass/glass_alldocspostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_alldocspostlist.lo -MD -MP -MF backends/glass/.deps/glass_alldocspostlist.Tpo -c backends/glass/glass_alldocspostlist.cc -fPIC -DPIC -o backends/glass/.libs/glass_alldocspostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_alldocspostlist.lo -MD -MP -MF backends/glass/.deps/glass_alldocspostlist.Tpo -c backends/glass/glass_alldocspostlist.cc -o backends/glass/glass_alldocspostlist.o depbase=`echo backends/glass/glass_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_alltermslist.lo backends/glass/glass_alltermslist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_alltermslist.lo -MD -MP -MF backends/glass/.deps/glass_alltermslist.Tpo -c backends/glass/glass_alltermslist.cc -fPIC -DPIC -o backends/glass/.libs/glass_alltermslist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_alltermslist.lo -MD -MP -MF backends/glass/.deps/glass_alltermslist.Tpo -c backends/glass/glass_alltermslist.cc -o backends/glass/glass_alltermslist.o depbase=`echo backends/glass/glass_changes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_changes.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_changes.lo backends/glass/glass_changes.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_changes.lo -MD -MP -MF backends/glass/.deps/glass_changes.Tpo -c backends/glass/glass_changes.cc -fPIC -DPIC -o backends/glass/.libs/glass_changes.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_changes.lo -MD -MP -MF backends/glass/.deps/glass_changes.Tpo -c backends/glass/glass_changes.cc -o backends/glass/glass_changes.o depbase=`echo backends/glass/glass_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_check.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_check.lo backends/glass/glass_check.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_check.lo -MD -MP -MF backends/glass/.deps/glass_check.Tpo -c backends/glass/glass_check.cc -fPIC -DPIC -o backends/glass/.libs/glass_check.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_check.lo -MD -MP -MF backends/glass/.deps/glass_check.Tpo -c backends/glass/glass_check.cc -o backends/glass/glass_check.o depbase=`echo backends/glass/glass_compact.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_compact.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_compact.lo backends/glass/glass_compact.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_compact.lo -MD -MP -MF backends/glass/.deps/glass_compact.Tpo -c backends/glass/glass_compact.cc -fPIC -DPIC -o backends/glass/.libs/glass_compact.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_compact.lo -MD -MP -MF backends/glass/.deps/glass_compact.Tpo -c backends/glass/glass_compact.cc -o backends/glass/glass_compact.o depbase=`echo backends/glass/glass_cursor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_cursor.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_cursor.lo backends/glass/glass_cursor.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_cursor.lo -MD -MP -MF backends/glass/.deps/glass_cursor.Tpo -c backends/glass/glass_cursor.cc -fPIC -DPIC -o backends/glass/.libs/glass_cursor.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_cursor.lo -MD -MP -MF backends/glass/.deps/glass_cursor.Tpo -c backends/glass/glass_cursor.cc -o backends/glass/glass_cursor.o depbase=`echo backends/glass/glass_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_database.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_database.lo backends/glass/glass_database.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_database.lo -MD -MP -MF backends/glass/.deps/glass_database.Tpo -c backends/glass/glass_database.cc -fPIC -DPIC -o backends/glass/.libs/glass_database.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_database.lo -MD -MP -MF backends/glass/.deps/glass_database.Tpo -c backends/glass/glass_database.cc -o backends/glass/glass_database.o depbase=`echo backends/glass/glass_dbcheck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_dbcheck.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_dbcheck.lo backends/glass/glass_dbcheck.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_dbcheck.lo -MD -MP -MF backends/glass/.deps/glass_dbcheck.Tpo -c backends/glass/glass_dbcheck.cc -fPIC -DPIC -o backends/glass/.libs/glass_dbcheck.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_dbcheck.lo -MD -MP -MF backends/glass/.deps/glass_dbcheck.Tpo -c backends/glass/glass_dbcheck.cc -o backends/glass/glass_dbcheck.o depbase=`echo backends/glass/glass_document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_document.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_document.lo backends/glass/glass_document.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_document.lo -MD -MP -MF backends/glass/.deps/glass_document.Tpo -c backends/glass/glass_document.cc -fPIC -DPIC -o backends/glass/.libs/glass_document.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_document.lo -MD -MP -MF backends/glass/.deps/glass_document.Tpo -c backends/glass/glass_document.cc -o backends/glass/glass_document.o depbase=`echo backends/glass/glass_freelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_freelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_freelist.lo backends/glass/glass_freelist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_freelist.lo -MD -MP -MF backends/glass/.deps/glass_freelist.Tpo -c backends/glass/glass_freelist.cc -fPIC -DPIC -o backends/glass/.libs/glass_freelist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_freelist.lo -MD -MP -MF backends/glass/.deps/glass_freelist.Tpo -c backends/glass/glass_freelist.cc -o backends/glass/glass_freelist.o depbase=`echo backends/glass/glass_inverter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_inverter.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_inverter.lo backends/glass/glass_inverter.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_inverter.lo -MD -MP -MF backends/glass/.deps/glass_inverter.Tpo -c backends/glass/glass_inverter.cc -fPIC -DPIC -o backends/glass/.libs/glass_inverter.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_inverter.lo -MD -MP -MF backends/glass/.deps/glass_inverter.Tpo -c backends/glass/glass_inverter.cc -o backends/glass/glass_inverter.o depbase=`echo backends/glass/glass_metadata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_metadata.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_metadata.lo backends/glass/glass_metadata.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_metadata.lo -MD -MP -MF backends/glass/.deps/glass_metadata.Tpo -c backends/glass/glass_metadata.cc -fPIC -DPIC -o backends/glass/.libs/glass_metadata.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_metadata.lo -MD -MP -MF backends/glass/.deps/glass_metadata.Tpo -c backends/glass/glass_metadata.cc -o backends/glass/glass_metadata.o depbase=`echo backends/glass/glass_positionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_positionlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_positionlist.lo backends/glass/glass_positionlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_positionlist.lo -MD -MP -MF backends/glass/.deps/glass_positionlist.Tpo -c backends/glass/glass_positionlist.cc -fPIC -DPIC -o backends/glass/.libs/glass_positionlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_positionlist.lo -MD -MP -MF backends/glass/.deps/glass_positionlist.Tpo -c backends/glass/glass_positionlist.cc -o backends/glass/glass_positionlist.o depbase=`echo backends/glass/glass_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_postlist.lo backends/glass/glass_postlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_postlist.lo -MD -MP -MF backends/glass/.deps/glass_postlist.Tpo -c backends/glass/glass_postlist.cc -fPIC -DPIC -o backends/glass/.libs/glass_postlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_postlist.lo -MD -MP -MF backends/glass/.deps/glass_postlist.Tpo -c backends/glass/glass_postlist.cc -o backends/glass/glass_postlist.o depbase=`echo backends/glass/glass_spelling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_spelling.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_spelling.lo backends/glass/glass_spelling.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_spelling.lo -MD -MP -MF backends/glass/.deps/glass_spelling.Tpo -c backends/glass/glass_spelling.cc -fPIC -DPIC -o backends/glass/.libs/glass_spelling.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_spelling.lo -MD -MP -MF backends/glass/.deps/glass_spelling.Tpo -c backends/glass/glass_spelling.cc -o backends/glass/glass_spelling.o depbase=`echo backends/glass/glass_spellingwordslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_spellingwordslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_spellingwordslist.lo backends/glass/glass_spellingwordslist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_spellingwordslist.lo -MD -MP -MF backends/glass/.deps/glass_spellingwordslist.Tpo -c backends/glass/glass_spellingwordslist.cc -fPIC -DPIC -o backends/glass/.libs/glass_spellingwordslist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_spellingwordslist.lo -MD -MP -MF backends/glass/.deps/glass_spellingwordslist.Tpo -c backends/glass/glass_spellingwordslist.cc -o backends/glass/glass_spellingwordslist.o depbase=`echo backends/glass/glass_synonym.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_synonym.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_synonym.lo backends/glass/glass_synonym.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_synonym.lo -MD -MP -MF backends/glass/.deps/glass_synonym.Tpo -c backends/glass/glass_synonym.cc -fPIC -DPIC -o backends/glass/.libs/glass_synonym.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_synonym.lo -MD -MP -MF backends/glass/.deps/glass_synonym.Tpo -c backends/glass/glass_synonym.cc -o backends/glass/glass_synonym.o depbase=`echo backends/glass/glass_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_table.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_table.lo backends/glass/glass_table.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_table.lo -MD -MP -MF backends/glass/.deps/glass_table.Tpo -c backends/glass/glass_table.cc -fPIC -DPIC -o backends/glass/.libs/glass_table.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_table.lo -MD -MP -MF backends/glass/.deps/glass_table.Tpo -c backends/glass/glass_table.cc -o backends/glass/glass_table.o depbase=`echo backends/glass/glass_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_termlist.lo backends/glass/glass_termlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_termlist.lo -MD -MP -MF backends/glass/.deps/glass_termlist.Tpo -c backends/glass/glass_termlist.cc -fPIC -DPIC -o backends/glass/.libs/glass_termlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_termlist.lo -MD -MP -MF backends/glass/.deps/glass_termlist.Tpo -c backends/glass/glass_termlist.cc -o backends/glass/glass_termlist.o depbase=`echo backends/glass/glass_termlisttable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_termlisttable.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_termlisttable.lo backends/glass/glass_termlisttable.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_termlisttable.lo -MD -MP -MF backends/glass/.deps/glass_termlisttable.Tpo -c backends/glass/glass_termlisttable.cc -fPIC -DPIC -o backends/glass/.libs/glass_termlisttable.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_termlisttable.lo -MD -MP -MF backends/glass/.deps/glass_termlisttable.Tpo -c backends/glass/glass_termlisttable.cc -o backends/glass/glass_termlisttable.o depbase=`echo backends/glass/glass_valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_valuelist.lo backends/glass/glass_valuelist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_valuelist.lo -MD -MP -MF backends/glass/.deps/glass_valuelist.Tpo -c backends/glass/glass_valuelist.cc -fPIC -DPIC -o backends/glass/.libs/glass_valuelist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_valuelist.lo -MD -MP -MF backends/glass/.deps/glass_valuelist.Tpo -c backends/glass/glass_valuelist.cc -o backends/glass/glass_valuelist.o depbase=`echo backends/glass/glass_values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_values.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_values.lo backends/glass/glass_values.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_values.lo -MD -MP -MF backends/glass/.deps/glass_values.Tpo -c backends/glass/glass_values.cc -fPIC -DPIC -o backends/glass/.libs/glass_values.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_values.lo -MD -MP -MF backends/glass/.deps/glass_values.Tpo -c backends/glass/glass_values.cc -o backends/glass/glass_values.o depbase=`echo backends/glass/glass_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_version.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_version.lo backends/glass/glass_version.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_version.lo -MD -MP -MF backends/glass/.deps/glass_version.Tpo -c backends/glass/glass_version.cc -fPIC -DPIC -o backends/glass/.libs/glass_version.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_version.lo -MD -MP -MF backends/glass/.deps/glass_version.Tpo -c backends/glass/glass_version.cc -o backends/glass/glass_version.o depbase=`echo backends/glass/glass_databasereplicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_databasereplicator.lo -MD -MP -MF $depbase.Tpo -c -o backends/glass/glass_databasereplicator.lo backends/glass/glass_databasereplicator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_databasereplicator.lo -MD -MP -MF backends/glass/.deps/glass_databasereplicator.Tpo -c backends/glass/glass_databasereplicator.cc -fPIC -DPIC -o backends/glass/.libs/glass_databasereplicator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/glass_databasereplicator.lo -MD -MP -MF backends/glass/.deps/glass_databasereplicator.Tpo -c backends/glass/glass_databasereplicator.cc -o backends/glass/glass_databasereplicator.o depbase=`echo backends/inmemory/inmemory_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_alltermslist.lo backends/inmemory/inmemory_alltermslist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_alltermslist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_alltermslist.Tpo -c backends/inmemory/inmemory_alltermslist.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_alltermslist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_alltermslist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_alltermslist.Tpo -c backends/inmemory/inmemory_alltermslist.cc -o backends/inmemory/inmemory_alltermslist.o depbase=`echo backends/inmemory/inmemory_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_database.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_database.lo backends/inmemory/inmemory_database.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_database.lo -MD -MP -MF backends/inmemory/.deps/inmemory_database.Tpo -c backends/inmemory/inmemory_database.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_database.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_database.lo -MD -MP -MF backends/inmemory/.deps/inmemory_database.Tpo -c backends/inmemory/inmemory_database.cc -o backends/inmemory/inmemory_database.o depbase=`echo backends/inmemory/inmemory_document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_document.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_document.lo backends/inmemory/inmemory_document.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_document.lo -MD -MP -MF backends/inmemory/.deps/inmemory_document.Tpo -c backends/inmemory/inmemory_document.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_document.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_document.lo -MD -MP -MF backends/inmemory/.deps/inmemory_document.Tpo -c backends/inmemory/inmemory_document.cc -o backends/inmemory/inmemory_document.o depbase=`echo backends/inmemory/inmemory_positionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_positionlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_positionlist.lo backends/inmemory/inmemory_positionlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_positionlist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_positionlist.Tpo -c backends/inmemory/inmemory_positionlist.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_positionlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/inmemory/inmemory_positionlist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_positionlist.Tpo -c backends/inmemory/inmemory_positionlist.cc -o backends/inmemory/inmemory_positionlist.o depbase=`echo backends/multi/multi_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_alltermslist.lo backends/multi/multi_alltermslist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_alltermslist.lo -MD -MP -MF backends/multi/.deps/multi_alltermslist.Tpo -c backends/multi/multi_alltermslist.cc -fPIC -DPIC -o backends/multi/.libs/multi_alltermslist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_alltermslist.lo -MD -MP -MF backends/multi/.deps/multi_alltermslist.Tpo -c backends/multi/multi_alltermslist.cc -o backends/multi/multi_alltermslist.o depbase=`echo backends/multi/multi_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_postlist.lo backends/multi/multi_postlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_postlist.lo -MD -MP -MF backends/multi/.deps/multi_postlist.Tpo -c backends/multi/multi_postlist.cc -fPIC -DPIC -o backends/multi/.libs/multi_postlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_postlist.lo -MD -MP -MF backends/multi/.deps/multi_postlist.Tpo -c backends/multi/multi_postlist.cc -o backends/multi/multi_postlist.o depbase=`echo backends/multi/multi_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_termlist.lo backends/multi/multi_termlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_termlist.lo -MD -MP -MF backends/multi/.deps/multi_termlist.Tpo -c backends/multi/multi_termlist.cc -fPIC -DPIC -o backends/multi/.libs/multi_termlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_termlist.lo -MD -MP -MF backends/multi/.deps/multi_termlist.Tpo -c backends/multi/multi_termlist.cc -o backends/multi/multi_termlist.o depbase=`echo backends/multi/multi_valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_valuelist.lo backends/multi/multi_valuelist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_valuelist.lo -MD -MP -MF backends/multi/.deps/multi_valuelist.Tpo -c backends/multi/multi_valuelist.cc -fPIC -DPIC -o backends/multi/.libs/multi_valuelist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/multi/multi_valuelist.lo -MD -MP -MF backends/multi/.deps/multi_valuelist.Tpo -c backends/multi/multi_valuelist.cc -o backends/multi/multi_valuelist.o depbase=`echo backends/remote/remote-document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/remote-document.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/remote-document.lo backends/remote/remote-document.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/remote-document.lo -MD -MP -MF backends/remote/.deps/remote-document.Tpo -c backends/remote/remote-document.cc -fPIC -DPIC -o backends/remote/.libs/remote-document.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/remote-document.lo -MD -MP -MF backends/remote/.deps/remote-document.Tpo -c backends/remote/remote-document.cc -o backends/remote/remote-document.o depbase=`echo backends/remote/net_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/net_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/net_postlist.lo backends/remote/net_postlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/net_postlist.lo -MD -MP -MF backends/remote/.deps/net_postlist.Tpo -c backends/remote/net_postlist.cc -fPIC -DPIC -o backends/remote/.libs/net_postlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/net_postlist.lo -MD -MP -MF backends/remote/.deps/net_postlist.Tpo -c backends/remote/net_postlist.cc -o backends/remote/net_postlist.o depbase=`echo backends/remote/net_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/net_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/net_termlist.lo backends/remote/net_termlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/net_termlist.lo -MD -MP -MF backends/remote/.deps/net_termlist.Tpo -c backends/remote/net_termlist.cc -fPIC -DPIC -o backends/remote/.libs/net_termlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/net_termlist.lo -MD -MP -MF backends/remote/.deps/net_termlist.Tpo -c backends/remote/net_termlist.cc -o backends/remote/net_termlist.o depbase=`echo backends/remote/remote-database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/remote-database.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/remote-database.lo backends/remote/remote-database.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/remote-database.lo -MD -MP -MF backends/remote/.deps/remote-database.Tpo -c backends/remote/remote-database.cc -fPIC -DPIC -o backends/remote/.libs/remote-database.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/remote/remote-database.lo -MD -MP -MF backends/remote/.deps/remote-database.Tpo -c backends/remote/remote-database.cc -o backends/remote/remote-database.o depbase=`echo common/bitstream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bitstream.lo -MD -MP -MF $depbase.Tpo -c -o common/bitstream.lo common/bitstream.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bitstream.lo -MD -MP -MF common/.deps/bitstream.Tpo -c common/bitstream.cc -fPIC -DPIC -o common/.libs/bitstream.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bitstream.lo -MD -MP -MF common/.deps/bitstream.Tpo -c common/bitstream.cc -o common/bitstream.o depbase=`echo common/closefrom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/closefrom.lo -MD -MP -MF $depbase.Tpo -c -o common/closefrom.lo common/closefrom.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/closefrom.lo -MD -MP -MF common/.deps/closefrom.Tpo -c common/closefrom.cc -fPIC -DPIC -o common/.libs/closefrom.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/closefrom.lo -MD -MP -MF common/.deps/closefrom.Tpo -c common/closefrom.cc -o common/closefrom.o depbase=`echo common/debuglog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/debuglog.lo -MD -MP -MF $depbase.Tpo -c -o common/debuglog.lo common/debuglog.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/debuglog.lo -MD -MP -MF common/.deps/debuglog.Tpo -c common/debuglog.cc -fPIC -DPIC -o common/.libs/debuglog.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/debuglog.lo -MD -MP -MF common/.deps/debuglog.Tpo -c common/debuglog.cc -o common/debuglog.o depbase=`echo common/errno_to_string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/errno_to_string.lo -MD -MP -MF $depbase.Tpo -c -o common/errno_to_string.lo common/errno_to_string.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/errno_to_string.lo -MD -MP -MF common/.deps/errno_to_string.Tpo -c common/errno_to_string.cc -fPIC -DPIC -o common/.libs/errno_to_string.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/errno_to_string.lo -MD -MP -MF common/.deps/errno_to_string.Tpo -c common/errno_to_string.cc -o common/errno_to_string.o depbase=`echo common/fileutils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/fileutils.lo -MD -MP -MF $depbase.Tpo -c -o common/fileutils.lo common/fileutils.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/fileutils.lo -MD -MP -MF common/.deps/fileutils.Tpo -c common/fileutils.cc -fPIC -DPIC -o common/.libs/fileutils.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/fileutils.lo -MD -MP -MF common/.deps/fileutils.Tpo -c common/fileutils.cc -o common/fileutils.o depbase=`echo common/io_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/io_utils.lo -MD -MP -MF $depbase.Tpo -c -o common/io_utils.lo common/io_utils.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/io_utils.lo -MD -MP -MF common/.deps/io_utils.Tpo -c common/io_utils.cc -fPIC -DPIC -o common/.libs/io_utils.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/io_utils.lo -MD -MP -MF common/.deps/io_utils.Tpo -c common/io_utils.cc -o common/io_utils.o depbase=`echo common/keyword.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/keyword.lo -MD -MP -MF $depbase.Tpo -c -o common/keyword.lo common/keyword.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/keyword.lo -MD -MP -MF common/.deps/keyword.Tpo -c common/keyword.cc -fPIC -DPIC -o common/.libs/keyword.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/keyword.lo -MD -MP -MF common/.deps/keyword.Tpo -c common/keyword.cc -o common/keyword.o depbase=`echo common/msvc_dirent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/msvc_dirent.lo -MD -MP -MF $depbase.Tpo -c -o common/msvc_dirent.lo common/msvc_dirent.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/msvc_dirent.lo -MD -MP -MF common/.deps/msvc_dirent.Tpo -c common/msvc_dirent.cc -fPIC -DPIC -o common/.libs/msvc_dirent.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/msvc_dirent.lo -MD -MP -MF common/.deps/msvc_dirent.Tpo -c common/msvc_dirent.cc -o common/msvc_dirent.o depbase=`echo common/omassert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/omassert.lo -MD -MP -MF $depbase.Tpo -c -o common/omassert.lo common/omassert.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/omassert.lo -MD -MP -MF common/.deps/omassert.Tpo -c common/omassert.cc -fPIC -DPIC -o common/.libs/omassert.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/omassert.lo -MD -MP -MF common/.deps/omassert.Tpo -c common/omassert.cc -o common/omassert.o depbase=`echo common/posixy_wrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/posixy_wrapper.lo -MD -MP -MF $depbase.Tpo -c -o common/posixy_wrapper.lo common/posixy_wrapper.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/posixy_wrapper.lo -MD -MP -MF common/.deps/posixy_wrapper.Tpo -c common/posixy_wrapper.cc -fPIC -DPIC -o common/.libs/posixy_wrapper.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/posixy_wrapper.lo -MD -MP -MF common/.deps/posixy_wrapper.Tpo -c common/posixy_wrapper.cc -o common/posixy_wrapper.o depbase=`echo common/replicate_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/replicate_utils.lo -MD -MP -MF $depbase.Tpo -c -o common/replicate_utils.lo common/replicate_utils.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/replicate_utils.lo -MD -MP -MF common/.deps/replicate_utils.Tpo -c common/replicate_utils.cc -fPIC -DPIC -o common/.libs/replicate_utils.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/replicate_utils.lo -MD -MP -MF common/.deps/replicate_utils.Tpo -c common/replicate_utils.cc -o common/replicate_utils.o depbase=`echo common/safe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/safe.lo -MD -MP -MF $depbase.Tpo -c -o common/safe.lo common/safe.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/safe.lo -MD -MP -MF common/.deps/safe.Tpo -c common/safe.cc -fPIC -DPIC -o common/.libs/safe.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/safe.lo -MD -MP -MF common/.deps/safe.Tpo -c common/safe.cc -o common/safe.o depbase=`echo common/serialise-double.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/serialise-double.lo -MD -MP -MF $depbase.Tpo -c -o common/serialise-double.lo common/serialise-double.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/serialise-double.lo -MD -MP -MF common/.deps/serialise-double.Tpo -c common/serialise-double.cc -fPIC -DPIC -o common/.libs/serialise-double.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/serialise-double.lo -MD -MP -MF common/.deps/serialise-double.Tpo -c common/serialise-double.cc -o common/serialise-double.o depbase=`echo common/str.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/str.lo -MD -MP -MF $depbase.Tpo -c -o common/str.lo common/str.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/str.lo -MD -MP -MF common/.deps/str.Tpo -c common/str.cc -fPIC -DPIC -o common/.libs/str.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/str.lo -MD -MP -MF common/.deps/str.Tpo -c common/str.cc -o common/str.o depbase=`echo common/compression_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/compression_stream.lo -MD -MP -MF $depbase.Tpo -c -o common/compression_stream.lo common/compression_stream.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/compression_stream.lo -MD -MP -MF common/.deps/compression_stream.Tpo -c common/compression_stream.cc -fPIC -DPIC -o common/.libs/compression_stream.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/compression_stream.lo -MD -MP -MF common/.deps/compression_stream.Tpo -c common/compression_stream.cc -o common/compression_stream.o depbase=`echo common/socket_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/socket_utils.lo -MD -MP -MF $depbase.Tpo -c -o common/socket_utils.lo common/socket_utils.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/socket_utils.lo -MD -MP -MF common/.deps/socket_utils.Tpo -c common/socket_utils.cc -fPIC -DPIC -o common/.libs/socket_utils.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/socket_utils.lo -MD -MP -MF common/.deps/socket_utils.Tpo -c common/socket_utils.cc -o common/socket_utils.o depbase=`echo expand/bo1eweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/bo1eweight.lo -MD -MP -MF $depbase.Tpo -c -o expand/bo1eweight.lo expand/bo1eweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/bo1eweight.lo -MD -MP -MF expand/.deps/bo1eweight.Tpo -c expand/bo1eweight.cc -fPIC -DPIC -o expand/.libs/bo1eweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/bo1eweight.lo -MD -MP -MF expand/.deps/bo1eweight.Tpo -c expand/bo1eweight.cc -o expand/bo1eweight.o depbase=`echo expand/esetinternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/esetinternal.lo -MD -MP -MF $depbase.Tpo -c -o expand/esetinternal.lo expand/esetinternal.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/esetinternal.lo -MD -MP -MF expand/.deps/esetinternal.Tpo -c expand/esetinternal.cc -fPIC -DPIC -o expand/.libs/esetinternal.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/esetinternal.lo -MD -MP -MF expand/.deps/esetinternal.Tpo -c expand/esetinternal.cc -o expand/esetinternal.o depbase=`echo expand/expandweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/expandweight.lo -MD -MP -MF $depbase.Tpo -c -o expand/expandweight.lo expand/expandweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/expandweight.lo -MD -MP -MF expand/.deps/expandweight.Tpo -c expand/expandweight.cc -fPIC -DPIC -o expand/.libs/expandweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/expandweight.lo -MD -MP -MF expand/.deps/expandweight.Tpo -c expand/expandweight.cc -o expand/expandweight.o depbase=`echo expand/ortermlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/ortermlist.lo -MD -MP -MF $depbase.Tpo -c -o expand/ortermlist.lo expand/ortermlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/ortermlist.lo -MD -MP -MF expand/.deps/ortermlist.Tpo -c expand/ortermlist.cc -fPIC -DPIC -o expand/.libs/ortermlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/ortermlist.lo -MD -MP -MF expand/.deps/ortermlist.Tpo -c expand/ortermlist.cc -o expand/ortermlist.o depbase=`echo expand/tradeweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/tradeweight.lo -MD -MP -MF $depbase.Tpo -c -o expand/tradeweight.lo expand/tradeweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/tradeweight.lo -MD -MP -MF expand/.deps/tradeweight.Tpo -c expand/tradeweight.cc -fPIC -DPIC -o expand/.libs/tradeweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT expand/tradeweight.lo -MD -MP -MF expand/.deps/tradeweight.Tpo -c expand/tradeweight.cc -o expand/tradeweight.o depbase=`echo geospatial/geoencode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/geoencode.lo -MD -MP -MF $depbase.Tpo -c -o geospatial/geoencode.lo geospatial/geoencode.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/geoencode.lo -MD -MP -MF geospatial/.deps/geoencode.Tpo -c geospatial/geoencode.cc -fPIC -DPIC -o geospatial/.libs/geoencode.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/geoencode.lo -MD -MP -MF geospatial/.deps/geoencode.Tpo -c geospatial/geoencode.cc -o geospatial/geoencode.o depbase=`echo geospatial/latlongcoord.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlongcoord.lo -MD -MP -MF $depbase.Tpo -c -o geospatial/latlongcoord.lo geospatial/latlongcoord.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlongcoord.lo -MD -MP -MF geospatial/.deps/latlongcoord.Tpo -c geospatial/latlongcoord.cc -fPIC -DPIC -o geospatial/.libs/latlongcoord.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlongcoord.lo -MD -MP -MF geospatial/.deps/latlongcoord.Tpo -c geospatial/latlongcoord.cc -o geospatial/latlongcoord.o depbase=`echo geospatial/latlong_distance_keymaker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_distance_keymaker.lo -MD -MP -MF $depbase.Tpo -c -o geospatial/latlong_distance_keymaker.lo geospatial/latlong_distance_keymaker.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_distance_keymaker.lo -MD -MP -MF geospatial/.deps/latlong_distance_keymaker.Tpo -c geospatial/latlong_distance_keymaker.cc -fPIC -DPIC -o geospatial/.libs/latlong_distance_keymaker.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_distance_keymaker.lo -MD -MP -MF geospatial/.deps/latlong_distance_keymaker.Tpo -c geospatial/latlong_distance_keymaker.cc -o geospatial/latlong_distance_keymaker.o depbase=`echo geospatial/latlong_metrics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_metrics.lo -MD -MP -MF $depbase.Tpo -c -o geospatial/latlong_metrics.lo geospatial/latlong_metrics.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_metrics.lo -MD -MP -MF geospatial/.deps/latlong_metrics.Tpo -c geospatial/latlong_metrics.cc -fPIC -DPIC -o geospatial/.libs/latlong_metrics.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_metrics.lo -MD -MP -MF geospatial/.deps/latlong_metrics.Tpo -c geospatial/latlong_metrics.cc -o geospatial/latlong_metrics.o depbase=`echo geospatial/latlong_posting_source.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_posting_source.lo -MD -MP -MF $depbase.Tpo -c -o geospatial/latlong_posting_source.lo geospatial/latlong_posting_source.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_posting_source.lo -MD -MP -MF geospatial/.deps/latlong_posting_source.Tpo -c geospatial/latlong_posting_source.cc -fPIC -DPIC -o geospatial/.libs/latlong_posting_source.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT geospatial/latlong_posting_source.lo -MD -MP -MF geospatial/.deps/latlong_posting_source.Tpo -c geospatial/latlong_posting_source.cc -o geospatial/latlong_posting_source.o depbase=`echo languages/arabic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/arabic.lo -MD -MP -MF $depbase.Tpo -c -o languages/arabic.lo languages/arabic.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/arabic.lo -MD -MP -MF languages/.deps/arabic.Tpo -c languages/arabic.cc -fPIC -DPIC -o languages/.libs/arabic.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/arabic.lo -MD -MP -MF languages/.deps/arabic.Tpo -c languages/arabic.cc -o languages/arabic.o depbase=`echo languages/armenian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/armenian.lo -MD -MP -MF $depbase.Tpo -c -o languages/armenian.lo languages/armenian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/armenian.lo -MD -MP -MF languages/.deps/armenian.Tpo -c languages/armenian.cc -fPIC -DPIC -o languages/.libs/armenian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/armenian.lo -MD -MP -MF languages/.deps/armenian.Tpo -c languages/armenian.cc -o languages/armenian.o depbase=`echo languages/basque.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/basque.lo -MD -MP -MF $depbase.Tpo -c -o languages/basque.lo languages/basque.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/basque.lo -MD -MP -MF languages/.deps/basque.Tpo -c languages/basque.cc -fPIC -DPIC -o languages/.libs/basque.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/basque.lo -MD -MP -MF languages/.deps/basque.Tpo -c languages/basque.cc -o languages/basque.o depbase=`echo languages/catalan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/catalan.lo -MD -MP -MF $depbase.Tpo -c -o languages/catalan.lo languages/catalan.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/catalan.lo -MD -MP -MF languages/.deps/catalan.Tpo -c languages/catalan.cc -fPIC -DPIC -o languages/.libs/catalan.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/catalan.lo -MD -MP -MF languages/.deps/catalan.Tpo -c languages/catalan.cc -o languages/catalan.o depbase=`echo languages/danish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/danish.lo -MD -MP -MF $depbase.Tpo -c -o languages/danish.lo languages/danish.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/danish.lo -MD -MP -MF languages/.deps/danish.Tpo -c languages/danish.cc -fPIC -DPIC -o languages/.libs/danish.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/danish.lo -MD -MP -MF languages/.deps/danish.Tpo -c languages/danish.cc -o languages/danish.o depbase=`echo languages/dutch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/dutch.lo -MD -MP -MF $depbase.Tpo -c -o languages/dutch.lo languages/dutch.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/dutch.lo -MD -MP -MF languages/.deps/dutch.Tpo -c languages/dutch.cc -fPIC -DPIC -o languages/.libs/dutch.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/dutch.lo -MD -MP -MF languages/.deps/dutch.Tpo -c languages/dutch.cc -o languages/dutch.o depbase=`echo languages/english.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/english.lo -MD -MP -MF $depbase.Tpo -c -o languages/english.lo languages/english.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/english.lo -MD -MP -MF languages/.deps/english.Tpo -c languages/english.cc -fPIC -DPIC -o languages/.libs/english.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/english.lo -MD -MP -MF languages/.deps/english.Tpo -c languages/english.cc -o languages/english.o depbase=`echo languages/earlyenglish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/earlyenglish.lo -MD -MP -MF $depbase.Tpo -c -o languages/earlyenglish.lo languages/earlyenglish.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/earlyenglish.lo -MD -MP -MF languages/.deps/earlyenglish.Tpo -c languages/earlyenglish.cc -fPIC -DPIC -o languages/.libs/earlyenglish.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/earlyenglish.lo -MD -MP -MF languages/.deps/earlyenglish.Tpo -c languages/earlyenglish.cc -o languages/earlyenglish.o depbase=`echo languages/finnish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/finnish.lo -MD -MP -MF $depbase.Tpo -c -o languages/finnish.lo languages/finnish.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/finnish.lo -MD -MP -MF languages/.deps/finnish.Tpo -c languages/finnish.cc -fPIC -DPIC -o languages/.libs/finnish.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/finnish.lo -MD -MP -MF languages/.deps/finnish.Tpo -c languages/finnish.cc -o languages/finnish.o depbase=`echo languages/french.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/french.lo -MD -MP -MF $depbase.Tpo -c -o languages/french.lo languages/french.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/french.lo -MD -MP -MF languages/.deps/french.Tpo -c languages/french.cc -fPIC -DPIC -o languages/.libs/french.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/french.lo -MD -MP -MF languages/.deps/french.Tpo -c languages/french.cc -o languages/french.o depbase=`echo languages/german2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/german2.lo -MD -MP -MF $depbase.Tpo -c -o languages/german2.lo languages/german2.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/german2.lo -MD -MP -MF languages/.deps/german2.Tpo -c languages/german2.cc -fPIC -DPIC -o languages/.libs/german2.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/german2.lo -MD -MP -MF languages/.deps/german2.Tpo -c languages/german2.cc -o languages/german2.o depbase=`echo languages/german.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/german.lo -MD -MP -MF $depbase.Tpo -c -o languages/german.lo languages/german.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/german.lo -MD -MP -MF languages/.deps/german.Tpo -c languages/german.cc -fPIC -DPIC -o languages/.libs/german.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/german.lo -MD -MP -MF languages/.deps/german.Tpo -c languages/german.cc -o languages/german.o depbase=`echo languages/hungarian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/hungarian.lo -MD -MP -MF $depbase.Tpo -c -o languages/hungarian.lo languages/hungarian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/hungarian.lo -MD -MP -MF languages/.deps/hungarian.Tpo -c languages/hungarian.cc -fPIC -DPIC -o languages/.libs/hungarian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/hungarian.lo -MD -MP -MF languages/.deps/hungarian.Tpo -c languages/hungarian.cc -o languages/hungarian.o depbase=`echo languages/indonesian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/indonesian.lo -MD -MP -MF $depbase.Tpo -c -o languages/indonesian.lo languages/indonesian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/indonesian.lo -MD -MP -MF languages/.deps/indonesian.Tpo -c languages/indonesian.cc -fPIC -DPIC -o languages/.libs/indonesian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/indonesian.lo -MD -MP -MF languages/.deps/indonesian.Tpo -c languages/indonesian.cc -o languages/indonesian.o depbase=`echo languages/irish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/irish.lo -MD -MP -MF $depbase.Tpo -c -o languages/irish.lo languages/irish.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/irish.lo -MD -MP -MF languages/.deps/irish.Tpo -c languages/irish.cc -fPIC -DPIC -o languages/.libs/irish.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/irish.lo -MD -MP -MF languages/.deps/irish.Tpo -c languages/irish.cc -o languages/irish.o depbase=`echo languages/italian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/italian.lo -MD -MP -MF $depbase.Tpo -c -o languages/italian.lo languages/italian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/italian.lo -MD -MP -MF languages/.deps/italian.Tpo -c languages/italian.cc -fPIC -DPIC -o languages/.libs/italian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/italian.lo -MD -MP -MF languages/.deps/italian.Tpo -c languages/italian.cc -o languages/italian.o depbase=`echo languages/kraaij_pohlmann.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/kraaij_pohlmann.lo -MD -MP -MF $depbase.Tpo -c -o languages/kraaij_pohlmann.lo languages/kraaij_pohlmann.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/kraaij_pohlmann.lo -MD -MP -MF languages/.deps/kraaij_pohlmann.Tpo -c languages/kraaij_pohlmann.cc -fPIC -DPIC -o languages/.libs/kraaij_pohlmann.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/kraaij_pohlmann.lo -MD -MP -MF languages/.deps/kraaij_pohlmann.Tpo -c languages/kraaij_pohlmann.cc -o languages/kraaij_pohlmann.o depbase=`echo languages/lithuanian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/lithuanian.lo -MD -MP -MF $depbase.Tpo -c -o languages/lithuanian.lo languages/lithuanian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/lithuanian.lo -MD -MP -MF languages/.deps/lithuanian.Tpo -c languages/lithuanian.cc -fPIC -DPIC -o languages/.libs/lithuanian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/lithuanian.lo -MD -MP -MF languages/.deps/lithuanian.Tpo -c languages/lithuanian.cc -o languages/lithuanian.o depbase=`echo languages/lovins.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/lovins.lo -MD -MP -MF $depbase.Tpo -c -o languages/lovins.lo languages/lovins.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/lovins.lo -MD -MP -MF languages/.deps/lovins.Tpo -c languages/lovins.cc -fPIC -DPIC -o languages/.libs/lovins.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/lovins.lo -MD -MP -MF languages/.deps/lovins.Tpo -c languages/lovins.cc -o languages/lovins.o depbase=`echo languages/nepali.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/nepali.lo -MD -MP -MF $depbase.Tpo -c -o languages/nepali.lo languages/nepali.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/nepali.lo -MD -MP -MF languages/.deps/nepali.Tpo -c languages/nepali.cc -fPIC -DPIC -o languages/.libs/nepali.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/nepali.lo -MD -MP -MF languages/.deps/nepali.Tpo -c languages/nepali.cc -o languages/nepali.o depbase=`echo languages/norwegian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/norwegian.lo -MD -MP -MF $depbase.Tpo -c -o languages/norwegian.lo languages/norwegian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/norwegian.lo -MD -MP -MF languages/.deps/norwegian.Tpo -c languages/norwegian.cc -fPIC -DPIC -o languages/.libs/norwegian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/norwegian.lo -MD -MP -MF languages/.deps/norwegian.Tpo -c languages/norwegian.cc -o languages/norwegian.o depbase=`echo languages/porter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/porter.lo -MD -MP -MF $depbase.Tpo -c -o languages/porter.lo languages/porter.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/porter.lo -MD -MP -MF languages/.deps/porter.Tpo -c languages/porter.cc -fPIC -DPIC -o languages/.libs/porter.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/porter.lo -MD -MP -MF languages/.deps/porter.Tpo -c languages/porter.cc -o languages/porter.o depbase=`echo languages/portuguese.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/portuguese.lo -MD -MP -MF $depbase.Tpo -c -o languages/portuguese.lo languages/portuguese.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/portuguese.lo -MD -MP -MF languages/.deps/portuguese.Tpo -c languages/portuguese.cc -fPIC -DPIC -o languages/.libs/portuguese.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/portuguese.lo -MD -MP -MF languages/.deps/portuguese.Tpo -c languages/portuguese.cc -o languages/portuguese.o depbase=`echo languages/romanian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/romanian.lo -MD -MP -MF $depbase.Tpo -c -o languages/romanian.lo languages/romanian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/romanian.lo -MD -MP -MF languages/.deps/romanian.Tpo -c languages/romanian.cc -fPIC -DPIC -o languages/.libs/romanian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/romanian.lo -MD -MP -MF languages/.deps/romanian.Tpo -c languages/romanian.cc -o languages/romanian.o depbase=`echo languages/russian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/russian.lo -MD -MP -MF $depbase.Tpo -c -o languages/russian.lo languages/russian.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/russian.lo -MD -MP -MF languages/.deps/russian.Tpo -c languages/russian.cc -fPIC -DPIC -o languages/.libs/russian.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/russian.lo -MD -MP -MF languages/.deps/russian.Tpo -c languages/russian.cc -o languages/russian.o depbase=`echo languages/spanish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/spanish.lo -MD -MP -MF $depbase.Tpo -c -o languages/spanish.lo languages/spanish.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/spanish.lo -MD -MP -MF languages/.deps/spanish.Tpo -c languages/spanish.cc -fPIC -DPIC -o languages/.libs/spanish.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/spanish.lo -MD -MP -MF languages/.deps/spanish.Tpo -c languages/spanish.cc -o languages/spanish.o depbase=`echo languages/swedish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/swedish.lo -MD -MP -MF $depbase.Tpo -c -o languages/swedish.lo languages/swedish.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/swedish.lo -MD -MP -MF languages/.deps/swedish.Tpo -c languages/swedish.cc -fPIC -DPIC -o languages/.libs/swedish.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/swedish.lo -MD -MP -MF languages/.deps/swedish.Tpo -c languages/swedish.cc -o languages/swedish.o depbase=`echo languages/tamil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/tamil.lo -MD -MP -MF $depbase.Tpo -c -o languages/tamil.lo languages/tamil.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/tamil.lo -MD -MP -MF languages/.deps/tamil.Tpo -c languages/tamil.cc -fPIC -DPIC -o languages/.libs/tamil.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/tamil.lo -MD -MP -MF languages/.deps/tamil.Tpo -c languages/tamil.cc -o languages/tamil.o depbase=`echo languages/turkish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/turkish.lo -MD -MP -MF $depbase.Tpo -c -o languages/turkish.lo languages/turkish.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/turkish.lo -MD -MP -MF languages/.deps/turkish.Tpo -c languages/turkish.cc -fPIC -DPIC -o languages/.libs/turkish.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/turkish.lo -MD -MP -MF languages/.deps/turkish.Tpo -c languages/turkish.cc -o languages/turkish.o depbase=`echo languages/stem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/stem.lo -MD -MP -MF $depbase.Tpo -c -o languages/stem.lo languages/stem.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/stem.lo -MD -MP -MF languages/.deps/stem.Tpo -c languages/stem.cc -fPIC -DPIC -o languages/.libs/stem.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/stem.lo -MD -MP -MF languages/.deps/stem.Tpo -c languages/stem.cc -o languages/stem.o depbase=`echo languages/steminternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/steminternal.lo -MD -MP -MF $depbase.Tpo -c -o languages/steminternal.lo languages/steminternal.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/steminternal.lo -MD -MP -MF languages/.deps/steminternal.Tpo -c languages/steminternal.cc -fPIC -DPIC -o languages/.libs/steminternal.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT languages/steminternal.lo -MD -MP -MF languages/.deps/steminternal.Tpo -c languages/steminternal.cc -o languages/steminternal.o depbase=`echo matcher/remotesubmatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/remotesubmatch.lo -MD -MP -MF $depbase.Tpo -c -o matcher/remotesubmatch.lo matcher/remotesubmatch.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/remotesubmatch.lo -MD -MP -MF matcher/.deps/remotesubmatch.Tpo -c matcher/remotesubmatch.cc -fPIC -DPIC -o matcher/.libs/remotesubmatch.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/remotesubmatch.lo -MD -MP -MF matcher/.deps/remotesubmatch.Tpo -c matcher/remotesubmatch.cc -o matcher/remotesubmatch.o depbase=`echo matcher/andmaybepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/andmaybepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/andmaybepostlist.lo matcher/andmaybepostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/andmaybepostlist.lo -MD -MP -MF matcher/.deps/andmaybepostlist.Tpo -c matcher/andmaybepostlist.cc -fPIC -DPIC -o matcher/.libs/andmaybepostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/andmaybepostlist.lo -MD -MP -MF matcher/.deps/andmaybepostlist.Tpo -c matcher/andmaybepostlist.cc -o matcher/andmaybepostlist.o depbase=`echo matcher/andnotpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/andnotpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/andnotpostlist.lo matcher/andnotpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/andnotpostlist.lo -MD -MP -MF matcher/.deps/andnotpostlist.Tpo -c matcher/andnotpostlist.cc -fPIC -DPIC -o matcher/.libs/andnotpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/andnotpostlist.lo -MD -MP -MF matcher/.deps/andnotpostlist.Tpo -c matcher/andnotpostlist.cc -o matcher/andnotpostlist.o depbase=`echo matcher/branchpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/branchpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/branchpostlist.lo matcher/branchpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/branchpostlist.lo -MD -MP -MF matcher/.deps/branchpostlist.Tpo -c matcher/branchpostlist.cc -fPIC -DPIC -o matcher/.libs/branchpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/branchpostlist.lo -MD -MP -MF matcher/.deps/branchpostlist.Tpo -c matcher/branchpostlist.cc -o matcher/branchpostlist.o depbase=`echo matcher/collapser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/collapser.lo -MD -MP -MF $depbase.Tpo -c -o matcher/collapser.lo matcher/collapser.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/collapser.lo -MD -MP -MF matcher/.deps/collapser.Tpo -c matcher/collapser.cc -fPIC -DPIC -o matcher/.libs/collapser.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/collapser.lo -MD -MP -MF matcher/.deps/collapser.Tpo -c matcher/collapser.cc -o matcher/collapser.o depbase=`echo matcher/exactphrasepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/exactphrasepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/exactphrasepostlist.lo matcher/exactphrasepostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/exactphrasepostlist.lo -MD -MP -MF matcher/.deps/exactphrasepostlist.Tpo -c matcher/exactphrasepostlist.cc -fPIC -DPIC -o matcher/.libs/exactphrasepostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/exactphrasepostlist.lo -MD -MP -MF matcher/.deps/exactphrasepostlist.Tpo -c matcher/exactphrasepostlist.cc -o matcher/exactphrasepostlist.o depbase=`echo matcher/externalpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/externalpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/externalpostlist.lo matcher/externalpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/externalpostlist.lo -MD -MP -MF matcher/.deps/externalpostlist.Tpo -c matcher/externalpostlist.cc -fPIC -DPIC -o matcher/.libs/externalpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/externalpostlist.lo -MD -MP -MF matcher/.deps/externalpostlist.Tpo -c matcher/externalpostlist.cc -o matcher/externalpostlist.o depbase=`echo matcher/localsubmatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/localsubmatch.lo -MD -MP -MF $depbase.Tpo -c -o matcher/localsubmatch.lo matcher/localsubmatch.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/localsubmatch.lo -MD -MP -MF matcher/.deps/localsubmatch.Tpo -c matcher/localsubmatch.cc -fPIC -DPIC -o matcher/.libs/localsubmatch.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/localsubmatch.lo -MD -MP -MF matcher/.deps/localsubmatch.Tpo -c matcher/localsubmatch.cc -o matcher/localsubmatch.o depbase=`echo matcher/maxpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/maxpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/maxpostlist.lo matcher/maxpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/maxpostlist.lo -MD -MP -MF matcher/.deps/maxpostlist.Tpo -c matcher/maxpostlist.cc -fPIC -DPIC -o matcher/.libs/maxpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/maxpostlist.lo -MD -MP -MF matcher/.deps/maxpostlist.Tpo -c matcher/maxpostlist.cc -o matcher/maxpostlist.o depbase=`echo matcher/mergepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/mergepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/mergepostlist.lo matcher/mergepostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/mergepostlist.lo -MD -MP -MF matcher/.deps/mergepostlist.Tpo -c matcher/mergepostlist.cc -fPIC -DPIC -o matcher/.libs/mergepostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/mergepostlist.lo -MD -MP -MF matcher/.deps/mergepostlist.Tpo -c matcher/mergepostlist.cc -o matcher/mergepostlist.o depbase=`echo matcher/msetcmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/msetcmp.lo -MD -MP -MF $depbase.Tpo -c -o matcher/msetcmp.lo matcher/msetcmp.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/msetcmp.lo -MD -MP -MF matcher/.deps/msetcmp.Tpo -c matcher/msetcmp.cc -fPIC -DPIC -o matcher/.libs/msetcmp.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/msetcmp.lo -MD -MP -MF matcher/.deps/msetcmp.Tpo -c matcher/msetcmp.cc -o matcher/msetcmp.o depbase=`echo matcher/msetpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/msetpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/msetpostlist.lo matcher/msetpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/msetpostlist.lo -MD -MP -MF matcher/.deps/msetpostlist.Tpo -c matcher/msetpostlist.cc -fPIC -DPIC -o matcher/.libs/msetpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/msetpostlist.lo -MD -MP -MF matcher/.deps/msetpostlist.Tpo -c matcher/msetpostlist.cc -o matcher/msetpostlist.o depbase=`echo matcher/multiandpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multiandpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/multiandpostlist.lo matcher/multiandpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multiandpostlist.lo -MD -MP -MF matcher/.deps/multiandpostlist.Tpo -c matcher/multiandpostlist.cc -fPIC -DPIC -o matcher/.libs/multiandpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multiandpostlist.lo -MD -MP -MF matcher/.deps/multiandpostlist.Tpo -c matcher/multiandpostlist.cc -o matcher/multiandpostlist.o depbase=`echo matcher/multimatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multimatch.lo -MD -MP -MF $depbase.Tpo -c -o matcher/multimatch.lo matcher/multimatch.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multimatch.lo -MD -MP -MF matcher/.deps/multimatch.Tpo -c matcher/multimatch.cc -fPIC -DPIC -o matcher/.libs/multimatch.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multimatch.lo -MD -MP -MF matcher/.deps/multimatch.Tpo -c matcher/multimatch.cc -o matcher/multimatch.o depbase=`echo matcher/multixorpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multixorpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/multixorpostlist.lo matcher/multixorpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multixorpostlist.lo -MD -MP -MF matcher/.deps/multixorpostlist.Tpo -c matcher/multixorpostlist.cc -fPIC -DPIC -o matcher/.libs/multixorpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/multixorpostlist.lo -MD -MP -MF matcher/.deps/multixorpostlist.Tpo -c matcher/multixorpostlist.cc -o matcher/multixorpostlist.o depbase=`echo matcher/nearpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/nearpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/nearpostlist.lo matcher/nearpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/nearpostlist.lo -MD -MP -MF matcher/.deps/nearpostlist.Tpo -c matcher/nearpostlist.cc -fPIC -DPIC -o matcher/.libs/nearpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/nearpostlist.lo -MD -MP -MF matcher/.deps/nearpostlist.Tpo -c matcher/nearpostlist.cc -o matcher/nearpostlist.o depbase=`echo matcher/orpositionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpositionlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/orpositionlist.lo matcher/orpositionlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpositionlist.lo -MD -MP -MF matcher/.deps/orpositionlist.Tpo -c matcher/orpositionlist.cc -fPIC -DPIC -o matcher/.libs/orpositionlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpositionlist.lo -MD -MP -MF matcher/.deps/orpositionlist.Tpo -c matcher/orpositionlist.cc -o matcher/orpositionlist.o depbase=`echo matcher/orpospostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpospostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/orpospostlist.lo matcher/orpospostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpospostlist.lo -MD -MP -MF matcher/.deps/orpospostlist.Tpo -c matcher/orpospostlist.cc -fPIC -DPIC -o matcher/.libs/orpospostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpospostlist.lo -MD -MP -MF matcher/.deps/orpospostlist.Tpo -c matcher/orpospostlist.cc -o matcher/orpospostlist.o depbase=`echo matcher/orpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/orpostlist.lo matcher/orpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpostlist.lo -MD -MP -MF matcher/.deps/orpostlist.Tpo -c matcher/orpostlist.cc -fPIC -DPIC -o matcher/.libs/orpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/orpostlist.lo -MD -MP -MF matcher/.deps/orpostlist.Tpo -c matcher/orpostlist.cc -o matcher/orpostlist.o depbase=`echo matcher/phrasepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/phrasepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/phrasepostlist.lo matcher/phrasepostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/phrasepostlist.lo -MD -MP -MF matcher/.deps/phrasepostlist.Tpo -c matcher/phrasepostlist.cc -fPIC -DPIC -o matcher/.libs/phrasepostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/phrasepostlist.lo -MD -MP -MF matcher/.deps/phrasepostlist.Tpo -c matcher/phrasepostlist.cc -o matcher/phrasepostlist.o depbase=`echo matcher/selectpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/selectpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/selectpostlist.lo matcher/selectpostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/selectpostlist.lo -MD -MP -MF matcher/.deps/selectpostlist.Tpo -c matcher/selectpostlist.cc -fPIC -DPIC -o matcher/.libs/selectpostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/selectpostlist.lo -MD -MP -MF matcher/.deps/selectpostlist.Tpo -c matcher/selectpostlist.cc -o matcher/selectpostlist.o depbase=`echo matcher/synonympostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/synonympostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/synonympostlist.lo matcher/synonympostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/synonympostlist.lo -MD -MP -MF matcher/.deps/synonympostlist.Tpo -c matcher/synonympostlist.cc -fPIC -DPIC -o matcher/.libs/synonympostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/synonympostlist.lo -MD -MP -MF matcher/.deps/synonympostlist.Tpo -c matcher/synonympostlist.cc -o matcher/synonympostlist.o depbase=`echo matcher/valuegepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuegepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/valuegepostlist.lo matcher/valuegepostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuegepostlist.lo -MD -MP -MF matcher/.deps/valuegepostlist.Tpo -c matcher/valuegepostlist.cc -fPIC -DPIC -o matcher/.libs/valuegepostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuegepostlist.lo -MD -MP -MF matcher/.deps/valuegepostlist.Tpo -c matcher/valuegepostlist.cc -o matcher/valuegepostlist.o depbase=`echo matcher/valuerangepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuerangepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/valuerangepostlist.lo matcher/valuerangepostlist.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuerangepostlist.lo -MD -MP -MF matcher/.deps/valuerangepostlist.Tpo -c matcher/valuerangepostlist.cc -fPIC -DPIC -o matcher/.libs/valuerangepostlist.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuerangepostlist.lo -MD -MP -MF matcher/.deps/valuerangepostlist.Tpo -c matcher/valuerangepostlist.cc -o matcher/valuerangepostlist.o depbase=`echo matcher/valuestreamdocument.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuestreamdocument.lo -MD -MP -MF $depbase.Tpo -c -o matcher/valuestreamdocument.lo matcher/valuestreamdocument.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuestreamdocument.lo -MD -MP -MF matcher/.deps/valuestreamdocument.Tpo -c matcher/valuestreamdocument.cc -fPIC -DPIC -o matcher/.libs/valuestreamdocument.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT matcher/valuestreamdocument.lo -MD -MP -MF matcher/.deps/valuestreamdocument.Tpo -c matcher/valuestreamdocument.cc -o matcher/valuestreamdocument.o depbase=`echo net/length.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/length.lo -MD -MP -MF $depbase.Tpo -c -o net/length.lo net/length.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/length.lo -MD -MP -MF net/.deps/length.Tpo -c net/length.cc -fPIC -DPIC -o net/.libs/length.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/length.lo -MD -MP -MF net/.deps/length.Tpo -c net/length.cc -o net/length.o depbase=`echo net/serialise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/serialise.lo -MD -MP -MF $depbase.Tpo -c -o net/serialise.lo net/serialise.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/serialise.lo -MD -MP -MF net/.deps/serialise.Tpo -c net/serialise.cc -fPIC -DPIC -o net/.libs/serialise.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/serialise.lo -MD -MP -MF net/.deps/serialise.Tpo -c net/serialise.cc -o net/serialise.o depbase=`echo net/progclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/progclient.lo -MD -MP -MF $depbase.Tpo -c -o net/progclient.lo net/progclient.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/progclient.lo -MD -MP -MF net/.deps/progclient.Tpo -c net/progclient.cc -fPIC -DPIC -o net/.libs/progclient.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/progclient.lo -MD -MP -MF net/.deps/progclient.Tpo -c net/progclient.cc -o net/progclient.o depbase=`echo net/remoteconnection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remoteconnection.lo -MD -MP -MF $depbase.Tpo -c -o net/remoteconnection.lo net/remoteconnection.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remoteconnection.lo -MD -MP -MF net/.deps/remoteconnection.Tpo -c net/remoteconnection.cc -fPIC -DPIC -o net/.libs/remoteconnection.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remoteconnection.lo -MD -MP -MF net/.deps/remoteconnection.Tpo -c net/remoteconnection.cc -o net/remoteconnection.o depbase=`echo net/remoteserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remoteserver.lo -MD -MP -MF $depbase.Tpo -c -o net/remoteserver.lo net/remoteserver.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remoteserver.lo -MD -MP -MF net/.deps/remoteserver.Tpo -c net/remoteserver.cc -fPIC -DPIC -o net/.libs/remoteserver.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remoteserver.lo -MD -MP -MF net/.deps/remoteserver.Tpo -c net/remoteserver.cc -o net/remoteserver.o depbase=`echo net/remotetcpclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remotetcpclient.lo -MD -MP -MF $depbase.Tpo -c -o net/remotetcpclient.lo net/remotetcpclient.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remotetcpclient.lo -MD -MP -MF net/.deps/remotetcpclient.Tpo -c net/remotetcpclient.cc -fPIC -DPIC -o net/.libs/remotetcpclient.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remotetcpclient.lo -MD -MP -MF net/.deps/remotetcpclient.Tpo -c net/remotetcpclient.cc -o net/remotetcpclient.o depbase=`echo net/remotetcpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remotetcpserver.lo -MD -MP -MF $depbase.Tpo -c -o net/remotetcpserver.lo net/remotetcpserver.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remotetcpserver.lo -MD -MP -MF net/.deps/remotetcpserver.Tpo -c net/remotetcpserver.cc -fPIC -DPIC -o net/.libs/remotetcpserver.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/remotetcpserver.lo -MD -MP -MF net/.deps/remotetcpserver.Tpo -c net/remotetcpserver.cc -o net/remotetcpserver.o depbase=`echo net/replicatetcpclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/replicatetcpclient.lo -MD -MP -MF $depbase.Tpo -c -o net/replicatetcpclient.lo net/replicatetcpclient.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/replicatetcpclient.lo -MD -MP -MF net/.deps/replicatetcpclient.Tpo -c net/replicatetcpclient.cc -fPIC -DPIC -o net/.libs/replicatetcpclient.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/replicatetcpclient.lo -MD -MP -MF net/.deps/replicatetcpclient.Tpo -c net/replicatetcpclient.cc -o net/replicatetcpclient.o depbase=`echo net/replicatetcpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/replicatetcpserver.lo -MD -MP -MF $depbase.Tpo -c -o net/replicatetcpserver.lo net/replicatetcpserver.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/replicatetcpserver.lo -MD -MP -MF net/.deps/replicatetcpserver.Tpo -c net/replicatetcpserver.cc -fPIC -DPIC -o net/.libs/replicatetcpserver.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/replicatetcpserver.lo -MD -MP -MF net/.deps/replicatetcpserver.Tpo -c net/replicatetcpserver.cc -o net/replicatetcpserver.o depbase=`echo net/serialise-error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/serialise-error.lo -MD -MP -MF $depbase.Tpo -c -o net/serialise-error.lo net/serialise-error.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/serialise-error.lo -MD -MP -MF net/.deps/serialise-error.Tpo -c net/serialise-error.cc -fPIC -DPIC -o net/.libs/serialise-error.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/serialise-error.lo -MD -MP -MF net/.deps/serialise-error.Tpo -c net/serialise-error.cc -o net/serialise-error.o depbase=`echo net/tcpclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/tcpclient.lo -MD -MP -MF $depbase.Tpo -c -o net/tcpclient.lo net/tcpclient.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/tcpclient.lo -MD -MP -MF net/.deps/tcpclient.Tpo -c net/tcpclient.cc -fPIC -DPIC -o net/.libs/tcpclient.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/tcpclient.lo -MD -MP -MF net/.deps/tcpclient.Tpo -c net/tcpclient.cc -o net/tcpclient.o depbase=`echo net/tcpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/tcpserver.lo -MD -MP -MF $depbase.Tpo -c -o net/tcpserver.lo net/tcpserver.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/tcpserver.lo -MD -MP -MF net/.deps/tcpserver.Tpo -c net/tcpserver.cc -fPIC -DPIC -o net/.libs/tcpserver.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT net/tcpserver.lo -MD -MP -MF net/.deps/tcpserver.Tpo -c net/tcpserver.cc -o net/tcpserver.o depbase=`echo queryparser/queryparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/queryparser.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/queryparser.lo queryparser/queryparser.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/queryparser.lo -MD -MP -MF queryparser/.deps/queryparser.Tpo -c queryparser/queryparser.cc -fPIC -DPIC -o queryparser/.libs/queryparser.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/queryparser.lo -MD -MP -MF queryparser/.deps/queryparser.Tpo -c queryparser/queryparser.cc -o queryparser/queryparser.o depbase=`echo queryparser/queryparser_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/queryparser_internal.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/queryparser_internal.lo queryparser/queryparser_internal.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/queryparser_internal.lo -MD -MP -MF queryparser/.deps/queryparser_internal.Tpo -c queryparser/queryparser_internal.cc -fPIC -DPIC -o queryparser/.libs/queryparser_internal.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/queryparser_internal.lo -MD -MP -MF queryparser/.deps/queryparser_internal.Tpo -c queryparser/queryparser_internal.cc -o queryparser/queryparser_internal.o depbase=`echo queryparser/termgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/termgenerator.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/termgenerator.lo queryparser/termgenerator.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/termgenerator.lo -MD -MP -MF queryparser/.deps/termgenerator.Tpo -c queryparser/termgenerator.cc -fPIC -DPIC -o queryparser/.libs/termgenerator.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/termgenerator.lo -MD -MP -MF queryparser/.deps/termgenerator.Tpo -c queryparser/termgenerator.cc -o queryparser/termgenerator.o depbase=`echo queryparser/termgenerator_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/termgenerator_internal.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/termgenerator_internal.lo queryparser/termgenerator_internal.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/termgenerator_internal.lo -MD -MP -MF queryparser/.deps/termgenerator_internal.Tpo -c queryparser/termgenerator_internal.cc -fPIC -DPIC -o queryparser/.libs/termgenerator_internal.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/termgenerator_internal.lo -MD -MP -MF queryparser/.deps/termgenerator_internal.Tpo -c queryparser/termgenerator_internal.cc -o queryparser/termgenerator_internal.o depbase=`echo queryparser/word-breaker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/word-breaker.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/word-breaker.lo queryparser/word-breaker.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/word-breaker.lo -MD -MP -MF queryparser/.deps/word-breaker.Tpo -c queryparser/word-breaker.cc -fPIC -DPIC -o queryparser/.libs/word-breaker.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT queryparser/word-breaker.lo -MD -MP -MF queryparser/.deps/word-breaker.Tpo -c queryparser/word-breaker.cc -o queryparser/word-breaker.o depbase=`echo unicode/description_append.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/description_append.lo -MD -MP -MF $depbase.Tpo -c -o unicode/description_append.lo unicode/description_append.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/description_append.lo -MD -MP -MF unicode/.deps/description_append.Tpo -c unicode/description_append.cc -fPIC -DPIC -o unicode/.libs/description_append.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/description_append.lo -MD -MP -MF unicode/.deps/description_append.Tpo -c unicode/description_append.cc -o unicode/description_append.o depbase=`echo unicode/unicode-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/unicode-data.lo -MD -MP -MF $depbase.Tpo -c -o unicode/unicode-data.lo unicode/unicode-data.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/unicode-data.lo -MD -MP -MF unicode/.deps/unicode-data.Tpo -c unicode/unicode-data.cc -fPIC -DPIC -o unicode/.libs/unicode-data.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/unicode-data.lo -MD -MP -MF unicode/.deps/unicode-data.Tpo -c unicode/unicode-data.cc -o unicode/unicode-data.o depbase=`echo unicode/utf8itor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/utf8itor.lo -MD -MP -MF $depbase.Tpo -c -o unicode/utf8itor.lo unicode/utf8itor.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/utf8itor.lo -MD -MP -MF unicode/.deps/utf8itor.Tpo -c unicode/utf8itor.cc -fPIC -DPIC -o unicode/.libs/utf8itor.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/utf8itor.lo -MD -MP -MF unicode/.deps/utf8itor.Tpo -c unicode/utf8itor.cc -o unicode/utf8itor.o depbase=`echo weight/bb2weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bb2weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/bb2weight.lo weight/bb2weight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bb2weight.lo -MD -MP -MF weight/.deps/bb2weight.Tpo -c weight/bb2weight.cc -fPIC -DPIC -o weight/.libs/bb2weight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bb2weight.lo -MD -MP -MF weight/.deps/bb2weight.Tpo -c weight/bb2weight.cc -o weight/bb2weight.o depbase=`echo weight/bm25plusweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bm25plusweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/bm25plusweight.lo weight/bm25plusweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bm25plusweight.lo -MD -MP -MF weight/.deps/bm25plusweight.Tpo -c weight/bm25plusweight.cc -fPIC -DPIC -o weight/.libs/bm25plusweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bm25plusweight.lo -MD -MP -MF weight/.deps/bm25plusweight.Tpo -c weight/bm25plusweight.cc -o weight/bm25plusweight.o depbase=`echo weight/bm25weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bm25weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/bm25weight.lo weight/bm25weight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bm25weight.lo -MD -MP -MF weight/.deps/bm25weight.Tpo -c weight/bm25weight.cc -fPIC -DPIC -o weight/.libs/bm25weight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/bm25weight.lo -MD -MP -MF weight/.deps/bm25weight.Tpo -c weight/bm25weight.cc -o weight/bm25weight.o depbase=`echo weight/boolweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/boolweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/boolweight.lo weight/boolweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/boolweight.lo -MD -MP -MF weight/.deps/boolweight.Tpo -c weight/boolweight.cc -fPIC -DPIC -o weight/.libs/boolweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/boolweight.lo -MD -MP -MF weight/.deps/boolweight.Tpo -c weight/boolweight.cc -o weight/boolweight.o depbase=`echo weight/coordweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/coordweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/coordweight.lo weight/coordweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/coordweight.lo -MD -MP -MF weight/.deps/coordweight.Tpo -c weight/coordweight.cc -fPIC -DPIC -o weight/.libs/coordweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/coordweight.lo -MD -MP -MF weight/.deps/coordweight.Tpo -c weight/coordweight.cc -o weight/coordweight.o depbase=`echo weight/dlhweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/dlhweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/dlhweight.lo weight/dlhweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/dlhweight.lo -MD -MP -MF weight/.deps/dlhweight.Tpo -c weight/dlhweight.cc -fPIC -DPIC -o weight/.libs/dlhweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/dlhweight.lo -MD -MP -MF weight/.deps/dlhweight.Tpo -c weight/dlhweight.cc -o weight/dlhweight.o depbase=`echo weight/dphweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/dphweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/dphweight.lo weight/dphweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/dphweight.lo -MD -MP -MF weight/.deps/dphweight.Tpo -c weight/dphweight.cc -fPIC -DPIC -o weight/.libs/dphweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/dphweight.lo -MD -MP -MF weight/.deps/dphweight.Tpo -c weight/dphweight.cc -o weight/dphweight.o depbase=`echo weight/ifb2weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/ifb2weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/ifb2weight.lo weight/ifb2weight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/ifb2weight.lo -MD -MP -MF weight/.deps/ifb2weight.Tpo -c weight/ifb2weight.cc -fPIC -DPIC -o weight/.libs/ifb2weight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/ifb2weight.lo -MD -MP -MF weight/.deps/ifb2weight.Tpo -c weight/ifb2weight.cc -o weight/ifb2weight.o depbase=`echo weight/ineb2weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/ineb2weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/ineb2weight.lo weight/ineb2weight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/ineb2weight.lo -MD -MP -MF weight/.deps/ineb2weight.Tpo -c weight/ineb2weight.cc -fPIC -DPIC -o weight/.libs/ineb2weight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/ineb2weight.lo -MD -MP -MF weight/.deps/ineb2weight.Tpo -c weight/ineb2weight.cc -o weight/ineb2weight.o depbase=`echo weight/inl2weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/inl2weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/inl2weight.lo weight/inl2weight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/inl2weight.lo -MD -MP -MF weight/.deps/inl2weight.Tpo -c weight/inl2weight.cc -fPIC -DPIC -o weight/.libs/inl2weight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/inl2weight.lo -MD -MP -MF weight/.deps/inl2weight.Tpo -c weight/inl2weight.cc -o weight/inl2weight.o depbase=`echo weight/lmweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/lmweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/lmweight.lo weight/lmweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/lmweight.lo -MD -MP -MF weight/.deps/lmweight.Tpo -c weight/lmweight.cc -fPIC -DPIC -o weight/.libs/lmweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/lmweight.lo -MD -MP -MF weight/.deps/lmweight.Tpo -c weight/lmweight.cc -o weight/lmweight.o depbase=`echo weight/pl2plusweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/pl2plusweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/pl2plusweight.lo weight/pl2plusweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/pl2plusweight.lo -MD -MP -MF weight/.deps/pl2plusweight.Tpo -c weight/pl2plusweight.cc -fPIC -DPIC -o weight/.libs/pl2plusweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/pl2plusweight.lo -MD -MP -MF weight/.deps/pl2plusweight.Tpo -c weight/pl2plusweight.cc -o weight/pl2plusweight.o depbase=`echo weight/pl2weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/pl2weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/pl2weight.lo weight/pl2weight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/pl2weight.lo -MD -MP -MF weight/.deps/pl2weight.Tpo -c weight/pl2weight.cc -fPIC -DPIC -o weight/.libs/pl2weight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/pl2weight.lo -MD -MP -MF weight/.deps/pl2weight.Tpo -c weight/pl2weight.cc -o weight/pl2weight.o depbase=`echo weight/tfidfweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/tfidfweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/tfidfweight.lo weight/tfidfweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/tfidfweight.lo -MD -MP -MF weight/.deps/tfidfweight.Tpo -c weight/tfidfweight.cc -fPIC -DPIC -o weight/.libs/tfidfweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/tfidfweight.lo -MD -MP -MF weight/.deps/tfidfweight.Tpo -c weight/tfidfweight.cc -o weight/tfidfweight.o depbase=`echo weight/tradweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/tradweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/tradweight.lo weight/tradweight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/tradweight.lo -MD -MP -MF weight/.deps/tradweight.Tpo -c weight/tradweight.cc -fPIC -DPIC -o weight/.libs/tradweight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/tradweight.lo -MD -MP -MF weight/.deps/tradweight.Tpo -c weight/tradweight.cc -o weight/tradweight.o depbase=`echo weight/weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/weight.lo weight/weight.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/weight.lo -MD -MP -MF weight/.deps/weight.Tpo -c weight/weight.cc -fPIC -DPIC -o weight/.libs/weight.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/weight.lo -MD -MP -MF weight/.deps/weight.Tpo -c weight/weight.cc -o weight/weight.o depbase=`echo weight/weightinternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/weightinternal.lo -MD -MP -MF $depbase.Tpo -c -o weight/weightinternal.lo weight/weightinternal.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/weightinternal.lo -MD -MP -MF weight/.deps/weightinternal.Tpo -c weight/weightinternal.cc -fPIC -DPIC -o weight/.libs/weightinternal.o c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT weight/weightinternal.lo -MD -MP -MF weight/.deps/weightinternal.Tpo -c weight/weightinternal.cc -o weight/weightinternal.o /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -Wl,-Bsymbolic-functions -fno-semantic-interposition -version-info 42:6:12 -L/usr/local/lib -o libxapian.la -rpath /usr/local/lib api/compactor.lo api/constinfo.lo api/decvalwtsource.lo api/documentvaluelist.lo api/editdistance.lo api/emptypostlist.lo api/error.lo api/errorhandler.lo api/expanddecider.lo api/keymaker.lo api/leafpostlist.lo api/matchspy.lo api/omdatabase.lo api/omdocument.lo api/omenquire.lo api/positioniterator.lo api/postingiterator.lo api/postingsource.lo api/postlist.lo api/query.lo api/queryinternal.lo api/registry.lo api/smallvector.lo api/sortable-serialise.lo api/termiterator.lo api/termlist.lo api/valueiterator.lo api/valuerangeproc.lo api/valuesetmatchdecider.lo api/vectortermlist.lo api/replication.lo backends/alltermslist.lo backends/dbcheck.lo backends/database.lo backends/databasehelpers.lo backends/databasereplicator.lo backends/dbfactory.lo backends/slowvaluelist.lo backends/uuids.lo backends/valuelist.lo backends/dbfactory_remote.lo backends/contiguousalldocspostlist.lo backends/flint_lock.lo backends/chert/chert_alldocsmodifiedpostlist.lo backends/chert/chert_alldocspostlist.lo backends/chert/chert_alltermslist.lo backends/chert/chert_btreebase.lo backends/chert/chert_check.lo backends/chert/chert_compact.lo backends/chert/chert_cursor.lo backends/chert/chert_database.lo backends/chert/chert_dbcheck.lo backends/chert/chert_dbstats.lo backends/chert/chert_document.lo backends/chert/chert_metadata.lo backends/chert/chert_modifiedpostlist.lo backends/chert/chert_positionlist.lo backends/chert/chert_postlist.lo backends/chert/chert_record.lo backends/chert/chert_spelling.lo backends/chert/chert_spellingwordslist.lo backends/chert/chert_synonym.lo backends/chert/chert_table.lo backends/chert/chert_termlist.lo backends/chert/chert_termlisttable.lo backends/chert/chert_valuelist.lo backends/chert/chert_values.lo backends/chert/chert_version.lo backends/chert/chert_databasereplicator.lo backends/glass/glass_alldocspostlist.lo backends/glass/glass_alltermslist.lo backends/glass/glass_changes.lo backends/glass/glass_check.lo backends/glass/glass_compact.lo backends/glass/glass_cursor.lo backends/glass/glass_database.lo backends/glass/glass_dbcheck.lo backends/glass/glass_document.lo backends/glass/glass_freelist.lo backends/glass/glass_inverter.lo backends/glass/glass_metadata.lo backends/glass/glass_positionlist.lo backends/glass/glass_postlist.lo backends/glass/glass_spelling.lo backends/glass/glass_spellingwordslist.lo backends/glass/glass_synonym.lo backends/glass/glass_table.lo backends/glass/glass_termlist.lo backends/glass/glass_termlisttable.lo backends/glass/glass_valuelist.lo backends/glass/glass_values.lo backends/glass/glass_version.lo backends/glass/glass_databasereplicator.lo backends/inmemory/inmemory_alltermslist.lo backends/inmemory/inmemory_database.lo backends/inmemory/inmemory_document.lo backends/inmemory/inmemory_positionlist.lo backends/multi/multi_alltermslist.lo backends/multi/multi_postlist.lo backends/multi/multi_termlist.lo backends/multi/multi_valuelist.lo backends/remote/remote-document.lo backends/remote/net_postlist.lo backends/remote/net_termlist.lo backends/remote/remote-database.lo common/bitstream.lo common/closefrom.lo common/debuglog.lo common/errno_to_string.lo common/fileutils.lo common/io_utils.lo common/keyword.lo common/msvc_dirent.lo common/omassert.lo common/posixy_wrapper.lo common/replicate_utils.lo common/safe.lo common/serialise-double.lo common/str.lo common/compression_stream.lo common/socket_utils.lo expand/bo1eweight.lo expand/esetinternal.lo expand/expandweight.lo expand/ortermlist.lo expand/tradeweight.lo geospatial/geoencode.lo geospatial/latlongcoord.lo geospatial/latlong_distance_keymaker.lo geospatial/latlong_metrics.lo geospatial/latlong_posting_source.lo languages/arabic.lo languages/armenian.lo languages/basque.lo languages/catalan.lo languages/danish.lo languages/dutch.lo languages/english.lo languages/earlyenglish.lo languages/finnish.lo languages/french.lo languages/german2.lo languages/german.lo languages/hungarian.lo languages/indonesian.lo languages/irish.lo languages/italian.lo languages/kraaij_pohlmann.lo languages/lithuanian.lo languages/lovins.lo languages/nepali.lo languages/norwegian.lo languages/porter.lo languages/portuguese.lo languages/romanian.lo languages/russian.lo languages/spanish.lo languages/swedish.lo languages/tamil.lo languages/turkish.lo languages/stem.lo languages/steminternal.lo matcher/remotesubmatch.lo matcher/andmaybepostlist.lo matcher/andnotpostlist.lo matcher/branchpostlist.lo matcher/collapser.lo matcher/exactphrasepostlist.lo matcher/externalpostlist.lo matcher/localsubmatch.lo matcher/maxpostlist.lo matcher/mergepostlist.lo matcher/msetcmp.lo matcher/msetpostlist.lo matcher/multiandpostlist.lo matcher/multimatch.lo matcher/multixorpostlist.lo matcher/nearpostlist.lo matcher/orpositionlist.lo matcher/orpospostlist.lo matcher/orpostlist.lo matcher/phrasepostlist.lo matcher/selectpostlist.lo matcher/synonympostlist.lo matcher/valuegepostlist.lo matcher/valuerangepostlist.lo matcher/valuestreamdocument.lo net/length.lo net/serialise.lo net/progclient.lo net/remoteconnection.lo net/remoteserver.lo net/remotetcpclient.lo net/remotetcpserver.lo net/replicatetcpclient.lo net/replicatetcpserver.lo net/serialise-error.lo net/tcpclient.lo net/tcpserver.lo queryparser/queryparser.lo queryparser/queryparser_internal.lo queryparser/termgenerator.lo queryparser/termgenerator_internal.lo queryparser/word-breaker.lo unicode/description_append.lo unicode/unicode-data.lo unicode/utf8itor.lo weight/bb2weight.lo weight/bm25plusweight.lo weight/bm25weight.lo weight/boolweight.lo weight/coordweight.lo weight/dlhweight.lo weight/dphweight.lo weight/ifb2weight.lo weight/ineb2weight.lo weight/inl2weight.lo weight/lmweight.lo weight/pl2plusweight.lo weight/pl2weight.lo weight/tfidfweight.lo weight/tradweight.lo weight/weight.lo weight/weightinternal.lo -lz libtool: link: c++ -shared -fPIC -DPIC -o .libs/libxapian.so.5.2 -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -Wl,-Bsymbolic-functions -fno-semantic-interposition api/.libs/compactor.o api/.libs/constinfo.o api/.libs/decvalwtsource.o api/.libs/documentvaluelist.o api/.libs/editdistance.o api/.libs/emptypostlist.o api/.libs/error.o api/.libs/errorhandler.o api/.libs/expanddecider.o api/.libs/keymaker.o api/.libs/leafpostlist.o api/.libs/matchspy.o api/.libs/omdatabase.o api/.libs/omdocument.o api/.libs/omenquire.o api/.libs/positioniterator.o api/.libs/postingiterator.o api/.libs/postingsource.o api/.libs/postlist.o api/.libs/query.o api/.libs/queryinternal.o api/.libs/registry.o api/.libs/smallvector.o api/.libs/sortable-serialise.o api/.libs/termiterator.o api/.libs/termlist.o api/.libs/valueiterator.o api/.libs/valuerangeproc.o api/.libs/valuesetmatchdecider.o api/.libs/vectortermlist.o api/.libs/replication.o backends/.libs/alltermslist.o backends/.libs/dbcheck.o backends/.libs/database.o backends/.libs/databasehelpers.o backends/.libs/databasereplicator.o backends/.libs/dbfactory.o backends/.libs/slowvaluelist.o backends/.libs/uuids.o backends/.libs/valuelist.o backends/.libs/dbfactory_remote.o backends/.libs/contiguousalldocspostlist.o backends/.libs/flint_lock.o backends/chert/.libs/chert_alldocsmodifiedpostlist.o backends/chert/.libs/chert_alldocspostlist.o backends/chert/.libs/chert_alltermslist.o backends/chert/.libs/chert_btreebase.o backends/chert/.libs/chert_check.o backends/chert/.libs/chert_compact.o backends/chert/.libs/chert_cursor.o backends/chert/.libs/chert_database.o backends/chert/.libs/chert_dbcheck.o backends/chert/.libs/chert_dbstats.o backends/chert/.libs/chert_document.o backends/chert/.libs/chert_metadata.o backends/chert/.libs/chert_modifiedpostlist.o backends/chert/.libs/chert_positionlist.o backends/chert/.libs/chert_postlist.o backends/chert/.libs/chert_record.o backends/chert/.libs/chert_spelling.o backends/chert/.libs/chert_spellingwordslist.o backends/chert/.libs/chert_synonym.o backends/chert/.libs/chert_table.o backends/chert/.libs/chert_termlist.o backends/chert/.libs/chert_termlisttable.o backends/chert/.libs/chert_valuelist.o backends/chert/.libs/chert_values.o backends/chert/.libs/chert_version.o backends/chert/.libs/chert_databasereplicator.o backends/glass/.libs/glass_alldocspostlist.o backends/glass/.libs/glass_alltermslist.o backends/glass/.libs/glass_changes.o backends/glass/.libs/glass_check.o backends/glass/.libs/glass_compact.o backends/glass/.libs/glass_cursor.o backends/glass/.libs/glass_database.o backends/glass/.libs/glass_dbcheck.o backends/glass/.libs/glass_document.o backends/glass/.libs/glass_freelist.o backends/glass/.libs/glass_inverter.o backends/glass/.libs/glass_metadata.o backends/glass/.libs/glass_positionlist.o backends/glass/.libs/glass_postlist.o backends/glass/.libs/glass_spelling.o backends/glass/.libs/glass_spellingwordslist.o backends/glass/.libs/glass_synonym.o backends/glass/.libs/glass_table.o backends/glass/.libs/glass_termlist.o backends/glass/.libs/glass_termlisttable.o backends/glass/.libs/glass_valuelist.o backends/glass/.libs/glass_values.o backends/glass/.libs/glass_version.o backends/glass/.libs/glass_databasereplicator.o backends/inmemory/.libs/inmemory_alltermslist.o backends/inmemory/.libs/inmemory_database.o backends/inmemory/.libs/inmemory_document.o backends/inmemory/.libs/inmemory_positionlist.o backends/multi/.libs/multi_alltermslist.o backends/multi/.libs/multi_postlist.o backends/multi/.libs/multi_termlist.o backends/multi/.libs/multi_valuelist.o backends/remote/.libs/remote-document.o backends/remote/.libs/net_postlist.o backends/remote/.libs/net_termlist.o backends/remote/.libs/remote-database.o common/.libs/bitstream.o common/.libs/closefrom.o common/.libs/debuglog.o common/.libs/errno_to_string.o common/.libs/fileutils.o common/.libs/io_utils.o common/.libs/keyword.o common/.libs/msvc_dirent.o common/.libs/omassert.o common/.libs/posixy_wrapper.o common/.libs/replicate_utils.o common/.libs/safe.o common/.libs/serialise-double.o common/.libs/str.o common/.libs/compression_stream.o common/.libs/socket_utils.o expand/.libs/bo1eweight.o expand/.libs/esetinternal.o expand/.libs/expandweight.o expand/.libs/ortermlist.o expand/.libs/tradeweight.o geospatial/.libs/geoencode.o geospatial/.libs/latlongcoord.o geospatial/.libs/latlong_distance_keymaker.o geospatial/.libs/latlong_metrics.o geospatial/.libs/latlong_posting_source.o languages/.libs/arabic.o languages/.libs/armenian.o languages/.libs/basque.o languages/.libs/catalan.o languages/.libs/danish.o languages/.libs/dutch.o languages/.libs/english.o languages/.libs/earlyenglish.o languages/.libs/finnish.o languages/.libs/french.o languages/.libs/german2.o languages/.libs/german.o languages/.libs/hungarian.o languages/.libs/indonesian.o languages/.libs/irish.o languages/.libs/italian.o languages/.libs/kraaij_pohlmann.o languages/.libs/lithuanian.o languages/.libs/lovins.o languages/.libs/nepali.o languages/.libs/norwegian.o languages/.libs/porter.o languages/.libs/portuguese.o languages/.libs/romanian.o languages/.libs/russian.o languages/.libs/spanish.o languages/.libs/swedish.o languages/.libs/tamil.o languages/.libs/turkish.o languages/.libs/stem.o languages/.libs/steminternal.o matcher/.libs/remotesubmatch.o matcher/.libs/andmaybepostlist.o matcher/.libs/andnotpostlist.o matcher/.libs/branchpostlist.o matcher/.libs/collapser.o matcher/.libs/exactphrasepostlist.o matcher/.libs/externalpostlist.o matcher/.libs/localsubmatch.o matcher/.libs/maxpostlist.o matcher/.libs/mergepostlist.o matcher/.libs/msetcmp.o matcher/.libs/msetpostlist.o matcher/.libs/multiandpostlist.o matcher/.libs/multimatch.o matcher/.libs/multixorpostlist.o matcher/.libs/nearpostlist.o matcher/.libs/orpositionlist.o matcher/.libs/orpospostlist.o matcher/.libs/orpostlist.o matcher/.libs/phrasepostlist.o matcher/.libs/selectpostlist.o matcher/.libs/synonympostlist.o matcher/.libs/valuegepostlist.o matcher/.libs/valuerangepostlist.o matcher/.libs/valuestreamdocument.o net/.libs/length.o net/.libs/serialise.o net/.libs/progclient.o net/.libs/remoteconnection.o net/.libs/remoteserver.o net/.libs/remotetcpclient.o net/.libs/remotetcpserver.o net/.libs/replicatetcpclient.o net/.libs/replicatetcpserver.o net/.libs/serialise-error.o net/.libs/tcpclient.o net/.libs/tcpserver.o queryparser/.libs/queryparser.o queryparser/.libs/queryparser_internal.o queryparser/.libs/termgenerator.o queryparser/.libs/termgenerator_internal.o queryparser/.libs/word-breaker.o unicode/.libs/description_append.o unicode/.libs/unicode-data.o unicode/.libs/utf8itor.o weight/.libs/bb2weight.o weight/.libs/bm25plusweight.o weight/.libs/bm25weight.o weight/.libs/boolweight.o weight/.libs/coordweight.o weight/.libs/dlhweight.o weight/.libs/dphweight.o weight/.libs/ifb2weight.o weight/.libs/ineb2weight.o weight/.libs/inl2weight.o weight/.libs/lmweight.o weight/.libs/pl2plusweight.o weight/.libs/pl2weight.o weight/.libs/tfidfweight.o weight/.libs/tradweight.o weight/.libs/weight.o weight/.libs/weightinternal.o -L.libs -lz -Wl,-soname,libxapian.so.5.2 libtool: link: ar cru .libs/libxapian.a api/compactor.o api/constinfo.o api/decvalwtsource.o api/documentvaluelist.o api/editdistance.o api/emptypostlist.o api/error.o api/errorhandler.o api/expanddecider.o api/keymaker.o api/leafpostlist.o api/matchspy.o api/omdatabase.o api/omdocument.o api/omenquire.o api/positioniterator.o api/postingiterator.o api/postingsource.o api/postlist.o api/query.o api/queryinternal.o api/registry.o api/smallvector.o api/sortable-serialise.o api/termiterator.o api/termlist.o api/valueiterator.o api/valuerangeproc.o api/valuesetmatchdecider.o api/vectortermlist.o api/replication.o backends/alltermslist.o backends/dbcheck.o backends/database.o backends/databasehelpers.o backends/databasereplicator.o backends/dbfactory.o backends/slowvaluelist.o backends/uuids.o backends/valuelist.o backends/dbfactory_remote.o backends/contiguousalldocspostlist.o backends/flint_lock.o backends/chert/chert_alldocsmodifiedpostlist.o backends/chert/chert_alldocspostlist.o backends/chert/chert_alltermslist.o backends/chert/chert_btreebase.o backends/chert/chert_check.o backends/chert/chert_compact.o backends/chert/chert_cursor.o backends/chert/chert_database.o backends/chert/chert_dbcheck.o backends/chert/chert_dbstats.o backends/chert/chert_document.o backends/chert/chert_metadata.o backends/chert/chert_modifiedpostlist.o backends/chert/chert_positionlist.o backends/chert/chert_postlist.o backends/chert/chert_record.o backends/chert/chert_spelling.o backends/chert/chert_spellingwordslist.o backends/chert/chert_synonym.o backends/chert/chert_table.o backends/chert/chert_termlist.o backends/chert/chert_termlisttable.o backends/chert/chert_valuelist.o backends/chert/chert_values.o backends/chert/chert_version.o backends/chert/chert_databasereplicator.o backends/glass/glass_alldocspostlist.o backends/glass/glass_alltermslist.o backends/glass/glass_changes.o backends/glass/glass_check.o backends/glass/glass_compact.o backends/glass/glass_cursor.o backends/glass/glass_database.o backends/glass/glass_dbcheck.o backends/glass/glass_document.o backends/glass/glass_freelist.o backends/glass/glass_inverter.o backends/glass/glass_metadata.o backends/glass/glass_positionlist.o backends/glass/glass_postlist.o backends/glass/glass_spelling.o backends/glass/glass_spellingwordslist.o backends/glass/glass_synonym.o backends/glass/glass_table.o backends/glass/glass_termlist.o backends/glass/glass_termlisttable.o backends/glass/glass_valuelist.o backends/glass/glass_values.o backends/glass/glass_version.o backends/glass/glass_databasereplicator.o backends/inmemory/inmemory_alltermslist.o backends/inmemory/inmemory_database.o backends/inmemory/inmemory_document.o backends/inmemory/inmemory_positionlist.o backends/multi/multi_alltermslist.o backends/multi/multi_postlist.o backends/multi/multi_termlist.o backends/multi/multi_valuelist.o backends/remote/remote-document.o backends/remote/net_postlist.o backends/remote/net_termlist.o backends/remote/remote-database.o common/bitstream.o common/closefrom.o common/debuglog.o common/errno_to_string.o common/fileutils.o common/io_utils.o common/keyword.o common/msvc_dirent.o common/omassert.o common/posixy_wrapper.o common/replicate_utils.o common/safe.o common/serialise-double.o common/str.o common/compression_stream.o common/socket_utils.o expand/bo1eweight.o expand/esetinternal.o expand/expandweight.o expand/ortermlist.o expand/tradeweight.o geospatial/geoencode.o geospatial/latlongcoord.o geospatial/latlong_distance_keymaker.o geospatial/latlong_metrics.o geospatial/latlong_posting_source.o languages/arabic.o languages/armenian.o languages/basque.o languages/catalan.o languages/danish.o languages/dutch.o languages/english.o languages/earlyenglish.o languages/finnish.o languages/french.o languages/german2.o languages/german.o languages/hungarian.o languages/indonesian.o languages/irish.o languages/italian.o languages/kraaij_pohlmann.o languages/lithuanian.o languages/lovins.o languages/nepali.o languages/norwegian.o languages/porter.o languages/portuguese.o languages/romanian.o languages/russian.o languages/spanish.o languages/swedish.o languages/tamil.o languages/turkish.o languages/stem.o languages/steminternal.o matcher/remotesubmatch.o matcher/andmaybepostlist.o matcher/andnotpostlist.o matcher/branchpostlist.o matcher/collapser.o matcher/exactphrasepostlist.o matcher/externalpostlist.o matcher/localsubmatch.o matcher/maxpostlist.o matcher/mergepostlist.o matcher/msetcmp.o matcher/msetpostlist.o matcher/multiandpostlist.o matcher/multimatch.o matcher/multixorpostlist.o matcher/nearpostlist.o matcher/orpositionlist.o matcher/orpospostlist.o matcher/orpostlist.o matcher/phrasepostlist.o matcher/selectpostlist.o matcher/synonympostlist.o matcher/valuegepostlist.o matcher/valuerangepostlist.o matcher/valuestreamdocument.o net/length.o net/serialise.o net/progclient.o net/remoteconnection.o net/remoteserver.o net/remotetcpclient.o net/remotetcpserver.o net/replicatetcpclient.o net/replicatetcpserver.o net/serialise-error.o net/tcpclient.o net/tcpserver.o queryparser/queryparser.o queryparser/queryparser_internal.o queryparser/termgenerator.o queryparser/termgenerator_internal.o queryparser/word-breaker.o unicode/description_append.o unicode/unicode-data.o unicode/utf8itor.o weight/bb2weight.o weight/bm25plusweight.o weight/bm25weight.o weight/boolweight.o weight/coordweight.o weight/dlhweight.o weight/dphweight.o weight/ifb2weight.o weight/ineb2weight.o weight/inl2weight.o weight/lmweight.o weight/pl2plusweight.o weight/pl2weight.o weight/tfidfweight.o weight/tradweight.o weight/weight.o weight/weightinternal.o libtool: link: ranlib .libs/libxapian.a /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-delve bin/xapian-delve.o libgetopt.la libxapian.la libtool: link: c++ -o bin/.libs/xapian-delve -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian-delve.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lbin/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo bin/xapian-check.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian-check.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-check.o bin/xapian-check.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-check bin/xapian-check.o libxapian.la libtool: link: c++ -o bin/.libs/xapian-check -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian-check.o -Lbin/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo bin/xapian-compact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian-compact.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-compact.o bin/xapian-compact.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-compact bin/xapian-compact.o libgetopt.la libxapian.la libtool: link: c++ -o bin/.libs/xapian-compact -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian-compact.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lbin/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo bin/xapian-progsrv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian-progsrv.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-progsrv.o bin/xapian-progsrv.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-progsrv bin/xapian-progsrv.o libgetopt.la libxapian.la libtool: link: c++ -o bin/.libs/xapian-progsrv -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian-progsrv.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lbin/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo bin/xapian-replicate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian-replicate.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-replicate.o bin/xapian-replicate.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-replicate bin/xapian-replicate.o libgetopt.la libxapian.la libtool: link: c++ -o bin/.libs/xapian-replicate -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian-replicate.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lbin/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo bin/xapian-replicate-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian-replicate-server.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-replicate-server.o bin/xapian-replicate-server.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-replicate-server bin/xapian-replicate-server.o libgetopt.la libxapian.la libtool: link: c++ -o bin/.libs/xapian-replicate-server -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian-replicate-server.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lbin/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo bin/xapian-tcpsrv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian-tcpsrv.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-tcpsrv.o bin/xapian-tcpsrv.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-tcpsrv bin/xapian-tcpsrv.o libgetopt.la libxapian.la libtool: link: c++ -o bin/.libs/xapian-tcpsrv -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian-tcpsrv.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lbin/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo examples/copydatabase.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT examples/copydatabase.o -MD -MP -MF $depbase.Tpo -c -o examples/copydatabase.o examples/copydatabase.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o examples/copydatabase examples/copydatabase.o libxapian.la libtool: link: c++ -o examples/.libs/copydatabase -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno examples/copydatabase.o -Lexamples/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo examples/quest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT examples/quest.o -MD -MP -MF $depbase.Tpo -c -o examples/quest.o examples/quest.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o examples/quest examples/quest.o libgetopt.la libxapian.la libtool: link: c++ -o examples/.libs/quest -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno examples/quest.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lexamples/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo examples/simpleexpand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT examples/simpleexpand.o -MD -MP -MF $depbase.Tpo -c -o examples/simpleexpand.o examples/simpleexpand.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o examples/simpleexpand examples/simpleexpand.o libxapian.la libtool: link: c++ -o examples/.libs/simpleexpand -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno examples/simpleexpand.o -Lexamples/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo examples/simpleindex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT examples/simpleindex.o -MD -MP -MF $depbase.Tpo -c -o examples/simpleindex.o examples/simpleindex.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o examples/simpleindex examples/simpleindex.o libxapian.la libtool: link: c++ -o examples/.libs/simpleindex -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno examples/simpleindex.o -Lexamples/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo examples/simplesearch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT examples/simplesearch.o -MD -MP -MF $depbase.Tpo -c -o examples/simplesearch.o examples/simplesearch.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o examples/simplesearch examples/simplesearch.o libxapian.la libtool: link: c++ -o examples/.libs/simplesearch -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno examples/simplesearch.o -Lexamples/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo examples/xapian-metadata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT examples/xapian-metadata.o -MD -MP -MF $depbase.Tpo -c -o examples/xapian-metadata.o examples/xapian-metadata.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o examples/xapian-metadata examples/xapian-metadata.o libxapian.la libtool: link: c++ -o examples/.libs/xapian-metadata -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno examples/xapian-metadata.o -Lexamples/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib depbase=`echo examples/xapian-pos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I./common -I./include -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT examples/xapian-pos.o -MD -MP -MF $depbase.Tpo -c -o examples/xapian-pos.o examples/xapian-pos.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o examples/xapian-pos examples/xapian-pos.o libgetopt.la libxapian.la libtool: link: c++ -o examples/.libs/xapian-pos -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno examples/xapian-pos.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lexamples/.libs -lxapian -lz -Wl,-rpath-link,/usr/local/lib c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT bin/xapian_inspect-xapian-inspect.o -MD -MP -MF bin/.deps/xapian_inspect-xapian-inspect.Tpo -c -o bin/xapian_inspect-xapian-inspect.o `test -f 'bin/xapian-inspect.cc' || echo './'`bin/xapian-inspect.cc mv -f bin/.deps/xapian_inspect-xapian-inspect.Tpo bin/.deps/xapian_inspect-xapian-inspect.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/bin_xapian_inspect-constinfo.o -MD -MP -MF api/.deps/bin_xapian_inspect-constinfo.Tpo -c -o api/bin_xapian_inspect-constinfo.o `test -f 'api/constinfo.cc' || echo './'`api/constinfo.cc mv -f api/.deps/bin_xapian_inspect-constinfo.Tpo api/.deps/bin_xapian_inspect-constinfo.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT api/bin_xapian_inspect-error.o -MD -MP -MF api/.deps/bin_xapian_inspect-error.Tpo -c -o api/bin_xapian_inspect-error.o `test -f 'api/error.cc' || echo './'`api/error.cc mv -f api/.deps/bin_xapian_inspect-error.Tpo api/.deps/bin_xapian_inspect-error.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/bin_xapian_inspect-glass_changes.o -MD -MP -MF backends/glass/.deps/bin_xapian_inspect-glass_changes.Tpo -c -o backends/glass/bin_xapian_inspect-glass_changes.o `test -f 'backends/glass/glass_changes.cc' || echo './'`backends/glass/glass_changes.cc mv -f backends/glass/.deps/bin_xapian_inspect-glass_changes.Tpo backends/glass/.deps/bin_xapian_inspect-glass_changes.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/bin_xapian_inspect-glass_cursor.o -MD -MP -MF backends/glass/.deps/bin_xapian_inspect-glass_cursor.Tpo -c -o backends/glass/bin_xapian_inspect-glass_cursor.o `test -f 'backends/glass/glass_cursor.cc' || echo './'`backends/glass/glass_cursor.cc mv -f backends/glass/.deps/bin_xapian_inspect-glass_cursor.Tpo backends/glass/.deps/bin_xapian_inspect-glass_cursor.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/bin_xapian_inspect-glass_freelist.o -MD -MP -MF backends/glass/.deps/bin_xapian_inspect-glass_freelist.Tpo -c -o backends/glass/bin_xapian_inspect-glass_freelist.o `test -f 'backends/glass/glass_freelist.cc' || echo './'`backends/glass/glass_freelist.cc mv -f backends/glass/.deps/bin_xapian_inspect-glass_freelist.Tpo backends/glass/.deps/bin_xapian_inspect-glass_freelist.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/bin_xapian_inspect-glass_table.o -MD -MP -MF backends/glass/.deps/bin_xapian_inspect-glass_table.Tpo -c -o backends/glass/bin_xapian_inspect-glass_table.o `test -f 'backends/glass/glass_table.cc' || echo './'`backends/glass/glass_table.cc mv -f backends/glass/.deps/bin_xapian_inspect-glass_table.Tpo backends/glass/.deps/bin_xapian_inspect-glass_table.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/glass/bin_xapian_inspect-glass_version.o -MD -MP -MF backends/glass/.deps/bin_xapian_inspect-glass_version.Tpo -c -o backends/glass/bin_xapian_inspect-glass_version.o `test -f 'backends/glass/glass_version.cc' || echo './'`backends/glass/glass_version.cc mv -f backends/glass/.deps/bin_xapian_inspect-glass_version.Tpo backends/glass/.deps/bin_xapian_inspect-glass_version.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT backends/bin_xapian_inspect-uuids.o -MD -MP -MF backends/.deps/bin_xapian_inspect-uuids.Tpo -c -o backends/bin_xapian_inspect-uuids.o `test -f 'backends/uuids.cc' || echo './'`backends/uuids.cc mv -f backends/.deps/bin_xapian_inspect-uuids.Tpo backends/.deps/bin_xapian_inspect-uuids.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bin_xapian_inspect-compression_stream.o -MD -MP -MF common/.deps/bin_xapian_inspect-compression_stream.Tpo -c -o common/bin_xapian_inspect-compression_stream.o `test -f 'common/compression_stream.cc' || echo './'`common/compression_stream.cc mv -f common/.deps/bin_xapian_inspect-compression_stream.Tpo common/.deps/bin_xapian_inspect-compression_stream.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bin_xapian_inspect-errno_to_string.o -MD -MP -MF common/.deps/bin_xapian_inspect-errno_to_string.Tpo -c -o common/bin_xapian_inspect-errno_to_string.o `test -f 'common/errno_to_string.cc' || echo './'`common/errno_to_string.cc mv -f common/.deps/bin_xapian_inspect-errno_to_string.Tpo common/.deps/bin_xapian_inspect-errno_to_string.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bin_xapian_inspect-io_utils.o -MD -MP -MF common/.deps/bin_xapian_inspect-io_utils.Tpo -c -o common/bin_xapian_inspect-io_utils.o `test -f 'common/io_utils.cc' || echo './'`common/io_utils.cc mv -f common/.deps/bin_xapian_inspect-io_utils.Tpo common/.deps/bin_xapian_inspect-io_utils.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bin_xapian_inspect-posixy_wrapper.o -MD -MP -MF common/.deps/bin_xapian_inspect-posixy_wrapper.Tpo -c -o common/bin_xapian_inspect-posixy_wrapper.o `test -f 'common/posixy_wrapper.cc' || echo './'`common/posixy_wrapper.cc mv -f common/.deps/bin_xapian_inspect-posixy_wrapper.Tpo common/.deps/bin_xapian_inspect-posixy_wrapper.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT common/bin_xapian_inspect-str.o -MD -MP -MF common/.deps/bin_xapian_inspect-str.Tpo -c -o common/bin_xapian_inspect-str.o `test -f 'common/str.cc' || echo './'`common/str.cc mv -f common/.deps/bin_xapian_inspect-str.Tpo common/.deps/bin_xapian_inspect-str.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/bin_xapian_inspect-description_append.o -MD -MP -MF unicode/.deps/bin_xapian_inspect-description_append.Tpo -c -o unicode/bin_xapian_inspect-description_append.o `test -f 'unicode/description_append.cc' || echo './'`unicode/description_append.cc mv -f unicode/.deps/bin_xapian_inspect-description_append.Tpo unicode/.deps/bin_xapian_inspect-description_append.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/bin_xapian_inspect-unicode-data.o -MD -MP -MF unicode/.deps/bin_xapian_inspect-unicode-data.Tpo -c -o unicode/bin_xapian_inspect-unicode-data.o `test -f 'unicode/unicode-data.cc' || echo './'`unicode/unicode-data.cc mv -f unicode/.deps/bin_xapian_inspect-unicode-data.Tpo unicode/.deps/bin_xapian_inspect-unicode-data.Po c++ -DHAVE_CONFIG_H -I. -I./common -I./include -DXAPIAN_REALLY_NO_DEBUG_LOG -I./backends/glass -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -MT unicode/bin_xapian_inspect-utf8itor.o -MD -MP -MF unicode/.deps/bin_xapian_inspect-utf8itor.Tpo -c -o unicode/bin_xapian_inspect-utf8itor.o `test -f 'unicode/utf8itor.cc' || echo './'`unicode/utf8itor.cc mv -f unicode/.deps/bin_xapian_inspect-utf8itor.Tpo unicode/.deps/bin_xapian_inspect-utf8itor.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno -L/usr/local/lib -o bin/xapian-inspect bin/xapian_inspect-xapian-inspect.o api/bin_xapian_inspect-constinfo.o api/bin_xapian_inspect-error.o backends/glass/bin_xapian_inspect-glass_changes.o backends/glass/bin_xapian_inspect-glass_cursor.o backends/glass/bin_xapian_inspect-glass_freelist.o backends/glass/bin_xapian_inspect-glass_table.o backends/glass/bin_xapian_inspect-glass_version.o backends/bin_xapian_inspect-uuids.o common/bin_xapian_inspect-compression_stream.o common/bin_xapian_inspect-errno_to_string.o common/bin_xapian_inspect-io_utils.o common/bin_xapian_inspect-posixy_wrapper.o common/bin_xapian_inspect-str.o unicode/bin_xapian_inspect-description_append.o unicode/bin_xapian_inspect-unicode-data.o unicode/bin_xapian_inspect-utf8itor.o libgetopt.la -lz libtool: link: c++ -o bin/xapian-inspect -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Wmissing-declarations -Winit-self -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -Wno-redundant-decls -fno-math-errno bin/xapian_inspect-xapian-inspect.o api/bin_xapian_inspect-constinfo.o api/bin_xapian_inspect-error.o backends/glass/bin_xapian_inspect-glass_changes.o backends/glass/bin_xapian_inspect-glass_cursor.o backends/glass/bin_xapian_inspect-glass_freelist.o backends/glass/bin_xapian_inspect-glass_table.o backends/glass/bin_xapian_inspect-glass_version.o backends/bin_xapian_inspect-uuids.o common/bin_xapian_inspect-compression_stream.o common/bin_xapian_inspect-errno_to_string.o common/bin_xapian_inspect-io_utils.o common/bin_xapian_inspect-posixy_wrapper.o common/bin_xapian_inspect-str.o unicode/bin_xapian_inspect-description_append.o unicode/bin_xapian_inspect-unicode-data.o unicode/bin_xapian_inspect-utf8itor.o /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/.libs/libgetopt.a -Lbin/.libs -lz xapian-inspect.cc(bin/xapian_inspect-xapian-inspect.o:(display_nicely(std::__1::basic_string, std::__1::allocator> const&))): warning: sprintf() is often misused, please use snprintf() mkdir -p installable /usr/bin/sed '/##UNINSTONLYBEGIN/,/##UNINSTONLYEND/d' xapian-config > installable/xapian-config.tmp mv installable/xapian-config.tmp installable/xapian-config cd . && /bin/sh ./config.status cmake/xapian-config.cmake config.status: creating cmake/xapian-config.cmake Making all in docs Making all in tests /usr/bin/make all-am >>> Running fake in databases/xapian-core at 1713348476.53 ===> databases/xapian-core ===> Faking installation for xapian-core-1.4.25 /usr/bin/make install-recursive Making install in . mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c libxapian.la '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 ./.libs/libxapian.a /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib/libxapian.a libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 ./.libs/libxapian.so.5.2 /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib/libxapian.so.5.2 libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 ./.libs/libxapian.lai /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib/libxapian.la mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/xapian-delve bin/xapian-check bin/xapian-compact bin/xapian-progsrv bin/xapian-replicate bin/xapian-replicate-server bin/xapian-tcpsrv examples/copydatabase examples/quest examples/simpleexpand examples/simpleindex examples/simplesearch examples/xapian-metadata examples/xapian-pos '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/.libs/xapian-delve /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/.libs/xapian-check /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/.libs/xapian-compact /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/.libs/xapian-progsrv /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/.libs/xapian-replicate /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/.libs/xapian-replicate-server /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 bin/.libs/xapian-tcpsrv /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 examples/.libs/copydatabase /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 examples/.libs/quest /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 examples/.libs/simpleexpand /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 examples/.libs/simpleindex /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 examples/.libs/simplesearch /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 examples/.libs/xapian-metadata /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -s -m 755 examples/.libs/xapian-pos /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 755 installable/xapian-config '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib/cmake/xapian' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 cmake/xapian-config.cmake cmake/xapian-config-version.cmake '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib/cmake/xapian' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/aclocal' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 m4-macros/xapian.m4 '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/aclocal' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/xapian-core/stopwords' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 languages/stopwords/arabic.list languages/stopwords/danish.list languages/stopwords/dutch.list languages/stopwords/english.list languages/stopwords/finnish.list languages/stopwords/french.list languages/stopwords/german.list languages/stopwords/hungarian.list languages/stopwords/indonesian.list languages/stopwords/italian.list languages/stopwords/norwegian.list languages/stopwords/portuguese.list languages/stopwords/russian.list languages/stopwords/spanish.list languages/stopwords/swedish.list '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/xapian-core/stopwords' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/include' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 include/xapian.h '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/include' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 xapian-config.1 bin/xapian-check.1 bin/xapian-compact.1 bin/xapian-delve.1 bin/xapian-progsrv.1 bin/xapian-replicate.1 bin/xapian-replicate-server.1 bin/xapian-tcpsrv.1 examples/copydatabase.1 examples/quest.1 examples/xapian-metadata.1 examples/xapian-pos.1 '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/man/man1' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 pkgconfig/xapian-core.pc '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/lib/pkgconfig' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/include/xapian' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 include/xapian/version.h '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/include/xapian' mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/include/xapian' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 include/xapian/attributes.h include/xapian/compactor.h include/xapian/constants.h include/xapian/constinfo.h include/xapian/database.h include/xapian/dbfactory.h include/xapian/deprecated.h include/xapian/derefwrapper.h include/xapian/document.h include/xapian/enquire.h include/xapian/errorhandler.h include/xapian/eset.h include/xapian/expanddecider.h include/xapian/intrusive_ptr.h include/xapian/iterator.h include/xapian/keymaker.h include/xapian/matchspy.h include/xapian/mset.h include/xapian/positioniterator.h include/xapian/postingiterator.h include/xapian/postingsource.h include/xapian/query.h include/xapian/queryparser.h include/xapian/registry.h include/xapian/stem.h include/xapian/termgenerator.h include/xapian/termiterator.h include/xapian/types.h include/xapian/unicode.h include/xapian/valueiterator.h include/xapian/valuesetmatchdecider.h include/xapian/geospatial.h include/xapian/visibility.h include/xapian/weight.h include/xapian/error.h '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/include/xapian' Making install in docs /bin/sh /exopi-obj/pobj/xapian-core-1.4.25/xapian-core-1.4.25/install-sh -d /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/doc/xapian-core/apidoc/html /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 `test -f apidoc/html/index.html || echo ./`apidoc/html/*.png /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/doc/xapian-core/apidoc/html /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 `test -f apidoc/html/index.html || echo ./`apidoc/html/*.css /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/doc/xapian-core/apidoc/html /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 `test -f apidoc/html/index.html || echo ./`apidoc/html/*.html /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/doc/xapian-core/apidoc/html /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 `test -f apidoc/html/index.html || echo ./`apidoc/html/*.js /exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/doc/xapian-core/apidoc/html mkdir -p '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/doc/xapian-core' /exopi-obj/pobj/xapian-core-1.4.25/bin/install -c -m 644 admin_notes.html bm25.html collapsing.html deprecation.html facets.html geospatial.html glossary.html index.html install.html internals.html intro_ir.html matcherdesign.html overview.html postingsource.html queryparser.html remote.html replication.html scalability.html serialisation.html sorting.html spelling.html stemming.html synonyms.html termgenerator.html tests.html valueranges.html '/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/usr/local/share/doc/xapian-core' Making install in tests /usr/bin/make install-am >>> Running package in databases/xapian-core at 1713348485.28 ===> databases/xapian-core `/exopi-obj/pobj/xapian-core-1.4.25/fake-amd64/.fake_done' is up to date. ===> Building package for xapian-core-1.4.25 Create /exopi-cvs/ports/packages/amd64/all/xapian-core-1.4.25.tgz Creating package xapian-core-1.4.25 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|********* | 14% archiving|**************** | 26% archiving|************************ | 37% archiving|***************************** | 45% archiving|************************************ | 57% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xapian-core-1.4.25.tgz >>> Running clean in databases/xapian-core at 1713348493.29 ===> databases/xapian-core ===> Cleaning for xapian-core-1.4.25 >>> Ended at 1713348494.52 max_stuck=4.11/patch=1.67/configure=46.27/build=872.81/fake=8.71/package=7.82/clean=1.53