Created
August 30, 2018 03:57
-
-
Save kortschak/a736a492a1153918c1f972b4b0bbedab to your computer and use it in GitHub Desktop.
vg build output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Development/vg [master]$ source source_me.sh | |
~/Development/vg [master]$ make -j 4 | |
rm -rf lib/libprotobuf* lib/libprotoc* | |
rm -Rf include/google/protobuf/ | |
. ./source_me.sh && cd deps/sdsl-lite && BUILD_PORTABLE=1 ./install.sh /home/xxxxx/Development/vg | |
. ./source_me.sh && cd deps/ssw/src && make && ar rs /home/xxxxx/Development/vg/lib/libssw.a ssw.o ssw_cpp.o && cp ssw_cpp.h ssw.h /home/xxxxx/Development/vg/lib | |
. ./source_me.sh && cd deps/snappy && ./autogen.sh && ./configure --prefix=/home/xxxxx/Development/vg && make && make install | |
. ./source_me.sh && cd deps/protobuf && ./autogen.sh && export DIST_LANG=cpp && ./configure --prefix="/home/xxxxx/Development/vg" && make && make install && export PATH=/home/xxxxx/Development/vg/bin:$PATH | |
/home/xxxxx/Development/vg/deps/ssw/src | |
/home/xxxxx/Development/vg/deps/snappy | |
/home/xxxxx/Development/vg/deps/sdsl-lite | |
/home/xxxxx/Development/vg/deps/protobuf | |
Google Mock not present. Fetching gmock-1.7.0 from the web... | |
make[1]: Entering directory '/home/xxxxx/Development/vg/deps/ssw/src' | |
gcc -c -o ssw.o ssw.c -Wall -pipe -O3 | |
Library will be installed in '/home/xxxxx/Development/vg' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0WARNING: .git/hooks directory does not exists. | |
The pre-commit hook is not installed. | |
/home/xxxxx/Development/vg/deps/sdsl-lite/build | |
-- The CXX compiler identification is GNU 5.4.0 | |
-- The C compiler identification is GNU 5.4.0 | |
-- Check for working CXX compiler: /usr/bin/g++ | |
-- Check for working CXX compiler: /usr/bin/g++ -- works | |
-- Detecting CXX compiler ABI info | |
g++ -c -o ssw_cpp.o ssw_cpp.cpp -Wall -pipe -O3 | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0gcc -Wall -pipe -O3 -fPIC -shared -o libssw.so ssw.c | |
100 129 0 129 0 0 116 0 --:--:-- 0:00:01 --:--:-- 116 | |
-- Detecting CXX compile features - done | |
-- Check for working C compiler: /usr/bin/gcc | |
-- Check for working C compiler: /usr/bin/gcc -- works | |
-- Detecting C compiler ABI info | |
gcc -o ssw_test ssw.o main.c -Wall -pipe -O3 -lm -lz | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0gcc -o example_c ssw.o example.c -Wall -pipe -O3 -lm -lz | |
-- Detecting C compile features - done | |
-- Compiler is recent enough to support C++11. | |
-- Performing Test HAVE_GCC_STD=C__11__WALL__WEXTRA__DNDEBUG | |
g++ -o example_cpp example.cpp ssw.o ssw_cpp.o -Wall -pipe -O3 -lm -lz | |
-- Performing Test HAVE_GCC_STD=C__11__WALL__WEXTRA__DNDEBUG - Success | |
-- Performing Test HAVE_GCC_O3__FFAST_MATH__FUNROLL_LOOPS | |
make[1]: Leaving directory '/home/xxxxx/Development/vg/deps/ssw/src' | |
-- Performing Test HAVE_GCC_O3__FFAST_MATH__FUNROLL_LOOPS - Success | |
ar: creating /home/xxxxx/Development/vg/lib/libssw.a | |
cp deps/gperftools/src/tcmalloc.cc deps/gperftools/src/tcmalloc.cc.bak | |
sed 's/printer.printf("tcmalloc: large alloc/return; printer.printf("tcmalloc: large alloc/' deps/gperftools/src/tcmalloc.cc.bak >deps/gperftools/src/tcmalloc.cc | |
cd deps/libdeflate && make && cp libdeflate.a /home/xxxxx/Development/vg/lib && cp libdeflate.h /home/xxxxx/Development/vg/include | |
/home/xxxxx/Development/vg/deps/libdeflate | |
make[1]: Entering directory '/home/xxxxx/Development/vg/deps/libdeflate' | |
make: *** No rule to make target 'deps/vcflib/intervaltree/*.cpp', needed by 'lib/libvcflib.a'. Stop. | |
make: *** Waiting for unfinished jobs.... | |
CC lib/aligned_malloc.o | |
CC lib/deflate_decompress.o | |
-- Performing Test HAVE_CXA_DEMANGLE | |
100 362k 0 362k 0 0 127k 0 --:--:-- 0:00:02 --:--:-- 389k | |
-- Performing Test HAVE_CXA_DEMANGLE - Success | |
-- Compiler supports DEMANGLE. | |
-- Performing Test HAVE_GCC_DHAVE_CXA_DEMANGLE | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 CC lib/arm/cpu_features.o | |
CC lib/x86/cpu_features.o | |
CC lib/deflate_compress.o | |
-- Performing Test HAVE_GCC_DHAVE_CXA_DEMANGLE - Success | |
-- Found Git: /usr/bin/git (found version "2.7.4") | |
git found: /usr/bin/git | |
CMake Warning (dev) at external/libdivsufsort/CMakeLists.txt:7 (project): | |
Policy CMP0048 is not set: project() command manages VERSION variables. | |
Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The following variable(s) would be set to empty: | |
PROJECT_VERSION | |
PROJECT_VERSION_MAJOR | |
PROJECT_VERSION_MINOR | |
PROJECT_VERSION_PATCH | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Performing Test HAVE_GCC_WALL | |
-- Performing Test HAVE_GCC_WALL - Success | |
-- Performing Test HAVE_GCC_FOMIT_FRAME_POINTER | |
libtoolize: putting auxiliary files in '.'. | |
libtoolize: copying file './ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
libtoolize: copying file 'm4/ltoptions.m4' | |
libtoolize: copying file 'm4/ltsugar.m4' | |
libtoolize: copying file 'm4/ltversion.m4' | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0-- Performing Test HAVE_GCC_FOMIT_FRAME_POINTER - Success | |
-- Looking for inttypes.h | |
CC lib/adler32.o | |
-- Looking for inttypes.h - found | |
-- Looking for memory.h | |
100 129 0 129 0 0 116 0 --:--:-- 0:00:01 --:--:-- 116 | |
-- Looking for memory.h - found | |
-- Looking for stddef.h | |
CC lib/zlib_decompress.o | |
100 618k 100 618k 0 0 214k 0 0:00:02 0:00:02 --:--:-- 620k | |
-- Looking for stddef.h - found | |
-- Looking for stdint.h | |
CC lib/zlib_compress.o | |
CC lib/crc32.o | |
CC lib/gzip_decompress.o | |
CC lib/gzip_compress.o | |
CC lib/aligned_malloc.shlib.o | |
CC lib/deflate_decompress.shlib.o | |
CC lib/arm/cpu_features.shlib.o | |
CC lib/x86/cpu_features.shlib.o | |
CC lib/deflate_compress.shlib.o | |
configure.ac:16: installing './compile' | |
configure.ac:16: installing './config.guess' | |
configure.ac:16: installing './config.sub' | |
configure.ac:14: installing './install-sh' | |
configure.ac:14: installing './missing' | |
Makefile.am: installing './INSTALL' | |
/usr/share/automake-1.15/am/ltlibrary.am: warning: 'libsnappy.la': linking libtool libraries using a non-POSIX | |
/usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' | |
Makefile.am:4: while processing Libtool library 'libsnappy.la' | |
Makefile.am: installing './depcomp' | |
parallel-tests: installing './test-driver' | |
+ autoreconf -f -i -Wall,no-obsolete | |
CC lib/adler32.shlib.o | |
-- Looking for stdint.h - found | |
-- Looking for stdlib.h | |
CC lib/zlib_decompress.shlib.o | |
CC lib/zlib_compress.shlib.o | |
CC lib/crc32.shlib.o | |
CC lib/gzip_decompress.shlib.o | |
CC lib/gzip_compress.shlib.o | |
GEN programs/config.h | |
-- Looking for stdlib.h - found | |
-- Looking for string.h | |
-- Looking for string.h - found | |
-- Looking for strings.h | |
checking for a BSD-compatible install... AR libdeflate.a | |
/usr/bin/install -c | |
checking whether build environment is sane... yes | |
CCLD libdeflate.so | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
CC programs/gzip.o | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/gcc | |
CC programs/prog_util.o | |
CC programs/tgetopt.o | |
CCLD gzip | |
LN gunzip | |
make[1]: Leaving directory '/home/xxxxx/Development/vg/deps/libdeflate' | |
checking whether the C compiler works... -- Looking for strings.h - found | |
-- Looking for sys/types.h | |
yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc accepts -g... yes | |
checking for /usr/bin/gcc option to accept ISO C89... none needed | |
checking whether /usr/bin/gcc understands -c and -o together... yes | |
checking dependency style of /usr/bin/gcc... -- Looking for sys/types.h - found | |
-- Performing Test HAVE_INLINE | |
gcc3 | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu 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... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc 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 how to run the C preprocessor... /usr/bin/gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/gcc static flag -static works... yes | |
checking if /usr/bin/gcc supports -c -o file.o... yes | |
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++ accepts -g... yes | |
checking dependency style of /usr/bin/g++... gcc3 | |
checking how to run the C++ preprocessor... /usr/bin/g++ -E | |
-- Performing Test HAVE_INLINE - Success | |
-- Performing Test HAVE___INLINE | |
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
libtoolize: copying file 'build-aux/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
libtoolize: copying file 'm4/ltoptions.m4' | |
libtoolize: copying file 'm4/ltsugar.m4' | |
libtoolize: copying file 'm4/ltversion.m4' | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/g++ static flag -static works... -- Performing Test HAVE___INLINE - Success | |
-- Performing Test HAVE___INLINE__ | |
yes | |
checking if /usr/bin/g++ supports -c -o file.o... yes | |
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether byte ordering is bigendian... -- Performing Test HAVE___INLINE__ - Success | |
-- Performing Test HAVE___DECLSPEC_DLLEXPORT_ | |
no | |
checking for size_t... -- Performing Test HAVE___DECLSPEC_DLLEXPORT_ - Failed | |
yes | |
checking for ssize_t... -- Performing Test HAVE___DECLSPEC_DLLIMPORT_ | |
yes | |
checking for stdint.h... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking byteswap.h usability... yes | |
checking byteswap.h presence... yes | |
checking for byteswap.h... yes | |
checking sys/byteswap.h usability... -- Performing Test HAVE___DECLSPEC_DLLIMPORT_ - Failed | |
-- Check size of uint8_t | |
no | |
checking sys/byteswap.h presence... no | |
checking for sys/byteswap.h... no | |
checking sys/endian.h usability... no | |
checking sys/endian.h presence... no | |
checking for sys/endian.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for mmap... configure.ac:27: installing 'build-aux/compile' | |
configure.ac:30: installing 'build-aux/config.guess' | |
configure.ac:30: installing 'build-aux/config.sub' | |
configure.ac:24: installing 'build-aux/install-sh' | |
configure.ac:24: installing 'build-aux/missing' | |
yes | |
checking for 'gtest-config'... checking for gtest-config... /usr/local/bin/gtest-config | |
/usr/local/bin/gtest-config | |
checking for Google Test... yes | |
Makefile.am: installing 'build-aux/depcomp' | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for gflags... no | |
checking if the compiler supports __builtin_expect... yes | |
parallel-tests: installing 'build-aux/test-driver' | |
checking if the compiler supports __builtin_ctzll... yes | |
checking for zlibVersion in -lz... yes | |
checking for lzo1x_1_15_compress in -llzo2... no | |
checking for lzf_compress in -llzf... no | |
checking for fastlz_compress in -lfastlz... no | |
checking for qlz_compress in -lquicklz... -- Check size of uint8_t - done | |
-- Check size of int32_t | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
libtoolize: copying file 'build-aux/ltmain.sh' | |
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, | |
libtoolize: and rerunning libtoolize and aclocal. | |
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. | |
no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
-- Check size of int32_t - done | |
-- Looking for PRId32 | |
config.status: creating Makefile | |
config.status: creating snappy-stubs-public.h | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[1]: Entering directory '/home/xxxxx/Development/vg/deps/snappy' | |
make all-am | |
make[2]: Entering directory '/home/xxxxx/Development/vg/deps/snappy' | |
/bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc | |
/bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o .libs/snappy.o | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -o snappy-sinksource.o >/dev/null 2>&1 | |
mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -o snappy-stubs-internal.o >/dev/null 2>&1 | |
mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -o snappy.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -g -O2 -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -o snappy-c.o >/dev/null 2>&1 | |
-- Looking for PRId32 - found | |
-- Check size of int64_t | |
mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo | |
/usr/bin/g++ -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -MT snappy_unittest-snappy_unittest.o -MD -MP -MF .deps/snappy_unittest-snappy_unittest.Tpo -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo './'`snappy_unittest.cc | |
mv -f .deps/snappy.Tpo .deps/snappy.Plo | |
/usr/bin/g++ -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -MT snappy_unittest-snappy-test.o -MD -MP -MF .deps/snappy_unittest-snappy-test.Tpo -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo './'`snappy-test.cc | |
configure.ac:22: installing 'build-aux/compile' | |
configure.ac:25: installing 'build-aux/config.guess' | |
configure.ac:25: installing 'build-aux/config.sub' | |
configure.ac:19: installing 'build-aux/install-sh' | |
configure.ac:19: installing 'build-aux/missing' | |
mv -f .deps/snappy_unittest-snappy-test.Tpo .deps/snappy_unittest-snappy-test.Po | |
Makefile.am: installing 'build-aux/depcomp' | |
/bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -g -O2 -version-info 4:0:3 -o libsnappy.la -rpath /home/xxxxx/Development/vg/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo | |
parallel-tests: installing 'build-aux/test-driver' | |
libtool: link: /usr/bin/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L/home/xxxxx/Development/vg/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/xxxxx/Development/vg/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -g -O2 -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.3.0 | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.3.0" "libsnappy.so.1") | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.3.0" "libsnappy.so") | |
libtool: link: ar cru .libs/libsnappy.a snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libsnappy.a | |
-- Check size of int64_t - done | |
-- Looking for PRId64 | |
libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" ) | |
libtoolize: putting auxiliary files in '.'. | |
libtoolize: copying file './ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
libtoolize: copying file 'm4/ltoptions.m4' | |
libtoolize: copying file 'm4/ltsugar.m4' | |
libtoolize: copying file 'm4/ltversion.m4' | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
mv -f .deps/snappy_unittest-snappy_unittest.Tpo .deps/snappy_unittest-snappy_unittest.Po | |
/bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -g -O2 -L/usr/local/lib -o snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o libsnappy.la -lz -lgtest -pthread | |
libtool: link: /usr/bin/g++ -g -O2 -o .libs/snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o -pthread -L/usr/local/lib ./.libs/libsnappy.so -lz /usr/local/lib/libgtest.so -pthread -Wl,-rpath -Wl,/home/xxxxx/Development/vg/lib | |
-- Looking for PRId64 - found | |
/usr/bin/ld: snappy_unittest-snappy_unittest.o: undefined reference to symbol '__printf_chk@@GLIBC_2.3.4' | |
//lib/x86_64-linux-gnu/libc.so.6: error adding symbols: DSO missing from command line | |
collect2: error: ld returned 1 exit status | |
Makefile:689: recipe for target 'snappy_unittest' failed | |
make[2]: *** [snappy_unittest] Error 1 | |
make[2]: Leaving directory '/home/xxxxx/Development/vg/deps/snappy' | |
Makefile:586: recipe for target 'all' failed | |
make[1]: *** [all] Error 2 | |
make[1]: Leaving directory '/home/xxxxx/Development/vg/deps/snappy' | |
Makefile:267: recipe for target 'lib/libsnappy.a' failed | |
make: *** [lib/libsnappy.a] Error 2 | |
CMake Warning (dev) at external/googletest/googletest/CMakeLists.txt:47 (project): | |
Policy CMP0048 is not set: project() command manages VERSION variables. | |
Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
The following variable(s) would be set to empty: | |
PROJECT_VERSION | |
PROJECT_VERSION_MAJOR | |
PROJECT_VERSION_MINOR | |
PROJECT_VERSION_PATCH | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Found PythonInterp: /usr/bin/python (found version "2.7.12") | |
-- Looking for pthread.h | |
configure.ac:66: installing './ar-lib' | |
configure.ac:61: installing './compile' | |
configure.ac:46: installing './config.guess' | |
configure.ac:46: installing './config.sub' | |
configure.ac:48: installing './install-sh' | |
configure.ac:48: installing './missing' | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
benchmarks/Makefile.am: installing './depcomp' | |
parallel-tests: installing './test-driver' | |
+ rm -rf autom4te.cache config.h.in~ | |
+ exit 0 | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... -- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
yes | |
checking whether make supports nested variables... yes | |
checking whether UID '1000' is supported by ustar format... yes | |
checking whether GID '1000' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking for gcc... /usr/bin/gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc accepts -g... yes | |
checking for /usr/bin/gcc option to accept ISO C89... none needed | |
checking whether /usr/bin/gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc... gcc3 | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++ accepts -g... yes | |
checking dependency style of /usr/bin/g++... gcc3 | |
checking how to run the C preprocessor... /usr/bin/gcc -E | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking how to run the C++ preprocessor... /usr/bin/g++ -E | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... (cached) gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for gcc... gcc | |
checking whether we are using the GNU Objective C compiler... no | |
checking whether gcc accepts -g... -- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
no | |
checking dependency style of gcc... gcc3 | |
checking C++ compiler flags...... use default: -O2 -g -DNDEBUG | |
checking whether __SUNPRO_CC is declared... no | |
checking how to print strings... -- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Looking for C++ include cstdio | |
printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu 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... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... -- Looking for C++ include cstdio - found | |
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 dlfcn.h... -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11") | |
yes | |
checking for objdir... .libs | |
-- Configuring done | |
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/gcc static flag -static works... yes | |
checking if /usr/bin/gcc supports -c -o file.o... yes | |
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /usr/bin/g++ -E | |
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
-- Generating done | |
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/g++ static flag -static works... yes | |
checking if /usr/bin/g++ supports -c -o file.o... -- Build files have been written to: /home/xxxxx/Development/vg/deps/sdsl-lite/build | |
yes | |
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether the linker supports version scripts... make[1]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[2]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
yes | |
checking for ANSI C header files... (cached) yes | |
checking fcntl.h usability... make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[4]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
Scanning dependencies of target sdsl | |
yes | |
checking fcntl.h presence... make[4]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
yes | |
checking for fcntl.h... yes | |
make[4]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
checking for inttypes.h... (cached) yes | |
[ 0%] Building CXX object lib/CMakeFiles/sdsl.dir/bp_support_algorithm.cpp.o | |
[ 0%] Building CXX object lib/CMakeFiles/sdsl.dir/bits.cpp.o | |
[ 0%] Building CXX object lib/CMakeFiles/sdsl.dir/coder_elias_delta.cpp.o | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for working memcmp... yes | |
checking for working strtod... yes | |
checking for ftruncate... [ 14%] Building CXX object lib/CMakeFiles/sdsl.dir/coder_elias_gamma.cpp.o | |
yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for strchr... yes | |
checking for strerror... yes | |
checking for strtol... yes | |
checking zlib version... ok (1.2.0.4 or later) | |
checking for library containing zlibVersion... -lz | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking whether what we have so far is sufficient with -nostdlib... no | |
checking whether -lpthread saves the day... yes | |
checking the location of hash_map... [ 14%] Building CXX object lib/CMakeFiles/sdsl.dir/coder_fibonacci.cpp.o | |
<tr1/unordered_map> | |
checking for library containing sched_yield... none required | |
checking whether /usr/bin/g++ supports C++11 features by default... no | |
checking whether /usr/bin/g++ supports C++11 features with -std=c++11... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
[ 14%] Building CXX object lib/CMakeFiles/sdsl.dir/config.cpp.o | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating benchmarks/Makefile | |
config.status: creating conformance/Makefile | |
config.status: creating protobuf.pc | |
config.status: creating protobuf-lite.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
[ 14%] Building CXX object lib/CMakeFiles/sdsl.dir/construct_config.cpp.o | |
[ 28%] Building CXX object lib/CMakeFiles/sdsl.dir/construct_isa.cpp.o | |
[ 28%] Building CXX object lib/CMakeFiles/sdsl.dir/construct_lcp.cpp.o | |
[ 28%] Building CXX object lib/CMakeFiles/sdsl.dir/construct_lcp_helper.cpp.o | |
config.status: executing libtool commands | |
=== configuring in gmock (/home/xxxxx/Development/vg/deps/protobuf/gmock) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/xxxxx/Development/vg' 'DIST_LANG=cpp' 'CC=/usr/bin/gcc' 'CXX=/usr/bin/g++' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... /usr/bin/gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc accepts -g... yes | |
checking for /usr/bin/gcc option to accept ISO C89... none needed | |
checking whether /usr/bin/gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc... gcc3 | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++ accepts -g... yes | |
checking dependency style of /usr/bin/g++... gcc3 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu 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... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc 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 how to run the C preprocessor... /usr/bin/gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/gcc static flag -static works... yes | |
checking if /usr/bin/gcc supports -c -o file.o... yes | |
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /usr/bin/g++ -E | |
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... [ 28%] Building CXX object lib/CMakeFiles/sdsl.dir/construct_sa.cpp.o | |
yes | |
checking if /usr/bin/g++ static flag -static works... yes | |
checking if /usr/bin/g++ supports -c -o file.o... yes | |
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... [ 42%] Building CXX object lib/CMakeFiles/sdsl.dir/construct_sa_se.cpp.o | |
no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking for gtest-config... /usr/local/bin/gtest-config | |
checking for Google Test version >= 1.7.0... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gmock-config | |
config.status: creating build-aux/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in gtest (/home/xxxxx/Development/vg/deps/protobuf/gmock/gtest) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/xxxxx/Development/vg' 'DIST_LANG=cpp' 'CC=/usr/bin/gcc' 'CXX=/usr/bin/g++' 'CFLAGS=' 'CXXFLAGS= -g -DNDEBUG' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... /usr/bin/gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc accepts -g... yes | |
checking for /usr/bin/gcc option to accept ISO C89... none needed | |
checking whether /usr/bin/gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc... gcc3 | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++ accepts -g... yes | |
checking dependency style of /usr/bin/g++... gcc3 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu 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... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc 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 how to run the C preprocessor... /usr/bin/gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/gcc static flag -static works... yes | |
checking if /usr/bin/gcc supports -c -o file.o... yes | |
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... [ 42%] Building CXX object lib/CMakeFiles/sdsl.dir/csa_alphabet_strategy.cpp.o | |
GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /usr/bin/g++ -E | |
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
[ 42%] Building CXX object lib/CMakeFiles/sdsl.dir/io.cpp.o | |
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/g++ static flag -static works... yes | |
checking if /usr/bin/g++ supports -c -o file.o... yes | |
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gtest-config | |
config.status: creating build-aux/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[1]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf' | |
make all-recursive | |
make[2]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf' | |
Making all in . | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf' | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf' | |
Making all in src | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
depbase=`echo google/protobuf/any.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/any.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.pb.lo google/protobuf/any.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc -fPIC -DPIC -o google/protobuf/.libs/any.pb.o | |
depbase=`echo google/protobuf/api.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/api.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/api.pb.lo google/protobuf/api.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
[ 42%] Building CXX object lib/CMakeFiles/sdsl.dir/lcp_support_tree.cpp.o | |
[ 57%] Building CXX object lib/CMakeFiles/sdsl.dir/louds_tree.cpp.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc -fPIC -DPIC -o google/protobuf/.libs/api.pb.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc -o google/protobuf/any.pb.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/stubs/mathlimits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/mathlimits.lo google/protobuf/stubs/mathlimits.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/mathlimits.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc -o google/protobuf/api.pb.o >/dev/null 2>&1 | |
[ 57%] Building CXX object lib/CMakeFiles/sdsl.dir/memory_management.cpp.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc -o google/protobuf/stubs/mathlimits.o >/dev/null 2>&1 | |
[ 57%] Building CXX object lib/CMakeFiles/sdsl.dir/nn_dict_dynamic.cpp.o | |
depbase=`echo google/protobuf/any.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/any.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.lo google/protobuf/any.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc -fPIC -DPIC -o google/protobuf/.libs/any.o | |
[ 57%] Building CXX object lib/CMakeFiles/sdsl.dir/ram_filebuf.cpp.o | |
depbase=`echo google/protobuf/descriptor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.lo google/protobuf/descriptor.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
[ 71%] Building CXX object lib/CMakeFiles/sdsl.dir/ram_fs.cpp.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.o | |
depbase=`echo google/protobuf/descriptor_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor_database.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor_database.lo google/protobuf/descriptor_database.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc -o google/protobuf/any.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor_database.o | |
[ 71%] Building CXX object lib/CMakeFiles/sdsl.dir/rrr_vector_15.cpp.o | |
[ 71%] Building CXX object lib/CMakeFiles/sdsl.dir/sd_vector.cpp.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -o google/protobuf/descriptor_database.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/descriptor.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.pb.lo google/protobuf/descriptor.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -fPIC -DPIC -o google/protobuf/.libs/descriptor.pb.o | |
[ 71%] Building CXX object lib/CMakeFiles/sdsl.dir/sfstream.cpp.o | |
[ 85%] Building CXX object lib/CMakeFiles/sdsl.dir/uint128_t.cpp.o | |
[ 85%] Building CXX object lib/CMakeFiles/sdsl.dir/uint256_t.cpp.o | |
[ 85%] Building CXX object lib/CMakeFiles/sdsl.dir/util.cpp.o | |
depbase=`echo google/protobuf/duration.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/duration.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/duration.pb.lo google/protobuf/duration.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc -fPIC -DPIC -o google/protobuf/.libs/duration.pb.o | |
[ 85%] Building CXX object lib/CMakeFiles/sdsl.dir/wt_helper.cpp.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc -o google/protobuf/duration.pb.o >/dev/null 2>&1 | |
[100%] Building CXX object lib/CMakeFiles/sdsl.dir/structure_tree.cpp.o | |
depbase=`echo google/protobuf/dynamic_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/dynamic_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/dynamic_message.lo google/protobuf/dynamic_message.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -fPIC -DPIC -o google/protobuf/.libs/dynamic_message.o | |
[100%] Linking CXX static library libsdsl.a | |
make[4]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[100%] Built target sdsl | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[2]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[1]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
Removing old files | |
rm -rf '/home/xxxxx/Development/vg/include/sdsl/*' | |
rm -f '/home/xxxxx/Development/vg/lib/libsdsl*' | |
make[1]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[2]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
Scanning dependencies of target divsufsort | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[ 0%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort.dir/divsufsort.o | |
[ 0%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort.dir/sssort.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -o google/protobuf/descriptor.pb.o >/dev/null 2>&1 | |
[ 10%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort.dir/trsort.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc -o google/protobuf/descriptor.o >/dev/null 2>&1 | |
[ 10%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort.dir/utils.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -o google/protobuf/dynamic_message.o >/dev/null 2>&1 | |
[ 10%] Linking C static library libdivsufsort.a | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[ 10%] Built target divsufsort | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
Scanning dependencies of target divsufsort64 | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[ 10%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort64.dir/divsufsort.o | |
[ 20%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort64.dir/sssort.o | |
[ 20%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort64.dir/trsort.o | |
[ 20%] Building C object external/libdivsufsort/lib/CMakeFiles/divsufsort64.dir/utils.o | |
[ 20%] Linking C static library libdivsufsort64.a | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[ 20%] Built target divsufsort64 | |
depbase=`echo google/protobuf/empty.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/empty.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/empty.pb.lo google/protobuf/empty.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
Scanning dependencies of target gtest | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[ 20%] Building CXX object external/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc -fPIC -DPIC -o google/protobuf/.libs/empty.pb.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc -o google/protobuf/empty.pb.o >/dev/null 2>&1 | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
depbase=`echo google/protobuf/extension_set_heavy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set_heavy.lo google/protobuf/extension_set_heavy.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
[ 90%] Built target sdsl | |
depbase=`echo google/protobuf/field_mask.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/field_mask.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/field_mask.pb.lo google/protobuf/field_mask.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set_heavy.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/field_mask.pb.lo -MD -MP -MF google/protobuf/.deps/field_mask.pb.Tpo -c google/protobuf/field_mask.pb.cc -fPIC -DPIC -o google/protobuf/.libs/field_mask.pb.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/field_mask.pb.lo -MD -MP -MF google/protobuf/.deps/field_mask.pb.Tpo -c google/protobuf/field_mask.pb.cc -o google/protobuf/field_mask.pb.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -o google/protobuf/extension_set_heavy.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/generated_message_reflection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_reflection.lo google/protobuf/generated_message_reflection.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_reflection.o | |
[ 90%] Linking CXX static library libgtest.a | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[ 90%] Built target gtest | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
Scanning dependencies of target gtest_main | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[ 90%] Building CXX object external/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o | |
depbase=`echo google/protobuf/generated_message_table_driven.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_table_driven.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_table_driven.lo google/protobuf/generated_message_table_driven.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_table_driven.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven.Tpo -c google/protobuf/generated_message_table_driven.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_table_driven.o | |
depbase=`echo google/protobuf/map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/map_field.lo google/protobuf/map_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/map_field.lo -MD -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -fPIC -DPIC -o google/protobuf/.libs/map_field.o | |
[100%] Linking CXX static library libgtest_main.a | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
[100%] Built target gtest_main | |
make[2]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/xxxxx/Development/vg/lib/pkgconfig/sdsl-lite.pc | |
-- Installing: /home/xxxxx/Development/vg/lib/pkgconfig/libdivsufsort.pc | |
-- Installing: /home/xxxxx/Development/vg/lib/pkgconfig/libdivsufsort64.pc | |
-- Installing: /home/xxxxx/Development/vg/include/divsufsort.h | |
-- Installing: /home/xxxxx/Development/vg/include/divsufsort64.h | |
-- Installing: /home/xxxxx/Development/vg/lib/libdivsufsort.a | |
-- Installing: /home/xxxxx/Development/vg/lib/libdivsufsort64.a | |
-- Installing: /home/xxxxx/Development/vg/lib/libgtest.a | |
-- Installing: /home/xxxxx/Development/vg/lib/libgtest_main.a | |
-- Installing: /home/xxxxx/Development/vg/include/gtest | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-death-test.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-message.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-param-test.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-param-test.h.pump | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-printers.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-spi.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-test-part.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest-typed-test.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest_pred_impl.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/gtest_prod.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/custom | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/custom/gtest-port.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/custom/gtest-printers.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/custom/gtest.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-death-test-internal.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-filepath.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-internal.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-linked_ptr.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-param-util-generated.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-param-util-generated.h.pump | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-param-util.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-port-arch.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-port.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-string.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-tuple.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-tuple.h.pump | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-type-util.h | |
-- Installing: /home/xxxxx/Development/vg/include/gtest/internal/gtest-type-util.h.pump | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bit_vector_il.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bit_vectors.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bits.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bp_support.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bp_support_algorithm.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bp_support_g.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bp_support_gg.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/bp_support_sada.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/coder.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/coder_comma.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/coder_elias_delta.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/coder_elias_gamma.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/coder_fibonacci.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/config.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct_bwt.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct_config.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct_isa.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct_lcp.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct_lcp_helper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct_sa.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/construct_sa_se.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/csa_alphabet_strategy.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/csa_bitcompressed.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/csa_sada.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/csa_sampling_strategy.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/csa_wt.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/cst_fully.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/cst_iterators.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/cst_sada.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/cst_sct3.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/dac_vector.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/enc_vector.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/fast_cache.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/hyb_vector.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/int_vector.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/int_vector_buffer.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/int_vector_io_wrappers.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/int_vector_mapper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/inv_perm_support.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/io.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/iterators.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/k2_treap.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/k2_treap_algorithm.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/k2_treap_helper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/k2_tree.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/k2_tree_helper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_bitcompressed.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_byte.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_dac.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_support_sada.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_support_tree.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_support_tree2.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_vlc.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/lcp_wt.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/louds_tree.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/memory_management.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/nearest_neighbour_dictionary.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/nn_dict_dynamic.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/qsufsort.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/ram_filebuf.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/ram_fs.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rank_support.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rank_support_scan.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rank_support_v.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rank_support_v5.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/raster_img.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rmq_succinct_sada.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rmq_succinct_sct.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rmq_support.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rmq_support_sparse_table.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rrr_helper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rrr_vector.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/rrr_vector_15.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/sd_vector.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/sdsl_concepts.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/select_support.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/select_support_mcl.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/select_support_scan.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/sfstream.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/sorted_int_stack.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/sorted_multi_stack_support.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/sorted_stack_support.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/structure_tree.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/suffix_array_algorithm.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/suffix_array_helper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/suffix_arrays.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/suffix_tree_algorithm.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/suffix_tree_helper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/suffix_trees.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/uint128_t.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/uint256_t.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/uintx_t.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/util.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/vectors.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/vlc_vector.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wavelet_trees.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wm_int.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_algorithm.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_ap.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_blcd.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_gmr.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_helper.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_huff.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_hutu.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_int.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_pc.hpp | |
-- Installing: /home/xxxxx/Development/vg/include/sdsl/wt_rlmn.hpp | |
-- Installing: /home/xxxxx/Development/vg/lib/libsdsl.a | |
make[1]: Leaving directory '/home/xxxxx/Development/vg/deps/sdsl-lite/build' | |
SUCCESS: sdsl was installed successfully! | |
The sdsl include files are located in '/home/xxxxx/Development/vg/include'. | |
The library files are located in '/home/xxxxx/Development/vg/lib'. | |
Sample programs can be found in the examples-directory. | |
A program 'example.cpp' can be compiled with the command: | |
g++ -std=c++11 -DNDEBUG -O3 [-msse4.2] \ | |
-I/home/xxxxx/Development/vg/include -L/home/xxxxx/Development/vg/lib \ | |
example.cpp -lsdsl -ldivsufsort -ldivsufsort64 | |
Tests in the test-directory | |
A cheat sheet in the extras/cheatsheet-directory. | |
Have fun! | |
depbase=`echo google/protobuf/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message.lo google/protobuf/message.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -fPIC -DPIC -o google/protobuf/.libs/message.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_table_driven.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven.Tpo -c google/protobuf/generated_message_table_driven.cc -o google/protobuf/generated_message_table_driven.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/map_field.lo -MD -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -o google/protobuf/map_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -o google/protobuf/generated_message_reflection.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -o google/protobuf/message.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/reflection_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/reflection_ops.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/reflection_ops.lo google/protobuf/reflection_ops.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -fPIC -DPIC -o google/protobuf/.libs/reflection_ops.o | |
depbase=`echo google/protobuf/service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/service.lo google/protobuf/service.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -fPIC -DPIC -o google/protobuf/.libs/service.o | |
depbase=`echo google/protobuf/source_context.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/source_context.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/source_context.pb.lo google/protobuf/source_context.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/struct.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/struct.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/struct.pb.lo google/protobuf/struct.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/source_context.pb.lo -MD -MP -MF google/protobuf/.deps/source_context.pb.Tpo -c google/protobuf/source_context.pb.cc -fPIC -DPIC -o google/protobuf/.libs/source_context.pb.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -o google/protobuf/service.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/struct.pb.lo -MD -MP -MF google/protobuf/.deps/struct.pb.Tpo -c google/protobuf/struct.pb.cc -fPIC -DPIC -o google/protobuf/.libs/struct.pb.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -o google/protobuf/reflection_ops.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/substitute.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/source_context.pb.lo -MD -MP -MF google/protobuf/.deps/source_context.pb.Tpo -c google/protobuf/source_context.pb.cc -o google/protobuf/source_context.pb.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -o google/protobuf/stubs/substitute.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/text_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/text_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/text_format.lo google/protobuf/text_format.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc -fPIC -DPIC -o google/protobuf/.libs/text_format.o | |
depbase=`echo google/protobuf/timestamp.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/timestamp.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/timestamp.pb.lo google/protobuf/timestamp.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/timestamp.pb.lo -MD -MP -MF google/protobuf/.deps/timestamp.pb.Tpo -c google/protobuf/timestamp.pb.cc -fPIC -DPIC -o google/protobuf/.libs/timestamp.pb.o | |
depbase=`echo google/protobuf/type.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/type.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/type.pb.lo google/protobuf/type.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/type.pb.lo -MD -MP -MF google/protobuf/.deps/type.pb.Tpo -c google/protobuf/type.pb.cc -fPIC -DPIC -o google/protobuf/.libs/type.pb.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/struct.pb.lo -MD -MP -MF google/protobuf/.deps/struct.pb.Tpo -c google/protobuf/struct.pb.cc -o google/protobuf/struct.pb.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/timestamp.pb.lo -MD -MP -MF google/protobuf/.deps/timestamp.pb.Tpo -c google/protobuf/timestamp.pb.cc -o google/protobuf/timestamp.pb.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/unknown_field_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/unknown_field_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/unknown_field_set.lo google/protobuf/unknown_field_set.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -fPIC -DPIC -o google/protobuf/.libs/unknown_field_set.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/type.pb.lo -MD -MP -MF google/protobuf/.deps/type.pb.Tpo -c google/protobuf/type.pb.cc -o google/protobuf/type.pb.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc -o google/protobuf/text_format.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/wire_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format.lo google/protobuf/wire_format.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -o google/protobuf/unknown_field_set.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/wrappers.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wrappers.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wrappers.pb.lo google/protobuf/wrappers.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wrappers.pb.lo -MD -MP -MF google/protobuf/.deps/wrappers.pb.Tpo -c google/protobuf/wrappers.pb.cc -fPIC -DPIC -o google/protobuf/.libs/wrappers.pb.o | |
depbase=`echo google/protobuf/io/gzip_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/gzip_stream.lo google/protobuf/io/gzip_stream.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/gzip_stream.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -o google/protobuf/io/gzip_stream.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc -o google/protobuf/wire_format.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/io/printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/printer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/printer.lo google/protobuf/io/printer.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc -fPIC -DPIC -o google/protobuf/io/.libs/printer.o | |
depbase=`echo google/protobuf/io/strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/strtod.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/strtod.lo google/protobuf/io/strtod.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -fPIC -DPIC -o google/protobuf/io/.libs/strtod.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wrappers.pb.lo -MD -MP -MF google/protobuf/.deps/wrappers.pb.Tpo -c google/protobuf/wrappers.pb.cc -o google/protobuf/wrappers.pb.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -o google/protobuf/io/strtod.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/io/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/tokenizer.lo google/protobuf/io/tokenizer.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc -o google/protobuf/io/printer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -fPIC -DPIC -o google/protobuf/io/.libs/tokenizer.o | |
depbase=`echo google/protobuf/io/zero_copy_stream_impl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/io/zero_copy_stream_impl.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl.o | |
depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/importer.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -o google/protobuf/io/tokenizer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -o google/protobuf/io/zero_copy_stream_impl.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/parser.o | |
depbase=`echo google/protobuf/util/json_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/json_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/json_util.lo google/protobuf/util/json_util.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/util/message_differencer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/message_differencer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/message_differencer.lo google/protobuf/util/message_differencer.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/json_util.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc -fPIC -DPIC -o google/protobuf/util/.libs/message_differencer.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc -o google/protobuf/compiler/importer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc -o google/protobuf/util/json_util.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/time_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/time_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/time_util.lo google/protobuf/util/time_util.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/time_util.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc -o google/protobuf/compiler/parser.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/type_resolver_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/type_resolver_util.lo google/protobuf/util/type_resolver_util.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc -o google/protobuf/util/time_util.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/type_resolver_util.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc -o google/protobuf/util/message_differencer.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/code_generator.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc -o google/protobuf/util/type_resolver_util.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -o google/protobuf/compiler/code_generator.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/command_line_interface.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/command_line_interface.o | |
depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.o | |
depbase=`echo google/protobuf/compiler/plugin.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/plugin.pb.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/plugin.pb.o | |
depbase=`echo google/protobuf/compiler/subprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/subprocess.lo google/protobuf/compiler/subprocess.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/subprocess.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -o google/protobuf/compiler/plugin.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -o google/protobuf/compiler/subprocess.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -o google/protobuf/compiler/plugin.pb.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/zip_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/zip_writer.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -fPIC -DPIC -o google/protobuf/compiler/.libs/zip_writer.o | |
g++ -o js_embed google/protobuf/compiler/js/embed.cc | |
depbase=`echo google/protobuf/compiler/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
/usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/main.o -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/main.o google/protobuf/compiler/main.cc &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -o google/protobuf/compiler/zip_writer.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/stubs/atomicops_internals_x86_gcc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_gcc.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -o google/protobuf/compiler/command_line_interface.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o | |
depbase=`echo google/protobuf/stubs/atomicops_internals_x86_msvc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/stubs/bytestream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/bytestream.lo google/protobuf/stubs/bytestream.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF google/protobuf/stubs/.deps/bytestream.Tpo -c google/protobuf/stubs/bytestream.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/bytestream.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -o google/protobuf/stubs/atomicops_internals_x86_gcc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -o google/protobuf/stubs/atomicops_internals_x86_msvc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF google/protobuf/stubs/.deps/bytestream.Tpo -c google/protobuf/stubs/bytestream.cc -o google/protobuf/stubs/bytestream.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/stubs/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/common.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/common.lo google/protobuf/stubs/common.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/common.o | |
depbase=`echo google/protobuf/stubs/int128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/int128.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/int128.lo google/protobuf/stubs/int128.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/int128.lo -MD -MP -MF google/protobuf/stubs/.deps/int128.Tpo -c google/protobuf/stubs/int128.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/int128.o | |
depbase=`echo google/protobuf/stubs/io_win32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/io_win32.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/io_win32.lo google/protobuf/stubs/io_win32.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/io_win32.lo -MD -MP -MF google/protobuf/stubs/.deps/io_win32.Tpo -c google/protobuf/stubs/io_win32.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/io_win32.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/io_win32.lo -MD -MP -MF google/protobuf/stubs/.deps/io_win32.Tpo -c google/protobuf/stubs/io_win32.cc -o google/protobuf/stubs/io_win32.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/stubs/once.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/once.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/once.lo google/protobuf/stubs/once.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/once.lo -MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/once.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc -o google/protobuf/stubs/common.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/int128.lo -MD -MP -MF google/protobuf/stubs/.deps/int128.Tpo -c google/protobuf/stubs/int128.cc -o google/protobuf/stubs/int128.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/once.lo -MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc -o google/protobuf/stubs/once.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/stubs/status.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/status.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/status.lo google/protobuf/stubs/status.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/stubs/statusor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/statusor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/statusor.lo google/protobuf/stubs/statusor.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/status.lo -MD -MP -MF google/protobuf/stubs/.deps/status.Tpo -c google/protobuf/stubs/status.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/status.o | |
depbase=`echo google/protobuf/stubs/stringpiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringpiece.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/statusor.lo -MD -MP -MF google/protobuf/stubs/.deps/statusor.Tpo -c google/protobuf/stubs/statusor.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/statusor.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF google/protobuf/stubs/.deps/stringpiece.Tpo -c google/protobuf/stubs/stringpiece.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringpiece.o | |
depbase=`echo google/protobuf/stubs/stringprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/stringprintf.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/stringprintf.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/statusor.lo -MD -MP -MF google/protobuf/stubs/.deps/statusor.Tpo -c google/protobuf/stubs/statusor.cc -o google/protobuf/stubs/statusor.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/status.lo -MD -MP -MF google/protobuf/stubs/.deps/status.Tpo -c google/protobuf/stubs/status.cc -o google/protobuf/stubs/status.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF google/protobuf/stubs/.deps/stringpiece.Tpo -c google/protobuf/stubs/stringpiece.cc -o google/protobuf/stubs/stringpiece.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc -o google/protobuf/stubs/stringprintf.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/stubs/structurally_valid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/structurally_valid.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/structurally_valid.o | |
depbase=`echo google/protobuf/stubs/strutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/strutil.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/strutil.lo google/protobuf/stubs/strutil.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/strutil.o | |
depbase=`echo google/protobuf/stubs/time.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/time.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/time.lo google/protobuf/stubs/time.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/time.lo -MD -MP -MF google/protobuf/stubs/.deps/time.Tpo -c google/protobuf/stubs/time.cc -fPIC -DPIC -o google/protobuf/stubs/.libs/time.o | |
depbase=`echo google/protobuf/arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arena.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/arena.lo google/protobuf/arena.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arena.lo -MD -MP -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -fPIC -DPIC -o google/protobuf/.libs/arena.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -o google/protobuf/stubs/structurally_valid.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/time.lo -MD -MP -MF google/protobuf/stubs/.deps/time.Tpo -c google/protobuf/stubs/time.cc -o google/protobuf/stubs/time.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arena.lo -MD -MP -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -o google/protobuf/arena.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/arenastring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arenastring.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/arenastring.lo google/protobuf/arenastring.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arenastring.lo -MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring.cc -fPIC -DPIC -o google/protobuf/.libs/arenastring.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -o google/protobuf/stubs/strutil.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/extension_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set.lo google/protobuf/extension_set.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/generated_message_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_util.lo google/protobuf/generated_message_util.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc -fPIC -DPIC -o google/protobuf/.libs/extension_set.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_util.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/arenastring.lo -MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring.cc -o google/protobuf/arenastring.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/generated_message_table_driven_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_table_driven_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_table_driven_lite.lo google/protobuf/generated_message_table_driven_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_table_driven_lite.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven_lite.Tpo -c google/protobuf/generated_message_table_driven_lite.cc -fPIC -DPIC -o google/protobuf/.libs/generated_message_table_driven_lite.o | |
depbase=`echo google/protobuf/message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message_lite.lo google/protobuf/message_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc -fPIC -DPIC -o google/protobuf/.libs/message_lite.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -o google/protobuf/generated_message_util.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc -o google/protobuf/message_lite.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc -o google/protobuf/extension_set.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/generated_message_table_driven_lite.lo -MD -MP -MF google/protobuf/.deps/generated_message_table_driven_lite.Tpo -c google/protobuf/generated_message_table_driven_lite.cc -o google/protobuf/generated_message_table_driven_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/repeated_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/repeated_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/repeated_field.lo google/protobuf/repeated_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -fPIC -DPIC -o google/protobuf/.libs/repeated_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -o google/protobuf/repeated_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/wire_format_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format_lite.lo google/protobuf/wire_format_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -fPIC -DPIC -o google/protobuf/.libs/wire_format_lite.o | |
depbase=`echo google/protobuf/io/coded_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/coded_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/coded_stream.lo google/protobuf/io/coded_stream.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/coded_stream.o | |
depbase=`echo google/protobuf/io/zero_copy_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream.o | |
depbase=`echo google/protobuf/io/zero_copy_stream_impl_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/io/zero_copy_stream_impl_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -fPIC -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -o google/protobuf/io/zero_copy_stream.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -o google/protobuf/wire_format_lite.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -o google/protobuf/io/coded_stream.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -o google/protobuf/io/zero_copy_stream_impl_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/delimited_message_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/delimited_message_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/delimited_message_util.lo google/protobuf/util/delimited_message_util.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/delimited_message_util.lo -MD -MP -MF google/protobuf/util/.deps/delimited_message_util.Tpo -c google/protobuf/util/delimited_message_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/delimited_message_util.o | |
depbase=`echo google/protobuf/util/field_comparator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/field_comparator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/field_comparator.lo google/protobuf/util/field_comparator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/field_comparator.lo -MD -MP -MF google/protobuf/util/.deps/field_comparator.Tpo -c google/protobuf/util/field_comparator.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_comparator.o | |
depbase=`echo google/protobuf/util/field_mask_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/field_mask_util.lo google/protobuf/util/field_mask_util.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF google/protobuf/util/.deps/field_mask_util.Tpo -c google/protobuf/util/field_mask_util.cc -fPIC -DPIC -o google/protobuf/util/.libs/field_mask_util.o | |
depbase=`echo google/protobuf/util/internal/datapiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/datapiece.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/delimited_message_util.lo -MD -MP -MF google/protobuf/util/.deps/delimited_message_util.Tpo -c google/protobuf/util/delimited_message_util.cc -o google/protobuf/util/delimited_message_util.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF google/protobuf/util/internal/.deps/datapiece.Tpo -c google/protobuf/util/internal/datapiece.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/datapiece.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/field_comparator.lo -MD -MP -MF google/protobuf/util/.deps/field_comparator.Tpo -c google/protobuf/util/field_comparator.cc -o google/protobuf/util/field_comparator.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/default_value_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/default_value_objectwriter.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/default_value_objectwriter.Tpo -c google/protobuf/util/internal/default_value_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/default_value_objectwriter.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF google/protobuf/util/.deps/field_mask_util.Tpo -c google/protobuf/util/field_mask_util.cc -o google/protobuf/util/field_mask_util.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/error_listener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/error_listener.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF google/protobuf/util/internal/.deps/error_listener.Tpo -c google/protobuf/util/internal/error_listener.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/error_listener.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF google/protobuf/util/internal/.deps/datapiece.Tpo -c google/protobuf/util/internal/datapiece.cc -o google/protobuf/util/internal/datapiece.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF google/protobuf/util/internal/.deps/error_listener.Tpo -c google/protobuf/util/internal/error_listener.cc -o google/protobuf/util/internal/error_listener.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/field_mask_utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/field_mask_utility.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/field_mask_utility.Tpo -c google/protobuf/util/internal/field_mask_utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/field_mask_utility.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/default_value_objectwriter.Tpo -c google/protobuf/util/internal/default_value_objectwriter.cc -o google/protobuf/util/internal/default_value_objectwriter.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/json_escaping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_escaping.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_escaping.Tpo -c google/protobuf/util/internal/json_escaping.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_escaping.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/field_mask_utility.Tpo -c google/protobuf/util/internal/field_mask_utility.cc -o google/protobuf/util/internal/field_mask_utility.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_escaping.Tpo -c google/protobuf/util/internal/json_escaping.cc -o google/protobuf/util/internal/json_escaping.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/json_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_objectwriter.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_objectwriter.Tpo -c google/protobuf/util/internal/json_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_objectwriter.o | |
depbase=`echo google/protobuf/util/internal/json_stream_parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/json_stream_parser.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_stream_parser.Tpo -c google/protobuf/util/internal/json_stream_parser.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/json_stream_parser.o | |
depbase=`echo google/protobuf/util/internal/object_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/object_writer.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/object_writer.Tpo -c google/protobuf/util/internal/object_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/object_writer.o | |
depbase=`echo google/protobuf/util/internal/protostream_objectsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectsource.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectsource.Tpo -c google/protobuf/util/internal/protostream_objectsource.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectsource.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_objectwriter.Tpo -c google/protobuf/util/internal/json_objectwriter.cc -o google/protobuf/util/internal/json_objectwriter.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/object_writer.Tpo -c google/protobuf/util/internal/object_writer.cc -o google/protobuf/util/internal/object_writer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_stream_parser.Tpo -c google/protobuf/util/internal/json_stream_parser.cc -o google/protobuf/util/internal/json_stream_parser.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/protostream_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/protostream_objectwriter.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectwriter.Tpo -c google/protobuf/util/internal/protostream_objectwriter.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/protostream_objectwriter.o | |
depbase=`echo google/protobuf/util/internal/proto_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/proto_writer.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/proto_writer.Tpo -c google/protobuf/util/internal/proto_writer.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/proto_writer.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectsource.Tpo -c google/protobuf/util/internal/protostream_objectsource.cc -o google/protobuf/util/internal/protostream_objectsource.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/type_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info.Tpo -c google/protobuf/util/internal/type_info.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectwriter.Tpo -c google/protobuf/util/internal/protostream_objectwriter.cc -o google/protobuf/util/internal/protostream_objectwriter.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/proto_writer.Tpo -c google/protobuf/util/internal/proto_writer.cc -o google/protobuf/util/internal/proto_writer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info.Tpo -c google/protobuf/util/internal/type_info.cc -o google/protobuf/util/internal/type_info.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/util/internal/type_info_test_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/type_info_test_helper.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info_test_helper.Tpo -c google/protobuf/util/internal/type_info_test_helper.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/type_info_test_helper.o | |
depbase=`echo google/protobuf/util/internal/utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/utility.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/utility.lo google/protobuf/util/internal/utility.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/compiler/cpp/cpp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/utility.Tpo -c google/protobuf/util/internal/utility.cc -fPIC -DPIC -o google/protobuf/util/internal/.libs/utility.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info_test_helper.Tpo -c google/protobuf/util/internal/type_info_test_helper.cc -o google/protobuf/util/internal/type_info_test_helper.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_enum_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o | |
depbase=`echo google/protobuf/compiler/cpp/cpp_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_extension.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_extension.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/util/internal/utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/utility.Tpo -c google/protobuf/util/internal/utility.cc -o google/protobuf/util/internal/utility.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -o google/protobuf/compiler/cpp/cpp_enum_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -o google/protobuf/compiler/cpp/cpp_enum.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -o google/protobuf/compiler/cpp/cpp_extension.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_file.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_file.o | |
depbase=`echo google/protobuf/compiler/cpp/cpp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_generator.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -o google/protobuf/compiler/cpp/cpp_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_helpers.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_helpers.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -o google/protobuf/compiler/cpp/cpp_generator.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -o google/protobuf/compiler/cpp/cpp_file.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_map_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo -c google/protobuf/compiler/cpp/cpp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_map_field.o | |
depbase=`echo google/protobuf/compiler/cpp/cpp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -o google/protobuf/compiler/cpp/cpp_helpers.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_message_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo -c google/protobuf/compiler/cpp/cpp_map_field.cc -o google/protobuf/compiler/cpp/cpp_map_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -o google/protobuf/compiler/cpp/cpp_primitive_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -o google/protobuf/compiler/cpp/cpp_message_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/cpp/cpp_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_service.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_service.o | |
google/protobuf/compiler/cpp/cpp_message.cc:423:6: warning: ‘void google::protobuf::compiler::cpp::{anonymous}::CollectMapInfo(const google::protobuf::Descriptor*, std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >*)’ defined but not used [-Wunused-function] | |
void CollectMapInfo(const Descriptor* descriptor, | |
^ | |
depbase=`echo google/protobuf/compiler/cpp/cpp_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/cpp/cpp_string_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_string_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -o google/protobuf/compiler/cpp/cpp_message.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -o google/protobuf/compiler/cpp/cpp_service.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_context.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_context.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_context.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -o google/protobuf/compiler/cpp/cpp_string_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc -o google/protobuf/compiler/java/java_context.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_enum_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_lite.Tpo -c google/protobuf/compiler/java/java_enum_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_lite.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -o google/protobuf/compiler/java/java_enum.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_lite.Tpo -c google/protobuf/compiler/java/java_enum_lite.cc -o google/protobuf/compiler/java/java_enum_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_enum_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_enum_field_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field_lite.Tpo -c google/protobuf/compiler/java/java_enum_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field_lite.o | |
depbase=`echo google/protobuf/compiler/java/java_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -o google/protobuf/compiler/java/java_enum_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_extension_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_extension_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension_lite.Tpo -c google/protobuf/compiler/java/java_extension_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_extension_lite.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field_lite.Tpo -c google/protobuf/compiler/java/java_enum_field_lite.cc -o google/protobuf/compiler/java/java_enum_field_lite.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -o google/protobuf/compiler/java/java_extension.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension_lite.Tpo -c google/protobuf/compiler/java/java_extension_lite.cc -o google/protobuf/compiler/java/java_extension_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_field.o | |
depbase=`echo google/protobuf/compiler/java/java_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_file.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_file.o | |
depbase=`echo google/protobuf/compiler/java/java_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator.o | |
depbase=`echo google/protobuf/compiler/java/java_generator_factory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_generator_factory.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_generator_factory.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -o google/protobuf/compiler/java/java_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -o google/protobuf/compiler/java/java_generator.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -o google/protobuf/compiler/java/java_generator_factory.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -o google/protobuf/compiler/java/java_file.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_helpers.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_helpers.o | |
depbase=`echo google/protobuf/compiler/java/java_lazy_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field.o | |
depbase=`echo google/protobuf/compiler/java/java_lazy_message_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_lazy_message_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_lazy_message_field_lite.lo google/protobuf/compiler/java/java_lazy_message_field_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_lazy_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field_lite.Tpo -c google/protobuf/compiler/java/java_lazy_message_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o | |
depbase=`echo google/protobuf/compiler/java/java_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.Tpo -c google/protobuf/compiler/java/java_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.cc -o google/protobuf/compiler/java/java_lazy_message_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -o google/protobuf/compiler/java/java_helpers.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_lazy_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field_lite.Tpo -c google/protobuf/compiler/java/java_lazy_message_field_lite.cc -o google/protobuf/compiler/java/java_lazy_message_field_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_map_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_map_field_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field_lite.Tpo -c google/protobuf/compiler/java/java_map_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_map_field_lite.o | |
depbase=`echo google/protobuf/compiler/java/java_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.Tpo -c google/protobuf/compiler/java/java_map_field.cc -o google/protobuf/compiler/java/java_map_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_lite.Tpo -c google/protobuf/compiler/java/java_message_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_lite.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field_lite.Tpo -c google/protobuf/compiler/java/java_map_field_lite.cc -o google/protobuf/compiler/java/java_map_field_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_message_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder.Tpo -c google/protobuf/compiler/java/java_message_builder.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_lite.Tpo -c google/protobuf/compiler/java/java_message_lite.cc -o google/protobuf/compiler/java/java_message_lite.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -o google/protobuf/compiler/java/java_message.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder.Tpo -c google/protobuf/compiler/java/java_message_builder.cc -o google/protobuf/compiler/java/java_message_builder.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_message_builder_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_builder_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder_lite.Tpo -c google/protobuf/compiler/java/java_message_builder_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder_lite.o | |
depbase=`echo google/protobuf/compiler/java/java_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field.o | |
depbase=`echo google/protobuf/compiler/java/java_message_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_message_field_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field_lite.Tpo -c google/protobuf/compiler/java/java_message_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_message_field_lite.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder_lite.Tpo -c google/protobuf/compiler/java/java_message_builder_lite.cc -o google/protobuf/compiler/java/java_message_builder_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_name_resolver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_name_resolver.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_name_resolver.o | |
depbase=`echo google/protobuf/compiler/java/java_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -o google/protobuf/compiler/java/java_message_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -o google/protobuf/compiler/java/java_name_resolver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field_lite.Tpo -c google/protobuf/compiler/java/java_message_field_lite.cc -o google/protobuf/compiler/java/java_message_field_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_primitive_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_primitive_field_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field_lite.Tpo -c google/protobuf/compiler/java/java_primitive_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o | |
depbase=`echo google/protobuf/compiler/java/java_shared_code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_shared_code_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -o google/protobuf/compiler/java/java_primitive_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_shared_code_generator.o | |
depbase=`echo google/protobuf/compiler/java/java_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_service.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_service.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc -o google/protobuf/compiler/java/java_shared_code_generator.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -o google/protobuf/compiler/java/java_service.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field_lite.Tpo -c google/protobuf/compiler/java/java_primitive_field_lite.cc -o google/protobuf/compiler/java/java_primitive_field_lite.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/java/java_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field.o | |
depbase=`echo google/protobuf/compiler/java/java_string_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_string_field_lite.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field_lite.Tpo -c google/protobuf/compiler/java/java_string_field_lite.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_string_field_lite.o | |
depbase=`echo google/protobuf/compiler/java/java_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/java/java_doc_comment.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/java/.libs/java_doc_comment.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -o google/protobuf/compiler/java/java_string_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/js/js_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/js_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF google/protobuf/compiler/js/.deps/js_generator.Tpo -c google/protobuf/compiler/js/js_generator.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/js_generator.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -o google/protobuf/compiler/java/java_doc_comment.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field_lite.Tpo -c google/protobuf/compiler/java/java_string_field_lite.cc -o google/protobuf/compiler/java/java_string_field_lite.o >/dev/null 2>&1 | |
oldpwd=`pwd` && cd . && \ | |
$oldpwd/js_embed google/protobuf/compiler/js/well_known_types/any.js google/protobuf/compiler/js/well_known_types/struct.js google/protobuf/compiler/js/well_known_types/timestamp.js > $oldpwd/google/protobuf/compiler/js/well_known_types_embed.cc | |
depbase=`echo google/protobuf/compiler/javanano/javanano_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/javanano_enum.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum.Tpo -c google/protobuf/compiler/javanano/javanano_enum.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum.o | |
depbase=`echo google/protobuf/compiler/javanano/javanano_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_enum_field.lo google/protobuf/compiler/javanano/javanano_enum_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum_field.Tpo -c google/protobuf/compiler/javanano/javanano_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o | |
depbase=`echo google/protobuf/compiler/javanano/javanano_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_extension.lo google/protobuf/compiler/javanano/javanano_extension.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_extension.Tpo -c google/protobuf/compiler/javanano/javanano_extension.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_extension.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum.Tpo -c google/protobuf/compiler/javanano/javanano_enum.cc -o google/protobuf/compiler/javanano/javanano_enum.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum_field.Tpo -c google/protobuf/compiler/javanano/javanano_enum_field.cc -o google/protobuf/compiler/javanano/javanano_enum_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/javanano/javanano_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano/javanano_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_field.Tpo -c google/protobuf/compiler/javanano/javanano_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_extension.Tpo -c google/protobuf/compiler/javanano/javanano_extension.cc -o google/protobuf/compiler/javanano/javanano_extension.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF google/protobuf/compiler/js/.deps/js_generator.Tpo -c google/protobuf/compiler/js/js_generator.cc -o google/protobuf/compiler/js/js_generator.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/javanano/javanano_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/compiler/javanano/javanano_file.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_file.Tpo -c google/protobuf/compiler/javanano/javanano_file.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_file.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_field.Tpo -c google/protobuf/compiler/javanano/javanano_field.cc -o google/protobuf/compiler/javanano/javanano_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/javanano/javanano_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_generator.lo google/protobuf/compiler/javanano/javanano_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_generator.Tpo -c google/protobuf/compiler/javanano/javanano_generator.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_generator.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_file.Tpo -c google/protobuf/compiler/javanano/javanano_file.cc -o google/protobuf/compiler/javanano/javanano_file.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/javanano/javanano_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanano/javanano_helpers.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_helpers.Tpo -c google/protobuf/compiler/javanano/javanano_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_helpers.o | |
depbase=`echo google/protobuf/compiler/javanano/javanano_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_map_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_generator.Tpo -c google/protobuf/compiler/javanano/javanano_generator.cc -o google/protobuf/compiler/javanano/javanano_generator.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_map_field.Tpo -c google/protobuf/compiler/javanano/javanano_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_map_field.o | |
depbase=`echo google/protobuf/compiler/javanano/javanano_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_message.lo google/protobuf/compiler/javanano/javanano_message.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message.Tpo -c google/protobuf/compiler/javanano/javanano_message.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_helpers.Tpo -c google/protobuf/compiler/javanano/javanano_helpers.cc -o google/protobuf/compiler/javanano/javanano_helpers.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/javanano/javanano_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compiler/javanano/javanano_message_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message_field.Tpo -c google/protobuf/compiler/javanano/javanano_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_map_field.Tpo -c google/protobuf/compiler/javanano/javanano_map_field.cc -o google/protobuf/compiler/javanano/javanano_map_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message.Tpo -c google/protobuf/compiler/javanano/javanano_message.cc -o google/protobuf/compiler/javanano/javanano_message.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message_field.Tpo -c google/protobuf/compiler/javanano/javanano_message_field.cc -o google/protobuf/compiler/javanano/javanano_message_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/javanano/javanano_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_primitive_field.lo google/protobuf/compiler/javanano/javanano_primitive_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_primitive_field.Tpo -c google/protobuf/compiler/javanano/javanano_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_enum_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_extension.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_extension.Tpo -c google/protobuf/compiler/objectivec/objectivec_extension.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum.cc -o google/protobuf/compiler/objectivec/objectivec_enum.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_primitive_field.Tpo -c google/protobuf/compiler/javanano/javanano_primitive_field.cc -o google/protobuf/compiler/javanano/javanano_primitive_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum_field.cc -o google/protobuf/compiler/objectivec/objectivec_enum_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_extension.Tpo -c google/protobuf/compiler/objectivec/objectivec_extension.cc -o google/protobuf/compiler/objectivec/objectivec_extension.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_file.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_file.Tpo -c google/protobuf/compiler/objectivec/objectivec_file.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_file.o | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_generator.Tpo -c google/protobuf/compiler/objectivec/objectivec_generator.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_helpers.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_helpers.Tpo -c google/protobuf/compiler/objectivec/objectivec_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_field.cc -o google/protobuf/compiler/objectivec/objectivec_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_generator.Tpo -c google/protobuf/compiler/objectivec/objectivec_generator.cc -o google/protobuf/compiler/objectivec/objectivec_generator.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_file.Tpo -c google/protobuf/compiler/objectivec/objectivec_file.cc -o google/protobuf/compiler/objectivec/objectivec_file.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_map_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_map_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message.Tpo -c google/protobuf/compiler/objectivec/objectivec_message.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_helpers.Tpo -c google/protobuf/compiler/objectivec/objectivec_helpers.cc -o google/protobuf/compiler/objectivec/objectivec_helpers.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_message_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_map_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_map_field.cc -o google/protobuf/compiler/objectivec/objectivec_map_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_message_field.cc -o google/protobuf/compiler/objectivec/objectivec_message_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message.Tpo -c google/protobuf/compiler/objectivec/objectivec_message.cc -o google/protobuf/compiler/objectivec/objectivec_message.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_oneof.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_oneof.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/compiler/php/php_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/php/php_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_oneof.Tpo -c google/protobuf/compiler/objectivec/objectivec_oneof.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_primitive_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF google/protobuf/compiler/php/.deps/php_generator.Tpo -c google/protobuf/compiler/php/php_generator.cc -fPIC -DPIC -o google/protobuf/compiler/php/.libs/php_generator.o | |
depbase=`echo google/protobuf/compiler/python/python_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/python/python_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -fPIC -DPIC -o google/protobuf/compiler/python/.libs/python_generator.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_oneof.Tpo -c google/protobuf/compiler/objectivec/objectivec_oneof.cc -o google/protobuf/compiler/objectivec/objectivec_oneof.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_primitive_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -o google/protobuf/compiler/objectivec/objectivec_primitive_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF google/protobuf/compiler/php/.deps/php_generator.Tpo -c google/protobuf/compiler/php/php_generator.cc -o google/protobuf/compiler/php/php_generator.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/ruby/ruby_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/ruby/ruby_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/compiler/csharp/csharp_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_doc_comment.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc -fPIC -DPIC -o google/protobuf/compiler/ruby/.libs/ruby_generator.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_doc_comment.Tpo -c google/protobuf/compiler/csharp/csharp_doc_comment.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o | |
google/protobuf/compiler/python/python_generator.cc:81:6: warning: ‘bool google::protobuf::compiler::python::{anonymous}::StrStartsWith(google::protobuf::StringPiece, google::protobuf::StringPiece)’ defined but not used [-Wunused-function] | |
bool StrStartsWith(StringPiece sp, StringPiece x) { | |
^ | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_doc_comment.Tpo -c google/protobuf/compiler/csharp/csharp_doc_comment.cc -o google/protobuf/compiler/csharp/csharp_doc_comment.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -o google/protobuf/compiler/python/python_generator.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc -o google/protobuf/compiler/ruby/ruby_generator.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/csharp/csharp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum.Tpo -c google/protobuf/compiler/csharp/csharp_enum.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_enum_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_enum_field.cc -o google/protobuf/compiler/csharp/csharp_enum_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum.Tpo -c google/protobuf/compiler/csharp/csharp_enum.cc -o google/protobuf/compiler/csharp/csharp_enum.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/csharp/csharp_field_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_field_base.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_field_base.Tpo -c google/protobuf/compiler/csharp/csharp_field_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_field_base.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_generator.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_generator.Tpo -c google/protobuf/compiler/csharp/csharp_generator.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_generator.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_helpers.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_helpers.Tpo -c google/protobuf/compiler/csharp/csharp_helpers.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_helpers.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_map_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_map_field.Tpo -c google/protobuf/compiler/csharp/csharp_map_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_map_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_generator.Tpo -c google/protobuf/compiler/csharp/csharp_generator.cc -o google/protobuf/compiler/csharp/csharp_generator.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_field_base.Tpo -c google/protobuf/compiler/csharp/csharp_field_base.cc -o google/protobuf/compiler/csharp/csharp_field_base.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_helpers.Tpo -c google/protobuf/compiler/csharp/csharp_helpers.cc -o google/protobuf/compiler/csharp/csharp_helpers.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_map_field.Tpo -c google/protobuf/compiler/csharp/csharp_map_field.cc -o google/protobuf/compiler/csharp/csharp_map_field.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/csharp/csharp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message.Tpo -c google/protobuf/compiler/csharp/csharp_message.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_message_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/compiler/csharp/csharp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_reflection_class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_reflection_class.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_reflection_class.Tpo -c google/protobuf/compiler/csharp/csharp_reflection_class.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message.Tpo -c google/protobuf/compiler/csharp/csharp_message.cc -o google/protobuf/compiler/csharp/csharp_message.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_message_field.cc -o google/protobuf/compiler/csharp/csharp_message_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_primitive_field.cc -o google/protobuf/compiler/csharp/csharp_primitive_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_reflection_class.Tpo -c google/protobuf/compiler/csharp/csharp_reflection_class.cc -o google/protobuf/compiler/csharp/csharp_reflection_class.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o | |
depbase=`echo google/protobuf/compiler/csharp/csharp_source_generator_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_source_generator_base.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_source_generator_base.Tpo -c google/protobuf/compiler/csharp/csharp_source_generator_base.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_message_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_source_generator_base.Tpo -c google/protobuf/compiler/csharp/csharp_source_generator_base.cc -o google/protobuf/compiler/csharp/csharp_source_generator_base.o >/dev/null 2>&1 | |
depbase=`echo google/protobuf/compiler/csharp/csharp_wrapper_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_wrapper_field.lo google/protobuf/compiler/csharp/csharp_wrapper_field.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_wrapper_field.Tpo -c google/protobuf/compiler/csharp/csharp_wrapper_field.cc -fPIC -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o | |
/bin/bash ../libtool --tag=CXX --mode=link /usr/bin/g++ -std=c++11 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -version-info 14:0:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotobuf.map -o libprotobuf.la -rpath /home/xxxxx/Development/vg/lib google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/io_win32.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/generated_message_table_driven_lite.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/any.pb.lo google/protobuf/api.pb.lo google/protobuf/stubs/mathlimits.lo google/protobuf/any.lo google/protobuf/descriptor.lo google/protobuf/descriptor_database.lo google/protobuf/descriptor.pb.lo google/protobuf/duration.pb.lo google/protobuf/dynamic_message.lo google/protobuf/empty.pb.lo google/protobuf/extension_set_heavy.lo google/protobuf/field_mask.pb.lo google/protobuf/generated_message_reflection.lo google/protobuf/generated_message_table_driven.lo google/protobuf/map_field.lo google/protobuf/message.lo google/protobuf/reflection_ops.lo google/protobuf/service.lo google/protobuf/source_context.pb.lo google/protobuf/struct.pb.lo google/protobuf/stubs/substitute.lo google/protobuf/text_format.lo google/protobuf/timestamp.pb.lo google/protobuf/type.pb.lo google/protobuf/unknown_field_set.lo google/protobuf/wire_format.lo google/protobuf/wrappers.pb.lo google/protobuf/io/gzip_stream.lo google/protobuf/io/printer.lo google/protobuf/io/strtod.lo google/protobuf/io/tokenizer.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/compiler/importer.lo google/protobuf/compiler/parser.lo google/protobuf/util/delimited_message_util.lo google/protobuf/util/field_comparator.lo google/protobuf/util/field_mask_util.lo google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/utility.lo google/protobuf/util/json_util.lo google/protobuf/util/message_differencer.lo google/protobuf/util/time_util.lo google/protobuf/util/type_resolver_util.lo -lpthread -lz | |
depbase=`echo google/protobuf/compiler/js/well_known_types_embed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/js/well_known_types_embed.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/js/well_known_types_embed.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/js/well_known_types_embed.lo -MD -MP -MF google/protobuf/compiler/js/.deps/well_known_types_embed.Tpo -c google/protobuf/compiler/js/well_known_types_embed.cc -fPIC -DPIC -o google/protobuf/compiler/js/.libs/well_known_types_embed.o | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/js/well_known_types_embed.lo -MD -MP -MF google/protobuf/compiler/js/.deps/well_known_types_embed.Tpo -c google/protobuf/compiler/js/well_known_types_embed.cc -o google/protobuf/compiler/js/well_known_types_embed.o >/dev/null 2>&1 | |
libtool: link: /usr/bin/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/io_win32.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/generated_message_table_driven_lite.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o google/protobuf/.libs/any.pb.o google/protobuf/.libs/api.pb.o google/protobuf/stubs/.libs/mathlimits.o google/protobuf/.libs/any.o google/protobuf/.libs/descriptor.o google/protobuf/.libs/descriptor_database.o google/protobuf/.libs/descriptor.pb.o google/protobuf/.libs/duration.pb.o google/protobuf/.libs/dynamic_message.o google/protobuf/.libs/empty.pb.o google/protobuf/.libs/extension_set_heavy.o google/protobuf/.libs/field_mask.pb.o google/protobuf/.libs/generated_message_reflection.o google/protobuf/.libs/generated_message_table_driven.o google/protobuf/.libs/map_field.o google/protobuf/.libs/message.o google/protobuf/.libs/reflection_ops.o google/protobuf/.libs/service.o google/protobuf/.libs/source_context.pb.o google/protobuf/.libs/struct.pb.o google/protobuf/stubs/.libs/substitute.o google/protobuf/.libs/text_format.o google/protobuf/.libs/timestamp.pb.o google/protobuf/.libs/type.pb.o google/protobuf/.libs/unknown_field_set.o google/protobuf/.libs/wire_format.o google/protobuf/.libs/wrappers.pb.o google/protobuf/io/.libs/gzip_stream.o google/protobuf/io/.libs/printer.o google/protobuf/io/.libs/strtod.o google/protobuf/io/.libs/tokenizer.o google/protobuf/io/.libs/zero_copy_stream_impl.o google/protobuf/compiler/.libs/importer.o google/protobuf/compiler/.libs/parser.o google/protobuf/util/.libs/delimited_message_util.o google/protobuf/util/.libs/field_comparator.o google/protobuf/util/.libs/field_mask_util.o google/protobuf/util/internal/.libs/datapiece.o google/protobuf/util/internal/.libs/default_value_objectwriter.o google/protobuf/util/internal/.libs/error_listener.o google/protobuf/util/internal/.libs/field_mask_utility.o google/protobuf/util/internal/.libs/json_escaping.o google/protobuf/util/internal/.libs/json_objectwriter.o google/protobuf/util/internal/.libs/json_stream_parser.o google/protobuf/util/internal/.libs/object_writer.o google/protobuf/util/internal/.libs/protostream_objectsource.o google/protobuf/util/internal/.libs/protostream_objectwriter.o google/protobuf/util/internal/.libs/proto_writer.o google/protobuf/util/internal/.libs/type_info.o google/protobuf/util/internal/.libs/type_info_test_helper.o google/protobuf/util/internal/.libs/utility.o google/protobuf/util/.libs/json_util.o google/protobuf/util/.libs/message_differencer.o google/protobuf/util/.libs/time_util.o google/protobuf/util/.libs/type_resolver_util.o -lpthread -lz -L/home/xxxxx/Development/vg/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/xxxxx/Development/vg/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -pthread -O2 -g -Wl,--version-script=./libprotobuf.map -pthread -Wl,-soname -Wl,libprotobuf.so.14 -o .libs/libprotobuf.so.14.0.0 | |
libtool: compile: /usr/bin/g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_wrapper_field.Tpo -c google/protobuf/compiler/csharp/csharp_wrapper_field.cc -o google/protobuf/compiler/csharp/csharp_wrapper_field.o >/dev/null 2>&1 | |
libtool: link: (cd ".libs" && rm -f "libprotobuf.so.14" && ln -s "libprotobuf.so.14.0.0" "libprotobuf.so.14") | |
libtool: link: (cd ".libs" && rm -f "libprotobuf.so" && ln -s "libprotobuf.so.14.0.0" "libprotobuf.so") | |
libtool: link: ar cru .libs/libprotobuf.a google/protobuf/stubs/atomicops_internals_x86_gcc.o google/protobuf/stubs/atomicops_internals_x86_msvc.o google/protobuf/stubs/bytestream.o google/protobuf/stubs/common.o google/protobuf/stubs/int128.o google/protobuf/stubs/io_win32.o google/protobuf/stubs/once.o google/protobuf/stubs/status.o google/protobuf/stubs/statusor.o google/protobuf/stubs/stringpiece.o google/protobuf/stubs/stringprintf.o google/protobuf/stubs/structurally_valid.o google/protobuf/stubs/strutil.o google/protobuf/stubs/time.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/extension_set.o google/protobuf/generated_message_util.o google/protobuf/generated_message_table_driven_lite.o google/protobuf/message_lite.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o google/protobuf/io/coded_stream.o google/protobuf/io/zero_copy_stream.o google/protobuf/io/zero_copy_stream_impl_lite.o google/protobuf/any.pb.o google/protobuf/api.pb.o google/protobuf/stubs/mathlimits.o google/protobuf/any.o google/protobuf/descriptor.o google/protobuf/descriptor_database.o google/protobuf/descriptor.pb.o google/protobuf/duration.pb.o google/protobuf/dynamic_message.o google/protobuf/empty.pb.o google/protobuf/extension_set_heavy.o google/protobuf/field_mask.pb.o google/protobuf/generated_message_reflection.o google/protobuf/generated_message_table_driven.o google/protobuf/map_field.o google/protobuf/message.o google/protobuf/reflection_ops.o google/protobuf/service.o google/protobuf/source_context.pb.o google/protobuf/struct.pb.o google/protobuf/stubs/substitute.o google/protobuf/text_format.o google/protobuf/timestamp.pb.o google/protobuf/type.pb.o google/protobuf/unknown_field_set.o google/protobuf/wire_format.o google/protobuf/wrappers.pb.o google/protobuf/io/gzip_stream.o google/protobuf/io/printer.o google/protobuf/io/strtod.o google/protobuf/io/tokenizer.o google/protobuf/io/zero_copy_stream_impl.o google/protobuf/compiler/importer.o google/protobuf/compiler/parser.o google/protobuf/util/delimited_message_util.o google/protobuf/util/field_comparator.o google/protobuf/util/field_mask_util.o google/protobuf/util/internal/datapiece.o google/protobuf/util/internal/default_value_objectwriter.o google/protobuf/util/internal/error_listener.o google/protobuf/util/internal/field_mask_utility.o google/protobuf/util/internal/json_escaping.o google/protobuf/util/internal/json_objectwriter.o google/protobuf/util/internal/json_stream_parser.o google/protobuf/util/internal/object_writer.o google/protobuf/util/internal/protostream_objectsource.o google/protobuf/util/internal/protostream_objectwriter.o google/protobuf/util/internal/proto_writer.o google/protobuf/util/internal/type_info.o google/protobuf/util/internal/type_info_test_helper.o google/protobuf/util/internal/utility.o google/protobuf/util/json_util.o google/protobuf/util/message_differencer.o google/protobuf/util/time_util.o google/protobuf/util/type_resolver_util.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libprotobuf.a | |
libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" ) | |
/bin/bash ../libtool --tag=CXX --mode=link /usr/bin/g++ -std=c++11 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -version-info 14:0:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotoc.map -o libprotoc.la -rpath /home/xxxxx/Development/vg/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field_lite.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/javanano_enum_field.lo google/protobuf/compiler/javanano/javanano_extension.lo google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/compiler/javanano/javanano_generator.lo google/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanano/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_message.lo google/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compiler/javanano/javanano_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo -lpthread libprotobuf.la -lz | |
libtool: link: /usr/bin/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_lite.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_enum_field_lite.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_extension_lite.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_field.o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compiler/java/.libs/java_map_field_lite.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_lite.o google/protobuf/compiler/java/.libs/java_message_builder.o google/protobuf/compiler/java/.libs/java_message_builder_lite.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_message_field_lite.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_string_field_lite.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/js/.libs/well_known_types_embed.o google/protobuf/compiler/javanano/.libs/javanano_enum.o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o google/protobuf/compiler/javanano/.libs/javanano_extension.o google/protobuf/compiler/javanano/.libs/javanano_field.o google/protobuf/compiler/javanano/.libs/javanano_file.o google/protobuf/compiler/javanano/.libs/javanano_generator.o google/protobuf/compiler/javanano/.libs/javanano_helpers.o google/protobuf/compiler/javanano/.libs/javanano_map_field.o google/protobuf/compiler/javanano/.libs/javanano_message.o google/protobuf/compiler/javanano/.libs/javanano_message_field.o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o google/protobuf/compiler/objectivec/.libs/objectivec_field.o google/protobuf/compiler/objectivec/.libs/objectivec_file.o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o google/protobuf/compiler/objectivec/.libs/objectivec_message.o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o google/protobuf/compiler/php/.libs/php_generator.o google/protobuf/compiler/python/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generator.o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o google/protobuf/compiler/csharp/.libs/csharp_enum.o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_field_base.o google/protobuf/compiler/csharp/.libs/csharp_generator.o google/protobuf/compiler/csharp/.libs/csharp_helpers.o google/protobuf/compiler/csharp/.libs/csharp_map_field.o google/protobuf/compiler/csharp/.libs/csharp_message.o google/protobuf/compiler/csharp/.libs/csharp_message_field.o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o -Wl,-rpath -Wl,/home/xxxxx/Development/vg/deps/protobuf/src/.libs -Wl,-rpath -Wl,/home/xxxxx/Development/vg/lib -lpthread ./.libs/libprotobuf.so -lz -L/home/xxxxx/Development/vg/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/xxxxx/Development/vg/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -pthread -O2 -g -Wl,--version-script=./libprotoc.map -pthread -Wl,-soname -Wl,libprotoc.so.14 -o .libs/libprotoc.so.14.0.0 | |
libtool: link: (cd ".libs" && rm -f "libprotoc.so.14" && ln -s "libprotoc.so.14.0.0" "libprotoc.so.14") | |
libtool: link: (cd ".libs" && rm -f "libprotoc.so" && ln -s "libprotoc.so.14.0.0" "libprotoc.so") | |
libtool: link: ar cru .libs/libprotoc.a google/protobuf/compiler/code_generator.o google/protobuf/compiler/command_line_interface.o google/protobuf/compiler/plugin.o google/protobuf/compiler/plugin.pb.o google/protobuf/compiler/subprocess.o google/protobuf/compiler/zip_writer.o google/protobuf/compiler/cpp/cpp_enum.o google/protobuf/compiler/cpp/cpp_enum_field.o google/protobuf/compiler/cpp/cpp_extension.o google/protobuf/compiler/cpp/cpp_field.o google/protobuf/compiler/cpp/cpp_file.o google/protobuf/compiler/cpp/cpp_generator.o google/protobuf/compiler/cpp/cpp_helpers.o google/protobuf/compiler/cpp/cpp_map_field.o google/protobuf/compiler/cpp/cpp_message.o google/protobuf/compiler/cpp/cpp_message_field.o google/protobuf/compiler/cpp/cpp_primitive_field.o google/protobuf/compiler/cpp/cpp_service.o google/protobuf/compiler/cpp/cpp_string_field.o google/protobuf/compiler/java/java_context.o google/protobuf/compiler/java/java_enum.o google/protobuf/compiler/java/java_enum_lite.o google/protobuf/compiler/java/java_enum_field.o google/protobuf/compiler/java/java_enum_field_lite.o google/protobuf/compiler/java/java_extension.o google/protobuf/compiler/java/java_extension_lite.o google/protobuf/compiler/java/java_field.o google/protobuf/compiler/java/java_file.o google/protobuf/compiler/java/java_generator.o google/protobuf/compiler/java/java_generator_factory.o google/protobuf/compiler/java/java_helpers.o google/protobuf/compiler/java/java_lazy_message_field.o google/protobuf/compiler/java/java_lazy_message_field_lite.o google/protobuf/compiler/java/java_map_field.o google/protobuf/compiler/java/java_map_field_lite.o google/protobuf/compiler/java/java_message.o google/protobuf/compiler/java/java_message_lite.o google/protobuf/compiler/java/java_message_builder.o google/protobuf/compiler/java/java_message_builder_lite.o google/protobuf/compiler/java/java_message_field.o google/protobuf/compiler/java/java_message_field_lite.o google/protobuf/compiler/java/java_name_resolver.o google/protobuf/compiler/java/java_primitive_field.o google/protobuf/compiler/java/java_primitive_field_lite.o google/protobuf/compiler/java/java_shared_code_generator.o google/protobuf/compiler/java/java_service.o google/protobuf/compiler/java/java_string_field.o google/protobuf/compiler/java/java_string_field_lite.o google/protobuf/compiler/java/java_doc_comment.o google/protobuf/compiler/js/js_generator.o google/protobuf/compiler/js/well_known_types_embed.o google/protobuf/compiler/javanano/javanano_enum.o google/protobuf/compiler/javanano/javanano_enum_field.o google/protobuf/compiler/javanano/javanano_extension.o google/protobuf/compiler/javanano/javanano_field.o google/protobuf/compiler/javanano/javanano_file.o google/protobuf/compiler/javanano/javanano_generator.o google/protobuf/compiler/javanano/javanano_helpers.o google/protobuf/compiler/javanano/javanano_map_field.o google/protobuf/compiler/javanano/javanano_message.o google/protobuf/compiler/javanano/javanano_message_field.o google/protobuf/compiler/javanano/javanano_primitive_field.o google/protobuf/compiler/objectivec/objectivec_enum.o google/protobuf/compiler/objectivec/objectivec_enum_field.o google/protobuf/compiler/objectivec/objectivec_extension.o google/protobuf/compiler/objectivec/objectivec_field.o google/protobuf/compiler/objectivec/objectivec_file.o google/protobuf/compiler/objectivec/objectivec_generator.o google/protobuf/compiler/objectivec/objectivec_helpers.o google/protobuf/compiler/objectivec/objectivec_map_field.o google/protobuf/compiler/objectivec/objectivec_message.o google/protobuf/compiler/objectivec/objectivec_message_field.o google/protobuf/compiler/objectivec/objectivec_oneof.o google/protobuf/compiler/objectivec/objectivec_primitive_field.o google/protobuf/compiler/php/php_generator.o google/protobuf/compiler/python/python_generator.o google/protobuf/compiler/ruby/ruby_generator.o google/protobuf/compiler/csharp/csharp_doc_comment.o google/protobuf/compiler/csharp/csharp_enum.o google/protobuf/compiler/csharp/csharp_enum_field.o google/protobuf/compiler/csharp/csharp_field_base.o google/protobuf/compiler/csharp/csharp_generator.o google/protobuf/compiler/csharp/csharp_helpers.o google/protobuf/compiler/csharp/csharp_map_field.o google/protobuf/compiler/csharp/csharp_message.o google/protobuf/compiler/csharp/csharp_message_field.o google/protobuf/compiler/csharp/csharp_primitive_field.o google/protobuf/compiler/csharp/csharp_reflection_class.o google/protobuf/compiler/csharp/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/csharp_repeated_message_field.o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/csharp_source_generator_base.o google/protobuf/compiler/csharp/csharp_wrapper_field.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libprotoc.a | |
libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" ) | |
/bin/bash ../libtool --tag=CXX --mode=link /usr/bin/g++ -std=c++11 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -pthread -o protoc google/protobuf/compiler/main.o -lpthread libprotobuf.la libprotoc.la -lz | |
libtool: link: /usr/bin/g++ -std=c++11 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -pthread -o .libs/protoc google/protobuf/compiler/main.o -lpthread ./.libs/libprotobuf.so ./.libs/libprotoc.so -lz -pthread -Wl,-rpath -Wl,/home/xxxxx/Development/vg/lib | |
oldpwd=`pwd` && ( cd . && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/any_test.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto google/protobuf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/protobuf/map_unittest.proto google/protobuf/unittest_arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lazy_dependencies.proto google/protobuf/unittest_lazy_dependencies_custom_option.proto google/protobuf/unittest_lazy_dependencies_enum.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_mset_wire_format.proto google/protobuf/unittest_no_arena_lite.proto google/protobuf/unittest_no_arena_import.proto google/protobuf/unittest_no_arena.proto google/protobuf/unittest_no_field_presence.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_preserve_unknown_enum2.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unittest.proto google/protobuf/unittest_proto3_arena.proto google/protobuf/unittest_proto3_arena_lite.proto google/protobuf/unittest_proto3_lite.proto google/protobuf/unittest_well_known_types.proto google/protobuf/util/internal/testdata/anys.proto google/protobuf/util/internal/testdata/books.proto google/protobuf/util/internal/testdata/default_value.proto google/protobuf/util/internal/testdata/default_value_test.proto google/protobuf/util/internal/testdata/field_mask.proto google/protobuf/util/internal/testdata/maps.proto google/protobuf/util/internal/testdata/oneofs.proto google/protobuf/util/internal/testdata/proto3.proto google/protobuf/util/internal/testdata/struct.proto google/protobuf/util/internal/testdata/timestamp_duration.proto google/protobuf/util/internal/testdata/wrappers.proto google/protobuf/util/json_format_proto3.proto google/protobuf/util/message_differencer_unittest.proto google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto ) | |
touch unittest_proto_middleman | |
make all-am | |
make[4]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
/bin/bash ../libtool --tag=CXX --mode=link /usr/bin/g++ -std=c++11 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -version-info 14:0:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotobuf-lite.map -o libprotobuf-lite.la -rpath /home/xxxxx/Development/vg/lib google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/io_win32.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/generated_message_table_driven_lite.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo -lpthread -lz | |
libtool: link: /usr/bin/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/io_win32.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/generated_message_table_driven_lite.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o -lpthread -lz -L/home/xxxxx/Development/vg/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/xxxxx/Development/vg/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -pthread -O2 -g -Wl,--version-script=./libprotobuf-lite.map -pthread -Wl,-soname -Wl,libprotobuf-lite.so.14 -o .libs/libprotobuf-lite.so.14.0.0 | |
libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so.14" && ln -s "libprotobuf-lite.so.14.0.0" "libprotobuf-lite.so.14") | |
libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.so" && ln -s "libprotobuf-lite.so.14.0.0" "libprotobuf-lite.so") | |
libtool: link: ar cru .libs/libprotobuf-lite.a google/protobuf/stubs/atomicops_internals_x86_gcc.o google/protobuf/stubs/atomicops_internals_x86_msvc.o google/protobuf/stubs/bytestream.o google/protobuf/stubs/common.o google/protobuf/stubs/int128.o google/protobuf/stubs/io_win32.o google/protobuf/stubs/once.o google/protobuf/stubs/status.o google/protobuf/stubs/statusor.o google/protobuf/stubs/stringpiece.o google/protobuf/stubs/stringprintf.o google/protobuf/stubs/structurally_valid.o google/protobuf/stubs/strutil.o google/protobuf/stubs/time.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/extension_set.o google/protobuf/generated_message_util.o google/protobuf/generated_message_table_driven_lite.o google/protobuf/message_lite.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o google/protobuf/io/coded_stream.o google/protobuf/io/zero_copy_stream.o google/protobuf/io/zero_copy_stream_impl_lite.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libprotobuf-lite.a | |
libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" ) | |
make[4]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
make[2]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf' | |
make[1]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf' | |
make[1]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf' | |
Making install in . | |
make[2]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf' | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/home/xxxxx/Development/vg/lib/pkgconfig' | |
/usr/bin/install -c -m 644 protobuf.pc protobuf-lite.pc '/home/xxxxx/Development/vg/lib/pkgconfig' | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf' | |
make[2]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf' | |
Making install in src | |
make[2]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
make install-am | |
make[3]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
make[4]: Entering directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/lib' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libprotobuf-lite.la libprotobuf.la libprotoc.la '/home/xxxxx/Development/vg/lib' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf' | |
/usr/bin/install -c -m 644 google/protobuf/descriptor.proto google/protobuf/any.proto google/protobuf/api.proto google/protobuf/duration.proto google/protobuf/empty.proto google/protobuf/field_mask.proto google/protobuf/source_context.proto google/protobuf/struct.proto google/protobuf/timestamp.proto google/protobuf/type.proto google/protobuf/wrappers.proto '/home/xxxxx/Development/vg/include/google/protobuf' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/plugin.proto '/home/xxxxx/Development/vg/include/google/protobuf/compiler' | |
/usr/bin/install -c -m 644 google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/reflection.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h '/home/xxxxx/Development/vg/include/google/protobuf' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/javanano' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/javanano/javanano_generator.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/javanano' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/java' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_names.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/java' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/cpp' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/cpp/cpp_generator.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/cpp' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/python' | |
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.so.14.0.0 /home/xxxxx/Development/vg/lib/libprotobuf-lite.so.14.0.0 | |
/usr/bin/install -c -m 644 google/protobuf/compiler/python/python_generator.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/python' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/js' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/js' | |
libtool: install: (cd /home/xxxxx/Development/vg/lib && { ln -s -f libprotobuf-lite.so.14.0.0 libprotobuf-lite.so.14 || { rm -f libprotobuf-lite.so.14 && ln -s libprotobuf-lite.so.14.0.0 libprotobuf-lite.so.14; }; }) | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf' | |
libtool: install: (cd /home/xxxxx/Development/vg/lib && { ln -s -f libprotobuf-lite.so.14.0.0 libprotobuf-lite.so || { rm -f libprotobuf-lite.so && ln -s libprotobuf-lite.so.14.0.0 libprotobuf-lite.so; }; }) | |
/usr/bin/install -c -m 644 google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wire_format_lite_inl.h google/protobuf/wrappers.pb.h '/home/xxxxx/Development/vg/include/google/protobuf' | |
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /home/xxxxx/Development/vg/lib/libprotobuf-lite.la | |
libtool: install: /usr/bin/install -c .libs/libprotobuf.so.14.0.0 /home/xxxxx/Development/vg/lib/libprotobuf.so.14.0.0 | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/stubs' | |
/usr/bin/install -c -m 644 google/protobuf/stubs/atomic_sequence_num.h google/protobuf/stubs/atomicops.h google/protobuf/stubs/atomicops_internals_power.h google/protobuf/stubs/atomicops_internals_ppc_gcc.h google/protobuf/stubs/atomicops_internals_arm64_gcc.h google/protobuf/stubs/atomicops_internals_arm_gcc.h google/protobuf/stubs/atomicops_internals_arm_qnx.h google/protobuf/stubs/atomicops_internals_atomicword_compat.h google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h google/protobuf/stubs/atomicops_internals_generic_gcc.h google/protobuf/stubs/atomicops_internals_mips_gcc.h google/protobuf/stubs/atomicops_internals_solaris.h google/protobuf/stubs/atomicops_internals_tsan.h google/protobuf/stubs/atomicops_internals_x86_gcc.h google/protobuf/stubs/atomicops_internals_x86_msvc.h google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/fastmem.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/scoped_ptr.h google/protobuf/stubs/shared_ptr.h google/protobuf/stubs/singleton.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/template_util.h google/protobuf/stubs/type_traits.h '/home/xxxxx/Development/vg/include/google/protobuf/stubs' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/util' | |
/usr/bin/install -c -m 644 google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h '/home/xxxxx/Development/vg/include/google/protobuf/util' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/php' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/php/php_generator.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/php' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/ruby' | |
libtool: install: (cd /home/xxxxx/Development/vg/lib && { ln -s -f libprotobuf.so.14.0.0 libprotobuf.so.14 || { rm -f libprotobuf.so.14 && ln -s libprotobuf.so.14.0.0 libprotobuf.so.14; }; }) | |
/usr/bin/install -c -m 644 google/protobuf/compiler/ruby/ruby_generator.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/ruby' | |
libtool: install: (cd /home/xxxxx/Development/vg/lib && { ln -s -f libprotobuf.so.14.0.0 libprotobuf.so || { rm -f libprotobuf.so && ln -s libprotobuf.so.14.0.0 libprotobuf.so; }; }) | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/io' | |
libtool: install: /usr/bin/install -c .libs/libprotobuf.lai /home/xxxxx/Development/vg/lib/libprotobuf.la | |
/usr/bin/install -c -m 644 google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/home/xxxxx/Development/vg/include/google/protobuf/io' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/csharp' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/csharp' | |
/bin/mkdir -p '/home/xxxxx/Development/vg/include/google/protobuf/compiler/objectivec' | |
/usr/bin/install -c -m 644 google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/home/xxxxx/Development/vg/include/google/protobuf/compiler/objectivec' | |
libtool: warning: relinking 'libprotoc.la' | |
libtool: install: (cd /home/xxxxx/Development/vg/deps/protobuf/src; /bin/bash "/home/xxxxx/Development/vg/deps/protobuf/libtool" --tag CXX --mode=relink /usr/bin/g++ -std=c++11 -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -DNDEBUG -version-info 14:0:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotoc.map -o libprotoc.la -rpath /home/xxxxx/Development/vg/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field_lite.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/javanano_enum_field.lo google/protobuf/compiler/javanano/javanano_extension.lo google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/compiler/javanano/javanano_generator.lo google/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanano/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_message.lo google/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compiler/javanano/javanano_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo -lpthread libprotobuf.la -lz ) | |
libtool: relink: /usr/bin/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_lite.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_enum_field_lite.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_extension_lite.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_field.o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compiler/java/.libs/java_map_field_lite.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_lite.o google/protobuf/compiler/java/.libs/java_message_builder.o google/protobuf/compiler/java/.libs/java_message_builder_lite.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_message_field_lite.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_string_field_lite.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/js/.libs/well_known_types_embed.o google/protobuf/compiler/javanano/.libs/javanano_enum.o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o google/protobuf/compiler/javanano/.libs/javanano_extension.o google/protobuf/compiler/javanano/.libs/javanano_field.o google/protobuf/compiler/javanano/.libs/javanano_file.o google/protobuf/compiler/javanano/.libs/javanano_generator.o google/protobuf/compiler/javanano/.libs/javanano_helpers.o google/protobuf/compiler/javanano/.libs/javanano_map_field.o google/protobuf/compiler/javanano/.libs/javanano_message.o google/protobuf/compiler/javanano/.libs/javanano_message_field.o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o google/protobuf/compiler/objectivec/.libs/objectivec_field.o google/protobuf/compiler/objectivec/.libs/objectivec_file.o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o google/protobuf/compiler/objectivec/.libs/objectivec_message.o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o google/protobuf/compiler/php/.libs/php_generator.o google/protobuf/compiler/python/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generator.o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o google/protobuf/compiler/csharp/.libs/csharp_enum.o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_field_base.o google/protobuf/compiler/csharp/.libs/csharp_generator.o google/protobuf/compiler/csharp/.libs/csharp_helpers.o google/protobuf/compiler/csharp/.libs/csharp_map_field.o google/protobuf/compiler/csharp/.libs/csharp_message.o google/protobuf/compiler/csharp/.libs/csharp_message_field.o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o -Wl,-rpath -Wl,/home/xxxxx/Development/vg/lib -lpthread -L/home/xxxxx/Development/vg/lib -lprotobuf -lz -L/home/xxxxx/Development/vg/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -pthread -O2 -g -Wl,--version-script=./libprotoc.map -pthread -Wl,-soname -Wl,libprotoc.so.14 -o .libs/libprotoc.so.14.0.0 | |
libtool: install: /usr/bin/install -c .libs/libprotoc.so.14.0.0T /home/xxxxx/Development/vg/lib/libprotoc.so.14.0.0 | |
libtool: install: (cd /home/xxxxx/Development/vg/lib && { ln -s -f libprotoc.so.14.0.0 libprotoc.so.14 || { rm -f libprotoc.so.14 && ln -s libprotoc.so.14.0.0 libprotoc.so.14; }; }) | |
libtool: install: (cd /home/xxxxx/Development/vg/lib && { ln -s -f libprotoc.so.14.0.0 libprotoc.so || { rm -f libprotoc.so && ln -s libprotoc.so.14.0.0 libprotoc.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libprotoc.lai /home/xxxxx/Development/vg/lib/libprotoc.la | |
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.a /home/xxxxx/Development/vg/lib/libprotobuf-lite.a | |
libtool: install: chmod 644 /home/xxxxx/Development/vg/lib/libprotobuf-lite.a | |
libtool: install: ranlib /home/xxxxx/Development/vg/lib/libprotobuf-lite.a | |
libtool: install: /usr/bin/install -c .libs/libprotobuf.a /home/xxxxx/Development/vg/lib/libprotobuf.a | |
libtool: install: chmod 644 /home/xxxxx/Development/vg/lib/libprotobuf.a | |
libtool: install: ranlib /home/xxxxx/Development/vg/lib/libprotobuf.a | |
libtool: install: /usr/bin/install -c .libs/libprotoc.a /home/xxxxx/Development/vg/lib/libprotoc.a | |
libtool: install: chmod 644 /home/xxxxx/Development/vg/lib/libprotoc.a | |
libtool: install: ranlib /home/xxxxx/Development/vg/lib/libprotoc.a | |
libtool: finish: PATH="/home/xxxxx/Development/vg/bin:/home/xxxxx/Development/vg/scripts:/home/xxxxx/Development/vg/bin:/home/xxxxx/Development/vg/scripts:/home/xxxxx/Development/vg/bin:/home/xxxxx/Development/vg/scripts:/home/xxxxx/Development/vg/bin:/home/xxxxx/Development/vg/scripts:/home/xxxxx/Development/vg/bin:/home/xxxxx/Development/vg/scripts:/home/xxxxx/Development/vg/bin:/home/xxxxx/Development/vg/scripts:/home/xxxxx/Development/bin:/home/xxxxx/Development/go/bin:/home/xxxxx/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin/RepeatMasker:/usr/local/cuda/bin:/home/xxxxx/.local/bin:/sbin" ldconfig -n /home/xxxxx/Development/vg/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/xxxxx/Development/vg/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the '-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the 'LD_RUN_PATH' environment variable | |
during linking | |
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to '/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/mkdir -p '/home/xxxxx/Development/vg/bin' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c protoc '/home/xxxxx/Development/vg/bin' | |
libtool: install: /usr/bin/install -c .libs/protoc /home/xxxxx/Development/vg/bin/protoc | |
make[4]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
make[3]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
make[2]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf/src' | |
make[1]: Leaving directory '/home/xxxxx/Development/vg/deps/protobuf' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment