Skip to content

Instantly share code, notes, and snippets.

@irisli
Created July 20, 2015 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irisli/4fddd86fc69754e7f4e1 to your computer and use it in GitHub Desktop.
Save irisli/4fddd86fc69754e7f4e1 to your computer and use it in GitHub Desktop.
./configure && make
ubuntu@ip-172-31-34-58:~/stellar-core (master)./configure
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 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 clang... no
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for clang++... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /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 gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by 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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the 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 g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking for g++ >= 4.9... yes
checking for a sufficiently-new libstdc++... yes
checking whether C++ compiler accepts ... yes
checking whether C++ compiler accepts -pthread... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wno-unused-command-line-argument... yes
checking whether C++ compiler accepts -Qunused-arguments... no
checking whether C++ compiler accepts -Wno-unused-local-typedef... yes
checking whether C++ compiler accepts -Werror=unused-result... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wno-unused-command-line-argument... yes
checking whether C compiler accepts -Qunused-arguments... no
checking whether C compiler accepts -Wno-unused-local-typedef... yes
checking whether C compiler accepts -Werror=unused-result... yes
checking for clang-format... no
checking for clang-format-3.6... no
checking for valgrind... no
checking whether to enable Valgrind on the unit tests... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sqlite3... yes
checking for xdrc... $(top_builddir)/lib/xdrpp/xdrc/xdrc$(EXEEXT)
checking for libpq... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in lib/libsodium (/home/ubuntu/stellar-core/lib/libsodium)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-silent-rules' '--disable-shared' 'CC=gcc' 'CXX=g++' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for 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 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 whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking dependency style of gcc -std=gnu99... gcc3
checking how to run the C preprocessor... gcc -std=gnu99 -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 whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking whether C compiler accepts -fPIC... yes
checking whether the linker accepts -fPIC... yes
checking whether C compiler accepts -fPIE... yes
checking whether the linker accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -fno-strict-overflow... yes
checking whether C compiler accepts -fstack-protector... yes
checking whether the linker accepts -fstack-protector... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wdiv-by-zero... yes
checking whether C compiler accepts -Wsometimes-uninitialized... no
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wall -Wextra... yes
checking for clang... no
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /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 gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ar... (cached) ar
checking for MMX instructions set... yes
checking for SSE2 instructions set... yes
checking for SSE3 instructions set... yes
checking for SSSE3 instructions set... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking whether __STDC_LIMIT_MACROS is required... no
checking whether we should use x86_64 asm code... yes
checking for 128-bit arithmetic... yes
checking for cpuid instruction... yes
checking if weak symbols are supported... yes
configure: data alignment is not required on this target
checking for arc4random... no
checking for arc4random_buf... no
checking for mmap... yes
checking for mlock... yes
checking for madvise... yes
checking for mprotect... yes
checking for explicit_bzero... no
checking for posix_memalign... yes
checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dist-build/Makefile
config.status: creating libsodium.pc
config.status: creating libsodium-uninstalled.pc
config.status: creating msvc-scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/libsodium/Makefile
config.status: creating src/libsodium/include/Makefile
config.status: creating src/libsodium/include/sodium/version.h
config.status: creating test/default/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in lib/xdrpp (/home/ubuntu/stellar-core/lib/xdrpp)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-silent-rules' '--disable-shared' 'CC=gcc' 'CXX=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 ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to run the C preprocessor... gcc -E
checking if C preprocessor can be invoked as gcc -E -xc... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) 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 whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking whether C++ compiler accepts ... yes
checking whether C++ compiler accepts -pthread... yes
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 whether byte ordering is bigendian... no
checking whether byte ordering is bigendian... (cached) no
checking for cereal... no
checking for autocheck... no
checking for getopt_long_only... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xdrpp/build_endian.h
config.status: creating xdrpp.pc
config.status: creating xdrpp-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
ubuntu@ip-172-31-34-58:~/stellar-core (master)sudo apt-get install sqlite3 libsqlite3-dev^C
ubuntu@ip-172-31-34-58:~/stellar-core (master)make
make all-recursive
make[1]: Entering directory `/home/ubuntu/stellar-core'
Making all in .
make[2]: Entering directory `/home/ubuntu/stellar-core'
depbase=`echo lib/soci/src/backends/sqlite3/standard-into-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/standard-into-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/standard-into-type.o lib/soci/src/backends/sqlite3/standard-into-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/statement.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/statement.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/statement.o lib/soci/src/backends/sqlite3/statement.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/vector-use-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/vector-use-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/vector-use-type.o lib/soci/src/backends/sqlite3/vector-use-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/common.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/common.o lib/soci/src/backends/sqlite3/common.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/vector-into-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/vector-into-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/vector-into-type.o lib/soci/src/backends/sqlite3/vector-into-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/factory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/factory.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/factory.o lib/soci/src/backends/sqlite3/factory.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/session.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/session.o lib/soci/src/backends/sqlite3/session.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/row-id.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/row-id.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/row-id.o lib/soci/src/backends/sqlite3/row-id.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/standard-use-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/standard-use-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/standard-use-type.o lib/soci/src/backends/sqlite3/standard-use-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/sqlite3/blob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/sqlite3/blob.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/sqlite3/blob.o lib/soci/src/backends/sqlite3/blob.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/once-temp-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/once-temp-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/once-temp-type.o lib/soci/src/core/once-temp-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/transaction.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/transaction.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/transaction.o lib/soci/src/core/transaction.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/into-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/into-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/into-type.o lib/soci/src/core/into-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/use-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/use-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/use-type.o lib/soci/src/core/use-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/statement.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/statement.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/statement.o lib/soci/src/core/statement.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/ref-counted-statement.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/ref-counted-statement.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/ref-counted-statement.o lib/soci/src/core/ref-counted-statement.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/procedure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/procedure.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/procedure.o lib/soci/src/core/procedure.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/prepare-temp-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/prepare-temp-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/prepare-temp-type.o lib/soci/src/core/prepare-temp-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/ref-counted-prepare-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/ref-counted-prepare-info.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/ref-counted-prepare-info.o lib/soci/src/core/ref-counted-prepare-info.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/error.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/error.o lib/soci/src/core/error.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/row.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/row.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/row.o lib/soci/src/core/row.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/values.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/values.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/values.o lib/soci/src/core/values.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/session.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/session.o lib/soci/src/core/session.cpp &&\
mv -f $depbase.Tpo $depbase.Po
lib/soci/src/core/session.cpp:279:66: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
std::auto_ptr<details::query_transformation_function> qtf)
^
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo lib/soci/src/core/connection-parameters.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/connection-parameters.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/connection-parameters.o lib/soci/src/core/connection-parameters.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/rowid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/rowid.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/rowid.o lib/soci/src/core/rowid.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/backend-loader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/backend-loader.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/backend-loader.o lib/soci/src/core/backend-loader.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/connection-pool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/connection-pool.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/connection-pool.o lib/soci/src/core/connection-pool.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/soci-simple.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/soci-simple.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/soci-simple.o lib/soci/src/core/soci-simple.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/core/blob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/core/blob.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/core/blob.o lib/soci/src/core/blob.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/standard-into-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/standard-into-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/standard-into-type.o lib/soci/src/backends/postgresql/standard-into-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/statement.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/statement.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/statement.o lib/soci/src/backends/postgresql/statement.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/vector-use-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/vector-use-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/vector-use-type.o lib/soci/src/backends/postgresql/vector-use-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/error.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/error.o lib/soci/src/backends/postgresql/error.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/common.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/common.o lib/soci/src/backends/postgresql/common.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/vector-into-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/vector-into-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/vector-into-type.o lib/soci/src/backends/postgresql/vector-into-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/factory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/factory.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/factory.o lib/soci/src/backends/postgresql/factory.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/session.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/session.o lib/soci/src/backends/postgresql/session.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/row-id.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/row-id.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/row-id.o lib/soci/src/backends/postgresql/row-id.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/standard-use-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/standard-use-type.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/standard-use-type.o lib/soci/src/backends/postgresql/standard-use-type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/soci/src/backends/postgresql/blob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/soci/src/backends/postgresql/blob.o -MD -MP -MF $depbase.Tpo -c -o lib/soci/src/backends/postgresql/blob.o lib/soci/src/backends/postgresql/blob.cpp &&\
mv -f $depbase.Tpo $depbase.Po
rm -f lib/libsoci.a
ar cru lib/libsoci.a lib/soci/src/backends/sqlite3/standard-into-type.o lib/soci/src/backends/sqlite3/statement.o lib/soci/src/backends/sqlite3/vector-use-type.o lib/soci/src/backends/sqlite3/common.o lib/soci/src/backends/sqlite3/vector-into-type.o lib/soci/src/backends/sqlite3/factory.o lib/soci/src/backends/sqlite3/session.o lib/soci/src/backends/sqlite3/row-id.o lib/soci/src/backends/sqlite3/standard-use-type.o lib/soci/src/backends/sqlite3/blob.o lib/soci/src/core/once-temp-type.o lib/soci/src/core/transaction.o lib/soci/src/core/into-type.o lib/soci/src/core/use-type.o lib/soci/src/core/statement.o lib/soci/src/core/ref-counted-statement.o lib/soci/src/core/procedure.o lib/soci/src/core/prepare-temp-type.o lib/soci/src/core/ref-counted-prepare-info.o lib/soci/src/core/error.o lib/soci/src/core/row.o lib/soci/src/core/values.o lib/soci/src/core/session.o lib/soci/src/core/connection-parameters.o lib/soci/src/core/rowid.o lib/soci/src/core/backend-loader.o lib/soci/src/core/connection-pool.o lib/soci/src/core/soci-simple.o lib/soci/src/core/blob.o lib/soci/src/backends/postgresql/standard-into-type.o lib/soci/src/backends/postgresql/statement.o lib/soci/src/backends/postgresql/vector-use-type.o lib/soci/src/backends/postgresql/error.o lib/soci/src/backends/postgresql/common.o lib/soci/src/backends/postgresql/vector-into-type.o lib/soci/src/backends/postgresql/factory.o lib/soci/src/backends/postgresql/session.o lib/soci/src/backends/postgresql/row-id.o lib/soci/src/backends/postgresql/standard-use-type.o lib/soci/src/backends/postgresql/blob.o
ranlib lib/libsoci.a
depbase=`echo lib/util/uint128_t.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/util/uint128_t.o -MD -MP -MF $depbase.Tpo -c -o lib/util/uint128_t.o lib/util/uint128_t.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/util/crc16.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/util/crc16.o -MD -MP -MF $depbase.Tpo -c -o lib/util/crc16.o lib/util/crc16.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/util/format.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/util/format.o -MD -MP -MF $depbase.Tpo -c -o lib/util/format.o lib/util/format.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/util/getopt_long.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/util/getopt_long.o -MD -MP -MF $depbase.Tpo -c -o lib/util/getopt_long.o lib/util/getopt_long.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/http/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/http/request_parser.o -MD -MP -MF $depbase.Tpo -c -o lib/http/request_parser.o lib/http/request_parser.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/http/connection_manager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/http/connection_manager.o -MD -MP -MF $depbase.Tpo -c -o lib/http/connection_manager.o lib/http/connection_manager.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/http/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/http/reply.o -MD -MP -MF $depbase.Tpo -c -o lib/http/reply.o lib/http/reply.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/http/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/http/server.o -MD -MP -MF $depbase.Tpo -c -o lib/http/server.o lib/http/server.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/http/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/http/connection.o -MD -MP -MF $depbase.Tpo -c -o lib/http/connection.o lib/http/connection.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/http/HttpClient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/http/HttpClient.o -MD -MP -MF $depbase.Tpo -c -o lib/http/HttpClient.o lib/http/HttpClient.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/asio/src/asio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/asio/src/asio.o -MD -MP -MF $depbase.Tpo -c -o lib/asio/src/asio.o lib/asio/src/asio.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/json/jsoncpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/json/jsoncpp.o -MD -MP -MF $depbase.Tpo -c -o lib/json/jsoncpp.o lib/json/jsoncpp.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/sqlite/sqlite3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/sqlite/sqlite3.o -MD -MP -MF $depbase.Tpo -c -o lib/sqlite/sqlite3.o lib/sqlite/sqlite3.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f lib/lib3rdparty.a
ar cru lib/lib3rdparty.a lib/util/uint128_t.o lib/util/crc16.o lib/util/format.o lib/util/getopt_long.o lib/http/request_parser.o lib/http/connection_manager.o lib/http/reply.o lib/http/server.o lib/http/connection.o lib/http/HttpClient.o lib/asio/src/asio.o lib/json/jsoncpp.o lib/sqlite/sqlite3.o
ranlib lib/lib3rdparty.a
depbase=`echo lib/libmedida/src/medida/metrics_registry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/metrics_registry.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/metrics_registry.o lib/libmedida/src/medida/metrics_registry.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/reporting/console_reporter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/reporting/console_reporter.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/reporting/console_reporter.o lib/libmedida/src/medida/reporting/console_reporter.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/reporting/collectd_reporter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/reporting/collectd_reporter.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/reporting/collectd_reporter.o lib/libmedida/src/medida/reporting/collectd_reporter.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/reporting/abstract_polling_reporter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/reporting/abstract_polling_reporter.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/reporting/abstract_polling_reporter.o lib/libmedida/src/medida/reporting/abstract_polling_reporter.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/reporting/json_reporter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/reporting/json_reporter.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/reporting/json_reporter.o lib/libmedida/src/medida/reporting/json_reporter.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/reporting/util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/reporting/util.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/reporting/util.o lib/libmedida/src/medida/reporting/util.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/metric_name.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/metric_name.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/metric_name.o lib/libmedida/src/medida/metric_name.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/timer.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/timer.o lib/libmedida/src/medida/timer.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/stats/uniform_sample.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/stats/uniform_sample.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/stats/uniform_sample.o lib/libmedida/src/medida/stats/uniform_sample.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/stats/exp_decay_sample.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/stats/exp_decay_sample.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/stats/exp_decay_sample.o lib/libmedida/src/medida/stats/exp_decay_sample.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/stats/snapshot.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/stats/snapshot.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/stats/snapshot.o lib/libmedida/src/medida/stats/snapshot.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/stats/ewma.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/stats/ewma.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/stats/ewma.o lib/libmedida/src/medida/stats/ewma.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/histogram.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/histogram.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/histogram.o lib/libmedida/src/medida/histogram.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/timer_context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/timer_context.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/timer_context.o lib/libmedida/src/medida/timer_context.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/counter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/counter.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/counter.o lib/libmedida/src/medida/counter.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/metric_processor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/metric_processor.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/metric_processor.o lib/libmedida/src/medida/metric_processor.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/libmedida/src/medida/meter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I"." -I"./src" -I"./src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include -I./lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I./lib/libmedida/src -I./lib/soci/src/core -I./lib/soci/src/backends/sqlite3 -I./lib/soci/src/backends/postgresql -I./lib/sqlite -I"./lib" -I"./lib/autocheck/include" -I"./lib/cereal/include" -I"./lib/asio/include" -I"./lib/util" -I"./lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT lib/libmedida/src/medida/meter.o -MD -MP -MF $depbase.Tpo -c -o lib/libmedida/src/medida/meter.o lib/libmedida/src/medida/meter.cc &&\
mv -f $depbase.Tpo $depbase.Po
rm -f lib/libmedida.a
ar cru lib/libmedida.a lib/libmedida/src/medida/metrics_registry.o lib/libmedida/src/medida/reporting/console_reporter.o lib/libmedida/src/medida/reporting/collectd_reporter.o lib/libmedida/src/medida/reporting/abstract_polling_reporter.o lib/libmedida/src/medida/reporting/json_reporter.o lib/libmedida/src/medida/reporting/util.o lib/libmedida/src/medida/metric_name.o lib/libmedida/src/medida/timer.o lib/libmedida/src/medida/stats/uniform_sample.o lib/libmedida/src/medida/stats/exp_decay_sample.o lib/libmedida/src/medida/stats/snapshot.o lib/libmedida/src/medida/stats/ewma.o lib/libmedida/src/medida/histogram.o lib/libmedida/src/medida/timer_context.o lib/libmedida/src/medida/counter.o lib/libmedida/src/medida/metric_processor.o lib/libmedida/src/medida/meter.o
ranlib lib/libmedida.a
cd lib/libsodium && make
make[3]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium'
Making all in dist-build
make[4]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/dist-build'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/dist-build'
Making all in msvc-scripts
make[4]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/msvc-scripts'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/msvc-scripts'
Making all in src
make[4]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/src'
Making all in libsodium
make[5]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/src/libsodium'
Making all in include
make[6]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include'
make[6]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/src/libsodium'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo -MD -MP -MF crypto_aead/chacha20poly1305/sodium/.deps/libsodium_la-aead_chacha20poly1305.Tpo -c -o crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo `test -f 'crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c' || echo './'`crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo -MD -MP -MF crypto_aead/chacha20poly1305/sodium/.deps/libsodium_la-aead_chacha20poly1305.Tpo -c crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c -fPIE -o crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.o
mv -f crypto_aead/chacha20poly1305/sodium/.deps/libsodium_la-aead_chacha20poly1305.Tpo crypto_aead/chacha20poly1305/sodium/.deps/libsodium_la-aead_chacha20poly1305.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/libsodium_la-crypto_auth.lo -MD -MP -MF crypto_auth/.deps/libsodium_la-crypto_auth.Tpo -c -o crypto_auth/libsodium_la-crypto_auth.lo `test -f 'crypto_auth/crypto_auth.c' || echo './'`crypto_auth/crypto_auth.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/libsodium_la-crypto_auth.lo -MD -MP -MF crypto_auth/.deps/libsodium_la-crypto_auth.Tpo -c crypto_auth/crypto_auth.c -fPIE -o crypto_auth/libsodium_la-crypto_auth.o
mv -f crypto_auth/.deps/libsodium_la-crypto_auth.Tpo crypto_auth/.deps/libsodium_la-crypto_auth.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo -MD -MP -MF crypto_auth/hmacsha256/.deps/libsodium_la-auth_hmacsha256_api.Tpo -c -o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo `test -f 'crypto_auth/hmacsha256/auth_hmacsha256_api.c' || echo './'`crypto_auth/hmacsha256/auth_hmacsha256_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo -MD -MP -MF crypto_auth/hmacsha256/.deps/libsodium_la-auth_hmacsha256_api.Tpo -c crypto_auth/hmacsha256/auth_hmacsha256_api.c -fPIE -o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.o
mv -f crypto_auth/hmacsha256/.deps/libsodium_la-auth_hmacsha256_api.Tpo crypto_auth/hmacsha256/.deps/libsodium_la-auth_hmacsha256_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo -MD -MP -MF crypto_auth/hmacsha256/cp/.deps/libsodium_la-hmac_hmacsha256.Tpo -c -o crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/cp/hmac_hmacsha256.c' || echo './'`crypto_auth/hmacsha256/cp/hmac_hmacsha256.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo -MD -MP -MF crypto_auth/hmacsha256/cp/.deps/libsodium_la-hmac_hmacsha256.Tpo -c crypto_auth/hmacsha256/cp/hmac_hmacsha256.c -fPIE -o crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.o
mv -f crypto_auth/hmacsha256/cp/.deps/libsodium_la-hmac_hmacsha256.Tpo crypto_auth/hmacsha256/cp/.deps/libsodium_la-hmac_hmacsha256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo -MD -MP -MF crypto_auth/hmacsha256/cp/.deps/libsodium_la-verify_hmacsha256.Tpo -c -o crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/cp/verify_hmacsha256.c' || echo './'`crypto_auth/hmacsha256/cp/verify_hmacsha256.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo -MD -MP -MF crypto_auth/hmacsha256/cp/.deps/libsodium_la-verify_hmacsha256.Tpo -c crypto_auth/hmacsha256/cp/verify_hmacsha256.c -fPIE -o crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.o
mv -f crypto_auth/hmacsha256/cp/.deps/libsodium_la-verify_hmacsha256.Tpo crypto_auth/hmacsha256/cp/.deps/libsodium_la-verify_hmacsha256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo -MD -MP -MF crypto_auth/hmacsha512/.deps/libsodium_la-auth_hmacsha512_api.Tpo -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512_api.c' || echo './'`crypto_auth/hmacsha512/auth_hmacsha512_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo -MD -MP -MF crypto_auth/hmacsha512/.deps/libsodium_la-auth_hmacsha512_api.Tpo -c crypto_auth/hmacsha512/auth_hmacsha512_api.c -fPIE -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.o
mv -f crypto_auth/hmacsha512/.deps/libsodium_la-auth_hmacsha512_api.Tpo crypto_auth/hmacsha512/.deps/libsodium_la-auth_hmacsha512_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/.deps/libsodium_la-hmac_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/hmac_hmacsha512.c' || echo './'`crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/.deps/libsodium_la-hmac_hmacsha512.Tpo -c crypto_auth/hmacsha512/cp/hmac_hmacsha512.c -fPIE -o crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.o
mv -f crypto_auth/hmacsha512/cp/.deps/libsodium_la-hmac_hmacsha512.Tpo crypto_auth/hmacsha512/cp/.deps/libsodium_la-hmac_hmacsha512.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/.deps/libsodium_la-verify_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/verify_hmacsha512.c' || echo './'`crypto_auth/hmacsha512/cp/verify_hmacsha512.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/.deps/libsodium_la-verify_hmacsha512.Tpo -c crypto_auth/hmacsha512/cp/verify_hmacsha512.c -fPIE -o crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.o
mv -f crypto_auth/hmacsha512/cp/.deps/libsodium_la-verify_hmacsha512.Tpo crypto_auth/hmacsha512/cp/.deps/libsodium_la-verify_hmacsha512.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo -MD -MP -MF crypto_auth/hmacsha512256/.deps/libsodium_la-auth_hmacsha512256_api.Tpo -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256_api.c' || echo './'`crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo -MD -MP -MF crypto_auth/hmacsha512256/.deps/libsodium_la-auth_hmacsha512256_api.Tpo -c crypto_auth/hmacsha512256/auth_hmacsha512256_api.c -fPIE -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.o
mv -f crypto_auth/hmacsha512256/.deps/libsodium_la-auth_hmacsha512256_api.Tpo crypto_auth/hmacsha512256/.deps/libsodium_la-auth_hmacsha512256_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/.deps/libsodium_la-hmac_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c' || echo './'`crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/.deps/libsodium_la-hmac_hmacsha512256.Tpo -c crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c -fPIE -o crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.o
mv -f crypto_auth/hmacsha512256/cp/.deps/libsodium_la-hmac_hmacsha512256.Tpo crypto_auth/hmacsha512256/cp/.deps/libsodium_la-hmac_hmacsha512256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/.deps/libsodium_la-verify_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c' || echo './'`crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/.deps/libsodium_la-verify_hmacsha512256.Tpo -c crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c -fPIE -o crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.o
mv -f crypto_auth/hmacsha512256/cp/.deps/libsodium_la-verify_hmacsha512256.Tpo crypto_auth/hmacsha512256/cp/.deps/libsodium_la-verify_hmacsha512256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/libsodium_la-crypto_box.lo -MD -MP -MF crypto_box/.deps/libsodium_la-crypto_box.Tpo -c -o crypto_box/libsodium_la-crypto_box.lo `test -f 'crypto_box/crypto_box.c' || echo './'`crypto_box/crypto_box.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/libsodium_la-crypto_box.lo -MD -MP -MF crypto_box/.deps/libsodium_la-crypto_box.Tpo -c crypto_box/crypto_box.c -fPIE -o crypto_box/libsodium_la-crypto_box.o
mv -f crypto_box/.deps/libsodium_la-crypto_box.Tpo crypto_box/.deps/libsodium_la-crypto_box.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/libsodium_la-crypto_box_easy.lo -MD -MP -MF crypto_box/.deps/libsodium_la-crypto_box_easy.Tpo -c -o crypto_box/libsodium_la-crypto_box_easy.lo `test -f 'crypto_box/crypto_box_easy.c' || echo './'`crypto_box/crypto_box_easy.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/libsodium_la-crypto_box_easy.lo -MD -MP -MF crypto_box/.deps/libsodium_la-crypto_box_easy.Tpo -c crypto_box/crypto_box_easy.c -fPIE -o crypto_box/libsodium_la-crypto_box_easy.o
mv -f crypto_box/.deps/libsodium_la-crypto_box_easy.Tpo crypto_box/.deps/libsodium_la-crypto_box_easy.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/libsodium_la-crypto_box_seal.lo -MD -MP -MF crypto_box/.deps/libsodium_la-crypto_box_seal.Tpo -c -o crypto_box/libsodium_la-crypto_box_seal.lo `test -f 'crypto_box/crypto_box_seal.c' || echo './'`crypto_box/crypto_box_seal.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/libsodium_la-crypto_box_seal.lo -MD -MP -MF crypto_box/.deps/libsodium_la-crypto_box_seal.Tpo -c crypto_box/crypto_box_seal.c -fPIE -o crypto_box/libsodium_la-crypto_box_seal.o
mv -f crypto_box/.deps/libsodium_la-crypto_box_seal.Tpo crypto_box/.deps/libsodium_la-crypto_box_seal.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/.deps/libsodium_la-box_curve25519xsalsa20poly1305_api.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c' || echo './'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/.deps/libsodium_la-box_curve25519xsalsa20poly1305_api.Tpo -c crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c -fPIE -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.o
mv -f crypto_box/curve25519xsalsa20poly1305/.deps/libsodium_la-box_curve25519xsalsa20poly1305_api.Tpo crypto_box/curve25519xsalsa20poly1305/.deps/libsodium_la-box_curve25519xsalsa20poly1305_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-after_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c' || echo './'`crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-after_curve25519xsalsa20poly1305.Tpo -c crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c -fPIE -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.o
mv -f crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-after_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-after_curve25519xsalsa20poly1305.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-before_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c' || echo './'`crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-before_curve25519xsalsa20poly1305.Tpo -c crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c -fPIE -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.o
mv -f crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-before_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-before_curve25519xsalsa20poly1305.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-box_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c' || echo './'`crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-box_curve25519xsalsa20poly1305.Tpo -c crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c -fPIE -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.o
mv -f crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-box_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-box_curve25519xsalsa20poly1305.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-keypair_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c' || echo './'`crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-keypair_curve25519xsalsa20poly1305.Tpo -c crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c -fPIE -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.o
mv -f crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-keypair_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/.deps/libsodium_la-keypair_curve25519xsalsa20poly1305.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo -MD -MP -MF crypto_core/hsalsa20/ref2/.deps/libsodium_la-core_hsalsa20.Tpo -c -o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo `test -f 'crypto_core/hsalsa20/ref2/core_hsalsa20.c' || echo './'`crypto_core/hsalsa20/ref2/core_hsalsa20.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo -MD -MP -MF crypto_core/hsalsa20/ref2/.deps/libsodium_la-core_hsalsa20.Tpo -c crypto_core/hsalsa20/ref2/core_hsalsa20.c -fPIE -o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.o
mv -f crypto_core/hsalsa20/ref2/.deps/libsodium_la-core_hsalsa20.Tpo crypto_core/hsalsa20/ref2/.deps/libsodium_la-core_hsalsa20.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo -MD -MP -MF crypto_core/hsalsa20/.deps/libsodium_la-core_hsalsa20_api.Tpo -c -o crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo `test -f 'crypto_core/hsalsa20/core_hsalsa20_api.c' || echo './'`crypto_core/hsalsa20/core_hsalsa20_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo -MD -MP -MF crypto_core/hsalsa20/.deps/libsodium_la-core_hsalsa20_api.Tpo -c crypto_core/hsalsa20/core_hsalsa20_api.c -fPIE -o crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.o
mv -f crypto_core/hsalsa20/.deps/libsodium_la-core_hsalsa20_api.Tpo crypto_core/hsalsa20/.deps/libsodium_la-core_hsalsa20_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo -MD -MP -MF crypto_core/salsa20/ref/.deps/libsodium_la-core_salsa20.Tpo -c -o crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo `test -f 'crypto_core/salsa20/ref/core_salsa20.c' || echo './'`crypto_core/salsa20/ref/core_salsa20.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo -MD -MP -MF crypto_core/salsa20/ref/.deps/libsodium_la-core_salsa20.Tpo -c crypto_core/salsa20/ref/core_salsa20.c -fPIE -o crypto_core/salsa20/ref/libsodium_la-core_salsa20.o
mv -f crypto_core/salsa20/ref/.deps/libsodium_la-core_salsa20.Tpo crypto_core/salsa20/ref/.deps/libsodium_la-core_salsa20.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa20/libsodium_la-core_salsa20_api.lo -MD -MP -MF crypto_core/salsa20/.deps/libsodium_la-core_salsa20_api.Tpo -c -o crypto_core/salsa20/libsodium_la-core_salsa20_api.lo `test -f 'crypto_core/salsa20/core_salsa20_api.c' || echo './'`crypto_core/salsa20/core_salsa20_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa20/libsodium_la-core_salsa20_api.lo -MD -MP -MF crypto_core/salsa20/.deps/libsodium_la-core_salsa20_api.Tpo -c crypto_core/salsa20/core_salsa20_api.c -fPIE -o crypto_core/salsa20/libsodium_la-core_salsa20_api.o
mv -f crypto_core/salsa20/.deps/libsodium_la-core_salsa20_api.Tpo crypto_core/salsa20/.deps/libsodium_la-core_salsa20_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/libsodium_la-crypto_generichash.lo -MD -MP -MF crypto_generichash/.deps/libsodium_la-crypto_generichash.Tpo -c -o crypto_generichash/libsodium_la-crypto_generichash.lo `test -f 'crypto_generichash/crypto_generichash.c' || echo './'`crypto_generichash/crypto_generichash.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/libsodium_la-crypto_generichash.lo -MD -MP -MF crypto_generichash/.deps/libsodium_la-crypto_generichash.Tpo -c crypto_generichash/crypto_generichash.c -fPIE -o crypto_generichash/libsodium_la-crypto_generichash.o
mv -f crypto_generichash/.deps/libsodium_la-crypto_generichash.Tpo crypto_generichash/.deps/libsodium_la-crypto_generichash.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo -MD -MP -MF crypto_generichash/blake2/.deps/libsodium_la-generichash_blake2_api.Tpo -c -o crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo `test -f 'crypto_generichash/blake2/generichash_blake2_api.c' || echo './'`crypto_generichash/blake2/generichash_blake2_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo -MD -MP -MF crypto_generichash/blake2/.deps/libsodium_la-generichash_blake2_api.Tpo -c crypto_generichash/blake2/generichash_blake2_api.c -fPIE -o crypto_generichash/blake2/libsodium_la-generichash_blake2_api.o
mv -f crypto_generichash/blake2/.deps/libsodium_la-generichash_blake2_api.Tpo crypto_generichash/blake2/.deps/libsodium_la-generichash_blake2_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo -MD -MP -MF crypto_generichash/blake2/ref/.deps/libsodium_la-blake2b-ref.Tpo -c -o crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo `test -f 'crypto_generichash/blake2/ref/blake2b-ref.c' || echo './'`crypto_generichash/blake2/ref/blake2b-ref.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo -MD -MP -MF crypto_generichash/blake2/ref/.deps/libsodium_la-blake2b-ref.Tpo -c crypto_generichash/blake2/ref/blake2b-ref.c -fPIE -o crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.o
mv -f crypto_generichash/blake2/ref/.deps/libsodium_la-blake2b-ref.Tpo crypto_generichash/blake2/ref/.deps/libsodium_la-blake2b-ref.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo -MD -MP -MF crypto_generichash/blake2/ref/.deps/libsodium_la-generichash_blake2b.Tpo -c -o crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo `test -f 'crypto_generichash/blake2/ref/generichash_blake2b.c' || echo './'`crypto_generichash/blake2/ref/generichash_blake2b.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo -MD -MP -MF crypto_generichash/blake2/ref/.deps/libsodium_la-generichash_blake2b.Tpo -c crypto_generichash/blake2/ref/generichash_blake2b.c -fPIE -o crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.o
mv -f crypto_generichash/blake2/ref/.deps/libsodium_la-generichash_blake2b.Tpo crypto_generichash/blake2/ref/.deps/libsodium_la-generichash_blake2b.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/libsodium_la-crypto_hash.lo -MD -MP -MF crypto_hash/.deps/libsodium_la-crypto_hash.Tpo -c -o crypto_hash/libsodium_la-crypto_hash.lo `test -f 'crypto_hash/crypto_hash.c' || echo './'`crypto_hash/crypto_hash.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/libsodium_la-crypto_hash.lo -MD -MP -MF crypto_hash/.deps/libsodium_la-crypto_hash.Tpo -c crypto_hash/crypto_hash.c -fPIE -o crypto_hash/libsodium_la-crypto_hash.o
mv -f crypto_hash/.deps/libsodium_la-crypto_hash.Tpo crypto_hash/.deps/libsodium_la-crypto_hash.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha256/libsodium_la-hash_sha256_api.lo -MD -MP -MF crypto_hash/sha256/.deps/libsodium_la-hash_sha256_api.Tpo -c -o crypto_hash/sha256/libsodium_la-hash_sha256_api.lo `test -f 'crypto_hash/sha256/hash_sha256_api.c' || echo './'`crypto_hash/sha256/hash_sha256_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha256/libsodium_la-hash_sha256_api.lo -MD -MP -MF crypto_hash/sha256/.deps/libsodium_la-hash_sha256_api.Tpo -c crypto_hash/sha256/hash_sha256_api.c -fPIE -o crypto_hash/sha256/libsodium_la-hash_sha256_api.o
mv -f crypto_hash/sha256/.deps/libsodium_la-hash_sha256_api.Tpo crypto_hash/sha256/.deps/libsodium_la-hash_sha256_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo -MD -MP -MF crypto_hash/sha256/cp/.deps/libsodium_la-hash_sha256.Tpo -c -o crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo `test -f 'crypto_hash/sha256/cp/hash_sha256.c' || echo './'`crypto_hash/sha256/cp/hash_sha256.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo -MD -MP -MF crypto_hash/sha256/cp/.deps/libsodium_la-hash_sha256.Tpo -c crypto_hash/sha256/cp/hash_sha256.c -fPIE -o crypto_hash/sha256/cp/libsodium_la-hash_sha256.o
mv -f crypto_hash/sha256/cp/.deps/libsodium_la-hash_sha256.Tpo crypto_hash/sha256/cp/.deps/libsodium_la-hash_sha256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha512/libsodium_la-hash_sha512_api.lo -MD -MP -MF crypto_hash/sha512/.deps/libsodium_la-hash_sha512_api.Tpo -c -o crypto_hash/sha512/libsodium_la-hash_sha512_api.lo `test -f 'crypto_hash/sha512/hash_sha512_api.c' || echo './'`crypto_hash/sha512/hash_sha512_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha512/libsodium_la-hash_sha512_api.lo -MD -MP -MF crypto_hash/sha512/.deps/libsodium_la-hash_sha512_api.Tpo -c crypto_hash/sha512/hash_sha512_api.c -fPIE -o crypto_hash/sha512/libsodium_la-hash_sha512_api.o
mv -f crypto_hash/sha512/.deps/libsodium_la-hash_sha512_api.Tpo crypto_hash/sha512/.deps/libsodium_la-hash_sha512_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo -MD -MP -MF crypto_hash/sha512/cp/.deps/libsodium_la-hash_sha512.Tpo -c -o crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo `test -f 'crypto_hash/sha512/cp/hash_sha512.c' || echo './'`crypto_hash/sha512/cp/hash_sha512.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo -MD -MP -MF crypto_hash/sha512/cp/.deps/libsodium_la-hash_sha512.Tpo -c crypto_hash/sha512/cp/hash_sha512.c -fPIE -o crypto_hash/sha512/cp/libsodium_la-hash_sha512.o
mv -f crypto_hash/sha512/cp/.deps/libsodium_la-hash_sha512.Tpo crypto_hash/sha512/cp/.deps/libsodium_la-hash_sha512.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo -MD -MP -MF crypto_onetimeauth/.deps/libsodium_la-crypto_onetimeauth.Tpo -c -o crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo `test -f 'crypto_onetimeauth/crypto_onetimeauth.c' || echo './'`crypto_onetimeauth/crypto_onetimeauth.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo -MD -MP -MF crypto_onetimeauth/.deps/libsodium_la-crypto_onetimeauth.Tpo -c crypto_onetimeauth/crypto_onetimeauth.c -fPIE -o crypto_onetimeauth/libsodium_la-crypto_onetimeauth.o
mv -f crypto_onetimeauth/.deps/libsodium_la-crypto_onetimeauth.Tpo crypto_onetimeauth/.deps/libsodium_la-crypto_onetimeauth.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo -MD -MP -MF crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305.Tpo -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305.c' || echo './'`crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo -MD -MP -MF crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305.Tpo -c crypto_onetimeauth/poly1305/onetimeauth_poly1305.c -fPIE -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.o
mv -f crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305.Tpo crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo -MD -MP -MF crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_api.Tpo -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c' || echo './'`crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo -MD -MP -MF crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_api.Tpo -c crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c -fPIE -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.o
mv -f crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_api.Tpo crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo -MD -MP -MF crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_try.Tpo -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c' || echo './'`crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo -MD -MP -MF crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_try.Tpo -c crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c -fPIE -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.o
mv -f crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_try.Tpo crypto_onetimeauth/poly1305/.deps/libsodium_la-onetimeauth_poly1305_try.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo -MD -MP -MF crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-auth_poly1305_donna.Tpo -c -o crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c' || echo './'`crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo -MD -MP -MF crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-auth_poly1305_donna.Tpo -c crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c -fPIE -o crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.o
mv -f crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-auth_poly1305_donna.Tpo crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-auth_poly1305_donna.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo -MD -MP -MF crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-verify_poly1305_donna.Tpo -c -o crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c' || echo './'`crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo -MD -MP -MF crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-verify_poly1305_donna.Tpo -c crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c -fPIE -o crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.o
mv -f crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-verify_poly1305_donna.Tpo crypto_onetimeauth/poly1305/donna/.deps/libsodium_la-verify_poly1305_donna.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-crypto_scrypt-common.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' || echo './'`crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-crypto_scrypt-common.Tpo -c crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c -fPIE -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.o
mv -f crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-crypto_scrypt-common.Tpo crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-crypto_scrypt-common.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-scrypt_platform.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' || echo './'`crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-scrypt_platform.Tpo -c crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c -fPIE -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.o
mv -f crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-scrypt_platform.Tpo crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-scrypt_platform.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pbkdf2-sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' || echo './'`crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pbkdf2-sha256.Tpo -c crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c -fPIE -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.o
mv -f crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pbkdf2-sha256.Tpo crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pbkdf2-sha256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pwhash_scryptsalsa208sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' || echo './'`crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pwhash_scryptsalsa208sha256.Tpo -c crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c -fPIE -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.o
mv -f crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pwhash_scryptsalsa208sha256.Tpo crypto_pwhash/scryptsalsa208sha256/.deps/libsodium_la-pwhash_scryptsalsa208sha256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/nosse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' || echo './'`crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/nosse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo -c crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c -fPIE -o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.o
mv -f crypto_pwhash/scryptsalsa208sha256/nosse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo crypto_pwhash/scryptsalsa208sha256/nosse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/sse/libsodium_la-pwhash_scryptsalsa208sha256_sse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/sse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_sse.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/sse/libsodium_la-pwhash_scryptsalsa208sha256_sse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c' || echo './'`crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_pwhash/scryptsalsa208sha256/sse/libsodium_la-pwhash_scryptsalsa208sha256_sse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/sse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_sse.Tpo -c crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c -fPIE -o crypto_pwhash/scryptsalsa208sha256/sse/libsodium_la-pwhash_scryptsalsa208sha256_sse.o
mv -f crypto_pwhash/scryptsalsa208sha256/sse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_sse.Tpo crypto_pwhash/scryptsalsa208sha256/sse/.deps/libsodium_la-pwhash_scryptsalsa208sha256_sse.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/libsodium_la-crypto_scalarmult.lo -MD -MP -MF crypto_scalarmult/.deps/libsodium_la-crypto_scalarmult.Tpo -c -o crypto_scalarmult/libsodium_la-crypto_scalarmult.lo `test -f 'crypto_scalarmult/crypto_scalarmult.c' || echo './'`crypto_scalarmult/crypto_scalarmult.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/libsodium_la-crypto_scalarmult.lo -MD -MP -MF crypto_scalarmult/.deps/libsodium_la-crypto_scalarmult.Tpo -c crypto_scalarmult/crypto_scalarmult.c -fPIE -o crypto_scalarmult/libsodium_la-crypto_scalarmult.o
mv -f crypto_scalarmult/.deps/libsodium_la-crypto_scalarmult.Tpo crypto_scalarmult/.deps/libsodium_la-crypto_scalarmult.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo -MD -MP -MF crypto_scalarmult/curve25519/.deps/libsodium_la-scalarmult_curve25519_api.Tpo -c -o crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo `test -f 'crypto_scalarmult/curve25519/scalarmult_curve25519_api.c' || echo './'`crypto_scalarmult/curve25519/scalarmult_curve25519_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo -MD -MP -MF crypto_scalarmult/curve25519/.deps/libsodium_la-scalarmult_curve25519_api.Tpo -c crypto_scalarmult/curve25519/scalarmult_curve25519_api.c -fPIE -o crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.o
mv -f crypto_scalarmult/curve25519/.deps/libsodium_la-scalarmult_curve25519_api.Tpo crypto_scalarmult/curve25519/.deps/libsodium_la-scalarmult_curve25519_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/libsodium_la-crypto_secretbox.lo -MD -MP -MF crypto_secretbox/.deps/libsodium_la-crypto_secretbox.Tpo -c -o crypto_secretbox/libsodium_la-crypto_secretbox.lo `test -f 'crypto_secretbox/crypto_secretbox.c' || echo './'`crypto_secretbox/crypto_secretbox.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/libsodium_la-crypto_secretbox.lo -MD -MP -MF crypto_secretbox/.deps/libsodium_la-crypto_secretbox.Tpo -c crypto_secretbox/crypto_secretbox.c -fPIE -o crypto_secretbox/libsodium_la-crypto_secretbox.o
mv -f crypto_secretbox/.deps/libsodium_la-crypto_secretbox.Tpo crypto_secretbox/.deps/libsodium_la-crypto_secretbox.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo -MD -MP -MF crypto_secretbox/.deps/libsodium_la-crypto_secretbox_easy.Tpo -c -o crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo `test -f 'crypto_secretbox/crypto_secretbox_easy.c' || echo './'`crypto_secretbox/crypto_secretbox_easy.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo -MD -MP -MF crypto_secretbox/.deps/libsodium_la-crypto_secretbox_easy.Tpo -c crypto_secretbox/crypto_secretbox_easy.c -fPIE -o crypto_secretbox/libsodium_la-crypto_secretbox_easy.o
mv -f crypto_secretbox/.deps/libsodium_la-crypto_secretbox_easy.Tpo crypto_secretbox/.deps/libsodium_la-crypto_secretbox_easy.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/.deps/libsodium_la-secretbox_xsalsa20poly1305_api.Tpo -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c' || echo './'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/.deps/libsodium_la-secretbox_xsalsa20poly1305_api.Tpo -c crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c -fPIE -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.o
mv -f crypto_secretbox/xsalsa20poly1305/.deps/libsodium_la-secretbox_xsalsa20poly1305_api.Tpo crypto_secretbox/xsalsa20poly1305/.deps/libsodium_la-secretbox_xsalsa20poly1305_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/ref/.deps/libsodium_la-box_xsalsa20poly1305.Tpo -c -o crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c' || echo './'`crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/ref/.deps/libsodium_la-box_xsalsa20poly1305.Tpo -c crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c -fPIE -o crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.o
mv -f crypto_secretbox/xsalsa20poly1305/ref/.deps/libsodium_la-box_xsalsa20poly1305.Tpo crypto_secretbox/xsalsa20poly1305/ref/.deps/libsodium_la-box_xsalsa20poly1305.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_shorthash/libsodium_la-crypto_shorthash.lo -MD -MP -MF crypto_shorthash/.deps/libsodium_la-crypto_shorthash.Tpo -c -o crypto_shorthash/libsodium_la-crypto_shorthash.lo `test -f 'crypto_shorthash/crypto_shorthash.c' || echo './'`crypto_shorthash/crypto_shorthash.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_shorthash/libsodium_la-crypto_shorthash.lo -MD -MP -MF crypto_shorthash/.deps/libsodium_la-crypto_shorthash.Tpo -c crypto_shorthash/crypto_shorthash.c -fPIE -o crypto_shorthash/libsodium_la-crypto_shorthash.o
mv -f crypto_shorthash/.deps/libsodium_la-crypto_shorthash.Tpo crypto_shorthash/.deps/libsodium_la-crypto_shorthash.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo -MD -MP -MF crypto_shorthash/siphash24/.deps/libsodium_la-shorthash_siphash24_api.Tpo -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphash24_api.c' || echo './'`crypto_shorthash/siphash24/shorthash_siphash24_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo -MD -MP -MF crypto_shorthash/siphash24/.deps/libsodium_la-shorthash_siphash24_api.Tpo -c crypto_shorthash/siphash24/shorthash_siphash24_api.c -fPIE -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.o
mv -f crypto_shorthash/siphash24/.deps/libsodium_la-shorthash_siphash24_api.Tpo crypto_shorthash/siphash24/.deps/libsodium_la-shorthash_siphash24_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo -MD -MP -MF crypto_shorthash/siphash24/ref/.deps/libsodium_la-shorthash_siphash24.Tpo -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphash24.c' || echo './'`crypto_shorthash/siphash24/ref/shorthash_siphash24.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo -MD -MP -MF crypto_shorthash/siphash24/ref/.deps/libsodium_la-shorthash_siphash24.Tpo -c crypto_shorthash/siphash24/ref/shorthash_siphash24.c -fPIE -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.o
mv -f crypto_shorthash/siphash24/ref/.deps/libsodium_la-shorthash_siphash24.Tpo crypto_shorthash/siphash24/ref/.deps/libsodium_la-shorthash_siphash24.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/libsodium_la-crypto_sign.lo -MD -MP -MF crypto_sign/.deps/libsodium_la-crypto_sign.Tpo -c -o crypto_sign/libsodium_la-crypto_sign.lo `test -f 'crypto_sign/crypto_sign.c' || echo './'`crypto_sign/crypto_sign.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/libsodium_la-crypto_sign.lo -MD -MP -MF crypto_sign/.deps/libsodium_la-crypto_sign.Tpo -c crypto_sign/crypto_sign.c -fPIE -o crypto_sign/libsodium_la-crypto_sign.o
mv -f crypto_sign/.deps/libsodium_la-crypto_sign.Tpo crypto_sign/.deps/libsodium_la-crypto_sign.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo -MD -MP -MF crypto_sign/ed25519/.deps/libsodium_la-sign_ed25519_api.Tpo -c -o crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo `test -f 'crypto_sign/ed25519/sign_ed25519_api.c' || echo './'`crypto_sign/ed25519/sign_ed25519_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo -MD -MP -MF crypto_sign/ed25519/.deps/libsodium_la-sign_ed25519_api.Tpo -c crypto_sign/ed25519/sign_ed25519_api.c -fPIE -o crypto_sign/ed25519/libsodium_la-sign_ed25519_api.o
mv -f crypto_sign/ed25519/.deps/libsodium_la-sign_ed25519_api.Tpo crypto_sign/ed25519/.deps/libsodium_la-sign_ed25519_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo `test -f 'crypto_sign/ed25519/ref10/fe_0.c' || echo './'`crypto_sign/ed25519/ref10/fe_0.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_0.Tpo -c crypto_sign/ed25519/ref10/fe_0.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_0.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_0.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_0.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_1.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo `test -f 'crypto_sign/ed25519/ref10/fe_1.c' || echo './'`crypto_sign/ed25519/ref10/fe_1.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_1.Tpo -c crypto_sign/ed25519/ref10/fe_1.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_1.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_1.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_1.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_add.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo `test -f 'crypto_sign/ed25519/ref10/fe_add.c' || echo './'`crypto_sign/ed25519/ref10/fe_add.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_add.Tpo -c crypto_sign/ed25519/ref10/fe_add.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_add.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_add.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_add.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_cmov.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo `test -f 'crypto_sign/ed25519/ref10/fe_cmov.c' || echo './'`crypto_sign/ed25519/ref10/fe_cmov.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_cmov.Tpo -c crypto_sign/ed25519/ref10/fe_cmov.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_cmov.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_cmov.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_copy.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo `test -f 'crypto_sign/ed25519/ref10/fe_copy.c' || echo './'`crypto_sign/ed25519/ref10/fe_copy.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_copy.Tpo -c crypto_sign/ed25519/ref10/fe_copy.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_copy.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_copy.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_copy.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_frombytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo `test -f 'crypto_sign/ed25519/ref10/fe_frombytes.c' || echo './'`crypto_sign/ed25519/ref10/fe_frombytes.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_frombytes.Tpo -c crypto_sign/ed25519/ref10/fe_frombytes.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_frombytes.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_frombytes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_invert.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo `test -f 'crypto_sign/ed25519/ref10/fe_invert.c' || echo './'`crypto_sign/ed25519/ref10/fe_invert.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_invert.Tpo -c crypto_sign/ed25519/ref10/fe_invert.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_invert.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_invert.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_invert.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnegative.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo `test -f 'crypto_sign/ed25519/ref10/fe_isnegative.c' || echo './'`crypto_sign/ed25519/ref10/fe_isnegative.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnegative.Tpo -c crypto_sign/ed25519/ref10/fe_isnegative.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnegative.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnegative.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnonzero.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo `test -f 'crypto_sign/ed25519/ref10/fe_isnonzero.c' || echo './'`crypto_sign/ed25519/ref10/fe_isnonzero.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnonzero.Tpo -c crypto_sign/ed25519/ref10/fe_isnonzero.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnonzero.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_isnonzero.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_mul.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo `test -f 'crypto_sign/ed25519/ref10/fe_mul.c' || echo './'`crypto_sign/ed25519/ref10/fe_mul.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_mul.Tpo -c crypto_sign/ed25519/ref10/fe_mul.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_mul.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_mul.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_mul.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_neg.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo `test -f 'crypto_sign/ed25519/ref10/fe_neg.c' || echo './'`crypto_sign/ed25519/ref10/fe_neg.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_neg.Tpo -c crypto_sign/ed25519/ref10/fe_neg.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_neg.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_neg.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_neg.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_pow22523.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo `test -f 'crypto_sign/ed25519/ref10/fe_pow22523.c' || echo './'`crypto_sign/ed25519/ref10/fe_pow22523.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_pow22523.Tpo -c crypto_sign/ed25519/ref10/fe_pow22523.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_pow22523.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_pow22523.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo `test -f 'crypto_sign/ed25519/ref10/fe_sq.c' || echo './'`crypto_sign/ed25519/ref10/fe_sq.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq.Tpo -c crypto_sign/ed25519/ref10/fe_sq.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq2.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo `test -f 'crypto_sign/ed25519/ref10/fe_sq2.c' || echo './'`crypto_sign/ed25519/ref10/fe_sq2.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq2.Tpo -c crypto_sign/ed25519/ref10/fe_sq2.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq2.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sq2.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sub.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo `test -f 'crypto_sign/ed25519/ref10/fe_sub.c' || echo './'`crypto_sign/ed25519/ref10/fe_sub.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sub.Tpo -c crypto_sign/ed25519/ref10/fe_sub.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_sub.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sub.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_sub.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_tobytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/fe_tobytes.c' || echo './'`crypto_sign/ed25519/ref10/fe_tobytes.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_tobytes.Tpo -c crypto_sign/ed25519/ref10/fe_tobytes.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_tobytes.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-fe_tobytes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_add.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo `test -f 'crypto_sign/ed25519/ref10/ge_add.c' || echo './'`crypto_sign/ed25519/ref10/ge_add.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_add.Tpo -c crypto_sign/ed25519/ref10/ge_add.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_add.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_add.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_add.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_double_scalarmult.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo `test -f 'crypto_sign/ed25519/ref10/ge_double_scalarmult.c' || echo './'`crypto_sign/ed25519/ref10/ge_double_scalarmult.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_double_scalarmult.Tpo -c crypto_sign/ed25519/ref10/ge_double_scalarmult.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_double_scalarmult.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_double_scalarmult.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_frombytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_frombytes.c' || echo './'`crypto_sign/ed25519/ref10/ge_frombytes.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_frombytes.Tpo -c crypto_sign/ed25519/ref10/ge_frombytes.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_frombytes.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_frombytes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_madd.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo `test -f 'crypto_sign/ed25519/ref10/ge_madd.c' || echo './'`crypto_sign/ed25519/ref10/ge_madd.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_madd.Tpo -c crypto_sign/ed25519/ref10/ge_madd.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_madd.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_madd.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_madd.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_msub.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo `test -f 'crypto_sign/ed25519/ref10/ge_msub.c' || echo './'`crypto_sign/ed25519/ref10/ge_msub.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_msub.Tpo -c crypto_sign/ed25519/ref10/ge_msub.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_msub.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_msub.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_msub.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p2.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo `test -f 'crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c' || echo './'`crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p2.Tpo -c crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p2.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p2.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p3.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo `test -f 'crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c' || echo './'`crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p3.Tpo -c crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p3.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p1p1_to_p3.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_p2_0.c' || echo './'`crypto_sign/ed25519/ref10/ge_p2_0.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_0.Tpo -c crypto_sign/ed25519/ref10/ge_p2_0.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_0.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_0.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_dbl.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo `test -f 'crypto_sign/ed25519/ref10/ge_p2_dbl.c' || echo './'`crypto_sign/ed25519/ref10/ge_p2_dbl.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_dbl.Tpo -c crypto_sign/ed25519/ref10/ge_p2_dbl.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_dbl.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p2_dbl.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_0.c' || echo './'`crypto_sign/ed25519/ref10/ge_p3_0.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_0.Tpo -c crypto_sign/ed25519/ref10/ge_p3_0.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_0.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_0.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_dbl.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_dbl.c' || echo './'`crypto_sign/ed25519/ref10/ge_p3_dbl.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_dbl.Tpo -c crypto_sign/ed25519/ref10/ge_p3_dbl.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_dbl.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_dbl.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_cached.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_to_cached.c' || echo './'`crypto_sign/ed25519/ref10/ge_p3_to_cached.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_cached.Tpo -c crypto_sign/ed25519/ref10/ge_p3_to_cached.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_cached.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_cached.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_p2.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_to_p2.c' || echo './'`crypto_sign/ed25519/ref10/ge_p3_to_p2.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_p2.Tpo -c crypto_sign/ed25519/ref10/ge_p3_to_p2.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_p2.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_to_p2.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_tobytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_tobytes.c' || echo './'`crypto_sign/ed25519/ref10/ge_p3_tobytes.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_tobytes.Tpo -c crypto_sign/ed25519/ref10/ge_p3_tobytes.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_tobytes.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_p3_tobytes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_precomp_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_precomp_0.c' || echo './'`crypto_sign/ed25519/ref10/ge_precomp_0.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_precomp_0.Tpo -c crypto_sign/ed25519/ref10/ge_precomp_0.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_precomp_0.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_precomp_0.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_scalarmult_base.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo `test -f 'crypto_sign/ed25519/ref10/ge_scalarmult_base.c' || echo './'`crypto_sign/ed25519/ref10/ge_scalarmult_base.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_scalarmult_base.Tpo -c crypto_sign/ed25519/ref10/ge_scalarmult_base.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_scalarmult_base.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_scalarmult_base.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_sub.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo `test -f 'crypto_sign/ed25519/ref10/ge_sub.c' || echo './'`crypto_sign/ed25519/ref10/ge_sub.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_sub.Tpo -c crypto_sign/ed25519/ref10/ge_sub.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_sub.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_sub.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_sub.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_tobytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_tobytes.c' || echo './'`crypto_sign/ed25519/ref10/ge_tobytes.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_tobytes.Tpo -c crypto_sign/ed25519/ref10/ge_tobytes.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_tobytes.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-ge_tobytes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-keypair.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-keypair.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-keypair.lo `test -f 'crypto_sign/ed25519/ref10/keypair.c' || echo './'`crypto_sign/ed25519/ref10/keypair.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-keypair.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-keypair.Tpo -c crypto_sign/ed25519/ref10/keypair.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-keypair.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-keypair.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-keypair.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-open.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-open.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-open.lo `test -f 'crypto_sign/ed25519/ref10/open.c' || echo './'`crypto_sign/ed25519/ref10/open.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-open.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-open.Tpo -c crypto_sign/ed25519/ref10/open.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-open.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-open.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-open.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_muladd.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo `test -f 'crypto_sign/ed25519/ref10/sc_muladd.c' || echo './'`crypto_sign/ed25519/ref10/sc_muladd.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_muladd.Tpo -c crypto_sign/ed25519/ref10/sc_muladd.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_muladd.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_muladd.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_reduce.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo `test -f 'crypto_sign/ed25519/ref10/sc_reduce.c' || echo './'`crypto_sign/ed25519/ref10/sc_reduce.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_reduce.Tpo -c crypto_sign/ed25519/ref10/sc_reduce.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_reduce.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-sc_reduce.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-sign.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-sign.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-sign.lo `test -f 'crypto_sign/ed25519/ref10/sign.c' || echo './'`crypto_sign/ed25519/ref10/sign.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/ed25519/ref10/libsodium_la-sign.lo -MD -MP -MF crypto_sign/ed25519/ref10/.deps/libsodium_la-sign.Tpo -c crypto_sign/ed25519/ref10/sign.c -fPIE -o crypto_sign/ed25519/ref10/libsodium_la-sign.o
mv -f crypto_sign/ed25519/ref10/.deps/libsodium_la-sign.Tpo crypto_sign/ed25519/ref10/.deps/libsodium_la-sign.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/libsodium_la-crypto_stream.lo -MD -MP -MF crypto_stream/.deps/libsodium_la-crypto_stream.Tpo -c -o crypto_stream/libsodium_la-crypto_stream.lo `test -f 'crypto_stream/crypto_stream.c' || echo './'`crypto_stream/crypto_stream.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/libsodium_la-crypto_stream.lo -MD -MP -MF crypto_stream/.deps/libsodium_la-crypto_stream.Tpo -c crypto_stream/crypto_stream.c -fPIE -o crypto_stream/libsodium_la-crypto_stream.o
mv -f crypto_stream/.deps/libsodium_la-crypto_stream.Tpo crypto_stream/.deps/libsodium_la-crypto_stream.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/chacha20/libsodium_la-stream_chacha20_api.lo -MD -MP -MF crypto_stream/chacha20/.deps/libsodium_la-stream_chacha20_api.Tpo -c -o crypto_stream/chacha20/libsodium_la-stream_chacha20_api.lo `test -f 'crypto_stream/chacha20/stream_chacha20_api.c' || echo './'`crypto_stream/chacha20/stream_chacha20_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/chacha20/libsodium_la-stream_chacha20_api.lo -MD -MP -MF crypto_stream/chacha20/.deps/libsodium_la-stream_chacha20_api.Tpo -c crypto_stream/chacha20/stream_chacha20_api.c -fPIE -o crypto_stream/chacha20/libsodium_la-stream_chacha20_api.o
mv -f crypto_stream/chacha20/.deps/libsodium_la-stream_chacha20_api.Tpo crypto_stream/chacha20/.deps/libsodium_la-stream_chacha20_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/chacha20/ref/libsodium_la-stream_chacha20_ref.lo -MD -MP -MF crypto_stream/chacha20/ref/.deps/libsodium_la-stream_chacha20_ref.Tpo -c -o crypto_stream/chacha20/ref/libsodium_la-stream_chacha20_ref.lo `test -f 'crypto_stream/chacha20/ref/stream_chacha20_ref.c' || echo './'`crypto_stream/chacha20/ref/stream_chacha20_ref.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/chacha20/ref/libsodium_la-stream_chacha20_ref.lo -MD -MP -MF crypto_stream/chacha20/ref/.deps/libsodium_la-stream_chacha20_ref.Tpo -c crypto_stream/chacha20/ref/stream_chacha20_ref.c -fPIE -o crypto_stream/chacha20/ref/libsodium_la-stream_chacha20_ref.o
mv -f crypto_stream/chacha20/ref/.deps/libsodium_la-stream_chacha20_ref.Tpo crypto_stream/chacha20/ref/.deps/libsodium_la-stream_chacha20_ref.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo -MD -MP -MF crypto_stream/salsa20/.deps/libsodium_la-stream_salsa20_api.Tpo -c -o crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo `test -f 'crypto_stream/salsa20/stream_salsa20_api.c' || echo './'`crypto_stream/salsa20/stream_salsa20_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo -MD -MP -MF crypto_stream/salsa20/.deps/libsodium_la-stream_salsa20_api.Tpo -c crypto_stream/salsa20/stream_salsa20_api.c -fPIE -o crypto_stream/salsa20/libsodium_la-stream_salsa20_api.o
mv -f crypto_stream/salsa20/.deps/libsodium_la-stream_salsa20_api.Tpo crypto_stream/salsa20/.deps/libsodium_la-stream_salsa20_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo -MD -MP -MF crypto_stream/xsalsa20/.deps/libsodium_la-stream_xsalsa20_api.Tpo -c -o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo `test -f 'crypto_stream/xsalsa20/stream_xsalsa20_api.c' || echo './'`crypto_stream/xsalsa20/stream_xsalsa20_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo -MD -MP -MF crypto_stream/xsalsa20/.deps/libsodium_la-stream_xsalsa20_api.Tpo -c crypto_stream/xsalsa20/stream_xsalsa20_api.c -fPIE -o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.o
mv -f crypto_stream/xsalsa20/.deps/libsodium_la-stream_xsalsa20_api.Tpo crypto_stream/xsalsa20/.deps/libsodium_la-stream_xsalsa20_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/ref/.deps/libsodium_la-stream_xsalsa20.Tpo -c -o crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/stream_xsalsa20.c' || echo './'`crypto_stream/xsalsa20/ref/stream_xsalsa20.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/ref/.deps/libsodium_la-stream_xsalsa20.Tpo -c crypto_stream/xsalsa20/ref/stream_xsalsa20.c -fPIE -o crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.o
mv -f crypto_stream/xsalsa20/ref/.deps/libsodium_la-stream_xsalsa20.Tpo crypto_stream/xsalsa20/ref/.deps/libsodium_la-stream_xsalsa20.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/ref/.deps/libsodium_la-xor_xsalsa20.Tpo -c -o crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/xor_xsalsa20.c' || echo './'`crypto_stream/xsalsa20/ref/xor_xsalsa20.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/ref/.deps/libsodium_la-xor_xsalsa20.Tpo -c crypto_stream/xsalsa20/ref/xor_xsalsa20.c -fPIE -o crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.o
mv -f crypto_stream/xsalsa20/ref/.deps/libsodium_la-xor_xsalsa20.Tpo crypto_stream/xsalsa20/ref/.deps/libsodium_la-xor_xsalsa20.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/16/libsodium_la-verify_16_api.lo -MD -MP -MF crypto_verify/16/.deps/libsodium_la-verify_16_api.Tpo -c -o crypto_verify/16/libsodium_la-verify_16_api.lo `test -f 'crypto_verify/16/verify_16_api.c' || echo './'`crypto_verify/16/verify_16_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/16/libsodium_la-verify_16_api.lo -MD -MP -MF crypto_verify/16/.deps/libsodium_la-verify_16_api.Tpo -c crypto_verify/16/verify_16_api.c -fPIE -o crypto_verify/16/libsodium_la-verify_16_api.o
mv -f crypto_verify/16/.deps/libsodium_la-verify_16_api.Tpo crypto_verify/16/.deps/libsodium_la-verify_16_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/16/ref/libsodium_la-verify_16.lo -MD -MP -MF crypto_verify/16/ref/.deps/libsodium_la-verify_16.Tpo -c -o crypto_verify/16/ref/libsodium_la-verify_16.lo `test -f 'crypto_verify/16/ref/verify_16.c' || echo './'`crypto_verify/16/ref/verify_16.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/16/ref/libsodium_la-verify_16.lo -MD -MP -MF crypto_verify/16/ref/.deps/libsodium_la-verify_16.Tpo -c crypto_verify/16/ref/verify_16.c -fPIE -o crypto_verify/16/ref/libsodium_la-verify_16.o
mv -f crypto_verify/16/ref/.deps/libsodium_la-verify_16.Tpo crypto_verify/16/ref/.deps/libsodium_la-verify_16.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/32/libsodium_la-verify_32_api.lo -MD -MP -MF crypto_verify/32/.deps/libsodium_la-verify_32_api.Tpo -c -o crypto_verify/32/libsodium_la-verify_32_api.lo `test -f 'crypto_verify/32/verify_32_api.c' || echo './'`crypto_verify/32/verify_32_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/32/libsodium_la-verify_32_api.lo -MD -MP -MF crypto_verify/32/.deps/libsodium_la-verify_32_api.Tpo -c crypto_verify/32/verify_32_api.c -fPIE -o crypto_verify/32/libsodium_la-verify_32_api.o
mv -f crypto_verify/32/.deps/libsodium_la-verify_32_api.Tpo crypto_verify/32/.deps/libsodium_la-verify_32_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/32/ref/libsodium_la-verify_32.lo -MD -MP -MF crypto_verify/32/ref/.deps/libsodium_la-verify_32.Tpo -c -o crypto_verify/32/ref/libsodium_la-verify_32.lo `test -f 'crypto_verify/32/ref/verify_32.c' || echo './'`crypto_verify/32/ref/verify_32.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/32/ref/libsodium_la-verify_32.lo -MD -MP -MF crypto_verify/32/ref/.deps/libsodium_la-verify_32.Tpo -c crypto_verify/32/ref/verify_32.c -fPIE -o crypto_verify/32/ref/libsodium_la-verify_32.o
mv -f crypto_verify/32/ref/.deps/libsodium_la-verify_32.Tpo crypto_verify/32/ref/.deps/libsodium_la-verify_32.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/64/libsodium_la-verify_64_api.lo -MD -MP -MF crypto_verify/64/.deps/libsodium_la-verify_64_api.Tpo -c -o crypto_verify/64/libsodium_la-verify_64_api.lo `test -f 'crypto_verify/64/verify_64_api.c' || echo './'`crypto_verify/64/verify_64_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/64/libsodium_la-verify_64_api.lo -MD -MP -MF crypto_verify/64/.deps/libsodium_la-verify_64_api.Tpo -c crypto_verify/64/verify_64_api.c -fPIE -o crypto_verify/64/libsodium_la-verify_64_api.o
mv -f crypto_verify/64/.deps/libsodium_la-verify_64_api.Tpo crypto_verify/64/.deps/libsodium_la-verify_64_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/64/ref/libsodium_la-verify_64.lo -MD -MP -MF crypto_verify/64/ref/.deps/libsodium_la-verify_64.Tpo -c -o crypto_verify/64/ref/libsodium_la-verify_64.lo `test -f 'crypto_verify/64/ref/verify_64.c' || echo './'`crypto_verify/64/ref/verify_64.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_verify/64/ref/libsodium_la-verify_64.lo -MD -MP -MF crypto_verify/64/ref/.deps/libsodium_la-verify_64.Tpo -c crypto_verify/64/ref/verify_64.c -fPIE -o crypto_verify/64/ref/libsodium_la-verify_64.o
mv -f crypto_verify/64/ref/.deps/libsodium_la-verify_64.Tpo crypto_verify/64/ref/.deps/libsodium_la-verify_64.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT randombytes/libsodium_la-randombytes.lo -MD -MP -MF randombytes/.deps/libsodium_la-randombytes.Tpo -c -o randombytes/libsodium_la-randombytes.lo `test -f 'randombytes/randombytes.c' || echo './'`randombytes/randombytes.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT randombytes/libsodium_la-randombytes.lo -MD -MP -MF randombytes/.deps/libsodium_la-randombytes.Tpo -c randombytes/randombytes.c -fPIE -o randombytes/libsodium_la-randombytes.o
mv -f randombytes/.deps/libsodium_la-randombytes.Tpo randombytes/.deps/libsodium_la-randombytes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-core.lo -MD -MP -MF sodium/.deps/libsodium_la-core.Tpo -c -o sodium/libsodium_la-core.lo `test -f 'sodium/core.c' || echo './'`sodium/core.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-core.lo -MD -MP -MF sodium/.deps/libsodium_la-core.Tpo -c sodium/core.c -fPIE -o sodium/libsodium_la-core.o
mv -f sodium/.deps/libsodium_la-core.Tpo sodium/.deps/libsodium_la-core.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-runtime.lo -MD -MP -MF sodium/.deps/libsodium_la-runtime.Tpo -c -o sodium/libsodium_la-runtime.lo `test -f 'sodium/runtime.c' || echo './'`sodium/runtime.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-runtime.lo -MD -MP -MF sodium/.deps/libsodium_la-runtime.Tpo -c sodium/runtime.c -fPIE -o sodium/libsodium_la-runtime.o
mv -f sodium/.deps/libsodium_la-runtime.Tpo sodium/.deps/libsodium_la-runtime.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-utils.lo -MD -MP -MF sodium/.deps/libsodium_la-utils.Tpo -c -o sodium/libsodium_la-utils.lo `test -f 'sodium/utils.c' || echo './'`sodium/utils.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-utils.lo -MD -MP -MF sodium/.deps/libsodium_la-utils.Tpo -c sodium/utils.c -fPIE -o sodium/libsodium_la-utils.o
mv -f sodium/.deps/libsodium_la-utils.Tpo sodium/.deps/libsodium_la-utils.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-version.lo -MD -MP -MF sodium/.deps/libsodium_la-version.Tpo -c -o sodium/libsodium_la-version.lo `test -f 'sodium/version.c' || echo './'`sodium/version.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT sodium/libsodium_la-version.lo -MD -MP -MF sodium/.deps/libsodium_la-version.Tpo -c sodium/version.c -fPIE -o sodium/libsodium_la-version.o
mv -f sodium/.deps/libsodium_la-version.Tpo sodium/.deps/libsodium_la-version.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo -MD -MP -MF randombytes/salsa20/.deps/libsodium_la-randombytes_salsa20_random.Tpo -c -o randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo `test -f 'randombytes/salsa20/randombytes_salsa20_random.c' || echo './'`randombytes/salsa20/randombytes_salsa20_random.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo -MD -MP -MF randombytes/salsa20/.deps/libsodium_la-randombytes_salsa20_random.Tpo -c randombytes/salsa20/randombytes_salsa20_random.c -fPIE -o randombytes/salsa20/libsodium_la-randombytes_salsa20_random.o
mv -f randombytes/salsa20/.deps/libsodium_la-randombytes_salsa20_random.Tpo randombytes/salsa20/.deps/libsodium_la-randombytes_salsa20_random.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo -MD -MP -MF randombytes/sysrandom/.deps/libsodium_la-randombytes_sysrandom.Tpo -c -o randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo `test -f 'randombytes/sysrandom/randombytes_sysrandom.c' || echo './'`randombytes/sysrandom/randombytes_sysrandom.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo -MD -MP -MF randombytes/sysrandom/.deps/libsodium_la-randombytes_sysrandom.Tpo -c randombytes/sysrandom/randombytes_sysrandom.c -fPIE -o randombytes/sysrandom/libsodium_la-randombytes_sysrandom.o
mv -f randombytes/sysrandom/.deps/libsodium_la-randombytes_sysrandom.Tpo randombytes/sysrandom/.deps/libsodium_la-randombytes_sysrandom.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo -MD -MP -MF crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-base_curve25519_donna_c64.Tpo -c -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo `test -f 'crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c' || echo './'`crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo -MD -MP -MF crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-base_curve25519_donna_c64.Tpo -c crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c -fPIE -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.o
mv -f crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-base_curve25519_donna_c64.Tpo crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-base_curve25519_donna_c64.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo -MD -MP -MF crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-smult_curve25519_donna_c64.Tpo -c -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo `test -f 'crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c' || echo './'`crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo -MD -MP -MF crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-smult_curve25519_donna_c64.Tpo -c crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c -fPIE -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.o
mv -f crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-smult_curve25519_donna_c64.Tpo crypto_scalarmult/curve25519/donna_c64/.deps/libsodium_la-smult_curve25519_donna_c64.Plo
/bin/bash ../../libtool --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -MT crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo -MD -MP -MF crypto_stream/salsa20/amd64_xmm6/.deps/libsodium_la-stream_salsa20_amd64_xmm6.Tpo -c -o crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo `test -f 'crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S' || echo './'`crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -MT crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo -MD -MP -MF crypto_stream/salsa20/amd64_xmm6/.deps/libsodium_la-stream_salsa20_amd64_xmm6.Tpo -c crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S -o crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.o
mv -f crypto_stream/salsa20/amd64_xmm6/.deps/libsodium_la-stream_salsa20_amd64_xmm6.Tpo crypto_stream/salsa20/amd64_xmm6/.deps/libsodium_la-stream_salsa20_amd64_xmm6.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo -MD -MP -MF crypto_core/salsa2012/ref/.deps/libsodium_la-core_salsa2012.Tpo -c -o crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo `test -f 'crypto_core/salsa2012/ref/core_salsa2012.c' || echo './'`crypto_core/salsa2012/ref/core_salsa2012.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo -MD -MP -MF crypto_core/salsa2012/ref/.deps/libsodium_la-core_salsa2012.Tpo -c crypto_core/salsa2012/ref/core_salsa2012.c -fPIE -o crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.o
mv -f crypto_core/salsa2012/ref/.deps/libsodium_la-core_salsa2012.Tpo crypto_core/salsa2012/ref/.deps/libsodium_la-core_salsa2012.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo -MD -MP -MF crypto_core/salsa2012/.deps/libsodium_la-core_salsa2012_api.Tpo -c -o crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo `test -f 'crypto_core/salsa2012/core_salsa2012_api.c' || echo './'`crypto_core/salsa2012/core_salsa2012_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo -MD -MP -MF crypto_core/salsa2012/.deps/libsodium_la-core_salsa2012_api.Tpo -c crypto_core/salsa2012/core_salsa2012_api.c -fPIE -o crypto_core/salsa2012/libsodium_la-core_salsa2012_api.o
mv -f crypto_core/salsa2012/.deps/libsodium_la-core_salsa2012_api.Tpo crypto_core/salsa2012/.deps/libsodium_la-core_salsa2012_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo -MD -MP -MF crypto_core/salsa208/ref/.deps/libsodium_la-core_salsa208.Tpo -c -o crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo `test -f 'crypto_core/salsa208/ref/core_salsa208.c' || echo './'`crypto_core/salsa208/ref/core_salsa208.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo -MD -MP -MF crypto_core/salsa208/ref/.deps/libsodium_la-core_salsa208.Tpo -c crypto_core/salsa208/ref/core_salsa208.c -fPIE -o crypto_core/salsa208/ref/libsodium_la-core_salsa208.o
mv -f crypto_core/salsa208/ref/.deps/libsodium_la-core_salsa208.Tpo crypto_core/salsa208/ref/.deps/libsodium_la-core_salsa208.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa208/libsodium_la-core_salsa208_api.lo -MD -MP -MF crypto_core/salsa208/.deps/libsodium_la-core_salsa208_api.Tpo -c -o crypto_core/salsa208/libsodium_la-core_salsa208_api.lo `test -f 'crypto_core/salsa208/core_salsa208_api.c' || echo './'`crypto_core/salsa208/core_salsa208_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_core/salsa208/libsodium_la-core_salsa208_api.lo -MD -MP -MF crypto_core/salsa208/.deps/libsodium_la-core_salsa208_api.Tpo -c crypto_core/salsa208/core_salsa208_api.c -fPIE -o crypto_core/salsa208/libsodium_la-core_salsa208_api.o
mv -f crypto_core/salsa208/.deps/libsodium_la-core_salsa208_api.Tpo crypto_core/salsa208/.deps/libsodium_la-core_salsa208_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/.deps/libsodium_la-sign_edwards25519sha512batch_api.Tpo -c -o crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo `test -f 'crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c' || echo './'`crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/.deps/libsodium_la-sign_edwards25519sha512batch_api.Tpo -c crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c -fPIE -o crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.o
mv -f crypto_sign/edwards25519sha512batch/.deps/libsodium_la-sign_edwards25519sha512batch_api.Tpo crypto_sign/edwards25519sha512batch/.deps/libsodium_la-sign_edwards25519sha512batch_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-fe25519_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c' || echo './'`crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-fe25519_edwards25519sha512batch.Tpo -c crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c -fPIE -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.o
mv -f crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-fe25519_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-fe25519_edwards25519sha512batch.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-ge25519_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c' || echo './'`crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-ge25519_edwards25519sha512batch.Tpo -c crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c -fPIE -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.o
mv -f crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-ge25519_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-ge25519_edwards25519sha512batch.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sc25519_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c' || echo './'`crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sc25519_edwards25519sha512batch.Tpo -c crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c -fPIE -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.o
mv -f crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sc25519_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sc25519_edwards25519sha512batch.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sign_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c' || echo './'`crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sign_edwards25519sha512batch.Tpo -c crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c -fPIE -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.o
mv -f crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sign_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/.deps/libsodium_la-sign_edwards25519sha512batch.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/afternm_aes128ctr.c' || echo './'`crypto_stream/aes128ctr/portable/afternm_aes128ctr.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-afternm_aes128ctr.Tpo -c crypto_stream/aes128ctr/portable/afternm_aes128ctr.c -fPIE -o crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.o
mv -f crypto_stream/aes128ctr/portable/.deps/libsodium_la-afternm_aes128ctr.Tpo crypto_stream/aes128ctr/portable/.deps/libsodium_la-afternm_aes128ctr.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo -MD -MP -MF crypto_stream/aes128ctr/.deps/libsodium_la-stream_aes128ctr_api.Tpo -c -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo `test -f 'crypto_stream/aes128ctr/stream_aes128ctr_api.c' || echo './'`crypto_stream/aes128ctr/stream_aes128ctr_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo -MD -MP -MF crypto_stream/aes128ctr/.deps/libsodium_la-stream_aes128ctr_api.Tpo -c crypto_stream/aes128ctr/stream_aes128ctr_api.c -fPIE -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.o
mv -f crypto_stream/aes128ctr/.deps/libsodium_la-stream_aes128ctr_api.Tpo crypto_stream/aes128ctr/.deps/libsodium_la-stream_aes128ctr_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-beforenm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c' || echo './'`crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-beforenm_aes128ctr.Tpo -c crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c -fPIE -o crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.o
mv -f crypto_stream/aes128ctr/portable/.deps/libsodium_la-beforenm_aes128ctr.Tpo crypto_stream/aes128ctr/portable/.deps/libsodium_la-beforenm_aes128ctr.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-common_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/common_aes128ctr.c' || echo './'`crypto_stream/aes128ctr/portable/common_aes128ctr.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-common_aes128ctr.Tpo -c crypto_stream/aes128ctr/portable/common_aes128ctr.c -fPIE -o crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.o
mv -f crypto_stream/aes128ctr/portable/.deps/libsodium_la-common_aes128ctr.Tpo crypto_stream/aes128ctr/portable/.deps/libsodium_la-common_aes128ctr.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-consts_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/consts_aes128ctr.c' || echo './'`crypto_stream/aes128ctr/portable/consts_aes128ctr.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-consts_aes128ctr.Tpo -c crypto_stream/aes128ctr/portable/consts_aes128ctr.c -fPIE -o crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.o
mv -f crypto_stream/aes128ctr/portable/.deps/libsodium_la-consts_aes128ctr.Tpo crypto_stream/aes128ctr/portable/.deps/libsodium_la-consts_aes128ctr.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-int128_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/int128_aes128ctr.c' || echo './'`crypto_stream/aes128ctr/portable/int128_aes128ctr.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-int128_aes128ctr.Tpo -c crypto_stream/aes128ctr/portable/int128_aes128ctr.c -fPIE -o crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.o
mv -f crypto_stream/aes128ctr/portable/.deps/libsodium_la-int128_aes128ctr.Tpo crypto_stream/aes128ctr/portable/.deps/libsodium_la-int128_aes128ctr.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-stream_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/stream_aes128ctr.c' || echo './'`crypto_stream/aes128ctr/portable/stream_aes128ctr.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-stream_aes128ctr.Tpo -c crypto_stream/aes128ctr/portable/stream_aes128ctr.c -fPIE -o crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.o
mv -f crypto_stream/aes128ctr/portable/.deps/libsodium_la-stream_aes128ctr.Tpo crypto_stream/aes128ctr/portable/.deps/libsodium_la-stream_aes128ctr.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-xor_afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c' || echo './'`crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/.deps/libsodium_la-xor_afternm_aes128ctr.Tpo -c crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c -fPIE -o crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.o
mv -f crypto_stream/aes128ctr/portable/.deps/libsodium_la-xor_afternm_aes128ctr.Tpo crypto_stream/aes128ctr/portable/.deps/libsodium_la-xor_afternm_aes128ctr.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo -MD -MP -MF crypto_stream/salsa2012/.deps/libsodium_la-stream_salsa2012_api.Tpo -c -o crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo `test -f 'crypto_stream/salsa2012/stream_salsa2012_api.c' || echo './'`crypto_stream/salsa2012/stream_salsa2012_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo -MD -MP -MF crypto_stream/salsa2012/.deps/libsodium_la-stream_salsa2012_api.Tpo -c crypto_stream/salsa2012/stream_salsa2012_api.c -fPIE -o crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.o
mv -f crypto_stream/salsa2012/.deps/libsodium_la-stream_salsa2012_api.Tpo crypto_stream/salsa2012/.deps/libsodium_la-stream_salsa2012_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo -MD -MP -MF crypto_stream/salsa2012/ref/.deps/libsodium_la-stream_salsa2012.Tpo -c -o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo `test -f 'crypto_stream/salsa2012/ref/stream_salsa2012.c' || echo './'`crypto_stream/salsa2012/ref/stream_salsa2012.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo -MD -MP -MF crypto_stream/salsa2012/ref/.deps/libsodium_la-stream_salsa2012.Tpo -c crypto_stream/salsa2012/ref/stream_salsa2012.c -fPIE -o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.o
mv -f crypto_stream/salsa2012/ref/.deps/libsodium_la-stream_salsa2012.Tpo crypto_stream/salsa2012/ref/.deps/libsodium_la-stream_salsa2012.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo -MD -MP -MF crypto_stream/salsa2012/ref/.deps/libsodium_la-xor_salsa2012.Tpo -c -o crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo `test -f 'crypto_stream/salsa2012/ref/xor_salsa2012.c' || echo './'`crypto_stream/salsa2012/ref/xor_salsa2012.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo -MD -MP -MF crypto_stream/salsa2012/ref/.deps/libsodium_la-xor_salsa2012.Tpo -c crypto_stream/salsa2012/ref/xor_salsa2012.c -fPIE -o crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.o
mv -f crypto_stream/salsa2012/ref/.deps/libsodium_la-xor_salsa2012.Tpo crypto_stream/salsa2012/ref/.deps/libsodium_la-xor_salsa2012.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo -MD -MP -MF crypto_stream/salsa208/.deps/libsodium_la-stream_salsa208_api.Tpo -c -o crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo `test -f 'crypto_stream/salsa208/stream_salsa208_api.c' || echo './'`crypto_stream/salsa208/stream_salsa208_api.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo -MD -MP -MF crypto_stream/salsa208/.deps/libsodium_la-stream_salsa208_api.Tpo -c crypto_stream/salsa208/stream_salsa208_api.c -fPIE -o crypto_stream/salsa208/libsodium_la-stream_salsa208_api.o
mv -f crypto_stream/salsa208/.deps/libsodium_la-stream_salsa208_api.Tpo crypto_stream/salsa208/.deps/libsodium_la-stream_salsa208_api.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo -MD -MP -MF crypto_stream/salsa208/ref/.deps/libsodium_la-stream_salsa208.Tpo -c -o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo `test -f 'crypto_stream/salsa208/ref/stream_salsa208.c' || echo './'`crypto_stream/salsa208/ref/stream_salsa208.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo -MD -MP -MF crypto_stream/salsa208/ref/.deps/libsodium_la-stream_salsa208.Tpo -c crypto_stream/salsa208/ref/stream_salsa208.c -fPIE -o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.o
mv -f crypto_stream/salsa208/ref/.deps/libsodium_la-stream_salsa208.Tpo crypto_stream/salsa208/ref/.deps/libsodium_la-stream_salsa208.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"libsodium\ 1.0.3\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo -MD -MP -MF crypto_stream/salsa208/ref/.deps/libsodium_la-xor_salsa208.Tpo -c -o crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo `test -f 'crypto_stream/salsa208/ref/xor_salsa208.c' || echo './'`crypto_stream/salsa208/ref/xor_salsa208.c
libtool: compile: gcc -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.3\" "-DPACKAGE_STRING=\"libsodium 1.0.3\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -I. -I./include/sodium -I./include/sodium -D_FORTIFY_SOURCE=2 -g -O2 -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -MT crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo -MD -MP -MF crypto_stream/salsa208/ref/.deps/libsodium_la-xor_salsa208.Tpo -c crypto_stream/salsa208/ref/xor_salsa208.c -fPIE -o crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.o
mv -f crypto_stream/salsa208/ref/.deps/libsodium_la-xor_salsa208.Tpo crypto_stream/salsa208/ref/.deps/libsodium_la-xor_salsa208.Plo
/bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -export-dynamic -no-undefined -version-info 15:0:2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -o libsodium.la -rpath /usr/local/lib crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo crypto_auth/libsodium_la-crypto_auth.lo crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo crypto_box/libsodium_la-crypto_box.lo crypto_box/libsodium_la-crypto_box_easy.lo crypto_box/libsodium_la-crypto_box_seal.lo crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo crypto_core/salsa20/libsodium_la-core_salsa20_api.lo crypto_generichash/libsodium_la-crypto_generichash.lo crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo crypto_hash/libsodium_la-crypto_hash.lo crypto_hash/sha256/libsodium_la-hash_sha256_api.lo crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo crypto_hash/sha512/libsodium_la-hash_sha512_api.lo crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo crypto_pwhash/scryptsalsa208sha256/sse/libsodium_la-pwhash_scryptsalsa208sha256_sse.lo crypto_scalarmult/libsodium_la-crypto_scalarmult.lo crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo crypto_secretbox/libsodium_la-crypto_secretbox.lo crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo crypto_shorthash/libsodium_la-crypto_shorthash.lo crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo crypto_sign/libsodium_la-crypto_sign.lo crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo crypto_sign/ed25519/ref10/libsodium_la-keypair.lo crypto_sign/ed25519/ref10/libsodium_la-open.lo crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo crypto_sign/ed25519/ref10/libsodium_la-sign.lo crypto_stream/libsodium_la-crypto_stream.lo crypto_stream/chacha20/libsodium_la-stream_chacha20_api.lo crypto_stream/chacha20/ref/libsodium_la-stream_chacha20_ref.lo crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo crypto_verify/16/libsodium_la-verify_16_api.lo crypto_verify/16/ref/libsodium_la-verify_16.lo crypto_verify/32/libsodium_la-verify_32_api.lo crypto_verify/32/ref/libsodium_la-verify_32.lo crypto_verify/64/libsodium_la-verify_64_api.lo crypto_verify/64/ref/libsodium_la-verify_64.lo randombytes/libsodium_la-randombytes.lo sodium/libsodium_la-core.lo sodium/libsodium_la-runtime.lo sodium/libsodium_la-utils.lo sodium/libsodium_la-version.lo randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo crypto_core/salsa208/libsodium_la-core_salsa208_api.lo crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo
libtool: link: ar cru .libs/libsodium.a crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.o crypto_auth/libsodium_la-crypto_auth.o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.o crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.o crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.o crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.o crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.o crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.o crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.o crypto_box/libsodium_la-crypto_box.o crypto_box/libsodium_la-crypto_box_easy.o crypto_box/libsodium_la-crypto_box_seal.o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.o crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.o crypto_core/salsa20/ref/libsodium_la-core_salsa20.o crypto_core/salsa20/libsodium_la-core_salsa20_api.o crypto_generichash/libsodium_la-crypto_generichash.o crypto_generichash/blake2/libsodium_la-generichash_blake2_api.o crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.o crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.o crypto_hash/libsodium_la-crypto_hash.o crypto_hash/sha256/libsodium_la-hash_sha256_api.o crypto_hash/sha256/cp/libsodium_la-hash_sha256.o crypto_hash/sha512/libsodium_la-hash_sha512_api.o crypto_hash/sha512/cp/libsodium_la-hash_sha512.o crypto_onetimeauth/libsodium_la-crypto_onetimeauth.o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.o crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.o crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.o crypto_pwhash/scryptsalsa208sha256/sse/libsodium_la-pwhash_scryptsalsa208sha256_sse.o crypto_scalarmult/libsodium_la-crypto_scalarmult.o crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.o crypto_secretbox/libsodium_la-crypto_secretbox.o crypto_secretbox/libsodium_la-crypto_secretbox_easy.o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.o crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.o crypto_shorthash/libsodium_la-crypto_shorthash.o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.o crypto_sign/libsodium_la-crypto_sign.o crypto_sign/ed25519/libsodium_la-sign_ed25519_api.o crypto_sign/ed25519/ref10/libsodium_la-fe_0.o crypto_sign/ed25519/ref10/libsodium_la-fe_1.o crypto_sign/ed25519/ref10/libsodium_la-fe_add.o crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.o crypto_sign/ed25519/ref10/libsodium_la-fe_copy.o crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.o crypto_sign/ed25519/ref10/libsodium_la-fe_invert.o crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.o crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.o crypto_sign/ed25519/ref10/libsodium_la-fe_mul.o crypto_sign/ed25519/ref10/libsodium_la-fe_neg.o crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.o crypto_sign/ed25519/ref10/libsodium_la-fe_sq.o crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.o crypto_sign/ed25519/ref10/libsodium_la-fe_sub.o crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.o crypto_sign/ed25519/ref10/libsodium_la-ge_add.o crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.o crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.o crypto_sign/ed25519/ref10/libsodium_la-ge_madd.o crypto_sign/ed25519/ref10/libsodium_la-ge_msub.o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.o crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.o crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.o crypto_sign/ed25519/ref10/libsodium_la-ge_sub.o crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.o crypto_sign/ed25519/ref10/libsodium_la-keypair.o crypto_sign/ed25519/ref10/libsodium_la-open.o crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.o crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.o crypto_sign/ed25519/ref10/libsodium_la-sign.o crypto_stream/libsodium_la-crypto_stream.o crypto_stream/chacha20/libsodium_la-stream_chacha20_api.o crypto_stream/chacha20/ref/libsodium_la-stream_chacha20_ref.o crypto_stream/salsa20/libsodium_la-stream_salsa20_api.o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.o crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.o crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.o crypto_verify/16/libsodium_la-verify_16_api.o crypto_verify/16/ref/libsodium_la-verify_16.o crypto_verify/32/libsodium_la-verify_32_api.o crypto_verify/32/ref/libsodium_la-verify_32.o crypto_verify/64/libsodium_la-verify_64_api.o crypto_verify/64/ref/libsodium_la-verify_64.o randombytes/libsodium_la-randombytes.o sodium/libsodium_la-core.o sodium/libsodium_la-runtime.o sodium/libsodium_la-utils.o sodium/libsodium_la-version.o randombytes/salsa20/libsodium_la-randombytes_salsa20_random.o randombytes/sysrandom/libsodium_la-randombytes_sysrandom.o crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.o crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.o crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.o crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.o crypto_core/salsa2012/libsodium_la-core_salsa2012_api.o crypto_core/salsa208/ref/libsodium_la-core_salsa208.o crypto_core/salsa208/libsodium_la-core_salsa208_api.o crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.o crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.o crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.o crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.o crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.o crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.o crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.o crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.o crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.o crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.o crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.o crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.o crypto_stream/salsa208/libsodium_la-stream_salsa208_api.o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.o crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.o
libtool: link: ranlib .libs/libsodium.a
libtool: link: ( cd ".libs" && rm -f "libsodium.la" && ln -s "../libsodium.la" "libsodium.la" )
make[6]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/src/libsodium'
make[5]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/src/libsodium'
make[5]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/src'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/src'
make[4]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/src'
Making all in test
make[4]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/test'
Making all in default
make[5]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/test/default'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/test/default'
make[5]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium/test'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/test'
make[4]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium/test'
make[4]: Entering directory `/home/ubuntu/stellar-core/lib/libsodium'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium'
make[3]: Leaving directory `/home/ubuntu/stellar-core/lib/libsodium'
cd lib/xdrpp && make
make[3]: Entering directory `/home/ubuntu/stellar-core/lib/xdrpp'
/bin/bash ./../../ylwrap xdrc/parse.yy y.tab.c xdrc/parse.cc y.tab.h `echo xdrc/parse.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output xdrc/parse.output -- bison -y -d
updating xdrc/parse.hh
/bin/bash ./../../ylwrap xdrc/scan.ll lex.yy.c xdrc/scan.cc -- flex
cp ./config.h xdrpp/config.h
depbase=`echo xdrc/xdrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrc/xdrc.o -MD -MP -MF $depbase.Tpo -c -o xdrc/xdrc.o xdrc/xdrc.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrc/gen_hh.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrc/gen_hh.o -MD -MP -MF $depbase.Tpo -c -o xdrc/gen_hh.o xdrc/gen_hh.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrc/gen_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrc/gen_server.o -MD -MP -MF $depbase.Tpo -c -o xdrc/gen_server.o xdrc/gen_server.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrc/scan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrc/scan.o -MD -MP -MF $depbase.Tpo -c -o xdrc/scan.o xdrc/scan.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrc/parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrc/parse.o -MD -MP -MF $depbase.Tpo -c -o xdrc/parse.o xdrc/parse.cc &&\
mv -f $depbase.Tpo $depbase.Po
g++ -g -O2 -std=c++11 -Wall -pthread -o xdrc/xdrc xdrc/xdrc.o xdrc/gen_hh.o xdrc/gen_server.o xdrc/scan.o xdrc/parse.o
./xdrc/xdrc -hh -o xdrpp/rpc_msg.hh xdrpp/rpc_msg.x
./xdrc/xdrc -hh -o xdrpp/rpcb_prot.hh xdrpp/rpcb_prot.x
make all-am
make[4]: Entering directory `/home/ubuntu/stellar-core/lib/xdrpp'
depbase=`echo xdrpp/iniparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/iniparse.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/iniparse.o xdrpp/iniparse.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/marshal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/marshal.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/marshal.o xdrpp/marshal.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/msgsock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/msgsock.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/msgsock.o xdrpp/msgsock.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/printer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/printer.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/printer.o xdrpp/printer.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/pollset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/pollset.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/pollset.o xdrpp/pollset.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/rpcbind.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/rpcbind.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/rpcbind.o xdrpp/rpcbind.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/rpc_msg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/rpc_msg.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/rpc_msg.o xdrpp/rpc_msg.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/server.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/server.o xdrpp/server.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/socket.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/socket.o xdrpp/socket.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/socket_unix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/socket_unix.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/socket_unix.o xdrpp/socket_unix.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/srpc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/srpc.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/srpc.o xdrpp/srpc.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdrpp/arpc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -g -O2 -std=c++11 -Wall -pthread -MT xdrpp/arpc.o -MD -MP -MF $depbase.Tpo -c -o xdrpp/arpc.o xdrpp/arpc.cc &&\
mv -f $depbase.Tpo $depbase.Po
rm -f xdrpp/libxdrpp.a
ar cru xdrpp/libxdrpp.a xdrpp/iniparse.o xdrpp/marshal.o xdrpp/msgsock.o xdrpp/printer.o xdrpp/pollset.o xdrpp/rpcbind.o xdrpp/rpc_msg.o xdrpp/server.o xdrpp/socket.o xdrpp/socket_unix.o xdrpp/srpc.o xdrpp/arpc.o
ranlib xdrpp/libxdrpp.a
pandoc -s -w man ./doc/xdrc.1.md -o ./doc/xdrc.1
/bin/bash: pandoc: command not found
make[4]: [doc/xdrc.1] Error 127 (ignored)
make[4]: Leaving directory `/home/ubuntu/stellar-core/lib/xdrpp'
make[3]: Leaving directory `/home/ubuntu/stellar-core/lib/xdrpp'
make[2]: Leaving directory `/home/ubuntu/stellar-core'
Making all in src
make[2]: Entering directory `/home/ubuntu/stellar-core/src'
../lib/xdrpp/xdrc/xdrc -hh -o xdr/Stellar-SCP.h xdr/Stellar-SCP.x
../lib/xdrpp/xdrc/xdrc -hh -o xdr/Stellar-ledger-entries.h xdr/Stellar-ledger-entries.x
../lib/xdrpp/xdrc/xdrc -hh -o xdr/Stellar-ledger.h xdr/Stellar-ledger.x
../lib/xdrpp/xdrc/xdrc -hh -o xdr/Stellar-overlay.h xdr/Stellar-overlay.x
../lib/xdrpp/xdrc/xdrc -hh -o xdr/Stellar-transaction.h xdr/Stellar-transaction.x
../lib/xdrpp/xdrc/xdrc -hh -o xdr/Stellar-types.h xdr/Stellar-types.x
echo '#define STELLAR_CORE_VERSION "1b6487c"' > StellarCoreVersion.h
make all-am
make[3]: Entering directory `/home/ubuntu/stellar-core/src'
depbase=`echo bucket/Bucket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT bucket/Bucket.o -MD -MP -MF $depbase.Tpo -c -o bucket/Bucket.o bucket/Bucket.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bucket/BucketList.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT bucket/BucketList.o -MD -MP -MF $depbase.Tpo -c -o bucket/BucketList.o bucket/BucketList.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bucket/BucketManagerImpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT bucket/BucketManagerImpl.o -MD -MP -MF $depbase.Tpo -c -o bucket/BucketManagerImpl.o bucket/BucketManagerImpl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bucket/BucketTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT bucket/BucketTests.o -MD -MP -MF $depbase.Tpo -c -o bucket/BucketTests.o bucket/BucketTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
bucket/BucketTests.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____339()’:
bucket/BucketTests.cpp:367:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (auto k = 0; k < BucketList::kNumLevels; ++k)
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo bucket/FutureBucket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT bucket/FutureBucket.o -MD -MP -MF $depbase.Tpo -c -o bucket/FutureBucket.o bucket/FutureBucket.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo crypto/Base58.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT crypto/Base58.o -MD -MP -MF $depbase.Tpo -c -o crypto/Base58.o crypto/Base58.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo crypto/CryptoTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT crypto/CryptoTests.o -MD -MP -MF $depbase.Tpo -c -o crypto/CryptoTests.o crypto/CryptoTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
crypto/CryptoTests.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____328()’:
crypto/CryptoTests.cpp:371:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int p = 0; p < encoded.size(); p++)
^
crypto/CryptoTests.cpp:380:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (corrupted[p] == 'A' && p + 1 == encoded.size())
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo crypto/Hex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT crypto/Hex.o -MD -MP -MF $depbase.Tpo -c -o crypto/Hex.o crypto/Hex.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo crypto/Random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT crypto/Random.o -MD -MP -MF $depbase.Tpo -c -o crypto/Random.o crypto/Random.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo crypto/SHA.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT crypto/SHA.o -MD -MP -MF $depbase.Tpo -c -o crypto/SHA.o crypto/SHA.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo crypto/SecretKey.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT crypto/SecretKey.o -MD -MP -MF $depbase.Tpo -c -o crypto/SecretKey.o crypto/SecretKey.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo crypto/StrKey.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT crypto/StrKey.o -MD -MP -MF $depbase.Tpo -c -o crypto/StrKey.o crypto/StrKey.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo database/Database.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT database/Database.o -MD -MP -MF $depbase.Tpo -c -o database/Database.o database/Database.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo database/DatabaseTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT database/DatabaseTests.o -MD -MP -MF $depbase.Tpo -c -o database/DatabaseTests.o database/DatabaseTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo herder/Herder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT herder/Herder.o -MD -MP -MF $depbase.Tpo -c -o herder/Herder.o herder/Herder.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo herder/HerderImpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT herder/HerderImpl.o -MD -MP -MF $depbase.Tpo -c -o herder/HerderImpl.o herder/HerderImpl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo herder/HerderTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT herder/HerderTests.o -MD -MP -MF $depbase.Tpo -c -o herder/HerderTests.o herder/HerderTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo herder/LedgerCloseData.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT herder/LedgerCloseData.o -MD -MP -MF $depbase.Tpo -c -o herder/LedgerCloseData.o herder/LedgerCloseData.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo herder/PendingEnvelopes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT herder/PendingEnvelopes.o -MD -MP -MF $depbase.Tpo -c -o herder/PendingEnvelopes.o herder/PendingEnvelopes.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo herder/TxSetFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT herder/TxSetFrame.o -MD -MP -MF $depbase.Tpo -c -o herder/TxSetFrame.o herder/TxSetFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
herder/TxSetFrame.cpp: In member function ‘void stellar::TxSetFrame::surgePricingFilter(stellar::Application&)’:
herder/TxSetFrame.cpp:156:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (mTransactions.size() > max)
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo history/CatchupStateMachine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT history/CatchupStateMachine.o -MD -MP -MF $depbase.Tpo -c -o history/CatchupStateMachine.o history/CatchupStateMachine.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo history/FileTransferInfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT history/FileTransferInfo.o -MD -MP -MF $depbase.Tpo -c -o history/FileTransferInfo.o history/FileTransferInfo.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo history/HistoryArchive.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT history/HistoryArchive.o -MD -MP -MF $depbase.Tpo -c -o history/HistoryArchive.o history/HistoryArchive.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo history/HistoryManagerImpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT history/HistoryManagerImpl.o -MD -MP -MF $depbase.Tpo -c -o history/HistoryManagerImpl.o history/HistoryManagerImpl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo history/HistoryTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT history/HistoryTests.o -MD -MP -MF $depbase.Tpo -c -o history/HistoryTests.o history/HistoryTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo history/PublishStateMachine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT history/PublishStateMachine.o -MD -MP -MF $depbase.Tpo -c -o history/PublishStateMachine.o history/PublishStateMachine.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/AccountFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/AccountFrame.o -MD -MP -MF $depbase.Tpo -c -o ledger/AccountFrame.o ledger/AccountFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/EntryFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/EntryFrame.o -MD -MP -MF $depbase.Tpo -c -o ledger/EntryFrame.o ledger/EntryFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/LedgerDelta.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/LedgerDelta.o -MD -MP -MF $depbase.Tpo -c -o ledger/LedgerDelta.o ledger/LedgerDelta.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/LedgerHeaderFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/LedgerHeaderFrame.o -MD -MP -MF $depbase.Tpo -c -o ledger/LedgerHeaderFrame.o ledger/LedgerHeaderFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/LedgerHeaderTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/LedgerHeaderTests.o -MD -MP -MF $depbase.Tpo -c -o ledger/LedgerHeaderTests.o ledger/LedgerHeaderTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/LedgerManagerImpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/LedgerManagerImpl.o -MD -MP -MF $depbase.Tpo -c -o ledger/LedgerManagerImpl.o ledger/LedgerManagerImpl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
ledger/LedgerManagerImpl.cpp: In member function ‘void stellar::LedgerManagerImpl::historyCaughtup(const error_code&, stellar::HistoryManager::CatchupMode, const stellar::LedgerHeaderHistoryEntry&)’:
ledger/LedgerManagerImpl.cpp:475:14: warning: variable ‘applied’ set but not used [-Wunused-but-set-variable]
bool applied = false;
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo ledger/LedgerPerformanceTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/LedgerPerformanceTests.o -MD -MP -MF $depbase.Tpo -c -o ledger/LedgerPerformanceTests.o ledger/LedgerPerformanceTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/LedgerTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/LedgerTests.o -MD -MP -MF $depbase.Tpo -c -o ledger/LedgerTests.o ledger/LedgerTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/OfferFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/OfferFrame.o -MD -MP -MF $depbase.Tpo -c -o ledger/OfferFrame.o ledger/OfferFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ledger/TrustFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT ledger/TrustFrame.o -MD -MP -MF $depbase.Tpo -c -o ledger/TrustFrame.o ledger/TrustFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/Application.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/Application.o -MD -MP -MF $depbase.Tpo -c -o main/Application.o main/Application.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/ApplicationImpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/ApplicationImpl.o -MD -MP -MF $depbase.Tpo -c -o main/ApplicationImpl.o main/ApplicationImpl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/ApplicationTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/ApplicationTests.o -MD -MP -MF $depbase.Tpo -c -o main/ApplicationTests.o main/ApplicationTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/CommandHandler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/CommandHandler.o -MD -MP -MF $depbase.Tpo -c -o main/CommandHandler.o main/CommandHandler.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/Config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/Config.o -MD -MP -MF $depbase.Tpo -c -o main/Config.o main/Config.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/PersistentState.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/PersistentState.o -MD -MP -MF $depbase.Tpo -c -o main/PersistentState.o main/PersistentState.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/dumpxdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/dumpxdr.o -MD -MP -MF $depbase.Tpo -c -o main/dumpxdr.o main/dumpxdr.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/fuzz.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/fuzz.o -MD -MP -MF $depbase.Tpo -c -o main/fuzz.o main/fuzz.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/main.o -MD -MP -MF $depbase.Tpo -c -o main/main.o main/main.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main/test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT main/test.o -MD -MP -MF $depbase.Tpo -c -o main/test.o main/test.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/Floodgate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/Floodgate.o -MD -MP -MF $depbase.Tpo -c -o overlay/Floodgate.o overlay/Floodgate.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/ItemFetcher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/ItemFetcher.o -MD -MP -MF $depbase.Tpo -c -o overlay/ItemFetcher.o overlay/ItemFetcher.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/ItemFetcherTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/ItemFetcherTests.o -MD -MP -MF $depbase.Tpo -c -o overlay/ItemFetcherTests.o overlay/ItemFetcherTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/LoopbackPeer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/LoopbackPeer.o -MD -MP -MF $depbase.Tpo -c -o overlay/LoopbackPeer.o overlay/LoopbackPeer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/OverlayManagerImpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/OverlayManagerImpl.o -MD -MP -MF $depbase.Tpo -c -o overlay/OverlayManagerImpl.o overlay/OverlayManagerImpl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/OverlayManagerTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/OverlayManagerTests.o -MD -MP -MF $depbase.Tpo -c -o overlay/OverlayManagerTests.o overlay/OverlayManagerTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/OverlayTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/OverlayTests.o -MD -MP -MF $depbase.Tpo -c -o overlay/OverlayTests.o overlay/OverlayTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/Peer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/Peer.o -MD -MP -MF $depbase.Tpo -c -o overlay/Peer.o overlay/Peer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/PeerDoor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/PeerDoor.o -MD -MP -MF $depbase.Tpo -c -o overlay/PeerDoor.o overlay/PeerDoor.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/PeerRecord.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/PeerRecord.o -MD -MP -MF $depbase.Tpo -c -o overlay/PeerRecord.o overlay/PeerRecord.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/PeerRecordTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/PeerRecordTests.o -MD -MP -MF $depbase.Tpo -c -o overlay/PeerRecordTests.o overlay/PeerRecordTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/TCPPeer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/TCPPeer.o -MD -MP -MF $depbase.Tpo -c -o overlay/TCPPeer.o overlay/TCPPeer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo overlay/TCPPeerTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT overlay/TCPPeerTests.o -MD -MP -MF $depbase.Tpo -c -o overlay/TCPPeerTests.o overlay/TCPPeerTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo process/ProcessManagerImpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT process/ProcessManagerImpl.o -MD -MP -MF $depbase.Tpo -c -o process/ProcessManagerImpl.o process/ProcessManagerImpl.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo process/ProcessTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT process/ProcessTests.o -MD -MP -MF $depbase.Tpo -c -o process/ProcessTests.o process/ProcessTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scp/BallotProtocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/BallotProtocol.o -MD -MP -MF $depbase.Tpo -c -o scp/BallotProtocol.o scp/BallotProtocol.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scp/LocalNode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/LocalNode.o -MD -MP -MF $depbase.Tpo -c -o scp/LocalNode.o scp/LocalNode.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scp/NominationProtocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/NominationProtocol.o -MD -MP -MF $depbase.Tpo -c -o scp/NominationProtocol.o scp/NominationProtocol.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scp/SCP.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/SCP.o -MD -MP -MF $depbase.Tpo -c -o scp/SCP.o scp/SCP.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scp/SCPDriver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/SCPDriver.o -MD -MP -MF $depbase.Tpo -c -o scp/SCPDriver.o scp/SCPDriver.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scp/SCPTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/SCPTests.o -MD -MP -MF $depbase.Tpo -c -o scp/SCPTests.o scp/SCPTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
scp/SCPTests.cpp: In function ‘void stellar::____C_A_T_C_H____T_E_S_T____352()’:
scp/SCPTests.cpp:550:14: warning: variable ‘shouldswitch’ set but not used [-Wunused-but-set-variable]
bool shouldswitch = false;
^
scp/SCPTests.cpp:715:14: warning: variable ‘shouldswitch’ set but not used [-Wunused-but-set-variable]
bool shouldswitch = false;
^
scp/SCPTests.cpp:789:14: warning: variable ‘shouldswitch’ set but not used [-Wunused-but-set-variable]
bool shouldswitch = false;
^
scp/SCPTests.cpp:875:14: warning: variable ‘shouldswitch’ set but not used [-Wunused-but-set-variable]
bool shouldswitch = false;
^
scp/SCPTests.cpp:942:14: warning: variable ‘shouldswitch’ set but not used [-Wunused-but-set-variable]
bool shouldswitch = false;
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo scp/SCPUnitTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/SCPUnitTests.o -MD -MP -MF $depbase.Tpo -c -o scp/SCPUnitTests.o scp/SCPUnitTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scp/Slot.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT scp/Slot.o -MD -MP -MF $depbase.Tpo -c -o scp/Slot.o scp/Slot.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo simulation/CoreTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT simulation/CoreTests.o -MD -MP -MF $depbase.Tpo -c -o simulation/CoreTests.o simulation/CoreTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
simulation/CoreTests.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____46()’:
simulation/CoreTests.cpp:81:14: warning: variable ‘tBegin’ set but not used [-Wunused-but-set-variable]
auto tBegin = std::chrono::system_clock::now();
^
simulation/CoreTests.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____102()’:
simulation/CoreTests.cpp:116:14: warning: variable ‘tBegin’ set but not used [-Wunused-but-set-variable]
auto tBegin = std::chrono::system_clock::now();
^
simulation/CoreTests.cpp: In function ‘void hierarchicalTopo(int, int, stellar::Simulation::Mode)’:
simulation/CoreTests.cpp:138:10: warning: variable ‘tBegin’ set but not used [-Wunused-but-set-variable]
auto tBegin = std::chrono::system_clock::now();
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo simulation/LoadGenerator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT simulation/LoadGenerator.o -MD -MP -MF $depbase.Tpo -c -o simulation/LoadGenerator.o simulation/LoadGenerator.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo simulation/Simulation.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT simulation/Simulation.o -MD -MP -MF $depbase.Tpo -c -o simulation/Simulation.o simulation/Simulation.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo simulation/Topologies.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT simulation/Topologies.o -MD -MP -MF $depbase.Tpo -c -o simulation/Topologies.o simulation/Topologies.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/AllowTrustOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/AllowTrustOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/AllowTrustOpFrame.o transactions/AllowTrustOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/ChangeTrustOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/ChangeTrustOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/ChangeTrustOpFrame.o transactions/ChangeTrustOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/ChangeTrustTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/ChangeTrustTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/ChangeTrustTests.o transactions/ChangeTrustTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/CreateAccountOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/CreateAccountOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/CreateAccountOpFrame.o transactions/CreateAccountOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/CreatePassiveOfferOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/CreatePassiveOfferOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/CreatePassiveOfferOpFrame.o transactions/CreatePassiveOfferOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/InflationOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/InflationOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/InflationOpFrame.o transactions/InflationOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/InflationTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/InflationTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/InflationTests.o transactions/InflationTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
transactions/InflationTests.cpp: In function ‘std::vector<long int> simulateInflation(int, stellar::int64&, stellar::int64&, std::function<long int(int)>, std::function<int(int)>)’:
transactions/InflationTests.cpp:132:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < maxWinners && i < votesV.size(); i++)
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-unused-local-typedef"
cc1plus: warning: unrecognized command line option "-Wno-unused-command-line-argument"
depbase=`echo transactions/ManageOfferOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/ManageOfferOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/ManageOfferOpFrame.o transactions/ManageOfferOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/MergeOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/MergeOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/MergeOpFrame.o transactions/MergeOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/MergeTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/MergeTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/MergeTests.o transactions/MergeTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/OfferExchange.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/OfferExchange.o -MD -MP -MF $depbase.Tpo -c -o transactions/OfferExchange.o transactions/OfferExchange.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/OfferTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/OfferTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/OfferTests.o transactions/OfferTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/OperationFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/OperationFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/OperationFrame.o transactions/OperationFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/PathPaymentOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/PathPaymentOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/PathPaymentOpFrame.o transactions/PathPaymentOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/PaymentOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/PaymentOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/PaymentOpFrame.o transactions/PaymentOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/PaymentTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/PaymentTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/PaymentTests.o transactions/PaymentTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/SetOptionsOpFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/SetOptionsOpFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/SetOptionsOpFrame.o transactions/SetOptionsOpFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/SetOptionsTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/SetOptionsTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/SetOptionsTests.o transactions/SetOptionsTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/TransactionFrame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/TransactionFrame.o -MD -MP -MF $depbase.Tpo -c -o transactions/TransactionFrame.o transactions/TransactionFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/TxEnvelopeTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/TxEnvelopeTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/TxEnvelopeTests.o transactions/TxEnvelopeTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo transactions/TxTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT transactions/TxTests.o -MD -MP -MF $depbase.Tpo -c -o transactions/TxTests.o transactions/TxTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/Fs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/Fs.o -MD -MP -MF $depbase.Tpo -c -o util/Fs.o util/Fs.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/GlobalChecks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/GlobalChecks.o -MD -MP -MF $depbase.Tpo -c -o util/GlobalChecks.o util/GlobalChecks.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/HashOfHash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/HashOfHash.o -MD -MP -MF $depbase.Tpo -c -o util/HashOfHash.o util/HashOfHash.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/Logging.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/Logging.o -MD -MP -MF $depbase.Tpo -c -o util/Logging.o util/Logging.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/Math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/Math.o -MD -MP -MF $depbase.Tpo -c -o util/Math.o util/Math.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/Timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/Timer.o -MD -MP -MF $depbase.Tpo -c -o util/Timer.o util/Timer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/TimerTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/TimerTests.o -MD -MP -MF $depbase.Tpo -c -o util/TimerTests.o util/TimerTests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/TmpDir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/TmpDir.o -MD -MP -MF $depbase.Tpo -c -o util/TmpDir.o util/TmpDir.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/Uint128Tests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/Uint128Tests.o -MD -MP -MF $depbase.Tpo -c -o util/Uint128Tests.o util/Uint128Tests.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I.. -DASIO_SEPARATE_COMPILATION=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I".." -I"../src" -I"../src" -I/home/ubuntu/stellar-core/lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include -I../lib/libsodium/src/libsodium/include/sodium -I/home/ubuntu/stellar-core/lib/xdrpp -I/home/ubuntu/stellar-core/lib/xdrpp -I../lib/libmedida/src -I../lib/soci/src/core -I../lib/soci/src/backends/sqlite3 -I../lib/soci/src/backends/postgresql -I../lib/sqlite -I"../lib" -I"../lib/autocheck/include" -I"../lib/cereal/include" -I"../lib/asio/include" -I"../lib/util" -I"../lib/soci/src/core" -DUSE_POSTGRES=1 -I/usr/include/postgresql -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -MT util/types.o -MD -MP -MF $depbase.Tpo -c -o util/types.o util/types.cpp &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -o stellar-core bucket/Bucket.o bucket/BucketList.o bucket/BucketManagerImpl.o bucket/BucketTests.o bucket/FutureBucket.o crypto/Base58.o crypto/CryptoTests.o crypto/Hex.o crypto/Random.o crypto/SHA.o crypto/SecretKey.o crypto/StrKey.o database/Database.o database/DatabaseTests.o herder/Herder.o herder/HerderImpl.o herder/HerderTests.o herder/LedgerCloseData.o herder/PendingEnvelopes.o herder/TxSetFrame.o history/CatchupStateMachine.o history/FileTransferInfo.o history/HistoryArchive.o history/HistoryManagerImpl.o history/HistoryTests.o history/PublishStateMachine.o ledger/AccountFrame.o ledger/EntryFrame.o ledger/LedgerDelta.o ledger/LedgerHeaderFrame.o ledger/LedgerHeaderTests.o ledger/LedgerManagerImpl.o ledger/LedgerPerformanceTests.o ledger/LedgerTests.o ledger/OfferFrame.o ledger/TrustFrame.o main/Application.o main/ApplicationImpl.o main/ApplicationTests.o main/CommandHandler.o main/Config.o main/PersistentState.o main/dumpxdr.o main/fuzz.o main/main.o main/test.o overlay/Floodgate.o overlay/ItemFetcher.o overlay/ItemFetcherTests.o overlay/LoopbackPeer.o overlay/OverlayManagerImpl.o overlay/OverlayManagerTests.o overlay/OverlayTests.o overlay/Peer.o overlay/PeerDoor.o overlay/PeerRecord.o overlay/PeerRecordTests.o overlay/TCPPeer.o overlay/TCPPeerTests.o process/ProcessManagerImpl.o process/ProcessTests.o scp/BallotProtocol.o scp/LocalNode.o scp/NominationProtocol.o scp/SCP.o scp/SCPDriver.o scp/SCPTests.o scp/SCPUnitTests.o scp/Slot.o simulation/CoreTests.o simulation/LoadGenerator.o simulation/Simulation.o simulation/Topologies.o transactions/AllowTrustOpFrame.o transactions/ChangeTrustOpFrame.o transactions/ChangeTrustTests.o transactions/CreateAccountOpFrame.o transactions/CreatePassiveOfferOpFrame.o transactions/InflationOpFrame.o transactions/InflationTests.o transactions/ManageOfferOpFrame.o transactions/MergeOpFrame.o transactions/MergeTests.o transactions/OfferExchange.o transactions/OfferTests.o transactions/OperationFrame.o transactions/PathPaymentOpFrame.o transactions/PaymentOpFrame.o transactions/PaymentTests.o transactions/SetOptionsOpFrame.o transactions/SetOptionsTests.o transactions/TransactionFrame.o transactions/TxEnvelopeTests.o transactions/TxTests.o util/Fs.o util/GlobalChecks.o util/HashOfHash.o util/Logging.o util/Math.o util/Timer.o util/TimerTests.o util/TmpDir.o util/Uint128Tests.o util/types.o -L../lib -lsoci -lmedida -l3rdparty -lpq -L/home/ubuntu/stellar-core/lib/xdrpp/xdrpp -lxdrpp -L/home/ubuntu/stellar-core/lib/libsodium/src/libsodium -lsodium
libtool: link: g++ -g -O2 -std=c++11 -pthread -Wall -Wno-unused-command-line-argument -Wno-unused-local-typedef -Werror=unused-result -o stellar-core bucket/Bucket.o bucket/BucketList.o bucket/BucketManagerImpl.o bucket/BucketTests.o bucket/FutureBucket.o crypto/Base58.o crypto/CryptoTests.o crypto/Hex.o crypto/Random.o crypto/SHA.o crypto/SecretKey.o crypto/StrKey.o database/Database.o database/DatabaseTests.o herder/Herder.o herder/HerderImpl.o herder/HerderTests.o herder/LedgerCloseData.o herder/PendingEnvelopes.o herder/TxSetFrame.o history/CatchupStateMachine.o history/FileTransferInfo.o history/HistoryArchive.o history/HistoryManagerImpl.o history/HistoryTests.o history/PublishStateMachine.o ledger/AccountFrame.o ledger/EntryFrame.o ledger/LedgerDelta.o ledger/LedgerHeaderFrame.o ledger/LedgerHeaderTests.o ledger/LedgerManagerImpl.o ledger/LedgerPerformanceTests.o ledger/LedgerTests.o ledger/OfferFrame.o ledger/TrustFrame.o main/Application.o main/ApplicationImpl.o main/ApplicationTests.o main/CommandHandler.o main/Config.o main/PersistentState.o main/dumpxdr.o main/fuzz.o main/main.o main/test.o overlay/Floodgate.o overlay/ItemFetcher.o overlay/ItemFetcherTests.o overlay/LoopbackPeer.o overlay/OverlayManagerImpl.o overlay/OverlayManagerTests.o overlay/OverlayTests.o overlay/Peer.o overlay/PeerDoor.o overlay/PeerRecord.o overlay/PeerRecordTests.o overlay/TCPPeer.o overlay/TCPPeerTests.o process/ProcessManagerImpl.o process/ProcessTests.o scp/BallotProtocol.o scp/LocalNode.o scp/NominationProtocol.o scp/SCP.o scp/SCPDriver.o scp/SCPTests.o scp/SCPUnitTests.o scp/Slot.o simulation/CoreTests.o simulation/LoadGenerator.o simulation/Simulation.o simulation/Topologies.o transactions/AllowTrustOpFrame.o transactions/ChangeTrustOpFrame.o transactions/ChangeTrustTests.o transactions/CreateAccountOpFrame.o transactions/CreatePassiveOfferOpFrame.o transactions/InflationOpFrame.o transactions/InflationTests.o transactions/ManageOfferOpFrame.o transactions/MergeOpFrame.o transactions/MergeTests.o transactions/OfferExchange.o transactions/OfferTests.o transactions/OperationFrame.o transactions/PathPaymentOpFrame.o transactions/PaymentOpFrame.o transactions/PaymentTests.o transactions/SetOptionsOpFrame.o transactions/SetOptionsTests.o transactions/TransactionFrame.o transactions/TxEnvelopeTests.o transactions/TxTests.o util/Fs.o util/GlobalChecks.o util/HashOfHash.o util/Logging.o util/Math.o util/Timer.o util/TimerTests.o util/TmpDir.o util/Uint128Tests.o util/types.o -L../lib -lsoci -lmedida -l3rdparty -lpq -L/home/ubuntu/stellar-core/lib/xdrpp/xdrpp -lxdrpp -L/home/ubuntu/stellar-core/lib/libsodium/src/libsodium /home/ubuntu/stellar-core/lib/libsodium/src/libsodium/.libs/libsodium.a -pthread
make[3]: Leaving directory `/home/ubuntu/stellar-core/src'
make[2]: Leaving directory `/home/ubuntu/stellar-core/src'
make[1]: Leaving directory `/home/ubuntu/stellar-core'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment