cd /root/diagnose-tools/deps//elfutils; autoreconf -ivf; ./configure CFLAGS="-g -O2" --disable-debuginfod --enable-maintainer-mode --prefix=/root/diagnose-tools/deps//; make install autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.' configure: No --program-prefix given, using "eu-" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for ar... ar checking the archiver (ar) interface... ar checking for readelf... readelf checking for nm... nm checking for gcc with GNU99 support... yes checking whether gcc supports __attribute__((visibility()))... yes checking whether gcc supports __attribute__((gcc_struct))... yes checking whether gcc supports -fPIC... yes checking whether gcc supports -fPIE... yes checking whether gcc supports -Wl,-z,defs... yes checking whether the compiler generates build-ids... yes checking whether gcc supports -Wl,-z,relro... yes checking for __thread support... yes checking whether gcc provides stdatomic.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether fts.h is bad when included (with LFS)... no checking whether to add -D_FORTIFY_SOURCE=2 to CFLAGS... yes checking for library containing gzdirect... -lz checking for library containing BZ2_bzdopen... no checking for library containing lzma_auto_decoder... -llzma checking whether memrchr is declared... yes checking whether rawmemchr is declared... yes checking whether powerof2 is declared... yes checking whether mempcpy is declared... yes checking for process_vm_readv... yes checking for __cxa_demangle in -lstdc++... yes checking whether symbol versioning is supported... yes checking whether gcc accepts -Wstack-usage... yes checking whether gcc has a sane -Wlogical-op... yes checking whether gcc accepts -Wduplicated-cond... yes checking whether gcc accepts -Wnull-dereference... yes checking whether gcc accepts -Wimplicit-fallthrough... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of long... 8 checking for struct user_regs_struct... yes checking gcc option for 32-bit word size... -m32 checking for 64-bit host... yes checking whether gcc -m32 makes executables we can run... no configure: WARNING: not running biarch tests, gcc -m32 does not work checking for flex... yes checking for bison... yes checking for gawk... yes checking for bunzip2... yes 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 whether g++ supports C++11 features by default... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating config/Makefile config.status: creating Makefile config.status: creating m4/Makefile config.status: creating elfutils.spec config.status: creating debuginfod/Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating libelf/Makefile config.status: creating libebl/Makefile config.status: creating libdwelf/Makefile config.status: creating libdw/Makefile config.status: creating libdwfl/Makefile config.status: creating libcpu/Makefile config.status: creating libasm/Makefile config.status: creating backends/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating config/libelf.pc config.status: creating config/libdw.pc config.status: creating config/libdebuginfod.pc config.status: creating version.h config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: ===================================================================== elfutils: 0.178 (eu_version: 178) ===================================================================== Prefix : /root/diagnose-tools/deps Program prefix ("eu-" recommended) : eu- Source code location : . Maintainer mode : yes build arch : x86_64-pc-linux-gnu RECOMMENDED FEATURES (should all be yes) gzip support : yes bzip2 support : no lzma/xz support : yes libstdc++ demangle support : yes File textrel check : yes Symbol versioning : yes NOT RECOMMENDED FEATURES (should all be no) Experimental thread safety : no install elf.h : no OTHER FEATURES Deterministic archives by default : false Native language support : yes Extra Valgrind annotations : no Debuginfod client/server support : no EXTRA TEST FEATURES (used with make check) have bunzip2 installed (required) : yes debug branch prediction : no gprof support : no gcov support : no run all tests under valgrind : no gcc undefined behaviour sanitizer : no use rpath in tests : no test biarch : no make[1]: Entering directory '/root/diagnose-tools/deps/elfutils' Making install in config make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib/pkgconfig' /usr/bin/install -c -m 644 libelf.pc libdw.pc libdebuginfod.pc '/root/diagnose-tools/deps/lib/pkgconfig' Making install in m4 make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in lib make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libelf /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib' /usr/bin/install -c -m 644 libelf.a '/root/diagnose-tools/deps/lib' ( cd '/root/diagnose-tools/deps/lib' && ranlib libelf.a ) /usr/bin/mkdir -p '/root/diagnose-tools/deps/include' /usr/bin/install -c -m 644 libelf.h gelf.h nlist.h '/root/diagnose-tools/deps/include' /usr/bin/mkdir -p '/root/diagnose-tools/deps/include/elfutils' /usr/bin/install -c -m 644 elf-knowledge.h '/root/diagnose-tools/deps/include/elfutils' /bin/sh /root/diagnose-tools/deps/elfutils/config/install-sh -d /root/diagnose-tools/deps/lib /usr/bin/install -c libelf.so /root/diagnose-tools/deps/lib/libelf-0.178.so ln -fs libelf-0.178.so /root/diagnose-tools/deps/lib/libelf.so.1 ln -fs libelf.so.1 /root/diagnose-tools/deps/lib/libelf.so Making install in libcpu make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in backends make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libebl make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libdwelf make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/include/elfutils' /usr/bin/install -c -m 644 libdwelf.h '/root/diagnose-tools/deps/include/elfutils' Making install in libdwfl make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/include/elfutils' /usr/bin/install -c -m 644 libdwfl.h '/root/diagnose-tools/deps/include/elfutils' Making install in libdw /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib' /usr/bin/install -c -m 644 libdw.a '/root/diagnose-tools/deps/lib' ( cd '/root/diagnose-tools/deps/lib' && ranlib libdw.a ) /usr/bin/mkdir -p '/root/diagnose-tools/deps/include' /usr/bin/install -c -m 644 dwarf.h '/root/diagnose-tools/deps/include' /usr/bin/mkdir -p '/root/diagnose-tools/deps/include/elfutils' /usr/bin/install -c -m 644 libdw.h known-dwarf.h '/root/diagnose-tools/deps/include/elfutils' /bin/sh /root/diagnose-tools/deps/elfutils/config/install-sh -d /root/diagnose-tools/deps/lib /usr/bin/install -c libdw.so /root/diagnose-tools/deps/lib/libdw-0.178.so ln -fs libdw-0.178.so /root/diagnose-tools/deps/lib/libdw.so.1 ln -fs libdw.so.1 /root/diagnose-tools/deps/lib/libdw.so Making install in libasm /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib' /usr/bin/install -c -m 644 libasm.a '/root/diagnose-tools/deps/lib' ( cd '/root/diagnose-tools/deps/lib' && ranlib libasm.a ) /usr/bin/mkdir -p '/root/diagnose-tools/deps/include/elfutils' /usr/bin/install -c -m 644 libasm.h '/root/diagnose-tools/deps/include/elfutils' /bin/sh /root/diagnose-tools/deps/elfutils/config/install-sh -d /root/diagnose-tools/deps/lib /usr/bin/install -c libasm.so /root/diagnose-tools/deps/lib/libasm-0.178.so ln -fs libasm-0.178.so /root/diagnose-tools/deps/lib/libasm.so.1 ln -fs libasm.so.1 /root/diagnose-tools/deps/lib/libasm.so Making install in src /usr/bin/mkdir -p '/root/diagnose-tools/deps/bin' /usr/bin/install -c readelf '/root/diagnose-tools/deps/bin/./eu-readelf' /usr/bin/install -c nm '/root/diagnose-tools/deps/bin/./eu-nm' /usr/bin/install -c size '/root/diagnose-tools/deps/bin/./eu-size' /usr/bin/install -c strip '/root/diagnose-tools/deps/bin/./eu-strip' /usr/bin/install -c elflint '/root/diagnose-tools/deps/bin/./eu-elflint' /usr/bin/install -c findtextrel '/root/diagnose-tools/deps/bin/./eu-findtextrel' /usr/bin/install -c addr2line '/root/diagnose-tools/deps/bin/./eu-addr2line' /usr/bin/install -c elfcmp '/root/diagnose-tools/deps/bin/./eu-elfcmp' /usr/bin/install -c objdump '/root/diagnose-tools/deps/bin/./eu-objdump' /usr/bin/install -c ranlib '/root/diagnose-tools/deps/bin/./eu-ranlib' /usr/bin/install -c strings '/root/diagnose-tools/deps/bin/./eu-strings' /usr/bin/install -c ar '/root/diagnose-tools/deps/bin/./eu-ar' /usr/bin/install -c unstrip '/root/diagnose-tools/deps/bin/./eu-unstrip' /usr/bin/install -c stack '/root/diagnose-tools/deps/bin/./eu-stack' /usr/bin/install -c elfcompress '/root/diagnose-tools/deps/bin/./eu-elfcompress' /usr/bin/install -c elfclassify '/root/diagnose-tools/deps/bin/./eu-elfclassify' /usr/bin/mkdir -p '/root/diagnose-tools/deps/bin' /usr/bin/install -c make-debug-archive '/root/diagnose-tools/deps/bin/./eu-make-debug-archive' make[3]: Nothing to be done for 'install-data-am'. Making install in po installing de.gmo as /root/diagnose-tools/deps/share/locale/de/LC_MESSAGES/elfutils.mo installing es.gmo as /root/diagnose-tools/deps/share/locale/es/LC_MESSAGES/elfutils.mo installing ja.gmo as /root/diagnose-tools/deps/share/locale/ja/LC_MESSAGES/elfutils.mo installing pl.gmo as /root/diagnose-tools/deps/share/locale/pl/LC_MESSAGES/elfutils.mo installing uk.gmo as /root/diagnose-tools/deps/share/locale/uk/LC_MESSAGES/elfutils.mo installing en@quot.gmo as /root/diagnose-tools/deps/share/locale/en@quot/LC_MESSAGES/elfutils.mo installing en@boldquot.gmo as /root/diagnose-tools/deps/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo if test "elfutils" = "gettext-tools"; then \ /usr/bin/mkdir -p /root/diagnose-tools/deps/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /root/diagnose-tools/deps/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /root/diagnose-tools/deps/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in doc make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/man/man1' /usr/bin/install -c -m 644 'readelf.1' '/root/diagnose-tools/deps/share/man/man1/eu-readelf.1' /usr/bin/install -c -m 644 'elfclassify.1' '/root/diagnose-tools/deps/share/man/man1/eu-elfclassify.1' /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/man/man3' /usr/bin/install -c -m 644 elf_update.3 elf_getdata.3 elf_clone.3 elf_begin.3 '/root/diagnose-tools/deps/share/man/man3' Making install in tests make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/include/elfutils' /usr/bin/install -c -m 644 version.h '/root/diagnose-tools/deps/include/elfutils' make[1]: Leaving directory '/root/diagnose-tools/deps/elfutils' cd /root/diagnose-tools/deps//libunwind; ./autogen.sh; ./configure CFLAGS="-g -O2" --prefix=/root/diagnose-tools/deps//; make install autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:16: installing 'config/compile' configure.ac:11: installing 'config/missing' src/Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory `.' checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 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 whether make sets $(MAKE)... (cached) yes checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : 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 whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... 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 dependency style of gcc... gcc3 checking for __uc_get_grs in -luca... no checking for library containing dlopen... -ldl checking atomic_ops.h usability... no checking atomic_ops.h presence... no checking for atomic_ops.h... no checking for ANSI C header files... (cached) yes checking asm/ptrace_offsets.h usability... no checking asm/ptrace_offsets.h presence... no checking for asm/ptrace_offsets.h... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking ia64intrin.h usability... no checking ia64intrin.h presence... no checking for ia64intrin.h... no checking sys/uc_access.h usability... no checking sys/uc_access.h presence... no checking for sys/uc_access.h... no checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sys/types.h... (cached) yes checking sys/procfs.h usability... yes checking sys/procfs.h presence... yes checking for sys/procfs.h... yes checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking sys/elf.h usability... no checking sys/elf.h presence... no checking for sys/elf.h... no checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking sys/link.h usability... no checking sys/link.h presence... no checking for sys/link.h... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking size of off_t... 8 checking for struct dl_phdr_info.dlpi_subs... yes checking for struct elf_prstatus... yes checking for struct prstatus... no checking whether PTRACE_POKEUSER is declared... yes checking whether PTRACE_POKEDATA is declared... yes checking whether PTRACE_SETREGSET is declared... yes checking whether PTRACE_TRACEME is declared... yes checking whether PTRACE_CONT is declared... yes checking whether PTRACE_SINGLESTEP is declared... yes checking whether PTRACE_SYSCALL is declared... yes checking whether PT_IO is declared... no checking whether PT_GETREGS is declared... yes checking whether PT_GETFPREGS is declared... yes checking whether PT_CONTINUE is declared... yes checking whether PT_TRACE_ME is declared... yes checking whether PT_STEP is declared... yes checking whether PT_SYSCALL is declared... yes checking for dl_iterate_phdr... yes checking for dl_phdr_removals_counter... no checking for dlmodinfo... no checking for getunwind... no checking for ttrace... no checking for mincore... yes checking for pipe2... yes checking if building with AltiVec... no checking for Android... no checking if we should build libunwind-coredump... yes checking for sys/ptrace.h... (cached) yes checking if we should build libunwind-ptrace... yes checking if we should build libunwind-setjmp... yes checking for build architecture... x86_64 checking for host architecture... x86_64 checking for target architecture... x86_64 checking for target operating system... linux-gnu checking for ELF helper width... 64 checking whether to include DWARF support... yes checking whether to restrict build to remote support... no checking whether to enable debug support... checking whether to enable C++ exception support... no checking whether to load .debug_frame sections... no checking whether to block signals during mutex ops... yes checking whether to validate memory addresses before use... yes checking whether to enable msabi support... checking whether to support LZMA-compressed symbol tables... auto checking for lzma_mf_is_supported in -llzma... yes checking whether to support ZLIB-compressed symbol tables... auto checking for uncompress in -lz... yes checking whether to support UNW_CACHE_PER_THREAD... checking for Intel compiler... no checking if building on Solaris then define __EXTENSIONS__ macro... yes checking for QCC compiler... no checking for __builtin___clear_cache... yes checking for __builtin_unreachable... yes checking for __sync atomics... yes checking for library containing backtrace... none required checking for latex2man... no configure: WARNING: latex2man not found. Install latex2man. Disabling docs. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/check-namespace.sh config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/libunwind-common.h config.status: creating include/libunwind.h config.status: creating include/tdep/libunwind_i.h config.status: creating src/unwind/libunwind.pc config.status: creating src/coredump/libunwind-coredump.pc config.status: creating src/ptrace/libunwind-ptrace.pc config.status: creating src/setjmp/libunwind-setjmp.pc config.status: creating src/libunwind-generic.pc config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 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 whether make sets $(MAKE)... (cached) yes checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : 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 whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... 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 dependency style of gcc... gcc3 checking for __uc_get_grs in -luca... no checking for library containing dlopen... -ldl checking atomic_ops.h usability... no checking atomic_ops.h presence... no checking for atomic_ops.h... no checking for ANSI C header files... (cached) yes checking asm/ptrace_offsets.h usability... no checking asm/ptrace_offsets.h presence... no checking for asm/ptrace_offsets.h... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking ia64intrin.h usability... no checking ia64intrin.h presence... no checking for ia64intrin.h... no checking sys/uc_access.h usability... no checking sys/uc_access.h presence... no checking for sys/uc_access.h... no checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sys/types.h... (cached) yes checking sys/procfs.h usability... yes checking sys/procfs.h presence... yes checking for sys/procfs.h... yes checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking sys/elf.h usability... no checking sys/elf.h presence... no checking for sys/elf.h... no checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking sys/link.h usability... no checking sys/link.h presence... no checking for sys/link.h... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking size of off_t... 8 checking for struct dl_phdr_info.dlpi_subs... yes checking for struct elf_prstatus... yes checking for struct prstatus... no checking whether PTRACE_POKEUSER is declared... yes checking whether PTRACE_POKEDATA is declared... yes checking whether PTRACE_SETREGSET is declared... yes checking whether PTRACE_TRACEME is declared... yes checking whether PTRACE_CONT is declared... yes checking whether PTRACE_SINGLESTEP is declared... yes checking whether PTRACE_SYSCALL is declared... yes checking whether PT_IO is declared... no checking whether PT_GETREGS is declared... yes checking whether PT_GETFPREGS is declared... yes checking whether PT_CONTINUE is declared... yes checking whether PT_TRACE_ME is declared... yes checking whether PT_STEP is declared... yes checking whether PT_SYSCALL is declared... yes checking for dl_iterate_phdr... yes checking for dl_phdr_removals_counter... no checking for dlmodinfo... no checking for getunwind... no checking for ttrace... no checking for mincore... yes checking for pipe2... yes checking if building with AltiVec... no checking for Android... no checking if we should build libunwind-coredump... yes checking for sys/ptrace.h... (cached) yes checking if we should build libunwind-ptrace... yes checking if we should build libunwind-setjmp... yes checking for build architecture... x86_64 checking for host architecture... x86_64 checking for target architecture... x86_64 checking for target operating system... linux-gnu checking for ELF helper width... 64 checking whether to include DWARF support... yes checking whether to restrict build to remote support... no checking whether to enable debug support... checking whether to enable C++ exception support... no checking whether to load .debug_frame sections... no checking whether to block signals during mutex ops... yes checking whether to validate memory addresses before use... yes checking whether to enable msabi support... checking whether to support LZMA-compressed symbol tables... auto checking for lzma_mf_is_supported in -llzma... yes checking whether to support ZLIB-compressed symbol tables... auto checking for uncompress in -lz... yes checking whether to support UNW_CACHE_PER_THREAD... checking for Intel compiler... no checking if building on Solaris then define __EXTENSIONS__ macro... yes checking for QCC compiler... no checking for __builtin___clear_cache... yes checking for __builtin_unreachable... yes checking for __sync atomics... yes checking for library containing backtrace... none required checking for latex2man... no configure: WARNING: latex2man not found. Install latex2man. Disabling docs. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/check-namespace.sh config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/libunwind-common.h config.status: creating include/libunwind.h config.status: creating include/tdep/libunwind_i.h config.status: creating src/unwind/libunwind.pc config.status: creating src/coredump/libunwind-coredump.pc config.status: creating src/ptrace/libunwind-ptrace.pc config.status: creating src/setjmp/libunwind-setjmp.pc config.status: creating src/libunwind-generic.pc config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory '/root/diagnose-tools/deps/libunwind' Making install in src make[2]: Entering directory '/root/diagnose-tools/deps/libunwind/src' make install-am make[3]: Entering directory '/root/diagnose-tools/deps/libunwind/src' depbase=`echo os-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT os-linux.lo -MD -MP -MF $depbase.Tpo -c -o os-linux.lo os-linux.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT os-linux.lo -MD -MP -MF .deps/os-linux.Tpo -c os-linux.c -fPIC -DPIC -o .libs/os-linux.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT os-linux.lo -MD -MP -MF .deps/os-linux.Tpo -c os-linux.c -o os-linux.o >/dev/null 2>&1 depbase=`echo mi/init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF $depbase.Tpo -c -o mi/init.lo mi/init.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -fPIC -DPIC -o mi/.libs/init.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -o mi/init.o >/dev/null 2>&1 depbase=`echo mi/flush_cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF $depbase.Tpo -c -o mi/flush_cache.lo mi/flush_cache.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c mi/flush_cache.c -fPIC -DPIC -o mi/.libs/flush_cache.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c mi/flush_cache.c -o mi/flush_cache.o >/dev/null 2>&1 depbase=`echo mi/mempool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF $depbase.Tpo -c -o mi/mempool.lo mi/mempool.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -fPIC -DPIC -o mi/.libs/mempool.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -o mi/mempool.o >/dev/null 2>&1 depbase=`echo mi/strerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF $depbase.Tpo -c -o mi/strerror.lo mi/strerror.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/strerror.c -fPIC -DPIC -o mi/.libs/strerror.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/strerror.c -o mi/strerror.o >/dev/null 2>&1 depbase=`echo x86_64/is_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/is_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/is_fpreg.lo x86_64/is_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/is_fpreg.lo -MD -MP -MF x86_64/.deps/is_fpreg.Tpo -c x86_64/is_fpreg.c -fPIC -DPIC -o x86_64/.libs/is_fpreg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/is_fpreg.lo -MD -MP -MF x86_64/.deps/is_fpreg.Tpo -c x86_64/is_fpreg.c -o x86_64/is_fpreg.o >/dev/null 2>&1 depbase=`echo x86_64/regname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/regname.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/regname.lo x86_64/regname.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/regname.lo -MD -MP -MF x86_64/.deps/regname.Tpo -c x86_64/regname.c -fPIC -DPIC -o x86_64/.libs/regname.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/regname.lo -MD -MP -MF x86_64/.deps/regname.Tpo -c x86_64/regname.c -o x86_64/regname.o >/dev/null 2>&1 depbase=`echo x86_64/Los-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Los-linux.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Los-linux.lo x86_64/Los-linux.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Los-linux.lo -MD -MP -MF x86_64/.deps/Los-linux.Tpo -c x86_64/Los-linux.c -fPIC -DPIC -o x86_64/.libs/Los-linux.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Los-linux.lo -MD -MP -MF x86_64/.deps/Los-linux.Tpo -c x86_64/Los-linux.c -o x86_64/Los-linux.o >/dev/null 2>&1 depbase=`echo mi/backtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/backtrace.lo -MD -MP -MF $depbase.Tpo -c -o mi/backtrace.lo mi/backtrace.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/backtrace.lo -MD -MP -MF mi/.deps/backtrace.Tpo -c mi/backtrace.c -fPIC -DPIC -o mi/.libs/backtrace.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/backtrace.lo -MD -MP -MF mi/.deps/backtrace.Tpo -c mi/backtrace.c -o mi/backtrace.o >/dev/null 2>&1 depbase=`echo mi/dyn-cancel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-cancel.lo -MD -MP -MF $depbase.Tpo -c -o mi/dyn-cancel.lo mi/dyn-cancel.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-cancel.lo -MD -MP -MF mi/.deps/dyn-cancel.Tpo -c mi/dyn-cancel.c -fPIC -DPIC -o mi/.libs/dyn-cancel.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-cancel.lo -MD -MP -MF mi/.deps/dyn-cancel.Tpo -c mi/dyn-cancel.c -o mi/dyn-cancel.o >/dev/null 2>&1 depbase=`echo mi/dyn-info-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-info-list.lo -MD -MP -MF $depbase.Tpo -c -o mi/dyn-info-list.lo mi/dyn-info-list.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-info-list.lo -MD -MP -MF mi/.deps/dyn-info-list.Tpo -c mi/dyn-info-list.c -fPIC -DPIC -o mi/.libs/dyn-info-list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-info-list.lo -MD -MP -MF mi/.deps/dyn-info-list.Tpo -c mi/dyn-info-list.c -o mi/dyn-info-list.o >/dev/null 2>&1 depbase=`echo mi/dyn-register.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-register.lo -MD -MP -MF $depbase.Tpo -c -o mi/dyn-register.lo mi/dyn-register.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-register.lo -MD -MP -MF mi/.deps/dyn-register.Tpo -c mi/dyn-register.c -fPIC -DPIC -o mi/.libs/dyn-register.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/dyn-register.lo -MD -MP -MF mi/.deps/dyn-register.Tpo -c mi/dyn-register.c -o mi/dyn-register.o >/dev/null 2>&1 depbase=`echo mi/Ldyn-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldyn-extract.lo -MD -MP -MF $depbase.Tpo -c -o mi/Ldyn-extract.lo mi/Ldyn-extract.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldyn-extract.lo -MD -MP -MF mi/.deps/Ldyn-extract.Tpo -c mi/Ldyn-extract.c -fPIC -DPIC -o mi/.libs/Ldyn-extract.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldyn-extract.lo -MD -MP -MF mi/.deps/Ldyn-extract.Tpo -c mi/Ldyn-extract.c -o mi/Ldyn-extract.o >/dev/null 2>&1 depbase=`echo mi/Lfind_dynamic_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lfind_dynamic_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lfind_dynamic_proc_info.lo mi/Lfind_dynamic_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Lfind_dynamic_proc_info.Tpo -c mi/Lfind_dynamic_proc_info.c -fPIC -DPIC -o mi/.libs/Lfind_dynamic_proc_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Lfind_dynamic_proc_info.Tpo -c mi/Lfind_dynamic_proc_info.c -o mi/Lfind_dynamic_proc_info.o >/dev/null 2>&1 depbase=`echo mi/Lget_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_accessors.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_accessors.lo mi/Lget_accessors.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_accessors.lo -MD -MP -MF mi/.deps/Lget_accessors.Tpo -c mi/Lget_accessors.c -fPIC -DPIC -o mi/.libs/Lget_accessors.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_accessors.lo -MD -MP -MF mi/.deps/Lget_accessors.Tpo -c mi/Lget_accessors.c -o mi/Lget_accessors.o >/dev/null 2>&1 depbase=`echo mi/Lget_proc_info_by_ip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_info_by_ip.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_proc_info_by_ip.lo mi/Lget_proc_info_by_ip.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Lget_proc_info_by_ip.Tpo -c mi/Lget_proc_info_by_ip.c -fPIC -DPIC -o mi/.libs/Lget_proc_info_by_ip.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Lget_proc_info_by_ip.Tpo -c mi/Lget_proc_info_by_ip.c -o mi/Lget_proc_info_by_ip.o >/dev/null 2>&1 depbase=`echo mi/Lget_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_name.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_proc_name.lo mi/Lget_proc_name.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_name.lo -MD -MP -MF mi/.deps/Lget_proc_name.Tpo -c mi/Lget_proc_name.c -fPIC -DPIC -o mi/.libs/Lget_proc_name.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_proc_name.lo -MD -MP -MF mi/.deps/Lget_proc_name.Tpo -c mi/Lget_proc_name.c -o mi/Lget_proc_name.o >/dev/null 2>&1 depbase=`echo mi/Lput_dynamic_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lput_dynamic_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lput_dynamic_unwind_info.lo mi/Lput_dynamic_unwind_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Lput_dynamic_unwind_info.Tpo -c mi/Lput_dynamic_unwind_info.c -fPIC -DPIC -o mi/.libs/Lput_dynamic_unwind_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Lput_dynamic_unwind_info.Tpo -c mi/Lput_dynamic_unwind_info.c -o mi/Lput_dynamic_unwind_info.o >/dev/null 2>&1 depbase=`echo mi/Ldestroy_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldestroy_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o mi/Ldestroy_addr_space.lo mi/Ldestroy_addr_space.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldestroy_addr_space.lo -MD -MP -MF mi/.deps/Ldestroy_addr_space.Tpo -c mi/Ldestroy_addr_space.c -fPIC -DPIC -o mi/.libs/Ldestroy_addr_space.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Ldestroy_addr_space.lo -MD -MP -MF mi/.deps/Ldestroy_addr_space.Tpo -c mi/Ldestroy_addr_space.c -o mi/Ldestroy_addr_space.o >/dev/null 2>&1 depbase=`echo mi/Lget_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_reg.lo mi/Lget_reg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_reg.lo -MD -MP -MF mi/.deps/Lget_reg.Tpo -c mi/Lget_reg.c -fPIC -DPIC -o mi/.libs/Lget_reg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_reg.lo -MD -MP -MF mi/.deps/Lget_reg.Tpo -c mi/Lget_reg.c -o mi/Lget_reg.o >/dev/null 2>&1 depbase=`echo mi/Lset_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_reg.lo mi/Lset_reg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_reg.lo -MD -MP -MF mi/.deps/Lset_reg.Tpo -c mi/Lset_reg.c -fPIC -DPIC -o mi/.libs/Lset_reg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_reg.lo -MD -MP -MF mi/.deps/Lset_reg.Tpo -c mi/Lset_reg.c -o mi/Lset_reg.o >/dev/null 2>&1 depbase=`echo mi/Lget_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lget_fpreg.lo mi/Lget_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_fpreg.lo -MD -MP -MF mi/.deps/Lget_fpreg.Tpo -c mi/Lget_fpreg.c -fPIC -DPIC -o mi/.libs/Lget_fpreg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lget_fpreg.lo -MD -MP -MF mi/.deps/Lget_fpreg.Tpo -c mi/Lget_fpreg.c -o mi/Lget_fpreg.o >/dev/null 2>&1 depbase=`echo mi/Lset_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_fpreg.lo mi/Lset_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_fpreg.lo -MD -MP -MF mi/.deps/Lset_fpreg.Tpo -c mi/Lset_fpreg.c -fPIC -DPIC -o mi/.libs/Lset_fpreg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_fpreg.lo -MD -MP -MF mi/.deps/Lset_fpreg.Tpo -c mi/Lset_fpreg.c -o mi/Lset_fpreg.o >/dev/null 2>&1 depbase=`echo mi/Lset_caching_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_caching_policy.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_caching_policy.lo mi/Lset_caching_policy.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_caching_policy.lo -MD -MP -MF mi/.deps/Lset_caching_policy.Tpo -c mi/Lset_caching_policy.c -fPIC -DPIC -o mi/.libs/Lset_caching_policy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_caching_policy.lo -MD -MP -MF mi/.deps/Lset_caching_policy.Tpo -c mi/Lset_caching_policy.c -o mi/Lset_caching_policy.o >/dev/null 2>&1 depbase=`echo mi/Lset_cache_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_cache_size.lo -MD -MP -MF $depbase.Tpo -c -o mi/Lset_cache_size.lo mi/Lset_cache_size.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_cache_size.lo -MD -MP -MF mi/.deps/Lset_cache_size.Tpo -c mi/Lset_cache_size.c -fPIC -DPIC -o mi/.libs/Lset_cache_size.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Lset_cache_size.lo -MD -MP -MF mi/.deps/Lset_cache_size.Tpo -c mi/Lset_cache_size.c -o mi/Lset_cache_size.o >/dev/null 2>&1 depbase=`echo x86_64/Lapply_reg_state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lapply_reg_state.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lapply_reg_state.lo x86_64/Lapply_reg_state.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lapply_reg_state.lo -MD -MP -MF x86_64/.deps/Lapply_reg_state.Tpo -c x86_64/Lapply_reg_state.c -fPIC -DPIC -o x86_64/.libs/Lapply_reg_state.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lapply_reg_state.lo -MD -MP -MF x86_64/.deps/Lapply_reg_state.Tpo -c x86_64/Lapply_reg_state.c -o x86_64/Lapply_reg_state.o >/dev/null 2>&1 depbase=`echo x86_64/Lreg_states_iterate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lreg_states_iterate.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lreg_states_iterate.lo x86_64/Lreg_states_iterate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lreg_states_iterate.lo -MD -MP -MF x86_64/.deps/Lreg_states_iterate.Tpo -c x86_64/Lreg_states_iterate.c -fPIC -DPIC -o x86_64/.libs/Lreg_states_iterate.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lreg_states_iterate.lo -MD -MP -MF x86_64/.deps/Lreg_states_iterate.Tpo -c x86_64/Lreg_states_iterate.c -o x86_64/Lreg_states_iterate.o >/dev/null 2>&1 depbase=`echo x86_64/Lcreate_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lcreate_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lcreate_addr_space.lo x86_64/Lcreate_addr_space.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Lcreate_addr_space.Tpo -c x86_64/Lcreate_addr_space.c -fPIC -DPIC -o x86_64/.libs/Lcreate_addr_space.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Lcreate_addr_space.Tpo -c x86_64/Lcreate_addr_space.c -o x86_64/Lcreate_addr_space.o >/dev/null 2>&1 depbase=`echo x86_64/Lget_save_loc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_save_loc.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lget_save_loc.lo x86_64/Lget_save_loc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_save_loc.lo -MD -MP -MF x86_64/.deps/Lget_save_loc.Tpo -c x86_64/Lget_save_loc.c -fPIC -DPIC -o x86_64/.libs/Lget_save_loc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_save_loc.lo -MD -MP -MF x86_64/.deps/Lget_save_loc.Tpo -c x86_64/Lget_save_loc.c -o x86_64/Lget_save_loc.o >/dev/null 2>&1 depbase=`echo x86_64/Lglobal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lglobal.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lglobal.lo x86_64/Lglobal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lglobal.lo -MD -MP -MF x86_64/.deps/Lglobal.Tpo -c x86_64/Lglobal.c -fPIC -DPIC -o x86_64/.libs/Lglobal.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lglobal.lo -MD -MP -MF x86_64/.deps/Lglobal.Tpo -c x86_64/Lglobal.c -o x86_64/Lglobal.o >/dev/null 2>&1 depbase=`echo x86_64/Linit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Linit.lo x86_64/Linit.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit.lo -MD -MP -MF x86_64/.deps/Linit.Tpo -c x86_64/Linit.c -fPIC -DPIC -o x86_64/.libs/Linit.o In file included from x86_64/Linit.c:4: x86_64/Ginit.c: In function ‘mincore_validate’: x86_64/Ginit.c:166:27: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] if (mincore (addr, len, (char *)mvec) != 0) ^~~~~~~~~~~~ In file included from x86_64/Ginit.c:36, from x86_64/Linit.c:4: /usr/include/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ extern int mincore (void *__start, size_t __len, unsigned char *__vec) ^~~~~~~ In file included from x86_64/Linit.c:4: x86_64/Ginit.c: In function ‘_ULx86_64_init_mem_validate’: x86_64/Ginit.c:189:50: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] while ((ret = mincore ((void*)addr, PAGE_SIZE, (char *)mvec)) == -1 && ^~~~~~~~~~~~ In file included from x86_64/Ginit.c:36, from x86_64/Linit.c:4: /usr/include/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ extern int mincore (void *__start, size_t __len, unsigned char *__vec) ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit.lo -MD -MP -MF x86_64/.deps/Linit.Tpo -c x86_64/Linit.c -o x86_64/Linit.o >/dev/null 2>&1 depbase=`echo x86_64/Linit_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_local.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Linit_local.lo x86_64/Linit_local.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_local.lo -MD -MP -MF x86_64/.deps/Linit_local.Tpo -c x86_64/Linit_local.c -fPIC -DPIC -o x86_64/.libs/Linit_local.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_local.lo -MD -MP -MF x86_64/.deps/Linit_local.Tpo -c x86_64/Linit_local.c -o x86_64/Linit_local.o >/dev/null 2>&1 depbase=`echo x86_64/Linit_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_remote.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Linit_remote.lo x86_64/Linit_remote.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_remote.lo -MD -MP -MF x86_64/.deps/Linit_remote.Tpo -c x86_64/Linit_remote.c -fPIC -DPIC -o x86_64/.libs/Linit_remote.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Linit_remote.lo -MD -MP -MF x86_64/.deps/Linit_remote.Tpo -c x86_64/Linit_remote.c -o x86_64/Linit_remote.o >/dev/null 2>&1 depbase=`echo x86_64/Lget_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lget_proc_info.lo x86_64/Lget_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_proc_info.lo -MD -MP -MF x86_64/.deps/Lget_proc_info.Tpo -c x86_64/Lget_proc_info.c -fPIC -DPIC -o x86_64/.libs/Lget_proc_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lget_proc_info.lo -MD -MP -MF x86_64/.deps/Lget_proc_info.Tpo -c x86_64/Lget_proc_info.c -o x86_64/Lget_proc_info.o >/dev/null 2>&1 depbase=`echo x86_64/Lregs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lregs.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lregs.lo x86_64/Lregs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lregs.lo -MD -MP -MF x86_64/.deps/Lregs.Tpo -c x86_64/Lregs.c -fPIC -DPIC -o x86_64/.libs/Lregs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lregs.lo -MD -MP -MF x86_64/.deps/Lregs.Tpo -c x86_64/Lregs.c -o x86_64/Lregs.o >/dev/null 2>&1 depbase=`echo x86_64/Lresume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lresume.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lresume.lo x86_64/Lresume.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lresume.lo -MD -MP -MF x86_64/.deps/Lresume.Tpo -c x86_64/Lresume.c -fPIC -DPIC -o x86_64/.libs/Lresume.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lresume.lo -MD -MP -MF x86_64/.deps/Lresume.Tpo -c x86_64/Lresume.c -o x86_64/Lresume.o >/dev/null 2>&1 depbase=`echo x86_64/Lstash_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstash_frame.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lstash_frame.lo x86_64/Lstash_frame.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstash_frame.lo -MD -MP -MF x86_64/.deps/Lstash_frame.Tpo -c x86_64/Lstash_frame.c -fPIC -DPIC -o x86_64/.libs/Lstash_frame.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstash_frame.lo -MD -MP -MF x86_64/.deps/Lstash_frame.Tpo -c x86_64/Lstash_frame.c -o x86_64/Lstash_frame.o >/dev/null 2>&1 depbase=`echo x86_64/Lstep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstep.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Lstep.lo x86_64/Lstep.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstep.lo -MD -MP -MF x86_64/.deps/Lstep.Tpo -c x86_64/Lstep.c -fPIC -DPIC -o x86_64/.libs/Lstep.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Lstep.lo -MD -MP -MF x86_64/.deps/Lstep.Tpo -c x86_64/Lstep.c -o x86_64/Lstep.o >/dev/null 2>&1 depbase=`echo x86_64/Ltrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ltrace.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ltrace.lo x86_64/Ltrace.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ltrace.lo -MD -MP -MF x86_64/.deps/Ltrace.Tpo -c x86_64/Ltrace.c -fPIC -DPIC -o x86_64/.libs/Ltrace.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ltrace.lo -MD -MP -MF x86_64/.deps/Ltrace.Tpo -c x86_64/Ltrace.c -o x86_64/Ltrace.o >/dev/null 2>&1 depbase=`echo dwarf/Lexpr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lexpr.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lexpr.lo dwarf/Lexpr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lexpr.lo -MD -MP -MF dwarf/.deps/Lexpr.Tpo -c dwarf/Lexpr.c -fPIC -DPIC -o dwarf/.libs/Lexpr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lexpr.lo -MD -MP -MF dwarf/.deps/Lexpr.Tpo -c dwarf/Lexpr.c -o dwarf/Lexpr.o >/dev/null 2>&1 depbase=`echo dwarf/Lfde.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfde.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lfde.lo dwarf/Lfde.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfde.lo -MD -MP -MF dwarf/.deps/Lfde.Tpo -c dwarf/Lfde.c -fPIC -DPIC -o dwarf/.libs/Lfde.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfde.lo -MD -MP -MF dwarf/.deps/Lfde.Tpo -c dwarf/Lfde.c -o dwarf/Lfde.o >/dev/null 2>&1 depbase=`echo dwarf/Lparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lparser.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lparser.lo dwarf/Lparser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lparser.lo -MD -MP -MF dwarf/.deps/Lparser.Tpo -c dwarf/Lparser.c -fPIC -DPIC -o dwarf/.libs/Lparser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lparser.lo -MD -MP -MF dwarf/.deps/Lparser.Tpo -c dwarf/Lparser.c -o dwarf/Lparser.o >/dev/null 2>&1 depbase=`echo dwarf/Lpe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lpe.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lpe.lo dwarf/Lpe.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lpe.lo -MD -MP -MF dwarf/.deps/Lpe.Tpo -c dwarf/Lpe.c -fPIC -DPIC -o dwarf/.libs/Lpe.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lpe.lo -MD -MP -MF dwarf/.deps/Lpe.Tpo -c dwarf/Lpe.c -o dwarf/Lpe.o >/dev/null 2>&1 depbase=`echo dwarf/Lfind_proc_info-lsb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_proc_info-lsb.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lfind_proc_info-lsb.lo dwarf/Lfind_proc_info-lsb.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Lfind_proc_info-lsb.Tpo -c dwarf/Lfind_proc_info-lsb.c -fPIC -DPIC -o dwarf/.libs/Lfind_proc_info-lsb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Lfind_proc_info-lsb.Tpo -c dwarf/Lfind_proc_info-lsb.c -o dwarf/Lfind_proc_info-lsb.o >/dev/null 2>&1 depbase=`echo dwarf/Lfind_unwind_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_unwind_table.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lfind_unwind_table.lo dwarf/Lfind_unwind_table.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Lfind_unwind_table.Tpo -c dwarf/Lfind_unwind_table.c -fPIC -DPIC -o dwarf/.libs/Lfind_unwind_table.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Lfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Lfind_unwind_table.Tpo -c dwarf/Lfind_unwind_table.c -o dwarf/Lfind_unwind_table.o >/dev/null 2>&1 depbase=`echo dwarf/global.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/global.lo dwarf/global.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF dwarf/.deps/global.Tpo -c dwarf/global.c -fPIC -DPIC -o dwarf/.libs/global.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF dwarf/.deps/global.Tpo -c dwarf/global.c -o dwarf/global.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o libunwind-dwarf-common.la dwarf/global.lo libtool: link: rm -fr .libs/libunwind-dwarf-common.a .libs/libunwind-dwarf-common.la libtool: link: ar cru .libs/libunwind-dwarf-common.a dwarf/.libs/global.o libtool: link: ranlib .libs/libunwind-dwarf-common.a libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-common.la" && ln -s "../libunwind-dwarf-common.la" "libunwind-dwarf-common.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o libunwind-dwarf-local.la dwarf/Lexpr.lo dwarf/Lfde.lo dwarf/Lparser.lo dwarf/Lpe.lo dwarf/Lfind_proc_info-lsb.lo dwarf/Lfind_unwind_table.lo libunwind-dwarf-common.la libtool: link: rm -fr .libs/libunwind-dwarf-local.a .libs/libunwind-dwarf-local.la libtool: link: (cd .libs/libunwind-dwarf-local.lax/libunwind-dwarf-common.a && ar x "/root/diagnose-tools/deps/libunwind/src/./.libs/libunwind-dwarf-common.a") libtool: link: ar cru .libs/libunwind-dwarf-local.a dwarf/.libs/Lexpr.o dwarf/.libs/Lfde.o dwarf/.libs/Lparser.o dwarf/.libs/Lpe.o dwarf/.libs/Lfind_proc_info-lsb.o dwarf/.libs/Lfind_unwind_table.o .libs/libunwind-dwarf-local.lax/libunwind-dwarf-common.a/global.o libtool: link: ranlib .libs/libunwind-dwarf-local.a libtool: link: rm -fr .libs/libunwind-dwarf-local.lax libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-local.la" && ln -s "../libunwind-dwarf-local.la" "libunwind-dwarf-local.la" ) depbase=`echo elf64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT elf64.lo -MD -MP -MF $depbase.Tpo -c -o elf64.lo elf64.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -fPIC -DPIC -o .libs/elf64.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -o elf64.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o libunwind-elf64.la elf64.lo -llzma -lz libtool: link: rm -fr .libs/libunwind-elf64.a .libs/libunwind-elf64.la libtool: link: ar cru .libs/libunwind-elf64.a .libs/elf64.o libtool: link: ranlib .libs/libunwind-elf64.a libtool: link: ( cd ".libs" && rm -f "libunwind-elf64.la" && ln -s "../libunwind-elf64.la" "libunwind-elf64.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -XCClinker -nostdlib -version-info 8:1:0 -o libunwind.la -rpath /root/diagnose-tools/deps/lib os-linux.lo mi/init.lo mi/flush_cache.lo mi/mempool.lo mi/strerror.lo x86_64/is_fpreg.lo x86_64/regname.lo x86_64/Los-linux.lo mi/backtrace.lo mi/dyn-cancel.lo mi/dyn-info-list.lo mi/dyn-register.lo mi/Ldyn-extract.lo mi/Lfind_dynamic_proc_info.lo mi/Lget_accessors.lo mi/Lget_proc_info_by_ip.lo mi/Lget_proc_name.lo mi/Lput_dynamic_unwind_info.lo mi/Ldestroy_addr_space.lo mi/Lget_reg.lo mi/Lset_reg.lo mi/Lget_fpreg.lo mi/Lset_fpreg.lo mi/Lset_caching_policy.lo mi/Lset_cache_size.lo x86_64/setcontext.lo x86_64/Lapply_reg_state.lo x86_64/Lreg_states_iterate.lo x86_64/Lcreate_addr_space.lo x86_64/Lget_save_loc.lo x86_64/Lglobal.lo x86_64/Linit.lo x86_64/Linit_local.lo x86_64/Linit_remote.lo x86_64/Lget_proc_info.lo x86_64/Lregs.lo x86_64/Lresume.lo x86_64/Lstash_frame.lo x86_64/Lstep.lo x86_64/Ltrace.lo x86_64/getcontext.lo libunwind-dwarf-local.la libunwind-elf64.la -lc -lgcc_s -llzma -lz libtool: link: rm -fr .libs/libunwind.a .libs/libunwind.la .libs/libunwind.lai .libs/libunwind.so .libs/libunwind.so.8 .libs/libunwind.so.8.0.1 libtool: link: gcc -shared -fPIC -DPIC .libs/os-linux.o mi/.libs/init.o mi/.libs/flush_cache.o mi/.libs/mempool.o mi/.libs/strerror.o x86_64/.libs/is_fpreg.o x86_64/.libs/regname.o x86_64/.libs/Los-linux.o mi/.libs/backtrace.o mi/.libs/dyn-cancel.o mi/.libs/dyn-info-list.o mi/.libs/dyn-register.o mi/.libs/Ldyn-extract.o mi/.libs/Lfind_dynamic_proc_info.o mi/.libs/Lget_accessors.o mi/.libs/Lget_proc_info_by_ip.o mi/.libs/Lget_proc_name.o mi/.libs/Lput_dynamic_unwind_info.o mi/.libs/Ldestroy_addr_space.o mi/.libs/Lget_reg.o mi/.libs/Lset_reg.o mi/.libs/Lget_fpreg.o mi/.libs/Lset_fpreg.o mi/.libs/Lset_caching_policy.o mi/.libs/Lset_cache_size.o x86_64/.libs/setcontext.o x86_64/.libs/Lapply_reg_state.o x86_64/.libs/Lreg_states_iterate.o x86_64/.libs/Lcreate_addr_space.o x86_64/.libs/Lget_save_loc.o x86_64/.libs/Lglobal.o x86_64/.libs/Linit.o x86_64/.libs/Linit_local.o x86_64/.libs/Linit_remote.o x86_64/.libs/Lget_proc_info.o x86_64/.libs/Lregs.o x86_64/.libs/Lresume.o x86_64/.libs/Lstash_frame.o x86_64/.libs/Lstep.o x86_64/.libs/Ltrace.o x86_64/.libs/getcontext.o -Wl,--whole-archive ./.libs/libunwind-dwarf-local.a ./.libs/libunwind-elf64.a -Wl,--no-whole-archive -lc -lgcc_s -llzma -lz -g -O2 -nostartfiles -nostdlib -Wl,-soname -Wl,libunwind.so.8 -o .libs/libunwind.so.8.0.1 libtool: link: (cd ".libs" && rm -f "libunwind.so.8" && ln -s "libunwind.so.8.0.1" "libunwind.so.8") libtool: link: (cd ".libs" && rm -f "libunwind.so" && ln -s "libunwind.so.8.0.1" "libunwind.so") libtool: link: (cd .libs/libunwind.lax/libunwind-dwarf-local.a && ar x "/root/diagnose-tools/deps/libunwind/src/./.libs/libunwind-dwarf-local.a") libtool: link: (cd .libs/libunwind.lax/libunwind-elf64.a && ar x "/root/diagnose-tools/deps/libunwind/src/./.libs/libunwind-elf64.a") libtool: link: ar cru .libs/libunwind.a os-linux.o mi/init.o mi/flush_cache.o mi/mempool.o mi/strerror.o x86_64/is_fpreg.o x86_64/regname.o x86_64/Los-linux.o mi/backtrace.o mi/dyn-cancel.o mi/dyn-info-list.o mi/dyn-register.o mi/Ldyn-extract.o mi/Lfind_dynamic_proc_info.o mi/Lget_accessors.o mi/Lget_proc_info_by_ip.o mi/Lget_proc_name.o mi/Lput_dynamic_unwind_info.o mi/Ldestroy_addr_space.o mi/Lget_reg.o mi/Lset_reg.o mi/Lget_fpreg.o mi/Lset_fpreg.o mi/Lset_caching_policy.o mi/Lset_cache_size.o x86_64/setcontext.o x86_64/Lapply_reg_state.o x86_64/Lreg_states_iterate.o x86_64/Lcreate_addr_space.o x86_64/Lget_save_loc.o x86_64/Lglobal.o x86_64/Linit.o x86_64/Linit_local.o x86_64/Linit_remote.o x86_64/Lget_proc_info.o x86_64/Lregs.o x86_64/Lresume.o x86_64/Lstash_frame.o x86_64/Lstep.o x86_64/Ltrace.o x86_64/getcontext.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lexpr.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lfde.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lfind_proc_info-lsb.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lfind_unwind_table.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lparser.o .libs/libunwind.lax/libunwind-dwarf-local.a/Lpe.o .libs/libunwind.lax/libunwind-dwarf-local.a/global.o .libs/libunwind.lax/libunwind-elf64.a/elf64.o libtool: link: ranlib .libs/libunwind.a libtool: link: rm -fr .libs/libunwind.lax libtool: link: ( cd ".libs" && rm -f "libunwind.la" && ln -s "../libunwind.la" "libunwind.la" ) depbase=`echo ptrace/_UPT_elf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_elf.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_elf.lo ptrace/_UPT_elf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_elf.lo -MD -MP -MF ptrace/.deps/_UPT_elf.Tpo -c ptrace/_UPT_elf.c -fPIC -DPIC -o ptrace/.libs/_UPT_elf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_elf.lo -MD -MP -MF ptrace/.deps/_UPT_elf.Tpo -c ptrace/_UPT_elf.c -o ptrace/_UPT_elf.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_accessors.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_accessors.lo ptrace/_UPT_accessors.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_accessors.lo -MD -MP -MF ptrace/.deps/_UPT_accessors.Tpo -c ptrace/_UPT_accessors.c -fPIC -DPIC -o ptrace/.libs/_UPT_accessors.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_accessors.lo -MD -MP -MF ptrace/.deps/_UPT_accessors.Tpo -c ptrace/_UPT_accessors.c -o ptrace/_UPT_accessors.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_access_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_access_fpreg.lo ptrace/_UPT_access_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_fpreg.lo -MD -MP -MF ptrace/.deps/_UPT_access_fpreg.Tpo -c ptrace/_UPT_access_fpreg.c -fPIC -DPIC -o ptrace/.libs/_UPT_access_fpreg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_fpreg.lo -MD -MP -MF ptrace/.deps/_UPT_access_fpreg.Tpo -c ptrace/_UPT_access_fpreg.c -o ptrace/_UPT_access_fpreg.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_access_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_mem.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_access_mem.lo ptrace/_UPT_access_mem.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_mem.lo -MD -MP -MF ptrace/.deps/_UPT_access_mem.Tpo -c ptrace/_UPT_access_mem.c -fPIC -DPIC -o ptrace/.libs/_UPT_access_mem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_mem.lo -MD -MP -MF ptrace/.deps/_UPT_access_mem.Tpo -c ptrace/_UPT_access_mem.c -o ptrace/_UPT_access_mem.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_access_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_reg.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_access_reg.lo ptrace/_UPT_access_reg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_reg.lo -MD -MP -MF ptrace/.deps/_UPT_access_reg.Tpo -c ptrace/_UPT_access_reg.c -fPIC -DPIC -o ptrace/.libs/_UPT_access_reg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_access_reg.lo -MD -MP -MF ptrace/.deps/_UPT_access_reg.Tpo -c ptrace/_UPT_access_reg.c -o ptrace/_UPT_access_reg.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_create.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_create.lo ptrace/_UPT_create.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_create.lo -MD -MP -MF ptrace/.deps/_UPT_create.Tpo -c ptrace/_UPT_create.c -fPIC -DPIC -o ptrace/.libs/_UPT_create.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_create.lo -MD -MP -MF ptrace/.deps/_UPT_create.Tpo -c ptrace/_UPT_create.c -o ptrace/_UPT_create.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_destroy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_destroy.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_destroy.lo ptrace/_UPT_destroy.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_destroy.lo -MD -MP -MF ptrace/.deps/_UPT_destroy.Tpo -c ptrace/_UPT_destroy.c -fPIC -DPIC -o ptrace/.libs/_UPT_destroy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_destroy.lo -MD -MP -MF ptrace/.deps/_UPT_destroy.Tpo -c ptrace/_UPT_destroy.c -o ptrace/_UPT_destroy.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_find_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_find_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_find_proc_info.lo ptrace/_UPT_find_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_find_proc_info.lo -MD -MP -MF ptrace/.deps/_UPT_find_proc_info.Tpo -c ptrace/_UPT_find_proc_info.c -fPIC -DPIC -o ptrace/.libs/_UPT_find_proc_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_find_proc_info.lo -MD -MP -MF ptrace/.deps/_UPT_find_proc_info.Tpo -c ptrace/_UPT_find_proc_info.c -o ptrace/_UPT_find_proc_info.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_get_dyn_info_list_addr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_get_dyn_info_list_addr.lo ptrace/_UPT_get_dyn_info_list_addr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF ptrace/.deps/_UPT_get_dyn_info_list_addr.Tpo -c ptrace/_UPT_get_dyn_info_list_addr.c -fPIC -DPIC -o ptrace/.libs/_UPT_get_dyn_info_list_addr.o ptrace/_UPT_get_dyn_info_list_addr.c: In function ‘get_list_addr’: ptrace/_UPT_get_dyn_info_list_addr.c:83:3: warning: #warning Implement get_list_addr(), please. [-Wcpp] # warning Implement get_list_addr(), please. ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF ptrace/.deps/_UPT_get_dyn_info_list_addr.Tpo -c ptrace/_UPT_get_dyn_info_list_addr.c -o ptrace/_UPT_get_dyn_info_list_addr.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_put_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_put_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_put_unwind_info.lo ptrace/_UPT_put_unwind_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_put_unwind_info.lo -MD -MP -MF ptrace/.deps/_UPT_put_unwind_info.Tpo -c ptrace/_UPT_put_unwind_info.c -fPIC -DPIC -o ptrace/.libs/_UPT_put_unwind_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_put_unwind_info.lo -MD -MP -MF ptrace/.deps/_UPT_put_unwind_info.Tpo -c ptrace/_UPT_put_unwind_info.c -o ptrace/_UPT_put_unwind_info.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_get_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_get_proc_name.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_get_proc_name.lo ptrace/_UPT_get_proc_name.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_get_proc_name.lo -MD -MP -MF ptrace/.deps/_UPT_get_proc_name.Tpo -c ptrace/_UPT_get_proc_name.c -fPIC -DPIC -o ptrace/.libs/_UPT_get_proc_name.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_get_proc_name.lo -MD -MP -MF ptrace/.deps/_UPT_get_proc_name.Tpo -c ptrace/_UPT_get_proc_name.c -o ptrace/_UPT_get_proc_name.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_reg_offset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_reg_offset.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_reg_offset.lo ptrace/_UPT_reg_offset.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_reg_offset.lo -MD -MP -MF ptrace/.deps/_UPT_reg_offset.Tpo -c ptrace/_UPT_reg_offset.c -fPIC -DPIC -o ptrace/.libs/_UPT_reg_offset.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_reg_offset.lo -MD -MP -MF ptrace/.deps/_UPT_reg_offset.Tpo -c ptrace/_UPT_reg_offset.c -o ptrace/_UPT_reg_offset.o >/dev/null 2>&1 depbase=`echo ptrace/_UPT_resume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_resume.lo -MD -MP -MF $depbase.Tpo -c -o ptrace/_UPT_resume.lo ptrace/_UPT_resume.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_resume.lo -MD -MP -MF ptrace/.deps/_UPT_resume.Tpo -c ptrace/_UPT_resume.c -fPIC -DPIC -o ptrace/.libs/_UPT_resume.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT ptrace/_UPT_resume.lo -MD -MP -MF ptrace/.deps/_UPT_resume.Tpo -c ptrace/_UPT_resume.c -o ptrace/_UPT_resume.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o libunwind-ptrace.la -rpath /root/diagnose-tools/deps/lib ptrace/_UPT_elf.lo ptrace/_UPT_accessors.lo ptrace/_UPT_access_fpreg.lo ptrace/_UPT_access_mem.lo ptrace/_UPT_access_reg.lo ptrace/_UPT_create.lo ptrace/_UPT_destroy.lo ptrace/_UPT_find_proc_info.lo ptrace/_UPT_get_dyn_info_list_addr.lo ptrace/_UPT_put_unwind_info.lo ptrace/_UPT_get_proc_name.lo ptrace/_UPT_reg_offset.lo ptrace/_UPT_resume.lo libtool: link: rm -fr .libs/libunwind-ptrace.a .libs/libunwind-ptrace.la .libs/libunwind-ptrace.lai .libs/libunwind-ptrace.so .libs/libunwind-ptrace.so.0 .libs/libunwind-ptrace.so.0.0.0 libtool: link: gcc -shared -fPIC -DPIC ptrace/.libs/_UPT_elf.o ptrace/.libs/_UPT_accessors.o ptrace/.libs/_UPT_access_fpreg.o ptrace/.libs/_UPT_access_mem.o ptrace/.libs/_UPT_access_reg.o ptrace/.libs/_UPT_create.o ptrace/.libs/_UPT_destroy.o ptrace/.libs/_UPT_find_proc_info.o ptrace/.libs/_UPT_get_dyn_info_list_addr.o ptrace/.libs/_UPT_put_unwind_info.o ptrace/.libs/_UPT_get_proc_name.o ptrace/.libs/_UPT_reg_offset.o ptrace/.libs/_UPT_resume.o -g -O2 -Wl,-soname -Wl,libunwind-ptrace.so.0 -o .libs/libunwind-ptrace.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libunwind-ptrace.so.0" && ln -s "libunwind-ptrace.so.0.0.0" "libunwind-ptrace.so.0") libtool: link: (cd ".libs" && rm -f "libunwind-ptrace.so" && ln -s "libunwind-ptrace.so.0.0.0" "libunwind-ptrace.so") libtool: link: ar cru .libs/libunwind-ptrace.a ptrace/_UPT_elf.o ptrace/_UPT_accessors.o ptrace/_UPT_access_fpreg.o ptrace/_UPT_access_mem.o ptrace/_UPT_access_reg.o ptrace/_UPT_create.o ptrace/_UPT_destroy.o ptrace/_UPT_find_proc_info.o ptrace/_UPT_get_dyn_info_list_addr.o ptrace/_UPT_put_unwind_info.o ptrace/_UPT_get_proc_name.o ptrace/_UPT_reg_offset.o ptrace/_UPT_resume.o libtool: link: ranlib .libs/libunwind-ptrace.a libtool: link: ( cd ".libs" && rm -f "libunwind-ptrace.la" && ln -s "../libunwind-ptrace.la" "libunwind-ptrace.la" ) depbase=`echo coredump/_UCD_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_accessors.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_accessors.lo coredump/_UCD_accessors.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_accessors.lo -MD -MP -MF coredump/.deps/_UCD_accessors.Tpo -c coredump/_UCD_accessors.c -fPIC -DPIC -o coredump/.libs/_UCD_accessors.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_accessors.lo -MD -MP -MF coredump/.deps/_UCD_accessors.Tpo -c coredump/_UCD_accessors.c -o coredump/_UCD_accessors.o >/dev/null 2>&1 depbase=`echo coredump/_UCD_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_create.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_create.lo coredump/_UCD_create.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_create.lo -MD -MP -MF coredump/.deps/_UCD_create.Tpo -c coredump/_UCD_create.c -fPIC -DPIC -o coredump/.libs/_UCD_create.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_create.lo -MD -MP -MF coredump/.deps/_UCD_create.Tpo -c coredump/_UCD_create.c -o coredump/_UCD_create.o >/dev/null 2>&1 depbase=`echo coredump/_UCD_destroy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_destroy.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_destroy.lo coredump/_UCD_destroy.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_destroy.lo -MD -MP -MF coredump/.deps/_UCD_destroy.Tpo -c coredump/_UCD_destroy.c -fPIC -DPIC -o coredump/.libs/_UCD_destroy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_destroy.lo -MD -MP -MF coredump/.deps/_UCD_destroy.Tpo -c coredump/_UCD_destroy.c -o coredump/_UCD_destroy.o >/dev/null 2>&1 depbase=`echo coredump/_UCD_access_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_mem.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_access_mem.lo coredump/_UCD_access_mem.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_mem.lo -MD -MP -MF coredump/.deps/_UCD_access_mem.Tpo -c coredump/_UCD_access_mem.c -fPIC -DPIC -o coredump/.libs/_UCD_access_mem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_mem.lo -MD -MP -MF coredump/.deps/_UCD_access_mem.Tpo -c coredump/_UCD_access_mem.c -o coredump/_UCD_access_mem.o >/dev/null 2>&1 depbase=`echo coredump/_UCD_elf_map_image.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_elf_map_image.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_elf_map_image.lo coredump/_UCD_elf_map_image.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_elf_map_image.lo -MD -MP -MF coredump/.deps/_UCD_elf_map_image.Tpo -c coredump/_UCD_elf_map_image.c -fPIC -DPIC -o coredump/.libs/_UCD_elf_map_image.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_elf_map_image.lo -MD -MP -MF coredump/.deps/_UCD_elf_map_image.Tpo -c coredump/_UCD_elf_map_image.c -o coredump/_UCD_elf_map_image.o >/dev/null 2>&1 depbase=`echo coredump/_UCD_find_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_find_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_find_proc_info.lo coredump/_UCD_find_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_find_proc_info.lo -MD -MP -MF coredump/.deps/_UCD_find_proc_info.Tpo -c coredump/_UCD_find_proc_info.c -fPIC -DPIC -o coredump/.libs/_UCD_find_proc_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_find_proc_info.lo -MD -MP -MF coredump/.deps/_UCD_find_proc_info.Tpo -c coredump/_UCD_find_proc_info.c -o coredump/_UCD_find_proc_info.o >/dev/null 2>&1 depbase=`echo coredump/_UCD_get_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_get_proc_name.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_get_proc_name.lo coredump/_UCD_get_proc_name.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_get_proc_name.lo -MD -MP -MF coredump/.deps/_UCD_get_proc_name.Tpo -c coredump/_UCD_get_proc_name.c -fPIC -DPIC -o coredump/.libs/_UCD_get_proc_name.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_get_proc_name.lo -MD -MP -MF coredump/.deps/_UCD_get_proc_name.Tpo -c coredump/_UCD_get_proc_name.c -o coredump/_UCD_get_proc_name.o >/dev/null 2>&1 depbase=`echo coredump/_UPT_elf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_elf.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_elf.lo coredump/_UPT_elf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_elf.lo -MD -MP -MF coredump/.deps/_UPT_elf.Tpo -c coredump/_UPT_elf.c -fPIC -DPIC -o coredump/.libs/_UPT_elf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_elf.lo -MD -MP -MF coredump/.deps/_UPT_elf.Tpo -c coredump/_UPT_elf.c -o coredump/_UPT_elf.o >/dev/null 2>&1 depbase=`echo coredump/_UPT_access_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_access_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_access_fpreg.lo coredump/_UPT_access_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_access_fpreg.lo -MD -MP -MF coredump/.deps/_UPT_access_fpreg.Tpo -c coredump/_UPT_access_fpreg.c -fPIC -DPIC -o coredump/.libs/_UPT_access_fpreg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_access_fpreg.lo -MD -MP -MF coredump/.deps/_UPT_access_fpreg.Tpo -c coredump/_UPT_access_fpreg.c -o coredump/_UPT_access_fpreg.o >/dev/null 2>&1 depbase=`echo coredump/_UPT_get_dyn_info_list_addr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_get_dyn_info_list_addr.lo coredump/_UPT_get_dyn_info_list_addr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF coredump/.deps/_UPT_get_dyn_info_list_addr.Tpo -c coredump/_UPT_get_dyn_info_list_addr.c -fPIC -DPIC -o coredump/.libs/_UPT_get_dyn_info_list_addr.o coredump/_UPT_get_dyn_info_list_addr.c: In function ‘get_list_addr’: coredump/_UPT_get_dyn_info_list_addr.c:86:3: warning: #warning Implement get_list_addr(), please. [-Wcpp] # warning Implement get_list_addr(), please. ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_get_dyn_info_list_addr.lo -MD -MP -MF coredump/.deps/_UPT_get_dyn_info_list_addr.Tpo -c coredump/_UPT_get_dyn_info_list_addr.c -o coredump/_UPT_get_dyn_info_list_addr.o >/dev/null 2>&1 depbase=`echo coredump/_UPT_put_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_put_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_put_unwind_info.lo coredump/_UPT_put_unwind_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_put_unwind_info.lo -MD -MP -MF coredump/.deps/_UPT_put_unwind_info.Tpo -c coredump/_UPT_put_unwind_info.c -fPIC -DPIC -o coredump/.libs/_UPT_put_unwind_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_put_unwind_info.lo -MD -MP -MF coredump/.deps/_UPT_put_unwind_info.Tpo -c coredump/_UPT_put_unwind_info.c -o coredump/_UPT_put_unwind_info.o >/dev/null 2>&1 depbase=`echo coredump/_UPT_resume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_resume.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UPT_resume.lo coredump/_UPT_resume.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_resume.lo -MD -MP -MF coredump/.deps/_UPT_resume.Tpo -c coredump/_UPT_resume.c -fPIC -DPIC -o coredump/.libs/_UPT_resume.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UPT_resume.lo -MD -MP -MF coredump/.deps/_UPT_resume.Tpo -c coredump/_UPT_resume.c -o coredump/_UPT_resume.o >/dev/null 2>&1 depbase=`echo coredump/_UCD_access_reg_linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_reg_linux.lo -MD -MP -MF $depbase.Tpo -c -o coredump/_UCD_access_reg_linux.lo coredump/_UCD_access_reg_linux.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_reg_linux.lo -MD -MP -MF coredump/.deps/_UCD_access_reg_linux.Tpo -c coredump/_UCD_access_reg_linux.c -fPIC -DPIC -o coredump/.libs/_UCD_access_reg_linux.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT coredump/_UCD_access_reg_linux.lo -MD -MP -MF coredump/.deps/_UCD_access_reg_linux.Tpo -c coredump/_UCD_access_reg_linux.c -o coredump/_UCD_access_reg_linux.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -version-info 0:0:0 -o libunwind-coredump.la -rpath /root/diagnose-tools/deps/lib coredump/_UCD_accessors.lo coredump/_UCD_create.lo coredump/_UCD_destroy.lo coredump/_UCD_access_mem.lo coredump/_UCD_elf_map_image.lo coredump/_UCD_find_proc_info.lo coredump/_UCD_get_proc_name.lo coredump/_UPT_elf.lo coredump/_UPT_access_fpreg.lo coredump/_UPT_get_dyn_info_list_addr.lo coredump/_UPT_put_unwind_info.lo coredump/_UPT_resume.lo coredump/_UCD_access_reg_linux.lo -llzma -lz libtool: link: rm -fr .libs/libunwind-coredump.a .libs/libunwind-coredump.la .libs/libunwind-coredump.lai .libs/libunwind-coredump.so .libs/libunwind-coredump.so.0 .libs/libunwind-coredump.so.0.0.0 libtool: link: gcc -shared -fPIC -DPIC coredump/.libs/_UCD_accessors.o coredump/.libs/_UCD_create.o coredump/.libs/_UCD_destroy.o coredump/.libs/_UCD_access_mem.o coredump/.libs/_UCD_elf_map_image.o coredump/.libs/_UCD_find_proc_info.o coredump/.libs/_UCD_get_proc_name.o coredump/.libs/_UPT_elf.o coredump/.libs/_UPT_access_fpreg.o coredump/.libs/_UPT_get_dyn_info_list_addr.o coredump/.libs/_UPT_put_unwind_info.o coredump/.libs/_UPT_resume.o coredump/.libs/_UCD_access_reg_linux.o -llzma -lz -g -O2 -nostartfiles -Wl,-soname -Wl,libunwind-coredump.so.0 -o .libs/libunwind-coredump.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libunwind-coredump.so.0" && ln -s "libunwind-coredump.so.0.0.0" "libunwind-coredump.so.0") libtool: link: (cd ".libs" && rm -f "libunwind-coredump.so" && ln -s "libunwind-coredump.so.0.0.0" "libunwind-coredump.so") libtool: link: ar cru .libs/libunwind-coredump.a coredump/_UCD_accessors.o coredump/_UCD_create.o coredump/_UCD_destroy.o coredump/_UCD_access_mem.o coredump/_UCD_elf_map_image.o coredump/_UCD_find_proc_info.o coredump/_UCD_get_proc_name.o coredump/_UPT_elf.o coredump/_UPT_access_fpreg.o coredump/_UPT_get_dyn_info_list_addr.o coredump/_UPT_put_unwind_info.o coredump/_UPT_resume.o coredump/_UCD_access_reg_linux.o libtool: link: ranlib .libs/libunwind-coredump.a libtool: link: ( cd ".libs" && rm -f "libunwind-coredump.la" && ln -s "../libunwind-coredump.la" "libunwind-coredump.la" ) depbase=`echo x86_64/Gos-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gos-linux.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gos-linux.lo x86_64/Gos-linux.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gos-linux.lo -MD -MP -MF x86_64/.deps/Gos-linux.Tpo -c x86_64/Gos-linux.c -fPIC -DPIC -o x86_64/.libs/Gos-linux.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gos-linux.lo -MD -MP -MF x86_64/.deps/Gos-linux.Tpo -c x86_64/Gos-linux.c -o x86_64/Gos-linux.o >/dev/null 2>&1 depbase=`echo mi/Gdyn-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdyn-extract.lo mi/Gdyn-extract.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo -c mi/Gdyn-extract.c -fPIC -DPIC -o mi/.libs/Gdyn-extract.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo -c mi/Gdyn-extract.c -o mi/Gdyn-extract.o >/dev/null 2>&1 depbase=`echo mi/Gdyn-remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdyn-remote.lo mi/Gdyn-remote.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c mi/Gdyn-remote.c -fPIC -DPIC -o mi/.libs/Gdyn-remote.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c mi/Gdyn-remote.c -o mi/Gdyn-remote.o >/dev/null 2>&1 depbase=`echo mi/Gfind_dynamic_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gfind_dynamic_proc_info.lo mi/Gfind_dynamic_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c -fPIC -DPIC -o mi/.libs/Gfind_dynamic_proc_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c -o mi/Gfind_dynamic_proc_info.o >/dev/null 2>&1 depbase=`echo mi/Gget_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_accessors.lo mi/Gget_accessors.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.Tpo -c mi/Gget_accessors.c -fPIC -DPIC -o mi/.libs/Gget_accessors.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.Tpo -c mi/Gget_accessors.c -o mi/Gget_accessors.o >/dev/null 2>&1 depbase=`echo mi/Gget_proc_info_by_ip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_proc_info_by_ip.lo mi/Gget_proc_info_by_ip.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc_info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c -fPIC -DPIC -o mi/.libs/Gget_proc_info_by_ip.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc_info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c -o mi/Gget_proc_info_by_ip.o >/dev/null 2>&1 depbase=`echo mi/Gget_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_proc_name.lo mi/Gget_proc_name.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.Tpo -c mi/Gget_proc_name.c -fPIC -DPIC -o mi/.libs/Gget_proc_name.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.Tpo -c mi/Gget_proc_name.c -o mi/Gget_proc_name.o >/dev/null 2>&1 depbase=`echo mi/Gput_dynamic_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gput_dynamic_unwind_info.lo mi/Gput_dynamic_unwind_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c -fPIC -DPIC -o mi/.libs/Gput_dynamic_unwind_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c -o mi/Gput_dynamic_unwind_info.o >/dev/null 2>&1 depbase=`echo mi/Gdestroy_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdestroy_addr_space.lo mi/Gdestroy_addr_space.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_addr_space.Tpo -c mi/Gdestroy_addr_space.c -fPIC -DPIC -o mi/.libs/Gdestroy_addr_space.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_addr_space.Tpo -c mi/Gdestroy_addr_space.c -o mi/Gdestroy_addr_space.o >/dev/null 2>&1 depbase=`echo mi/Gget_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_reg.lo mi/Gget_reg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gget_reg.c -fPIC -DPIC -o mi/.libs/Gget_reg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gget_reg.c -o mi/Gget_reg.o >/dev/null 2>&1 depbase=`echo mi/Gset_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_reg.lo mi/Gset_reg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gset_reg.c -fPIC -DPIC -o mi/.libs/Gset_reg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gset_reg.c -o mi/Gset_reg.o >/dev/null 2>&1 depbase=`echo mi/Gget_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_fpreg.lo mi/Gget_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c mi/Gget_fpreg.c -fPIC -DPIC -o mi/.libs/Gget_fpreg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c mi/Gget_fpreg.c -o mi/Gget_fpreg.o >/dev/null 2>&1 depbase=`echo mi/Gset_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_fpreg.lo mi/Gset_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c mi/Gset_fpreg.c -fPIC -DPIC -o mi/.libs/Gset_fpreg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c mi/Gset_fpreg.c -o mi/Gset_fpreg.o >/dev/null 2>&1 depbase=`echo mi/Gset_caching_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_caching_policy.lo mi/Gset_caching_policy.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_caching_policy.Tpo -c mi/Gset_caching_policy.c -fPIC -DPIC -o mi/.libs/Gset_caching_policy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_caching_policy.Tpo -c mi/Gset_caching_policy.c -o mi/Gset_caching_policy.o >/dev/null 2>&1 depbase=`echo mi/Gset_cache_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_cache_size.lo mi/Gset_cache_size.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF mi/.deps/Gset_cache_size.Tpo -c mi/Gset_cache_size.c -fPIC -DPIC -o mi/.libs/Gset_cache_size.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF mi/.deps/Gset_cache_size.Tpo -c mi/Gset_cache_size.c -o mi/Gset_cache_size.o >/dev/null 2>&1 depbase=`echo x86_64/Gapply_reg_state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gapply_reg_state.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gapply_reg_state.lo x86_64/Gapply_reg_state.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gapply_reg_state.lo -MD -MP -MF x86_64/.deps/Gapply_reg_state.Tpo -c x86_64/Gapply_reg_state.c -fPIC -DPIC -o x86_64/.libs/Gapply_reg_state.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gapply_reg_state.lo -MD -MP -MF x86_64/.deps/Gapply_reg_state.Tpo -c x86_64/Gapply_reg_state.c -o x86_64/Gapply_reg_state.o >/dev/null 2>&1 depbase=`echo x86_64/Greg_states_iterate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Greg_states_iterate.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Greg_states_iterate.lo x86_64/Greg_states_iterate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Greg_states_iterate.lo -MD -MP -MF x86_64/.deps/Greg_states_iterate.Tpo -c x86_64/Greg_states_iterate.c -fPIC -DPIC -o x86_64/.libs/Greg_states_iterate.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Greg_states_iterate.lo -MD -MP -MF x86_64/.deps/Greg_states_iterate.Tpo -c x86_64/Greg_states_iterate.c -o x86_64/Greg_states_iterate.o >/dev/null 2>&1 depbase=`echo x86_64/Gcreate_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gcreate_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gcreate_addr_space.lo x86_64/Gcreate_addr_space.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Gcreate_addr_space.Tpo -c x86_64/Gcreate_addr_space.c -fPIC -DPIC -o x86_64/.libs/Gcreate_addr_space.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gcreate_addr_space.lo -MD -MP -MF x86_64/.deps/Gcreate_addr_space.Tpo -c x86_64/Gcreate_addr_space.c -o x86_64/Gcreate_addr_space.o >/dev/null 2>&1 depbase=`echo x86_64/Gget_save_loc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_save_loc.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gget_save_loc.lo x86_64/Gget_save_loc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_save_loc.lo -MD -MP -MF x86_64/.deps/Gget_save_loc.Tpo -c x86_64/Gget_save_loc.c -fPIC -DPIC -o x86_64/.libs/Gget_save_loc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_save_loc.lo -MD -MP -MF x86_64/.deps/Gget_save_loc.Tpo -c x86_64/Gget_save_loc.c -o x86_64/Gget_save_loc.o >/dev/null 2>&1 depbase=`echo x86_64/Gglobal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gglobal.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gglobal.lo x86_64/Gglobal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gglobal.lo -MD -MP -MF x86_64/.deps/Gglobal.Tpo -c x86_64/Gglobal.c -fPIC -DPIC -o x86_64/.libs/Gglobal.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gglobal.lo -MD -MP -MF x86_64/.deps/Gglobal.Tpo -c x86_64/Gglobal.c -o x86_64/Gglobal.o >/dev/null 2>&1 depbase=`echo x86_64/Ginit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ginit.lo x86_64/Ginit.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit.lo -MD -MP -MF x86_64/.deps/Ginit.Tpo -c x86_64/Ginit.c -fPIC -DPIC -o x86_64/.libs/Ginit.o x86_64/Ginit.c: In function ‘mincore_validate’: x86_64/Ginit.c:166:27: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] if (mincore (addr, len, (char *)mvec) != 0) ^~~~~~~~~~~~ In file included from x86_64/Ginit.c:36: /usr/include/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ extern int mincore (void *__start, size_t __len, unsigned char *__vec) ^~~~~~~ x86_64/Ginit.c: In function ‘_Ux86_64_init_mem_validate’: x86_64/Ginit.c:189:50: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] while ((ret = mincore ((void*)addr, PAGE_SIZE, (char *)mvec)) == -1 && ^~~~~~~~~~~~ In file included from x86_64/Ginit.c:36: /usr/include/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ extern int mincore (void *__start, size_t __len, unsigned char *__vec) ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit.lo -MD -MP -MF x86_64/.deps/Ginit.Tpo -c x86_64/Ginit.c -o x86_64/Ginit.o >/dev/null 2>&1 depbase=`echo x86_64/Ginit_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_local.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ginit_local.lo x86_64/Ginit_local.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_local.lo -MD -MP -MF x86_64/.deps/Ginit_local.Tpo -c x86_64/Ginit_local.c -fPIC -DPIC -o x86_64/.libs/Ginit_local.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_local.lo -MD -MP -MF x86_64/.deps/Ginit_local.Tpo -c x86_64/Ginit_local.c -o x86_64/Ginit_local.o >/dev/null 2>&1 depbase=`echo x86_64/Ginit_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_remote.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Ginit_remote.lo x86_64/Ginit_remote.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_remote.lo -MD -MP -MF x86_64/.deps/Ginit_remote.Tpo -c x86_64/Ginit_remote.c -fPIC -DPIC -o x86_64/.libs/Ginit_remote.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Ginit_remote.lo -MD -MP -MF x86_64/.deps/Ginit_remote.Tpo -c x86_64/Ginit_remote.c -o x86_64/Ginit_remote.o >/dev/null 2>&1 depbase=`echo x86_64/Gget_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gget_proc_info.lo x86_64/Gget_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_proc_info.lo -MD -MP -MF x86_64/.deps/Gget_proc_info.Tpo -c x86_64/Gget_proc_info.c -fPIC -DPIC -o x86_64/.libs/Gget_proc_info.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gget_proc_info.lo -MD -MP -MF x86_64/.deps/Gget_proc_info.Tpo -c x86_64/Gget_proc_info.c -o x86_64/Gget_proc_info.o >/dev/null 2>&1 depbase=`echo x86_64/Gregs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gregs.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gregs.lo x86_64/Gregs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gregs.lo -MD -MP -MF x86_64/.deps/Gregs.Tpo -c x86_64/Gregs.c -fPIC -DPIC -o x86_64/.libs/Gregs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gregs.lo -MD -MP -MF x86_64/.deps/Gregs.Tpo -c x86_64/Gregs.c -o x86_64/Gregs.o >/dev/null 2>&1 depbase=`echo x86_64/Gresume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gresume.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gresume.lo x86_64/Gresume.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gresume.lo -MD -MP -MF x86_64/.deps/Gresume.Tpo -c x86_64/Gresume.c -fPIC -DPIC -o x86_64/.libs/Gresume.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gresume.lo -MD -MP -MF x86_64/.deps/Gresume.Tpo -c x86_64/Gresume.c -o x86_64/Gresume.o >/dev/null 2>&1 depbase=`echo x86_64/Gstash_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstash_frame.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gstash_frame.lo x86_64/Gstash_frame.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstash_frame.lo -MD -MP -MF x86_64/.deps/Gstash_frame.Tpo -c x86_64/Gstash_frame.c -fPIC -DPIC -o x86_64/.libs/Gstash_frame.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstash_frame.lo -MD -MP -MF x86_64/.deps/Gstash_frame.Tpo -c x86_64/Gstash_frame.c -o x86_64/Gstash_frame.o >/dev/null 2>&1 depbase=`echo x86_64/Gstep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstep.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gstep.lo x86_64/Gstep.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstep.lo -MD -MP -MF x86_64/.deps/Gstep.Tpo -c x86_64/Gstep.c -fPIC -DPIC -o x86_64/.libs/Gstep.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gstep.lo -MD -MP -MF x86_64/.deps/Gstep.Tpo -c x86_64/Gstep.c -o x86_64/Gstep.o >/dev/null 2>&1 depbase=`echo x86_64/Gtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gtrace.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/Gtrace.lo x86_64/Gtrace.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gtrace.lo -MD -MP -MF x86_64/.deps/Gtrace.Tpo -c x86_64/Gtrace.c -fPIC -DPIC -o x86_64/.libs/Gtrace.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT x86_64/Gtrace.lo -MD -MP -MF x86_64/.deps/Gtrace.Tpo -c x86_64/Gtrace.c -o x86_64/Gtrace.o >/dev/null 2>&1 depbase=`echo dwarf/Gexpr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gexpr.lo dwarf/Gexpr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF dwarf/.deps/Gexpr.Tpo -c dwarf/Gexpr.c -fPIC -DPIC -o dwarf/.libs/Gexpr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF dwarf/.deps/Gexpr.Tpo -c dwarf/Gexpr.c -o dwarf/Gexpr.o >/dev/null 2>&1 depbase=`echo dwarf/Gfde.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfde.lo dwarf/Gfde.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c -fPIC -DPIC -o dwarf/.libs/Gfde.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c -o dwarf/Gfde.o >/dev/null 2>&1 depbase=`echo dwarf/Gparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gparser.lo dwarf/Gparser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF dwarf/.deps/Gparser.Tpo -c dwarf/Gparser.c -fPIC -DPIC -o dwarf/.libs/Gparser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF dwarf/.deps/Gparser.Tpo -c dwarf/Gparser.c -o dwarf/Gparser.o >/dev/null 2>&1 depbase=`echo dwarf/Gpe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gpe.lo dwarf/Gpe.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c -fPIC -DPIC -o dwarf/.libs/Gpe.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c -o dwarf/Gpe.o >/dev/null 2>&1 depbase=`echo dwarf/Gfind_proc_info-lsb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfind_proc_info-lsb.lo dwarf/Gfind_proc_info-lsb.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Gfind_proc_info-lsb.Tpo -c dwarf/Gfind_proc_info-lsb.c -fPIC -DPIC -o dwarf/.libs/Gfind_proc_info-lsb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Gfind_proc_info-lsb.Tpo -c dwarf/Gfind_proc_info-lsb.c -o dwarf/Gfind_proc_info-lsb.o >/dev/null 2>&1 depbase=`echo dwarf/Gfind_unwind_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfind_unwind_table.lo dwarf/Gfind_unwind_table.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Gfind_unwind_table.Tpo -c dwarf/Gfind_unwind_table.c -fPIC -DPIC -o dwarf/.libs/Gfind_unwind_table.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Gfind_unwind_table.Tpo -c dwarf/Gfind_unwind_table.c -o dwarf/Gfind_unwind_table.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o libunwind-dwarf-generic.la dwarf/Gexpr.lo dwarf/Gfde.lo dwarf/Gparser.lo dwarf/Gpe.lo dwarf/Gfind_proc_info-lsb.lo dwarf/Gfind_unwind_table.lo libunwind-dwarf-common.la libtool: link: rm -fr .libs/libunwind-dwarf-generic.a .libs/libunwind-dwarf-generic.la libtool: link: (cd .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a && ar x "/root/diagnose-tools/deps/libunwind/src/./.libs/libunwind-dwarf-common.a") libtool: link: ar cru .libs/libunwind-dwarf-generic.a dwarf/.libs/Gexpr.o dwarf/.libs/Gfde.o dwarf/.libs/Gparser.o dwarf/.libs/Gpe.o dwarf/.libs/Gfind_proc_info-lsb.o dwarf/.libs/Gfind_unwind_table.o .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a/global.o libtool: link: ranlib .libs/libunwind-dwarf-generic.a libtool: link: rm -fr .libs/libunwind-dwarf-generic.lax libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-generic.la" && ln -s "../libunwind-dwarf-generic.la" "libunwind-dwarf-generic.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -version-info 8:1:0 -o libunwind-x86_64.la -rpath /root/diagnose-tools/deps/lib os-linux.lo mi/init.lo mi/flush_cache.lo mi/mempool.lo mi/strerror.lo x86_64/is_fpreg.lo x86_64/regname.lo x86_64/Gos-linux.lo mi/Gdyn-extract.lo mi/Gdyn-remote.lo mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_space.lo mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo mi/Gset_fpreg.lo mi/Gset_caching_policy.lo mi/Gset_cache_size.lo x86_64/Gapply_reg_state.lo x86_64/Greg_states_iterate.lo x86_64/Gcreate_addr_space.lo x86_64/Gget_save_loc.lo x86_64/Gglobal.lo x86_64/Ginit.lo x86_64/Ginit_local.lo x86_64/Ginit_remote.lo x86_64/Gget_proc_info.lo x86_64/Gregs.lo x86_64/Gresume.lo x86_64/Gstash_frame.lo x86_64/Gstep.lo x86_64/Gtrace.lo libunwind-dwarf-generic.la libunwind-elf64.la libunwind.la -lc libtool: link: rm -fr .libs/libunwind-x86_64.a .libs/libunwind-x86_64.la .libs/libunwind-x86_64.lai .libs/libunwind-x86_64.so .libs/libunwind-x86_64.so.8 .libs/libunwind-x86_64.so.8.0.1 .libs/libunwind-x86_64.so.8.0.1T libtool: link: gcc -shared -fPIC -DPIC .libs/os-linux.o mi/.libs/init.o mi/.libs/flush_cache.o mi/.libs/mempool.o mi/.libs/strerror.o x86_64/.libs/is_fpreg.o x86_64/.libs/regname.o x86_64/.libs/Gos-linux.o mi/.libs/Gdyn-extract.o mi/.libs/Gdyn-remote.o mi/.libs/Gfind_dynamic_proc_info.o mi/.libs/Gget_accessors.o mi/.libs/Gget_proc_info_by_ip.o mi/.libs/Gget_proc_name.o mi/.libs/Gput_dynamic_unwind_info.o mi/.libs/Gdestroy_addr_space.o mi/.libs/Gget_reg.o mi/.libs/Gset_reg.o mi/.libs/Gget_fpreg.o mi/.libs/Gset_fpreg.o mi/.libs/Gset_caching_policy.o mi/.libs/Gset_cache_size.o x86_64/.libs/Gapply_reg_state.o x86_64/.libs/Greg_states_iterate.o x86_64/.libs/Gcreate_addr_space.o x86_64/.libs/Gget_save_loc.o x86_64/.libs/Gglobal.o x86_64/.libs/Ginit.o x86_64/.libs/Ginit_local.o x86_64/.libs/Ginit_remote.o x86_64/.libs/Gget_proc_info.o x86_64/.libs/Gregs.o x86_64/.libs/Gresume.o x86_64/.libs/Gstash_frame.o x86_64/.libs/Gstep.o x86_64/.libs/Gtrace.o -Wl,--whole-archive ./.libs/libunwind-dwarf-generic.a ./.libs/libunwind-elf64.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/root/diagnose-tools/deps/libunwind/src/.libs -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib ./.libs/libunwind.so -lgcc_s -llzma -lz -lc -g -O2 -nostartfiles -Wl,-soname -Wl,libunwind-x86_64.so.8 -o .libs/libunwind-x86_64.so.8.0.1 libtool: link: (cd ".libs" && rm -f "libunwind-x86_64.so.8" && ln -s "libunwind-x86_64.so.8.0.1" "libunwind-x86_64.so.8") libtool: link: (cd ".libs" && rm -f "libunwind-x86_64.so" && ln -s "libunwind-x86_64.so.8.0.1" "libunwind-x86_64.so") libtool: link: (cd .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a && ar x "/root/diagnose-tools/deps/libunwind/src/./.libs/libunwind-dwarf-generic.a") libtool: link: (cd .libs/libunwind-x86_64.lax/libunwind-elf64.a && ar x "/root/diagnose-tools/deps/libunwind/src/./.libs/libunwind-elf64.a") libtool: link: ar cru .libs/libunwind-x86_64.a os-linux.o mi/init.o mi/flush_cache.o mi/mempool.o mi/strerror.o x86_64/is_fpreg.o x86_64/regname.o x86_64/Gos-linux.o mi/Gdyn-extract.o mi/Gdyn-remote.o mi/Gfind_dynamic_proc_info.o mi/Gget_accessors.o mi/Gget_proc_info_by_ip.o mi/Gget_proc_name.o mi/Gput_dynamic_unwind_info.o mi/Gdestroy_addr_space.o mi/Gget_reg.o mi/Gset_reg.o mi/Gget_fpreg.o mi/Gset_fpreg.o mi/Gset_caching_policy.o mi/Gset_cache_size.o x86_64/Gapply_reg_state.o x86_64/Greg_states_iterate.o x86_64/Gcreate_addr_space.o x86_64/Gget_save_loc.o x86_64/Gglobal.o x86_64/Ginit.o x86_64/Ginit_local.o x86_64/Ginit_remote.o x86_64/Gget_proc_info.o x86_64/Gregs.o x86_64/Gresume.o x86_64/Gstash_frame.o x86_64/Gstep.o x86_64/Gtrace.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gexpr.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfde.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfind_proc_info-lsb.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gfind_unwind_table.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gparser.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gpe.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/global.o .libs/libunwind-x86_64.lax/libunwind-elf64.a/elf64.o libtool: link: ranlib .libs/libunwind-x86_64.a libtool: link: rm -fr .libs/libunwind-x86_64.lax libtool: link: ( cd ".libs" && rm -f "libunwind-x86_64.la" && ln -s "../libunwind-x86_64.la" "libunwind-x86_64.la" ) depbase=`echo setjmp/longjmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/longjmp.lo -MD -MP -MF $depbase.Tpo -c -o setjmp/longjmp.lo setjmp/longjmp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/longjmp.lo -MD -MP -MF setjmp/.deps/longjmp.Tpo -c setjmp/longjmp.c -fPIC -DPIC -o setjmp/.libs/longjmp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/longjmp.lo -MD -MP -MF setjmp/.deps/longjmp.Tpo -c setjmp/longjmp.c -o setjmp/longjmp.o >/dev/null 2>&1 depbase=`echo setjmp/siglongjmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/siglongjmp.lo -MD -MP -MF $depbase.Tpo -c -o setjmp/siglongjmp.lo setjmp/siglongjmp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/siglongjmp.lo -MD -MP -MF setjmp/.deps/siglongjmp.Tpo -c setjmp/siglongjmp.c -fPIC -DPIC -o setjmp/.libs/siglongjmp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT setjmp/siglongjmp.lo -MD -MP -MF setjmp/.deps/siglongjmp.Tpo -c setjmp/siglongjmp.c -o setjmp/siglongjmp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -version-info 0:0:0 -o libunwind-setjmp.la -rpath /root/diagnose-tools/deps/lib setjmp/longjmp.lo setjmp/siglongjmp.lo x86_64/longjmp.lo x86_64/siglongjmp.lo libunwind-elf64.la libunwind-x86_64.la libunwind.la -lc libtool: link: rm -fr .libs/libunwind-setjmp.a .libs/libunwind-setjmp.la .libs/libunwind-setjmp.lai .libs/libunwind-setjmp.so .libs/libunwind-setjmp.so.0 .libs/libunwind-setjmp.so.0.0.0 .libs/libunwind-setjmp.so.0.0.0T libtool: link: gcc -shared -fPIC -DPIC setjmp/.libs/longjmp.o setjmp/.libs/siglongjmp.o x86_64/.libs/longjmp.o x86_64/.libs/siglongjmp.o -Wl,--whole-archive ./.libs/libunwind-elf64.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/root/diagnose-tools/deps/libunwind/src/.libs -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib -L/root/diagnose-tools/deps/libunwind/src/.libs ./.libs/libunwind-x86_64.so /root/diagnose-tools/deps/libunwind/src/.libs/libunwind.so ./.libs/libunwind.so -lgcc_s -llzma -lz -lc -g -O2 -nostartfiles -Wl,-soname -Wl,libunwind-setjmp.so.0 -o .libs/libunwind-setjmp.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libunwind-setjmp.so.0" && ln -s "libunwind-setjmp.so.0.0.0" "libunwind-setjmp.so.0") libtool: link: (cd ".libs" && rm -f "libunwind-setjmp.so" && ln -s "libunwind-setjmp.so.0.0.0" "libunwind-setjmp.so") libtool: link: (cd .libs/libunwind-setjmp.lax/libunwind-elf64.a && ar x "/root/diagnose-tools/deps/libunwind/src/./.libs/libunwind-elf64.a") copying selected object files to avoid basename conflicts... libtool: link: ln x86_64/longjmp.o .libs/libunwind-setjmp.lax/lt1-longjmp.o || cp x86_64/longjmp.o .libs/libunwind-setjmp.lax/lt1-longjmp.o libtool: link: ln x86_64/siglongjmp.o .libs/libunwind-setjmp.lax/lt2-siglongjmp.o || cp x86_64/siglongjmp.o .libs/libunwind-setjmp.lax/lt2-siglongjmp.o libtool: link: ar cru .libs/libunwind-setjmp.a setjmp/longjmp.o setjmp/siglongjmp.o .libs/libunwind-setjmp.lax/lt1-longjmp.o .libs/libunwind-setjmp.lax/lt2-siglongjmp.o .libs/libunwind-setjmp.lax/libunwind-elf64.a/elf64.o libtool: link: ranlib .libs/libunwind-setjmp.a libtool: link: rm -fr .libs/libunwind-setjmp.lax .libs/libunwind-setjmp.lax libtool: link: ( cd ".libs" && rm -f "libunwind-setjmp.la" && ln -s "../libunwind-setjmp.la" "libunwind-setjmp.la" ) make[4]: Entering directory '/root/diagnose-tools/deps/libunwind/src' /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libunwind.la libunwind-ptrace.la libunwind-coredump.la libunwind-x86_64.la libunwind-setjmp.la '/root/diagnose-tools/deps/lib' libtool: install: /usr/bin/install -c .libs/libunwind.so.8.0.1 /root/diagnose-tools/deps/lib/libunwind.so.8.0.1 libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind.so.8.0.1 libunwind.so.8 || { rm -f libunwind.so.8 && ln -s libunwind.so.8.0.1 libunwind.so.8; }; }) libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind.so.8.0.1 libunwind.so || { rm -f libunwind.so && ln -s libunwind.so.8.0.1 libunwind.so; }; }) libtool: install: /usr/bin/install -c .libs/libunwind.lai /root/diagnose-tools/deps/lib/libunwind.la libtool: install: /usr/bin/install -c .libs/libunwind-ptrace.so.0.0.0 /root/diagnose-tools/deps/lib/libunwind-ptrace.so.0.0.0 libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-ptrace.so.0.0.0 libunwind-ptrace.so.0 || { rm -f libunwind-ptrace.so.0 && ln -s libunwind-ptrace.so.0.0.0 libunwind-ptrace.so.0; }; }) libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-ptrace.so.0.0.0 libunwind-ptrace.so || { rm -f libunwind-ptrace.so && ln -s libunwind-ptrace.so.0.0.0 libunwind-ptrace.so; }; }) libtool: install: /usr/bin/install -c .libs/libunwind-ptrace.lai /root/diagnose-tools/deps/lib/libunwind-ptrace.la libtool: install: /usr/bin/install -c .libs/libunwind-coredump.so.0.0.0 /root/diagnose-tools/deps/lib/libunwind-coredump.so.0.0.0 libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-coredump.so.0.0.0 libunwind-coredump.so.0 || { rm -f libunwind-coredump.so.0 && ln -s libunwind-coredump.so.0.0.0 libunwind-coredump.so.0; }; }) libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-coredump.so.0.0.0 libunwind-coredump.so || { rm -f libunwind-coredump.so && ln -s libunwind-coredump.so.0.0.0 libunwind-coredump.so; }; }) libtool: install: /usr/bin/install -c .libs/libunwind-coredump.lai /root/diagnose-tools/deps/lib/libunwind-coredump.la libtool: warning: relinking 'libunwind-x86_64.la' libtool: install: (cd /root/diagnose-tools/deps/libunwind/src; /bin/sh "/root/diagnose-tools/deps/libunwind/libtool" --tag CC --mode=relink gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -version-info 8:1:0 -o libunwind-x86_64.la -rpath /root/diagnose-tools/deps/lib os-linux.lo mi/init.lo mi/flush_cache.lo mi/mempool.lo mi/strerror.lo x86_64/is_fpreg.lo x86_64/regname.lo x86_64/Gos-linux.lo mi/Gdyn-extract.lo mi/Gdyn-remote.lo mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_space.lo mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo mi/Gset_fpreg.lo mi/Gset_caching_policy.lo mi/Gset_cache_size.lo x86_64/Gapply_reg_state.lo x86_64/Greg_states_iterate.lo x86_64/Gcreate_addr_space.lo x86_64/Gget_save_loc.lo x86_64/Gglobal.lo x86_64/Ginit.lo x86_64/Ginit_local.lo x86_64/Ginit_remote.lo x86_64/Gget_proc_info.lo x86_64/Gregs.lo x86_64/Gresume.lo x86_64/Gstash_frame.lo x86_64/Gstep.lo x86_64/Gtrace.lo libunwind-dwarf-generic.la libunwind-elf64.la libunwind.la -lc ) libtool: relink: gcc -shared -fPIC -DPIC .libs/os-linux.o mi/.libs/init.o mi/.libs/flush_cache.o mi/.libs/mempool.o mi/.libs/strerror.o x86_64/.libs/is_fpreg.o x86_64/.libs/regname.o x86_64/.libs/Gos-linux.o mi/.libs/Gdyn-extract.o mi/.libs/Gdyn-remote.o mi/.libs/Gfind_dynamic_proc_info.o mi/.libs/Gget_accessors.o mi/.libs/Gget_proc_info_by_ip.o mi/.libs/Gget_proc_name.o mi/.libs/Gput_dynamic_unwind_info.o mi/.libs/Gdestroy_addr_space.o mi/.libs/Gget_reg.o mi/.libs/Gset_reg.o mi/.libs/Gget_fpreg.o mi/.libs/Gset_fpreg.o mi/.libs/Gset_caching_policy.o mi/.libs/Gset_cache_size.o x86_64/.libs/Gapply_reg_state.o x86_64/.libs/Greg_states_iterate.o x86_64/.libs/Gcreate_addr_space.o x86_64/.libs/Gget_save_loc.o x86_64/.libs/Gglobal.o x86_64/.libs/Ginit.o x86_64/.libs/Ginit_local.o x86_64/.libs/Ginit_remote.o x86_64/.libs/Gget_proc_info.o x86_64/.libs/Gregs.o x86_64/.libs/Gresume.o x86_64/.libs/Gstash_frame.o x86_64/.libs/Gstep.o x86_64/.libs/Gtrace.o -Wl,--whole-archive ./.libs/libunwind-dwarf-generic.a ./.libs/libunwind-elf64.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib -L/root/diagnose-tools/deps/lib -lunwind -lgcc_s -llzma -lz -lc -g -O2 -nostartfiles -Wl,-soname -Wl,libunwind-x86_64.so.8 -o .libs/libunwind-x86_64.so.8.0.1 libtool: install: /usr/bin/install -c .libs/libunwind-x86_64.so.8.0.1T /root/diagnose-tools/deps/lib/libunwind-x86_64.so.8.0.1 libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-x86_64.so.8.0.1 libunwind-x86_64.so.8 || { rm -f libunwind-x86_64.so.8 && ln -s libunwind-x86_64.so.8.0.1 libunwind-x86_64.so.8; }; }) libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-x86_64.so.8.0.1 libunwind-x86_64.so || { rm -f libunwind-x86_64.so && ln -s libunwind-x86_64.so.8.0.1 libunwind-x86_64.so; }; }) libtool: install: /usr/bin/install -c .libs/libunwind-x86_64.lai /root/diagnose-tools/deps/lib/libunwind-x86_64.la libtool: warning: relinking 'libunwind-setjmp.la' libtool: install: (cd /root/diagnose-tools/deps/libunwind/src; /bin/sh "/root/diagnose-tools/deps/libunwind/libtool" --tag CC --mode=relink gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -version-info 0:0:0 -o libunwind-setjmp.la -rpath /root/diagnose-tools/deps/lib setjmp/longjmp.lo setjmp/siglongjmp.lo x86_64/longjmp.lo x86_64/siglongjmp.lo libunwind-elf64.la libunwind-x86_64.la libunwind.la -lc ) libtool: relink: gcc -shared -fPIC -DPIC setjmp/.libs/longjmp.o setjmp/.libs/siglongjmp.o x86_64/.libs/longjmp.o x86_64/.libs/siglongjmp.o -Wl,--whole-archive ./.libs/libunwind-elf64.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib -L/root/diagnose-tools/deps/libunwind/src/.libs -L/root/diagnose-tools/deps/lib -lunwind-x86_64 -lunwind -lgcc_s -llzma -lz -lc -g -O2 -nostartfiles -Wl,-soname -Wl,libunwind-setjmp.so.0 -o .libs/libunwind-setjmp.so.0.0.0 libtool: install: /usr/bin/install -c .libs/libunwind-setjmp.so.0.0.0T /root/diagnose-tools/deps/lib/libunwind-setjmp.so.0.0.0 libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-setjmp.so.0.0.0 libunwind-setjmp.so.0 || { rm -f libunwind-setjmp.so.0 && ln -s libunwind-setjmp.so.0.0.0 libunwind-setjmp.so.0; }; }) libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libunwind-setjmp.so.0.0.0 libunwind-setjmp.so || { rm -f libunwind-setjmp.so && ln -s libunwind-setjmp.so.0.0.0 libunwind-setjmp.so; }; }) libtool: install: /usr/bin/install -c .libs/libunwind-setjmp.lai /root/diagnose-tools/deps/lib/libunwind-setjmp.la libtool: install: /usr/bin/install -c .libs/libunwind.a /root/diagnose-tools/deps/lib/libunwind.a libtool: install: chmod 644 /root/diagnose-tools/deps/lib/libunwind.a libtool: install: ranlib /root/diagnose-tools/deps/lib/libunwind.a libtool: install: /usr/bin/install -c .libs/libunwind-ptrace.a /root/diagnose-tools/deps/lib/libunwind-ptrace.a libtool: install: chmod 644 /root/diagnose-tools/deps/lib/libunwind-ptrace.a libtool: install: ranlib /root/diagnose-tools/deps/lib/libunwind-ptrace.a libtool: install: /usr/bin/install -c .libs/libunwind-coredump.a /root/diagnose-tools/deps/lib/libunwind-coredump.a libtool: install: chmod 644 /root/diagnose-tools/deps/lib/libunwind-coredump.a libtool: install: ranlib /root/diagnose-tools/deps/lib/libunwind-coredump.a libtool: install: /usr/bin/install -c .libs/libunwind-x86_64.a /root/diagnose-tools/deps/lib/libunwind-x86_64.a libtool: install: chmod 644 /root/diagnose-tools/deps/lib/libunwind-x86_64.a libtool: install: ranlib /root/diagnose-tools/deps/lib/libunwind-x86_64.a libtool: install: /usr/bin/install -c .libs/libunwind-setjmp.a /root/diagnose-tools/deps/lib/libunwind-setjmp.a libtool: install: chmod 644 /root/diagnose-tools/deps/lib/libunwind-setjmp.a libtool: install: ranlib /root/diagnose-tools/deps/lib/libunwind-setjmp.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /root/diagnose-tools/deps/lib ---------------------------------------------------------------------- Libraries have been installed in: /root/diagnose-tools/deps/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make install-exec-hook make[5]: Entering directory '/root/diagnose-tools/deps/libunwind/src' if test -f /root/diagnose-tools/deps/lib/libunwind-x86_64.a; then \ cd /root/diagnose-tools/deps/lib && ln -s -f libunwind-x86_64.a libunwind-generic.a; \ fi if test -f /root/diagnose-tools/deps/lib/libunwind-x86_64.so; then \ cd /root/diagnose-tools/deps/lib && ln -s -f libunwind-x86_64.so \ libunwind-generic.so; \ fi make[5]: Leaving directory '/root/diagnose-tools/deps/libunwind/src' /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib/pkgconfig' /usr/bin/install -c -m 644 libunwind-generic.pc unwind/libunwind.pc ptrace/libunwind-ptrace.pc setjmp/libunwind-setjmp.pc coredump/libunwind-coredump.pc '/root/diagnose-tools/deps/lib/pkgconfig' make[4]: Leaving directory '/root/diagnose-tools/deps/libunwind/src' make[3]: Leaving directory '/root/diagnose-tools/deps/libunwind/src' make[2]: Leaving directory '/root/diagnose-tools/deps/libunwind/src' Making install in tests make[2]: Entering directory '/root/diagnose-tools/deps/libunwind/tests' depbase=`echo Gperf-simple.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT Gperf-simple.o -MD -MP -MF $depbase.Tpo -c -o Gperf-simple.o Gperf-simple.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o Gperf-simple Gperf-simple.o ../src/libunwind-x86_64.la ../src/libunwind.la libtool: link: gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o .libs/Gperf-simple Gperf-simple.o ../src/.libs/libunwind-x86_64.so /root/diagnose-tools/deps/libunwind/src/.libs/libunwind.so ../src/.libs/libunwind.so -lc -lgcc_s -llzma -lz -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib depbase=`echo Lperf-simple.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT Lperf-simple.o -MD -MP -MF $depbase.Tpo -c -o Lperf-simple.o Lperf-simple.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o Lperf-simple Lperf-simple.o ../src/libunwind.la libtool: link: gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o .libs/Lperf-simple Lperf-simple.o ../src/.libs/libunwind.so -lc -lgcc_s -llzma -lz -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib depbase=`echo Gperf-trace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT Gperf-trace.o -MD -MP -MF $depbase.Tpo -c -o Gperf-trace.o Gperf-trace.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o Gperf-trace Gperf-trace.o ../src/libunwind-x86_64.la ../src/libunwind.la libtool: link: gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o .libs/Gperf-trace Gperf-trace.o ../src/.libs/libunwind-x86_64.so /root/diagnose-tools/deps/libunwind/src/.libs/libunwind.so ../src/.libs/libunwind.so -lc -lgcc_s -llzma -lz -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib depbase=`echo Lperf-trace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT Lperf-trace.o -MD -MP -MF $depbase.Tpo -c -o Lperf-trace.o Lperf-trace.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o Lperf-trace Lperf-trace.o ../src/libunwind.la libtool: link: gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o .libs/Lperf-trace Lperf-trace.o ../src/.libs/libunwind.so -lc -lgcc_s -llzma -lz -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib depbase=`echo test-coredump-unwind.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT test-coredump-unwind.o -MD -MP -MF $depbase.Tpo -c -o test-coredump-unwind.o test-coredump-unwind.c &&\ mv -f $depbase.Tpo $depbase.Po test-coredump-unwind.c: In function ‘handle_sigsegv’: test-coredump-unwind.c:247:9: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] int size; ^~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o test-coredump-unwind test-coredump-unwind.o ../src/libunwind-coredump.la ../src/libunwind-x86_64.la libtool: link: gcc -g -O2 -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o .libs/test-coredump-unwind test-coredump-unwind.o ../src/.libs/libunwind-coredump.so ../src/.libs/libunwind-x86_64.so /root/diagnose-tools/deps/libunwind/src/.libs/libunwind.so -lgcc_s -llzma -lz -lc -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib make[3]: Entering directory '/root/diagnose-tools/deps/libunwind/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/diagnose-tools/deps/libunwind/tests' make[2]: Leaving directory '/root/diagnose-tools/deps/libunwind/tests' make[2]: Entering directory '/root/diagnose-tools/deps/libunwind' make[3]: Entering directory '/root/diagnose-tools/deps/libunwind' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/include' /usr/bin/install -c -m 644 include/libunwind-dynamic.h include/libunwind-ptrace.h include/libunwind-coredump.h include/libunwind-x86_64.h include/libunwind.h include/unwind.h '/root/diagnose-tools/deps/include' /usr/bin/mkdir -p '/root/diagnose-tools/deps/include' /usr/bin/install -c -m 644 include/libunwind-common.h '/root/diagnose-tools/deps/include' make[3]: Leaving directory '/root/diagnose-tools/deps/libunwind' make[2]: Leaving directory '/root/diagnose-tools/deps/libunwind' make[1]: Leaving directory '/root/diagnose-tools/deps/libunwind' cd /root/diagnose-tools/deps//xz; ./autogen.sh; ./configure CFLAGS="-g -O2" --prefix=/root/diagnose-tools/deps//; make install + autopoint -f autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION + libtoolize -c -f libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' + aclocal -I m4 + autoconf + autoheader + automake -acf --foreign configure.ac:576: installing 'build-aux/compile' configure.ac:573: installing 'build-aux/missing' debug/Makefile.am: installing 'build-aux/depcomp' + test x '!=' x--no-po4a + cd po4a + sh update-po po4a/update-po: The program 'po4a' was not found. po4a/update-po: Translated man pages were not generated. XZ Utils 5.3.1alpha System type: checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu Configure options: checking if debugging code should be compiled... no checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc checking which match finders to build... hc3 hc4 bt2 bt3 bt4 checking which integrity checks to build... crc32 crc64 sha256 checking if external SHA-256 should be used... no checking if assembler optimizations should be used... x86_64 checking if small size is preferred over speed... no checking if threading support is wanted... yes, posix checking how much RAM to assume if the real amount is unknown... 128 MiB checking if library symbol versioning should be used... yes checking if sandboxing should be used... maybe (autodetect) checking for a shell that conforms to POSIX... /bin/sh Initializing Automake: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether ln -s works... yes checking whether make supports the include directive... yes (GNU style) 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... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes POSIX threading support: checking for a sed that does not truncate output... /usr/bin/sed checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for pthread_condattr_setclock... yes checking whether CLOCK_MONOTONIC is declared... yes Initializing Libtool: checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/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 the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no 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 whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for windres... no Initializing gettext: checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by gcc... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc System headers and functions: checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking immintrin.h usability... yes checking immintrin.h presence... yes checking for immintrin.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking size of size_t... 8 checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... no checking for struct stat.st_atimensec... no checking for struct stat.st_uatime... no checking for struct stat.st_atim.st__tim.tv_nsec... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long... yes checking whether optreset is declared... no checking for futimens... yes checking for posix_fadvise... yes checking whether program_invocation_name is declared... yes checking if __builtin_bswap16/32/64 are supported... yes checking if unaligned memory access should be used... yes checking if unsafe type punning should be used... no checking if __builtin_assume_aligned is supported... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking how to detect the amount of physical memory... sysconf checking for sys/param.h... (cached) yes checking how to detect the number of available CPU cores... sched_getaffinity checking whether mbrtowc and mbstate_t are properly declared... yes checking for wcwidth... yes checking whether _mm_movemask_epi8 is declared... yes checking sys/capsicum.h usability... no checking sys/capsicum.h presence... no checking for sys/capsicum.h... no checking whether cap_rights_limit is declared... no GCC extensions: checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking if gcc accepts -Wall... yes checking if gcc accepts -Wextra... yes checking if gcc accepts -Wvla... yes checking if gcc accepts -Wformat=2... yes checking if gcc accepts -Winit-self... yes checking if gcc accepts -Wmissing-include-dirs... yes checking if gcc accepts -Wstrict-aliasing... yes checking if gcc accepts -Wfloat-equal... yes checking if gcc accepts -Wundef... yes checking if gcc accepts -Wshadow... yes checking if gcc accepts -Wpointer-arith... yes checking if gcc accepts -Wbad-function-cast... yes checking if gcc accepts -Wwrite-strings... yes checking if gcc accepts -Wlogical-op... yes checking if gcc accepts -Waggregate-return... yes checking if gcc accepts -Wstrict-prototypes... yes checking if gcc accepts -Wold-style-definition... yes checking if gcc accepts -Wmissing-prototypes... yes checking if gcc accepts -Wmissing-declarations... yes checking if gcc accepts -Wmissing-noreturn... yes checking if gcc accepts -Wredundant-decls... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Doxyfile config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating src/liblzma/Makefile config.status: creating src/liblzma/api/Makefile config.status: creating src/xz/Makefile config.status: creating src/xzdec/Makefile config.status: creating src/lzmainfo/Makefile config.status: creating src/scripts/Makefile config.status: creating tests/Makefile config.status: creating debug/Makefile config.status: creating src/scripts/xzdiff config.status: creating src/scripts/xzgrep config.status: creating src/scripts/xzmore config.status: creating src/scripts/xzless config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile make[1]: Entering directory '/root/diagnose-tools/deps/xz' Making install in src make[2]: Entering directory '/root/diagnose-tools/deps/xz/src' Making install in liblzma make[3]: Entering directory '/root/diagnose-tools/deps/xz/src/liblzma' Making install in api make[4]: Entering directory '/root/diagnose-tools/deps/xz/src/liblzma/api' make[5]: Entering directory '/root/diagnose-tools/deps/xz/src/liblzma/api' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/include' /usr/bin/mkdir -p '/root/diagnose-tools/deps/include/lzma' /usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/root/diagnose-tools/deps/include/lzma' /usr/bin/install -c -m 644 lzma.h '/root/diagnose-tools/deps/include/.' make[5]: Leaving directory '/root/diagnose-tools/deps/xz/src/liblzma/api' make[4]: Leaving directory '/root/diagnose-tools/deps/xz/src/liblzma/api' make[4]: Entering directory '/root/diagnose-tools/deps/xz/src/liblzma' make[5]: Entering directory '/root/diagnose-tools/deps/xz/src/liblzma' /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib' /bin/sh ../../libtool --mode=install /usr/bin/install -c liblzma.la '/root/diagnose-tools/deps/lib' libtool: install: /usr/bin/install -c .libs/liblzma.so.5.3.99 /root/diagnose-tools/deps/lib/liblzma.so.5.3.99 libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f liblzma.so.5.3.99 liblzma.so.5 || { rm -f liblzma.so.5 && ln -s liblzma.so.5.3.99 liblzma.so.5; }; }) libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f liblzma.so.5.3.99 liblzma.so || { rm -f liblzma.so && ln -s liblzma.so.5.3.99 liblzma.so; }; }) libtool: install: /usr/bin/install -c .libs/liblzma.lai /root/diagnose-tools/deps/lib/liblzma.la libtool: install: /usr/bin/install -c .libs/liblzma.a /root/diagnose-tools/deps/lib/liblzma.a libtool: install: chmod 644 /root/diagnose-tools/deps/lib/liblzma.a libtool: install: ranlib /root/diagnose-tools/deps/lib/liblzma.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /root/diagnose-tools/deps/lib ---------------------------------------------------------------------- Libraries have been installed in: /root/diagnose-tools/deps/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib/pkgconfig' /usr/bin/install -c -m 644 liblzma.pc '/root/diagnose-tools/deps/lib/pkgconfig' make[5]: Leaving directory '/root/diagnose-tools/deps/xz/src/liblzma' make[4]: Leaving directory '/root/diagnose-tools/deps/xz/src/liblzma' make[3]: Leaving directory '/root/diagnose-tools/deps/xz/src/liblzma' Making install in xzdec make[3]: Entering directory '/root/diagnose-tools/deps/xz/src/xzdec' make[4]: Entering directory '/root/diagnose-tools/deps/xz/src/xzdec' /usr/bin/mkdir -p '/root/diagnose-tools/deps/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/root/diagnose-tools/deps/bin' libtool: install: /usr/bin/install -c .libs/xzdec /root/diagnose-tools/deps/bin/xzdec libtool: install: /usr/bin/install -c .libs/lzmadec /root/diagnose-tools/deps/bin/lzmadec /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/man/man1' /usr/bin/install -c -m 644 xzdec.1 '/root/diagnose-tools/deps/share/man/man1' make install-data-hook make[5]: Entering directory '/root/diagnose-tools/deps/xz/src/xzdec' languages= ; \ if test "yes" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xzdec | sed 's,x,x,'` && \ link=`echo lzmadec | sed 's,x,x,'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xzdec.1" ; \ if test -f "$man"; then \ make dist_man_MANS="$man" man_MANS= \ mandir="/root/diagnose-tools/deps/share/man/$lang" install-man; \ fi; \ man1dir="/root/diagnose-tools/deps/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then \ if test -n "lzmadec"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ fi; \ done make[5]: Leaving directory '/root/diagnose-tools/deps/xz/src/xzdec' make[4]: Leaving directory '/root/diagnose-tools/deps/xz/src/xzdec' make[3]: Leaving directory '/root/diagnose-tools/deps/xz/src/xzdec' Making install in xz make[3]: Entering directory '/root/diagnose-tools/deps/xz/src/xz' make[4]: Entering directory '/root/diagnose-tools/deps/xz/src/xz' /usr/bin/mkdir -p '/root/diagnose-tools/deps/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c xz '/root/diagnose-tools/deps/bin' libtool: install: /usr/bin/install -c .libs/xz /root/diagnose-tools/deps/bin/xz make install-exec-hook make[5]: Entering directory '/root/diagnose-tools/deps/xz/src/xz' cd "/root/diagnose-tools/deps/bin" && \ target=`echo xz | sed 's,x,x,'` && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's,x,x,'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[5]: Leaving directory '/root/diagnose-tools/deps/xz/src/xz' /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/man/man1' /usr/bin/install -c -m 644 xz.1 '/root/diagnose-tools/deps/share/man/man1' make install-data-hook make[5]: Entering directory '/root/diagnose-tools/deps/xz/src/xz' languages= ; \ if test "yes" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xz | sed 's,x,x,'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xz.1" ; \ if test -f "$man"; then \ make dist_man_MANS="$man" man_MANS= \ mandir="/root/diagnose-tools/deps/share/man/$lang" install-man; \ fi; \ man1dir="/root/diagnose-tools/deps/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's,x,x,'` && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1"; \ done \ ); fi; \ done make[5]: Leaving directory '/root/diagnose-tools/deps/xz/src/xz' make[4]: Leaving directory '/root/diagnose-tools/deps/xz/src/xz' make[3]: Leaving directory '/root/diagnose-tools/deps/xz/src/xz' Making install in lzmainfo make[3]: Entering directory '/root/diagnose-tools/deps/xz/src/lzmainfo' make[4]: Entering directory '/root/diagnose-tools/deps/xz/src/lzmainfo' /usr/bin/mkdir -p '/root/diagnose-tools/deps/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c lzmainfo '/root/diagnose-tools/deps/bin' libtool: install: /usr/bin/install -c .libs/lzmainfo /root/diagnose-tools/deps/bin/lzmainfo /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/man/man1' /usr/bin/install -c -m 644 lzmainfo.1 '/root/diagnose-tools/deps/share/man/man1' make[4]: Leaving directory '/root/diagnose-tools/deps/xz/src/lzmainfo' make[3]: Leaving directory '/root/diagnose-tools/deps/xz/src/lzmainfo' Making install in scripts make[3]: Entering directory '/root/diagnose-tools/deps/xz/src/scripts' make[4]: Entering directory '/root/diagnose-tools/deps/xz/src/scripts' /usr/bin/mkdir -p '/root/diagnose-tools/deps/bin' /usr/bin/install -c xzdiff xzgrep xzmore xzless '/root/diagnose-tools/deps/bin' make install-exec-hook make[5]: Entering directory '/root/diagnose-tools/deps/xz/src/scripts' cd "/root/diagnose-tools/deps/bin" && \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \ link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[5]: Leaving directory '/root/diagnose-tools/deps/xz/src/scripts' /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/man/man1' /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/root/diagnose-tools/deps/share/man/man1' make install-data-hook make[5]: Entering directory '/root/diagnose-tools/deps/xz/src/scripts' languages= ; \ if test "yes" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ for lang in $languages; do \ mans= ; \ for man in xzdiff.1 xzgrep.1 xzmore.1 xzless.1; do \ man="../../po4a/man/$lang/$man" ; \ if test -f "$man"; then \ mans="$mans $man"; \ fi; \ done; \ make dist_man_MANS="$mans" man_MANS= \ mandir="/root/diagnose-tools/deps/share/man/$lang" install-man; \ done; \ for lang in . $languages; do \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' \ | sed 's,x,x,'` && \ link=`echo $pair | sed 's/^.*-//' \ | sed 's,x,x,'` && \ man1dir="/root/diagnose-tools/deps/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ done; \ done make[5]: Leaving directory '/root/diagnose-tools/deps/xz/src/scripts' make[4]: Leaving directory '/root/diagnose-tools/deps/xz/src/scripts' make[3]: Leaving directory '/root/diagnose-tools/deps/xz/src/scripts' make[3]: Entering directory '/root/diagnose-tools/deps/xz/src' make[4]: Entering directory '/root/diagnose-tools/deps/xz/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/diagnose-tools/deps/xz/src' make[3]: Leaving directory '/root/diagnose-tools/deps/xz/src' make[2]: Leaving directory '/root/diagnose-tools/deps/xz/src' Making install in po make[2]: Entering directory '/root/diagnose-tools/deps/xz/po' installing cs.gmo as /root/diagnose-tools/deps/share/locale/cs/LC_MESSAGES/xz.mo installing de.gmo as /root/diagnose-tools/deps/share/locale/de/LC_MESSAGES/xz.mo installing fr.gmo as /root/diagnose-tools/deps/share/locale/fr/LC_MESSAGES/xz.mo installing it.gmo as /root/diagnose-tools/deps/share/locale/it/LC_MESSAGES/xz.mo installing pl.gmo as /root/diagnose-tools/deps/share/locale/pl/LC_MESSAGES/xz.mo installing vi.gmo as /root/diagnose-tools/deps/share/locale/vi/LC_MESSAGES/xz.mo if test "xz" = "gettext-tools"; then \ /usr/bin/mkdir -p /root/diagnose-tools/deps/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /root/diagnose-tools/deps/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /root/diagnose-tools/deps/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/root/diagnose-tools/deps/xz/po' Making install in tests make[2]: Entering directory '/root/diagnose-tools/deps/xz/tests' make[3]: Entering directory '/root/diagnose-tools/deps/xz/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/diagnose-tools/deps/xz/tests' make[2]: Leaving directory '/root/diagnose-tools/deps/xz/tests' make[2]: Entering directory '/root/diagnose-tools/deps/xz' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /root/diagnose-tools/deps/xz/build-aux/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/root/diagnose-tools/deps/xz' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/doc/xz' /usr/bin/install -c -m 644 AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO doc/faq.txt doc/history.txt doc/xz-file-format.txt doc/lzma-file-format.txt '/root/diagnose-tools/deps/share/doc/xz' /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/doc/xz/examples' /usr/bin/install -c -m 644 doc/examples/00_README.txt doc/examples/01_compress_easy.c doc/examples/02_decompress.c doc/examples/03_compress_custom.c doc/examples/04_compress_easy_mt.c doc/examples/Makefile '/root/diagnose-tools/deps/share/doc/xz/examples' /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/doc/xz/examples_old' /usr/bin/install -c -m 644 doc/examples_old/xz_pipe_comp.c doc/examples_old/xz_pipe_decomp.c '/root/diagnose-tools/deps/share/doc/xz/examples_old' make[3]: Leaving directory '/root/diagnose-tools/deps/xz' make[2]: Leaving directory '/root/diagnose-tools/deps/xz' make[1]: Leaving directory '/root/diagnose-tools/deps/xz' cd /root/diagnose-tools/deps//zlib; ./configure --prefix=/root/diagnose-tools/deps//; make install Checking for gcc... Checking for shared library support... Building shared library libz.so.1.2.11 with gcc. Checking for size_t... Yes. Checking for off64_t... Yes. Checking for fseeko... Yes. Checking for strerror... Yes. Checking for unistd.h... Yes. Checking for stdarg.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for attribute(visibility) support... Yes. make[1]: Entering directory '/root/diagnose-tools/deps/zlib' gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/adler32.o adler32.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/crc32.o crc32.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/deflate.o deflate.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/infback.o infback.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inffast.o inffast.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inflate.o inflate.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inftrees.o inftrees.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/trees.o trees.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/zutil.o zutil.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/compress.o compress.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/uncompr.o uncompr.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzclose.o gzclose.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzlib.o gzlib.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzread.o gzread.c gcc -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzwrite.o gzwrite.c gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o libz.so.1.2.11 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc rm -f libz.so libz.so.1 ln -s libz.so.1.2.11 libz.so ln -s libz.so.1.2.11 libz.so.1 rm -f /root/diagnose-tools/deps///lib/libz.a cp libz.a /root/diagnose-tools/deps///lib chmod 644 /root/diagnose-tools/deps///lib/libz.a cp libz.so.1.2.11 /root/diagnose-tools/deps///lib chmod 755 /root/diagnose-tools/deps///lib/libz.so.1.2.11 rm -f /root/diagnose-tools/deps///share/man/man3/zlib.3 cp zlib.3 /root/diagnose-tools/deps///share/man/man3 chmod 644 /root/diagnose-tools/deps///share/man/man3/zlib.3 rm -f /root/diagnose-tools/deps///lib/pkgconfig/zlib.pc cp zlib.pc /root/diagnose-tools/deps///lib/pkgconfig chmod 644 /root/diagnose-tools/deps///lib/pkgconfig/zlib.pc rm -f /root/diagnose-tools/deps///include/zlib.h /root/diagnose-tools/deps///include/zconf.h cp zlib.h zconf.h /root/diagnose-tools/deps///include chmod 644 /root/diagnose-tools/deps///include/zlib.h /root/diagnose-tools/deps///include/zconf.h make[1]: Leaving directory '/root/diagnose-tools/deps/zlib' cd /root/diagnose-tools/deps//libssh2; ./configure --prefix=/root/diagnose-tools/deps//; make install checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking for sed... /usr/bin/sed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking libssh2 version... 1.9.0 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu configure: autobuild project... libssh2 configure: autobuild revision... 1.9.0 configure: autobuild hostname... localhost.localdomain configure: autobuild timestamp... 20231018-054840 checking whether make supports the include directive... yes (GNU style) 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for long long... yes checking if _REENTRANT is already defined... no checking if _REENTRANT is actually needed... no checking if _REENTRANT is onwards defined... no checking for library containing socket... none required checking for library containing inet_addr... none required 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 ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for sshd... /usr/sbin/sshd checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/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 the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool 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 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no 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 whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for libssl... yes checking how to link with libssl... -lssl -lcrypto checking for EVP_aes_128_ctr... yes checking for libz... yes checking how to link with libz... /root/diagnose-tools/deps/lib/libz.so -Wl,-rpath -Wl,/root/diagnose-tools/deps/lib configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend checking whether to enable pedantic and debug compiler options... no checking whether to enable hidden symbols in the library... no checking whether to build example applications... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking for poll... yes checking for gettimeofday... yes checking for select... yes checking for strtoll... yes checking for memset_s... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking non-blocking sockets style... O_NONBLOCK checking whether to enable compiler warnings as errors... no 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 tests/Makefile config.status: creating example/Makefile config.status: creating docs/Makefile config.status: creating libssh2.pc config.status: creating src/libssh2_config.h config.status: src/libssh2_config.h is unchanged config.status: creating example/libssh2_config.h config.status: example/libssh2_config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands configure: summary of build options: version: 1.9.0 Host type: x86_64-pc-linux-gnu Install prefix: /root/diagnose-tools/deps Compiler: gcc Compiler flags: -g -O2 Library types: Shared=yes, Static=yes Crypto library: OpenSSL (AES-CTR: yes) Clear memory: unsupported Debug build: no Build examples: yes Path to sshd: /usr/sbin/sshd (only for self-tests) zlib compression: yes make[1]: Entering directory '/root/diagnose-tools/deps/libssh2' Making install in src make[2]: Entering directory '/root/diagnose-tools/deps/libssh2/src' make[3]: Entering directory '/root/diagnose-tools/deps/libssh2/src' /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libssh2.la '/root/diagnose-tools/deps/lib' libtool: install: /usr/bin/install -c .libs/libssh2.so.1.0.1 /root/diagnose-tools/deps/lib/libssh2.so.1.0.1 libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libssh2.so.1.0.1 libssh2.so.1 || { rm -f libssh2.so.1 && ln -s libssh2.so.1.0.1 libssh2.so.1; }; }) libtool: install: (cd /root/diagnose-tools/deps/lib && { ln -s -f libssh2.so.1.0.1 libssh2.so || { rm -f libssh2.so && ln -s libssh2.so.1.0.1 libssh2.so; }; }) libtool: install: /usr/bin/install -c .libs/libssh2.lai /root/diagnose-tools/deps/lib/libssh2.la libtool: install: /usr/bin/install -c .libs/libssh2.a /root/diagnose-tools/deps/lib/libssh2.a libtool: install: chmod 644 /root/diagnose-tools/deps/lib/libssh2.a libtool: install: ranlib /root/diagnose-tools/deps/lib/libssh2.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /root/diagnose-tools/deps/lib ---------------------------------------------------------------------- Libraries have been installed in: /root/diagnose-tools/deps/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/diagnose-tools/deps/libssh2/src' make[2]: Leaving directory '/root/diagnose-tools/deps/libssh2/src' Making install in tests make[2]: Entering directory '/root/diagnose-tools/deps/libssh2/tests' make[3]: Entering directory '/root/diagnose-tools/deps/libssh2/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/diagnose-tools/deps/libssh2/tests' make[2]: Leaving directory '/root/diagnose-tools/deps/libssh2/tests' Making install in docs make[2]: Entering directory '/root/diagnose-tools/deps/libssh2/docs' make[3]: Entering directory '/root/diagnose-tools/deps/libssh2/docs' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/share/man/man3' /usr/bin/install -c -m 644 libssh2_agent_connect.3 libssh2_agent_disconnect.3 libssh2_agent_free.3 libssh2_agent_get_identity.3 libssh2_agent_get_identity_path.3 libssh2_agent_init.3 libssh2_agent_list_identities.3 libssh2_agent_set_identity_path.3 libssh2_agent_userauth.3 libssh2_banner_set.3 libssh2_base64_decode.3 libssh2_channel_close.3 libssh2_channel_direct_tcpip.3 libssh2_channel_direct_tcpip_ex.3 libssh2_channel_eof.3 libssh2_channel_exec.3 libssh2_channel_flush.3 libssh2_channel_flush_ex.3 libssh2_channel_flush_stderr.3 libssh2_channel_forward_accept.3 libssh2_channel_forward_cancel.3 libssh2_channel_forward_listen.3 libssh2_channel_forward_listen_ex.3 libssh2_channel_free.3 libssh2_channel_get_exit_signal.3 libssh2_channel_get_exit_status.3 libssh2_channel_handle_extended_data.3 libssh2_channel_handle_extended_data2.3 libssh2_channel_ignore_extended_data.3 libssh2_channel_open_ex.3 libssh2_channel_open_session.3 libssh2_channel_process_startup.3 libssh2_channel_read.3 libssh2_channel_read_ex.3 libssh2_channel_read_stderr.3 libssh2_channel_receive_window_adjust.3 libssh2_channel_receive_window_adjust2.3 libssh2_channel_request_pty.3 libssh2_channel_request_pty_ex.3 libssh2_channel_request_pty_size.3 '/root/diagnose-tools/deps/share/man/man3' /usr/bin/install -c -m 644 libssh2_channel_request_pty_size_ex.3 libssh2_channel_send_eof.3 libssh2_channel_set_blocking.3 libssh2_channel_setenv.3 libssh2_channel_setenv_ex.3 libssh2_channel_shell.3 libssh2_channel_subsystem.3 libssh2_channel_wait_closed.3 libssh2_channel_wait_eof.3 libssh2_channel_window_read.3 libssh2_channel_window_read_ex.3 libssh2_channel_window_write.3 libssh2_channel_window_write_ex.3 libssh2_channel_write.3 libssh2_channel_write_ex.3 libssh2_channel_write_stderr.3 libssh2_channel_x11_req.3 libssh2_channel_x11_req_ex.3 libssh2_exit.3 libssh2_free.3 libssh2_hostkey_hash.3 libssh2_init.3 libssh2_keepalive_config.3 libssh2_keepalive_send.3 libssh2_knownhost_add.3 libssh2_knownhost_addc.3 libssh2_knownhost_check.3 libssh2_knownhost_checkp.3 libssh2_knownhost_del.3 libssh2_knownhost_free.3 libssh2_knownhost_get.3 libssh2_knownhost_init.3 libssh2_knownhost_readfile.3 libssh2_knownhost_readline.3 libssh2_knownhost_writefile.3 libssh2_knownhost_writeline.3 libssh2_poll.3 libssh2_poll_channel_read.3 libssh2_publickey_add.3 libssh2_publickey_add_ex.3 '/root/diagnose-tools/deps/share/man/man3' /usr/bin/install -c -m 644 libssh2_publickey_init.3 libssh2_publickey_list_fetch.3 libssh2_publickey_list_free.3 libssh2_publickey_remove.3 libssh2_publickey_remove_ex.3 libssh2_publickey_shutdown.3 libssh2_scp_recv.3 libssh2_scp_recv2.3 libssh2_scp_send.3 libssh2_scp_send64.3 libssh2_scp_send_ex.3 libssh2_session_abstract.3 libssh2_session_banner_get.3 libssh2_session_banner_set.3 libssh2_session_block_directions.3 libssh2_session_callback_set.3 libssh2_session_disconnect.3 libssh2_session_disconnect_ex.3 libssh2_session_flag.3 libssh2_session_free.3 libssh2_session_get_blocking.3 libssh2_session_get_timeout.3 libssh2_session_handshake.3 libssh2_session_hostkey.3 libssh2_session_init.3 libssh2_session_init_ex.3 libssh2_session_last_errno.3 libssh2_session_last_error.3 libssh2_session_set_last_error.3 libssh2_session_method_pref.3 libssh2_session_methods.3 libssh2_session_set_blocking.3 libssh2_session_set_timeout.3 libssh2_session_startup.3 libssh2_session_supported_algs.3 libssh2_sftp_close.3 libssh2_sftp_close_handle.3 libssh2_sftp_closedir.3 libssh2_sftp_fsetstat.3 libssh2_sftp_fstat.3 '/root/diagnose-tools/deps/share/man/man3' /usr/bin/install -c -m 644 libssh2_sftp_fstat_ex.3 libssh2_sftp_fstatvfs.3 libssh2_sftp_fsync.3 libssh2_sftp_get_channel.3 libssh2_sftp_init.3 libssh2_sftp_last_error.3 libssh2_sftp_lstat.3 libssh2_sftp_mkdir.3 libssh2_sftp_mkdir_ex.3 libssh2_sftp_open.3 libssh2_sftp_open_ex.3 libssh2_sftp_opendir.3 libssh2_sftp_read.3 libssh2_sftp_readdir.3 libssh2_sftp_readdir_ex.3 libssh2_sftp_readlink.3 libssh2_sftp_realpath.3 libssh2_sftp_rename.3 libssh2_sftp_rename_ex.3 libssh2_sftp_rewind.3 libssh2_sftp_rmdir.3 libssh2_sftp_rmdir_ex.3 libssh2_sftp_seek.3 libssh2_sftp_seek64.3 libssh2_sftp_setstat.3 libssh2_sftp_shutdown.3 libssh2_sftp_stat.3 libssh2_sftp_stat_ex.3 libssh2_sftp_statvfs.3 libssh2_sftp_symlink.3 libssh2_sftp_symlink_ex.3 libssh2_sftp_tell.3 libssh2_sftp_tell64.3 libssh2_sftp_unlink.3 libssh2_sftp_unlink_ex.3 libssh2_sftp_write.3 libssh2_trace.3 libssh2_trace_sethandler.3 libssh2_userauth_authenticated.3 libssh2_userauth_hostbased_fromfile.3 '/root/diagnose-tools/deps/share/man/man3' /usr/bin/install -c -m 644 libssh2_userauth_hostbased_fromfile_ex.3 libssh2_userauth_keyboard_interactive.3 libssh2_userauth_keyboard_interactive_ex.3 libssh2_userauth_list.3 libssh2_userauth_password.3 libssh2_userauth_password_ex.3 libssh2_userauth_publickey.3 libssh2_userauth_publickey_fromfile.3 libssh2_userauth_publickey_fromfile_ex.3 libssh2_userauth_publickey_frommemory.3 libssh2_version.3 '/root/diagnose-tools/deps/share/man/man3' make[3]: Leaving directory '/root/diagnose-tools/deps/libssh2/docs' make[2]: Leaving directory '/root/diagnose-tools/deps/libssh2/docs' Making install in example make[2]: Entering directory '/root/diagnose-tools/deps/libssh2/example' make[3]: Entering directory '/root/diagnose-tools/deps/libssh2/example' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/diagnose-tools/deps/libssh2/example' make[2]: Leaving directory '/root/diagnose-tools/deps/libssh2/example' make[2]: Entering directory '/root/diagnose-tools/deps/libssh2' make[3]: Entering directory '/root/diagnose-tools/deps/libssh2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/root/diagnose-tools/deps/include' /usr/bin/install -c -m 644 include/libssh2.h include/libssh2_publickey.h include/libssh2_sftp.h '/root/diagnose-tools/deps/include' /usr/bin/mkdir -p '/root/diagnose-tools/deps/lib/pkgconfig' /usr/bin/install -c -m 644 libssh2.pc '/root/diagnose-tools/deps/lib/pkgconfig' make[3]: Leaving directory '/root/diagnose-tools/deps/libssh2' make[2]: Leaving directory '/root/diagnose-tools/deps/libssh2' make[1]: Leaving directory '/root/diagnose-tools/deps/libssh2' cd SOURCE/diagnose-tools/java_agent; make make[1]: Entering directory '/root/diagnose-tools/SOURCE/diagnose-tools/java_agent' cc -fPIC -static-libgcc -static-libstdc++ -Wall -O2 -I . -I /usr/lib/jvm/java-1.8.0-openjdk/include/ -I /usr/lib/jvm/java-1.8.0-openjdk/include/linux/ -I/include -I/include/linux -c -o perf-map-agent.o perf-map-agent.c perf-map-agent.c:69:12: warning: ‘get_line_number’ defined but not used [-Wunused-function] static int get_line_number(jvmtiLineNumberEntry *table, jint entry_count, jlocation loc) { ^~~~~~~~~~~~~~~ cc -fPIC -static-libgcc -static-libstdc++ -Wall -O2 -I . -I /usr/lib/jvm/java-1.8.0-openjdk/include/ -I /usr/lib/jvm/java-1.8.0-openjdk/include/linux/ -I/include -I/include/linux -c -o perf-map-file.o perf-map-file.c cc -O2 -shared -static-libgcc -static-libstdc++ perf-map-agent.o perf-map-file.o -o libperfmap.so make[1]: Leaving directory '/root/diagnose-tools/SOURCE/diagnose-tools/java_agent' sh ./vender/deps.sh