Build of libunwind with vanilla toolchain

The build took 00h 01m 02s and was SUCCESSFUL.

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

SLOCLanguage
30,493 ansic
18,336 sh
5,489 makefile
1,843 asm
118 cpp
56,279 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libunwind 1.1-3 (Wed Aug 24 14:16:54 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... 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 for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... gcc3
# checking whether make sets $(MAKE)... (cached) yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking 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/sbin/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/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/sbin/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/sbin/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 whether gcc and cc understand -c and -o together... yes
# checking for __uc_get_grs in -luca... no
# checking for library containing dlopen... -ldl
# checking atomic_ops.h usability... yes
# checking atomic_ops.h presence... yes
# checking for atomic_ops.h... yes
# 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 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_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 if building with AltiVec... no
# checking if we should build libunwind-coredump... 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 for __thread... yes
# checking for Intel compiler... no
# checking for __builtin___clear_cache... yes
# checking for __sync atomics... yes
# checking for library containing backtrace... none required
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/check-namespace.sh
# config.status: creating doc/Makefile
# config.status: creating doc/common.tex
# 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: executing depfiles commands
# config.status: executing libtool commands
# Making all in src
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1/src'
# make all-am
# make[2]: Entering directory '/tmp/libunwind/src/libunwind-1.1/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT os-linux.lo -MD -MP -MF $depbase.Tpo -c -o os-linux.lo os-linux.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT mi/backtrace.lo -MD -MP -MF mi/.deps/backtrace.Tpo -c mi/backtrace.c -o mi/backtrace.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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_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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# depbase=`echo x86_64/setcontext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/setcontext.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/setcontext.lo x86_64/setcontext.S &&\
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/setcontext.lo -MD -MP -MF x86_64/.deps/setcontext.Tpo -c x86_64/setcontext.S -fPIC -DPIC -o x86_64/.libs/setcontext.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/setcontext.lo -MD -MP -MF x86_64/.deps/setcontext.Tpo -c x86_64/setcontext.S -o x86_64/setcontext.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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/getcontext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/getcontext.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/getcontext.lo x86_64/getcontext.S &&\
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/getcontext.lo -MD -MP -MF x86_64/.deps/getcontext.Tpo -c x86_64/getcontext.S -fPIC -DPIC -o x86_64/.libs/getcontext.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/getcontext.lo -MD -MP -MF x86_64/.deps/getcontext.Tpo -c x86_64/getcontext.S -o x86_64/getcontext.o >/dev/null 2>&1
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -fPIC -DPIC -o .libs/elf64.o
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -o elf64.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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c -fPIC -DPIC -o dwarf/.libs/Gfde.o
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c -o dwarf/Gfde.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c -fPIC -DPIC -o dwarf/.libs/Gpe.o
# depbase=`echo dwarf/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Gstep.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gstep.lo dwarf/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Gstep.lo -MD -MP -MF dwarf/.deps/Gstep.Tpo -c dwarf/Gstep.c -fPIC -DPIC -o dwarf/.libs/Gstep.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c -o dwarf/Gpe.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Gstep.lo -MD -MP -MF dwarf/.deps/Gstep.Tpo -c dwarf/Gstep.c -o dwarf/Gstep.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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# depbase=`echo x86_64/longjmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/longjmp.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/longjmp.lo x86_64/longjmp.S &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo x86_64/siglongjmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/siglongjmp.lo -MD -MP -MF $depbase.Tpo -c -o x86_64/siglongjmp.lo x86_64/siglongjmp.S &&\
# 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 -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/longjmp.lo -MD -MP -MF x86_64/.deps/longjmp.Tpo -c x86_64/longjmp.S -fPIC -DPIC -o x86_64/.libs/longjmp.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/siglongjmp.lo -MD -MP -MF x86_64/.deps/siglongjmp.Tpo -c x86_64/siglongjmp.S -fPIC -DPIC -o x86_64/.libs/siglongjmp.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/siglongjmp.lo -MD -MP -MF x86_64/.deps/siglongjmp.Tpo -c x86_64/siglongjmp.S -o x86_64/siglongjmp.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -I../include -I../include/tdep-x86_64 -I. -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG -MT x86_64/longjmp.lo -MD -MP -MF x86_64/.deps/longjmp.Tpo -c x86_64/longjmp.S -o x86_64/longjmp.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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT mi/init.lo -MD -MP -MF $depbase.Tpo -c -o mi/init.lo mi/init.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -o mi/init.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -fPIC -DPIC -o mi/.libs/mempool.o
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -o mi/mempool.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Lexpr.lo -MD -MP -MF dwarf/.deps/Lexpr.Tpo -c dwarf/Lexpr.c -o dwarf/Lexpr.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Lfde.lo -MD -MP -MF dwarf/.deps/Lfde.Tpo -c dwarf/Lfde.c -fPIC -DPIC -o dwarf/.libs/Lfde.o
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Lparser.lo -MD -MP -MF dwarf/.deps/Lparser.Tpo -c dwarf/Lparser.c -o dwarf/Lparser.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Lstep.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Lstep.lo dwarf/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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Lstep.lo -MD -MP -MF dwarf/.deps/Lstep.Tpo -c dwarf/Lstep.c -fPIC -DPIC -o dwarf/.libs/Lstep.o
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT dwarf/Lstep.lo -MD -MP -MF dwarf/.deps/Lstep.Tpo -c dwarf/Lstep.c -o dwarf/Lstep.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o libunwind-elf64.la elf64.lo
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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: link: ar cru .libs/libunwind-elf64.a .libs/elf64.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libunwind-elf64.a
# libtool: link: ( cd ".libs" && rm -f "libunwind-elf64.la" && ln -s "../libunwind-elf64.la" "libunwind-elf64.la" )
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# ptrace/_UPT_get_dyn_info_list_addr.c: In function 'get_list_addr':
# ptrace/_UPT_get_dyn_info_list_addr.c:78: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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# coredump/_UPT_get_dyn_info_list_addr.c: In function 'get_list_addr':
# coredump/_UPT_get_dyn_info_list_addr.c:81: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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT setjmp/siglongjmp.lo -MD -MP -MF setjmp/.deps/siglongjmp.Tpo -c setjmp/siglongjmp.c -fPIC -DPIC -o setjmp/.libs/siglongjmp.o
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o libunwind-dwarf-common.la dwarf/global.lo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86_64 -I. -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT setjmp/siglongjmp.lo -MD -MP -MF setjmp/.deps/siglongjmp.Tpo -c setjmp/siglongjmp.c -o setjmp/siglongjmp.o >/dev/null 2>&1
# libtool: link: ar cru .libs/libunwind-dwarf-common.a dwarf/.libs/global.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libunwind-dwarf-common.a
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o libunwind-ptrace.la -rpath /usr/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: ( 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 -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -XCClinker -nostartfiles -version-info 0:0:0 -o libunwind-coredump.la -rpath /usr/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
# 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 -Wl,-soname -Wl,libunwind-ptrace.so.0 -o .libs/libunwind-ptrace.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 -nostartfiles -Wl,-soname -Wl,libunwind-coredump.so.0 -o .libs/libunwind-coredump.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: (cd ".libs" && rm -f "libunwind-coredump.so.0" && ln -s "libunwind-coredump.so.0.0.0" "libunwind-coredump.so.0")
# 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
# ar: `u' modifier ignored since `D' is the default (see `U')
# 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
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libunwind-ptrace.a
# libtool: link: ranlib .libs/libunwind-coredump.a
# libtool: link: ( cd ".libs" && rm -f "libunwind-ptrace.la" && ln -s "../libunwind-ptrace.la" "libunwind-ptrace.la" )
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o libunwind-dwarf-generic.la dwarf/Gexpr.lo dwarf/Gfde.lo dwarf/Gparser.lo dwarf/Gpe.lo dwarf/Gstep.lo dwarf/Gfind_proc_info-lsb.lo dwarf/Gfind_unwind_table.lo libunwind-dwarf-common.la
# libtool: link: ( cd ".libs" && rm -f "libunwind-coredump.la" && ln -s "../libunwind-coredump.la" "libunwind-coredump.la" )
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o libunwind-dwarf-local.la dwarf/Lexpr.lo dwarf/Lfde.lo dwarf/Lparser.lo dwarf/Lpe.lo dwarf/Lstep.lo dwarf/Lfind_proc_info-lsb.lo dwarf/Lfind_unwind_table.lo libunwind-dwarf-common.la
# libtool: link: (cd .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a && ar x "/tmp/libunwind/src/libunwind-1.1/src/./.libs/libunwind-dwarf-common.a")
# libtool: link: (cd .libs/libunwind-dwarf-local.lax/libunwind-dwarf-common.a && ar x "/tmp/libunwind/src/libunwind-1.1/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/Gstep.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: 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/Lstep.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
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libunwind-dwarf-generic.a
# libtool: link: ranlib .libs/libunwind-dwarf-local.a
# libtool: link: rm -fr .libs/libunwind-dwarf-generic.lax
# libtool: link: rm -fr .libs/libunwind-dwarf-local.lax
# libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-generic.la" && ln -s "../libunwind-dwarf-generic.la" "libunwind-dwarf-generic.la" )
# libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-local.la" && ln -s "../libunwind-dwarf-local.la" "libunwind-dwarf-local.la" )
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -XCClinker -nostartfiles -XCClinker -nostdlib -version-info 8:1:0 -o libunwind.la -rpath /usr/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 x86_64/setcontext.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 -llzma
# 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 x86_64/.libs/setcontext.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 -llzma -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 "/tmp/libunwind/src/libunwind-1.1/src/./.libs/libunwind-dwarf-local.a")
# libtool: link: (cd .libs/libunwind.lax/libunwind-elf64.a && ar x "/tmp/libunwind/src/libunwind-1.1/src/./.libs/libunwind-elf64.a")
# copying selected object files to avoid basename conflicts...
# libtool: link: ln .libs/libunwind.lax/libunwind-dwarf-local.a/Lstep.o .libs/libunwind.lax/lt1-Lstep.o || cp .libs/libunwind.lax/libunwind-dwarf-local.a/Lstep.o .libs/libunwind.lax/lt1-Lstep.o
# 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 x86_64/setcontext.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/lt1-Lstep.o .libs/libunwind.lax/libunwind-dwarf-local.a/global.o .libs/libunwind.lax/libunwind-elf64.a/elf64.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libunwind.a
# libtool: link: rm -fr .libs/libunwind.lax .libs/libunwind.lax
# libtool: link: ( cd ".libs" && rm -f "libunwind.la" && ln -s "../libunwind.la" "libunwind.la" )
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -XCClinker -nostartfiles -version-info 8:1:0 -o libunwind-x86_64.la -rpath /usr/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 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: 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 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,/tmp/libunwind/src/libunwind-1.1/src/.libs ./.libs/libunwind.so -lc -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 "/tmp/libunwind/src/libunwind-1.1/src/./.libs/libunwind-dwarf-generic.a")
# libtool: link: (cd .libs/libunwind-x86_64.lax/libunwind-elf64.a && ar x "/tmp/libunwind/src/libunwind-1.1/src/./.libs/libunwind-elf64.a")
# copying selected object files to avoid basename conflicts...
# libtool: link: ln .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gstep.o .libs/libunwind-x86_64.lax/lt1-Gstep.o || cp .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/Gstep.o .libs/libunwind-x86_64.lax/lt1-Gstep.o
# 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 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/lt1-Gstep.o .libs/libunwind-x86_64.lax/libunwind-dwarf-generic.a/global.o .libs/libunwind-x86_64.lax/libunwind-elf64.a/elf64.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libunwind-x86_64.a
# libtool: link: rm -fr .libs/libunwind-x86_64.lax .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" )
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -XCClinker -nostartfiles -version-info 0:0:0 -o libunwind-setjmp.la -rpath /usr/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: 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,/tmp/libunwind/src/libunwind-1.1/src/.libs ./.libs/libunwind-x86_64.so ./.libs/libunwind.so -lc -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 "/tmp/libunwind/src/libunwind-1.1/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
# ar: `u' modifier ignored since `D' is the default (see `U')
# 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[2]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/src'
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/src'
# Making all in tests
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1/tests'
# depbase=`echo forker.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT forker.o -MD -MP -MF $depbase.Tpo -c -o forker.o forker.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo crasher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT crasher.o -MD -MP -MF $depbase.Tpo -c -o crasher.o crasher.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo mapper.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT mapper.o -MD -MP -MF $depbase.Tpo -c -o mapper.o mapper.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo test-ptrace-misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT test-ptrace-misc.o -MD -MP -MF $depbase.Tpo -c -o test-ptrace-misc.o test-ptrace-misc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ident.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT ident.o -MD -MP -MF $depbase.Tpo -c -o ident.o ident.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Gperf-simple.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT Gperf-simple.o -MD -MP -MF $depbase.Tpo -c -o Gperf-simple.o Gperf-simple.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Lperf-simple.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT Lperf-simple.o -MD -MP -MF $depbase.Tpo -c -o Lperf-simple.o Lperf-simple.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Gperf-trace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT Gperf-trace.o -MD -MP -MF $depbase.Tpo -c -o Gperf-trace.o Gperf-trace.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo Lperf-trace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -MT Lperf-trace.o -MD -MP -MF $depbase.Tpo -c -o Lperf-trace.o Lperf-trace.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo test-coredump-unwind.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_GNU_SOURCE -DNDEBUG -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -static -o forker forker.o
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o crasher crasher.o
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o forker forker.o
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o mapper mapper.o
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o crasher crasher.o
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o test-ptrace-misc test-ptrace-misc.o ident.o
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o mapper mapper.o
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o Gperf-simple Gperf-simple.o ../src/libunwind-x86_64.la ../src/libunwind.la
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o test-ptrace-misc test-ptrace-misc.o ident.o
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o Lperf-simple Lperf-simple.o ../src/libunwind.la
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o .libs/Gperf-simple Gperf-simple.o ../src/.libs/libunwind-x86_64.so ../src/.libs/libunwind.so
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o .libs/Lperf-simple Lperf-simple.o ../src/.libs/libunwind.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o Gperf-trace Gperf-trace.o ../src/libunwind-x86_64.la ../src/libunwind.la
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o Lperf-trace Lperf-trace.o ../src/libunwind.la
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o .libs/Lperf-trace Lperf-trace.o ../src/.libs/libunwind.so
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o .libs/Gperf-trace Gperf-trace.o ../src/.libs/libunwind-x86_64.so ../src/.libs/libunwind.so
# /bin/sh ../libtool --tag=CC --mode=link gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o test-coredump-unwind test-coredump-unwind.o ../src/libunwind-coredump.la ../src/libunwind-x86_64.la
# libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o .libs/test-coredump-unwind test-coredump-unwind.o ../src/.libs/libunwind-coredump.so ../src/.libs/libunwind-x86_64.so
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/tests'
# Making all in doc
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/doc'
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1/src'
# make install-am
# make[2]: Entering directory '/tmp/libunwind/src/libunwind-1.1/src'
# make[3]: Entering directory '/tmp/libunwind/src/libunwind-1.1/src'
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/libunwind/pkg/libunwind//usr/lib"
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/libunwind/pkg/libunwind//usr/lib"
# test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/libunwind/pkg/libunwind//usr/lib/pkgconfig"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libunwind.la libunwind-ptrace.la libunwind-coredump.la libunwind-x86_64.la libunwind-setjmp.la '/tmp/libunwind/pkg/libunwind//usr/lib'
# /usr/bin/install -c -m 644 libunwind-generic.pc unwind/libunwind.pc ptrace/libunwind-ptrace.pc setjmp/libunwind-setjmp.pc coredump/libunwind-coredump.pc '/tmp/libunwind/pkg/libunwind//usr/lib/pkgconfig'
# libtool: install: /usr/bin/install -c .libs/libunwind.so.8.0.1 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind.so.8.0.1
# libtool: install: (cd /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind.la
# libtool: install: /usr/bin/install -c .libs/libunwind-ptrace.so.0.0.0 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-ptrace.so.0.0.0
# libtool: install: (cd /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-ptrace.la
# libtool: install: /usr/bin/install -c .libs/libunwind-coredump.so.0.0.0 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-coredump.so.0.0.0
# libtool: install: (cd /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-coredump.la
# libtool: install: warning: relinking `libunwind-x86_64.la'
# libtool: install: (cd /tmp/libunwind/src/libunwind-1.1/src; /bin/sh /tmp/libunwind/src/libunwind-1.1/libtool --tag CC --mode=relink gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -XCClinker -nostartfiles -version-info 8:1:0 -o libunwind-x86_64.la -rpath /usr/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 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 -inst-prefix-dir /tmp/libunwind/pkg/libunwind/)
# 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 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 -L/tmp/libunwind/pkg/libunwind//usr/lib -L/usr/lib -lunwind -lc -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 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-x86_64.so.8.0.1
# libtool: install: (cd /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-x86_64.la
# libtool: install: warning: relinking `libunwind-setjmp.la'
# libtool: install: (cd /tmp/libunwind/src/libunwind-1.1/src; /bin/sh /tmp/libunwind/src/libunwind-1.1/libtool --tag CC --mode=relink gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -XCClinker -nostartfiles -version-info 0:0:0 -o libunwind-setjmp.la -rpath /usr/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 -inst-prefix-dir /tmp/libunwind/pkg/libunwind/)
# 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 -L/tmp/libunwind/pkg/libunwind//usr/lib -L/usr/lib -lunwind-x86_64 -lunwind -lc -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 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-setjmp.so.0.0.0
# libtool: install: (cd /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/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 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-setjmp.la
# libtool: install: /usr/bin/install -c .libs/libunwind.a /tmp/libunwind/pkg/libunwind//usr/lib/libunwind.a
# libtool: install: chmod 644 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind.a
# libtool: install: ranlib /tmp/libunwind/pkg/libunwind//usr/lib/libunwind.a
# libtool: install: /usr/bin/install -c .libs/libunwind-ptrace.a /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-ptrace.a
# libtool: install: chmod 644 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-ptrace.a
# libtool: install: ranlib /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-ptrace.a
# libtool: install: /usr/bin/install -c .libs/libunwind-coredump.a /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-coredump.a
# libtool: install: chmod 644 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-coredump.a
# libtool: install: ranlib /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-coredump.a
# libtool: install: /usr/bin/install -c .libs/libunwind-x86_64.a /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-x86_64.a
# libtool: install: chmod 644 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-x86_64.a
# libtool: install: ranlib /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-x86_64.a
# libtool: install: /usr/bin/install -c .libs/libunwind-setjmp.a /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-setjmp.a
# libtool: install: chmod 644 /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-setjmp.a
# libtool: install: ranlib /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-setjmp.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make install-exec-hook
# make[4]: Entering directory '/tmp/libunwind/src/libunwind-1.1/src'
# ln -s -f libunwind-x86_64.a /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-generic.a
# if test -f /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-x86_64.so; then \
# ln -s -f libunwind-x86_64.so \
# /tmp/libunwind/pkg/libunwind//usr/lib/libunwind-generic.so; \
# fi
# make[4]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/src'
# make[3]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/src'
# make[2]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/src'
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/src'
# Making install in tests
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1/tests'
# make[2]: Entering directory '/tmp/libunwind/src/libunwind-1.1/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/tests'
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/tests'
# Making install in doc
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1/doc'
# make[2]: Entering directory '/tmp/libunwind/src/libunwind-1.1/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man3" || /usr/sbin/mkdir -p "/tmp/libunwind/pkg/libunwind//usr/share/man/man3"
# /usr/bin/install -c -m 644 'libunwind.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/libunwind.3'
# /usr/bin/install -c -m 644 'libunwind-dynamic.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/libunwind-dynamic.3'
# /usr/bin/install -c -m 644 'libunwind-ia64.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/libunwind-ia64.3'
# /usr/bin/install -c -m 644 'libunwind-ptrace.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/libunwind-ptrace.3'
# /usr/bin/install -c -m 644 'libunwind-setjmp.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/libunwind-setjmp.3'
# /usr/bin/install -c -m 644 'unw_backtrace.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_backtrace.3'
# /usr/bin/install -c -m 644 'unw_flush_cache.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_flush_cache.3'
# /usr/bin/install -c -m 644 'unw_get_accessors.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_get_accessors.3'
# /usr/bin/install -c -m 644 'unw_get_proc_info.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_get_proc_info.3'
# /usr/bin/install -c -m 644 'unw_get_proc_info_by_ip.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_get_proc_info_by_ip.3'
# /usr/bin/install -c -m 644 'unw_get_proc_name.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_get_proc_name.3'
# /usr/bin/install -c -m 644 'unw_get_fpreg.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_get_fpreg.3'
# /usr/bin/install -c -m 644 'unw_get_reg.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_get_reg.3'
# /usr/bin/install -c -m 644 'unw_getcontext.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_getcontext.3'
# /usr/bin/install -c -m 644 'unw_init_local.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_init_local.3'
# /usr/bin/install -c -m 644 'unw_init_remote.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_init_remote.3'
# /usr/bin/install -c -m 644 'unw_is_fpreg.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_is_fpreg.3'
# /usr/bin/install -c -m 644 'unw_is_signal_frame.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_is_signal_frame.3'
# /usr/bin/install -c -m 644 'unw_create_addr_space.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_create_addr_space.3'
# /usr/bin/install -c -m 644 'unw_destroy_addr_space.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_destroy_addr_space.3'
# /usr/bin/install -c -m 644 'unw_regname.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_regname.3'
# /usr/bin/install -c -m 644 'unw_resume.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_resume.3'
# /usr/bin/install -c -m 644 'unw_set_caching_policy.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_set_caching_policy.3'
# /usr/bin/install -c -m 644 'unw_set_fpreg.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_set_fpreg.3'
# /usr/bin/install -c -m 644 'unw_set_reg.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_set_reg.3'
# /usr/bin/install -c -m 644 'unw_step.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_step.3'
# /usr/bin/install -c -m 644 'unw_strerror.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/unw_strerror.3'
# /usr/bin/install -c -m 644 '_U_dyn_register.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/_U_dyn_register.3'
# /usr/bin/install -c -m 644 '_U_dyn_cancel.man' '/tmp/libunwind/pkg/libunwind//usr/share/man/man3/_U_dyn_cancel.3'
# make[2]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/doc'
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1/doc'
# make[1]: Entering directory '/tmp/libunwind/src/libunwind-1.1'
# make[2]: Entering directory '/tmp/libunwind/src/libunwind-1.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include" || /usr/sbin/mkdir -p "/tmp/libunwind/pkg/libunwind//usr/include"
# test -z "/usr/include" || /usr/sbin/mkdir -p "/tmp/libunwind/pkg/libunwind//usr/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 '/tmp/libunwind/pkg/libunwind//usr/include'
# /usr/bin/install -c -m 644 include/libunwind-common.h '/tmp/libunwind/pkg/libunwind//usr/include'
# make[2]: Leaving directory '/tmp/libunwind/src/libunwind-1.1'
# make[1]: Leaving directory '/tmp/libunwind/src/libunwind-1.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libunwind"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libunwind 1.1-3 (Wed Aug 24 14:17:21 UTC 2016)

CMD: pacman --query --file libunwind-1.1-3-x86_64.pkg.tar.xz
# libunwind 1.1-3

Creating hybrid package for 'libunwind'

Trying to find vanilla package 'libunwind'...

CMD: pacman --query --file /mirror/libunwind-1.1-3.pkg.tar.xz
# libunwind 1.1-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libunwind.so.8
# /usr/lib/libunwind.so
# /usr/lib/libunwind-ptrace.so.0
# /usr/lib/libunwind-ptrace.so
# /usr/lib/libunwind-coredump.so.0
# /usr/lib/libunwind-coredump.so
# /usr/lib/libunwind-x86_64.so.8
# /usr/lib/libunwind-x86_64.so
# /usr/lib/libunwind-setjmp.so.0
# /usr/lib/libunwind-setjmp.so
# /usr/lib/libunwind-generic.so
# /usr/lib/libunwind.so.8.0.1
# /usr/lib/libunwind-ptrace.so.0.0.0
# /usr/lib/libunwind-coredump.so.0.0.0
# /usr/lib/libunwind-x86_64.so.8.0.1
# /usr/lib/libunwind-setjmp.so.0.0.0
# /usr/lib/pkgconfig/libunwind-generic.pc
# /usr/lib/pkgconfig/libunwind.pc
# /usr/lib/pkgconfig/libunwind-ptrace.pc
# /usr/lib/pkgconfig/libunwind-setjmp.pc
# /usr/lib/pkgconfig/libunwind-coredump.pc
# /usr/share/man/man3/libunwind.3.gz
# /usr/share/man/man3/libunwind-dynamic.3.gz
# /usr/share/man/man3/libunwind-ia64.3.gz
# /usr/share/man/man3/libunwind-ptrace.3.gz
# /usr/share/man/man3/libunwind-setjmp.3.gz
# /usr/share/man/man3/unw_backtrace.3.gz
# /usr/share/man/man3/unw_flush_cache.3.gz
# /usr/share/man/man3/unw_get_accessors.3.gz
# /usr/share/man/man3/unw_get_proc_info.3.gz
# /usr/share/man/man3/unw_get_proc_info_by_ip.3.gz
# /usr/share/man/man3/unw_get_proc_name.3.gz
# /usr/share/man/man3/unw_get_fpreg.3.gz
# /usr/share/man/man3/unw_get_reg.3.gz
# /usr/share/man/man3/unw_getcontext.3.gz
# /usr/share/man/man3/unw_init_local.3.gz
# /usr/share/man/man3/unw_init_remote.3.gz
# /usr/share/man/man3/unw_is_fpreg.3.gz
# /usr/share/man/man3/unw_is_signal_frame.3.gz
# /usr/share/man/man3/unw_create_addr_space.3.gz
# /usr/share/man/man3/unw_destroy_addr_space.3.gz
# /usr/share/man/man3/unw_regname.3.gz
# /usr/share/man/man3/unw_resume.3.gz
# /usr/share/man/man3/unw_set_caching_policy.3.gz
# /usr/share/man/man3/unw_set_fpreg.3.gz
# /usr/share/man/man3/unw_set_reg.3.gz
# /usr/share/man/man3/unw_step.3.gz
# /usr/share/man/man3/unw_strerror.3.gz
# /usr/share/man/man3/_U_dyn_register.3.gz
# /usr/share/man/man3/_U_dyn_cancel.3.gz
# /usr/include/libunwind-common.h
# /usr/include/libunwind-dynamic.h
# /usr/include/libunwind-ptrace.h
# /usr/include/libunwind-coredump.h
# /usr/include/libunwind-x86_64.h
# /usr/include/libunwind.h
# /usr/include/unwind.h
# /sysroot/usr/lib/libunwind.so.8.0.1
# /sysroot/usr/lib/libunwind.so.8
# /sysroot/usr/lib/libunwind.so
# /sysroot/usr/lib/libunwind.la
# /sysroot/usr/lib/libunwind-ptrace.so.0.0.0
# /sysroot/usr/lib/libunwind-ptrace.so.0
# /sysroot/usr/lib/libunwind-ptrace.so
# /sysroot/usr/lib/libunwind-ptrace.la
# /sysroot/usr/lib/libunwind-coredump.so.0.0.0
# /sysroot/usr/lib/libunwind-coredump.so.0
# /sysroot/usr/lib/libunwind-coredump.so
# /sysroot/usr/lib/libunwind-coredump.la
# /sysroot/usr/lib/libunwind-x86_64.so.8.0.1
# /sysroot/usr/lib/libunwind-x86_64.so.8
# /sysroot/usr/lib/libunwind-x86_64.so
# /sysroot/usr/lib/libunwind-x86_64.la
# /sysroot/usr/lib/libunwind-setjmp.so.0.0.0
# /sysroot/usr/lib/libunwind-setjmp.so.0
# /sysroot/usr/lib/libunwind-setjmp.so
# /sysroot/usr/lib/libunwind-setjmp.la
# /sysroot/usr/lib/libunwind.a
# /sysroot/usr/lib/libunwind-ptrace.a
# /sysroot/usr/lib/libunwind-coredump.a
# /sysroot/usr/lib/libunwind-x86_64.a
# /sysroot/usr/lib/libunwind-setjmp.a
# /sysroot/usr/lib/libunwind-generic.a
# /sysroot/usr/lib/libunwind-generic.so
# /sysroot/usr/lib/pkgconfig/libunwind-generic.pc
# /sysroot/usr/lib/pkgconfig/libunwind.pc
# /sysroot/usr/lib/pkgconfig/libunwind-ptrace.pc
# /sysroot/usr/lib/pkgconfig/libunwind-setjmp.pc
# /sysroot/usr/lib/pkgconfig/libunwind-coredump.pc
# /sysroot/usr/include/libunwind-dynamic.h
# /sysroot/usr/include/libunwind-ptrace.h
# /sysroot/usr/include/libunwind-coredump.h
# /sysroot/usr/include/libunwind-x86_64.h
# /sysroot/usr/include/libunwind.h
# /sysroot/usr/include/unwind.h
# /sysroot/usr/include/libunwind-common.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libunwind.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libunwind.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libunwind.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libunwind.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libunwind/src/libunwind-1.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libunwind configure 1.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux CFLAGS= -U_FORTIFY_SOURCE --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e789855baa11
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2774: checking build system type
# configure:2788: result: x86_64-unknown-linux-gnu
# configure:2808: checking host system type
# configure:2821: result: x86_64-unknown-linux-gnu
# configure:2841: checking target system type
# configure:2854: result: x86_64-unknown-linux-gnu
# configure:2896: checking for a BSD-compatible install
# configure:2964: result: /usr/bin/install -c
# configure:2975: checking whether build environment is sane
# configure:3025: result: yes
# configure:3074: checking for x86_64-unknown-linux-strip
# configure:3104: result: no
# configure:3114: checking for strip
# configure:3130: found /usr/sbin/strip
# configure:3141: result: strip
# configure:3166: checking for a thread-safe mkdir -p
# configure:3205: result: /usr/sbin/mkdir -p
# configure:3218: checking for gawk
# configure:3234: found /usr/sbin/gawk
# configure:3245: result: gawk
# configure:3256: checking whether make sets $(MAKE)
# configure:3278: result: yes
# configure:3359: checking whether to enable maintainer-specific portions of Makefiles
# configure:3368: result: no
# configure:3392: checking for x86_64-unknown-linux-gcc
# configure:3422: result: no
# configure:3432: checking for gcc
# configure:3448: found /usr/sbin/gcc
# configure:3459: result: gcc
# configure:3688: checking for C compiler version
# configure:3697: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3708: $? = 0
# configure:3697: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3708: $? = 0
# configure:3697: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3708: $? = 1
# configure:3697: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3708: $? = 1
# configure:3728: checking whether the C compiler works
# configure:3750: gcc -U_FORTIFY_SOURCE conftest.c >&5
# configure:3754: $? = 0
# configure:3802: result: yes
# configure:3805: checking for C compiler default output file name
# configure:3807: result: a.out
# configure:3813: checking for suffix of executables
# configure:3820: gcc -o conftest -U_FORTIFY_SOURCE conftest.c >&5
# configure:3824: $? = 0
# configure:3846: result:
# configure:3868: checking whether we are cross compiling
# configure:3876: gcc -o conftest -U_FORTIFY_SOURCE conftest.c >&5
# configure:3880: $? = 0
# configure:3887: ./conftest
# configure:3891: $? = 0
# configure:3906: result: no
# configure:3911: checking for suffix of object files
# configure:3933: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:3937: $? = 0
# configure:3958: result: o
# configure:3962: checking whether we are using the GNU C compiler
# configure:3981: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:3981: $? = 0
# configure:3990: result: yes
# configure:3999: checking whether gcc accepts -g
# configure:4019: gcc -c -g conftest.c >&5
# configure:4019: $? = 0
# configure:4060: result: yes
# configure:4077: checking for gcc option to accept ISO C89
# configure:4141: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:4141: $? = 0
# configure:4154: result: none needed
# configure:4185: checking for style of include used by make
# configure:4213: result: GNU
# configure:4239: checking dependency style of gcc
# configure:4350: result: gcc3
# configure:4379: checking for x86_64-unknown-linux-g++
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-c++
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-gpp
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-aCC
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-CC
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-cxx
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-cc++
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-cl.exe
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-FCC
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-KCC
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-RCC
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-xlC_r
# configure:4409: result: no
# configure:4379: checking for x86_64-unknown-linux-xlC
# configure:4409: result: no
# configure:4423: checking for g++
# configure:4439: found /usr/sbin/g++
# configure:4450: result: g++
# configure:4477: checking for C++ compiler version
# configure:4486: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4497: $? = 0
# configure:4486: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4497: $? = 0
# configure:4486: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:4497: $? = 1
# configure:4486: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:4497: $? = 1
# configure:4501: checking whether we are using the GNU C++ compiler
# configure:4520: g++ -c conftest.cpp >&5
# configure:4520: $? = 0
# configure:4529: result: yes
# configure:4538: checking whether g++ accepts -g
# configure:4558: g++ -c -g conftest.cpp >&5
# configure:4558: $? = 0
# configure:4599: result: yes
# configure:4624: checking dependency style of g++
# configure:4735: result: gcc3
# configure:4751: checking whether make sets $(MAKE)
# configure:4773: result: yes
# configure:4828: checking how to print strings
# configure:4855: result: printf
# configure:4876: checking for a sed that does not truncate output
# configure:4940: result: /usr/sbin/sed
# configure:4958: checking for grep that handles long lines and -e
# configure:5016: result: /usr/sbin/grep
# configure:5021: checking for egrep
# configure:5083: result: /usr/sbin/grep -E
# configure:5088: checking for fgrep
# configure:5150: result: /usr/sbin/grep -F
# configure:5185: checking for ld used by gcc
# configure:5252: result: /usr/sbin/ld
# configure:5259: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5274: result: yes
# configure:5286: checking for BSD- or MS-compatible name lister (nm)
# configure:5335: result: /usr/sbin/nm -B
# configure:5465: checking the name lister (/usr/sbin/nm -B) interface
# configure:5472: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:5475: /usr/sbin/nm -B "conftest.o"
# configure:5478: output
# 0000000000000000 B some_variable
# configure:5485: result: BSD nm
# configure:5488: checking whether ln -s works
# configure:5492: result: yes
# configure:5500: checking the maximum length of command line arguments
# configure:5630: result: 1572864
# configure:5647: checking whether the shell understands some XSI constructs
# configure:5657: result: yes
# configure:5661: checking whether the shell understands "+="
# configure:5667: result: yes
# configure:5702: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5742: result: func_convert_file_noop
# configure:5749: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5769: result: func_convert_file_noop
# configure:5776: checking for /usr/sbin/ld option to reload object files
# configure:5783: result: -r
# configure:5817: checking for x86_64-unknown-linux-objdump
# configure:5847: result: no
# configure:5857: checking for objdump
# configure:5873: found /usr/sbin/objdump
# configure:5884: result: objdump
# configure:5916: checking how to recognize dependent libraries
# configure:6118: result: pass_all
# configure:6163: checking for x86_64-unknown-linux-dlltool
# configure:6193: result: no
# configure:6203: checking for dlltool
# configure:6233: result: no
# configure:6263: checking how to associate runtime and link libraries
# configure:6290: result: printf %s\n
# configure:6307: checking for x86_64-unknown-linux-ar
# configure:6337: result: no
# configure:6351: checking for ar
# configure:6367: found /usr/sbin/ar
# configure:6378: result: ar
# configure:6415: checking for archiver @FILE support
# configure:6432: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:6432: $? = 0
# configure:6435: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6438: $? = 0
# configure:6443: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6446: $? = 1
# configure:6458: result: @
# configure:6476: checking for x86_64-unknown-linux-strip
# configure:6503: result: strip
# configure:6575: checking for x86_64-unknown-linux-ranlib
# configure:6605: result: no
# configure:6615: checking for ranlib
# configure:6631: found /usr/sbin/ranlib
# configure:6642: result: ranlib
# configure:6744: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6864: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:6867: $? = 0
# configure:6871: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6874: $? = 0
# configure:6940: gcc -o conftest -U_FORTIFY_SOURCE conftest.c conftstm.o >&5
# configure:6943: $? = 0
# configure:6981: result: ok
# configure:7018: checking for sysroot
# configure:7048: result: no
# configure:7125: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:7128: $? = 0
# configure:7264: checking for x86_64-unknown-linux-mt
# configure:7294: result: no
# configure:7304: checking for mt
# configure:7334: result: no
# configure:7354: checking if : is a manifest tool
# configure:7360: : '-?'
# configure:7368: result: no
# configure:8010: checking how to run the C preprocessor
# configure:8041: gcc -E conftest.c
# configure:8041: $? = 0
# configure:8055: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8055: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | /* end confdefs.h. */
# | #include
# configure:8080: result: gcc -E
# configure:8100: gcc -E conftest.c
# configure:8100: $? = 0
# configure:8114: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8114: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | /* end confdefs.h. */
# | #include
# configure:8143: checking for ANSI C header files
# configure:8163: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8163: $? = 0
# configure:8236: gcc -o conftest -U_FORTIFY_SOURCE conftest.c >&5
# configure:8236: $? = 0
# configure:8236: ./conftest
# configure:8236: $? = 0
# configure:8247: result: yes
# configure:8260: checking for sys/types.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for sys/stat.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for stdlib.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for string.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for memory.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for strings.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for inttypes.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for stdint.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8260: checking for unistd.h
# configure:8260: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8260: $? = 0
# configure:8260: result: yes
# configure:8274: checking for dlfcn.h
# configure:8274: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:8274: $? = 0
# configure:8274: result: yes
# configure:8491: checking for objdir
# configure:8506: result: .libs
# configure:8773: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8791: gcc -c -U_FORTIFY_SOURCE -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8795: $? = 0
# configure:8808: result: no
# configure:9135: checking for gcc option to produce PIC
# configure:9142: result: -fPIC -DPIC
# configure:9150: checking if gcc PIC flag -fPIC -DPIC works
# configure:9168: gcc -c -U_FORTIFY_SOURCE -fPIC -DPIC -DPIC conftest.c >&5
# configure:9172: $? = 0
# configure:9185: result: yes
# configure:9214: checking if gcc static flag -static works
# configure:9242: result: yes
# configure:9257: checking if gcc supports -c -o file.o
# configure:9278: gcc -c -U_FORTIFY_SOURCE -o out/conftest2.o conftest.c >&5
# configure:9282: $? = 0
# configure:9304: result: yes
# configure:9312: checking if gcc supports -c -o file.o
# configure:9359: result: yes
# configure:9392: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10549: result: yes
# configure:10586: checking whether -lc should be explicitly linked in
# configure:10594: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:10597: $? = 0
# configure:10612: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10615: $? = 0
# configure:10629: result: no
# configure:10789: checking dynamic linker characteristics
# configure:11300: gcc -o conftest -U_FORTIFY_SOURCE -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11300: $? = 0
# configure:11534: result: GNU/Linux ld.so
# configure:11641: checking how to hardcode library paths into programs
# configure:11666: result: immediate
# configure:12206: checking whether stripping libraries is possible
# configure:12211: result: yes
# configure:12246: checking if libtool supports shared libraries
# configure:12248: result: yes
# configure:12251: checking whether to build shared libraries
# configure:12272: result: yes
# configure:12275: checking whether to build static libraries
# configure:12279: result: yes
# configure:12302: checking how to run the C++ preprocessor
# configure:12329: g++ -E conftest.cpp
# configure:12329: $? = 0
# configure:12343: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12343: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12368: result: g++ -E
# configure:12388: g++ -E conftest.cpp
# configure:12388: $? = 0
# configure:12402: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12571: checking for ld used by g++
# configure:12638: result: /usr/sbin/ld -m elf_x86_64
# configure:12645: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:12660: result: yes
# configure:12715: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:13720: result: yes
# configure:13756: g++ -c conftest.cpp >&5
# configure:13759: $? = 0
# configure:14279: checking for g++ option to produce PIC
# configure:14286: result: -fPIC -DPIC
# configure:14294: checking if g++ PIC flag -fPIC -DPIC works
# configure:14312: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14316: $? = 0
# configure:14329: result: yes
# configure:14352: checking if g++ static flag -static works
# configure:14380: result: yes
# configure:14392: checking if g++ supports -c -o file.o
# configure:14413: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14417: $? = 0
# configure:14439: result: yes
# configure:14444: checking if g++ supports -c -o file.o
# configure:14491: result: yes
# configure:14521: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:14560: result: yes
# configure:14701: checking dynamic linker characteristics
# configure:15380: result: GNU/Linux ld.so
# configure:15433: checking how to hardcode library paths into programs
# configure:15458: result: immediate
# configure:15528: checking dependency style of gcc
# configure:15637: result: gcc3
# configure:15653: checking whether gcc and cc understand -c and -o together
# configure:15684: gcc -c conftest.c -o conftest2.o >&5
# configure:15688: $? = 0
# configure:15694: gcc -c conftest.c -o conftest2.o >&5
# configure:15698: $? = 0
# configure:15709: cc -c conftest.c >&5
# configure:15713: $? = 0
# configure:15721: cc -c conftest.c -o conftest2.o >&5
# configure:15725: $? = 0
# configure:15731: cc -c conftest.c -o conftest2.o >&5
# configure:15735: $? = 0
# configure:15753: result: yes
# configure:15779: checking for __uc_get_grs in -luca
# configure:15804: gcc -o conftest -U_FORTIFY_SOURCE conftest.c -luca >&5
# /usr/sbin/ld: cannot find -luca
# collect2: error: ld returned 1 exit status
# configure:15804: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __uc_get_grs ();
# | int
# | main ()
# | {
# | return __uc_get_grs ();
# | ;
# | return 0;
# | }
# configure:15813: result: no
# configure:15825: checking for library containing dlopen
# configure:15856: gcc -o conftest -U_FORTIFY_SOURCE conftest.c >&5
# /tmp/ccNmz43Q.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:15856: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:15856: gcc -o conftest -U_FORTIFY_SOURCE conftest.c -ldl >&5
# configure:15856: $? = 0
# configure:15873: result: -ldl
# configure:15889: checking atomic_ops.h usability
# configure:15889: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:15889: $? = 0
# configure:15889: result: yes
# configure:15889: checking atomic_ops.h presence
# configure:15889: gcc -E conftest.c
# configure:15889: $? = 0
# configure:15889: result: yes
# configure:15889: checking for atomic_ops.h
# configure:15889: result: yes
# configure:15908: checking for ANSI C header files
# configure:16012: result: yes
# configure:16025: checking asm/ptrace_offsets.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# conftest.c:58:32: fatal error: asm/ptrace_offsets.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:16025: result: no
# configure:16025: checking asm/ptrace_offsets.h presence
# configure:16025: gcc -E conftest.c
# conftest.c:25:32: fatal error: asm/ptrace_offsets.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:16025: result: no
# configure:16025: checking for asm/ptrace_offsets.h
# configure:16025: result: no
# configure:16025: checking endian.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking endian.h presence
# configure:16025: gcc -E conftest.c
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking for endian.h
# configure:16025: result: yes
# configure:16025: checking sys/endian.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# conftest.c:59:24: fatal error: sys/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:16025: result: no
# configure:16025: checking sys/endian.h presence
# configure:16025: gcc -E conftest.c
# conftest.c:26:24: fatal error: sys/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:16025: result: no
# configure:16025: checking for sys/endian.h
# configure:16025: result: no
# configure:16025: checking execinfo.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking execinfo.h presence
# configure:16025: gcc -E conftest.c
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking for execinfo.h
# configure:16025: result: yes
# configure:16025: checking ia64intrin.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# conftest.c:60:24: fatal error: ia64intrin.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:16025: result: no
# configure:16025: checking ia64intrin.h presence
# configure:16025: gcc -E conftest.c
# conftest.c:27:24: fatal error: ia64intrin.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | /* end confdefs.h. */
# | #include
# configure:16025: result: no
# configure:16025: checking for ia64intrin.h
# configure:16025: result: no
# configure:16025: checking sys/uc_access.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# conftest.c:60:27: fatal error: sys/uc_access.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:16025: result: no
# configure:16025: checking sys/uc_access.h presence
# configure:16025: gcc -E conftest.c
# conftest.c:27:27: fatal error: sys/uc_access.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | /* end confdefs.h. */
# | #include
# configure:16025: result: no
# configure:16025: checking for sys/uc_access.h
# configure:16025: result: no
# configure:16025: checking for unistd.h
# configure:16025: result: yes
# configure:16025: checking signal.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking signal.h presence
# configure:16025: gcc -E conftest.c
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking for signal.h
# configure:16025: result: yes
# configure:16025: checking for sys/types.h
# configure:16025: result: yes
# configure:16025: checking sys/procfs.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking sys/procfs.h presence
# configure:16025: gcc -E conftest.c
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking for sys/procfs.h
# configure:16025: result: yes
# configure:16025: checking sys/ptrace.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking sys/ptrace.h presence
# configure:16025: gcc -E conftest.c
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking for sys/ptrace.h
# configure:16025: result: yes
# configure:16025: checking byteswap.h usability
# configure:16025: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking byteswap.h presence
# configure:16025: gcc -E conftest.c
# configure:16025: $? = 0
# configure:16025: result: yes
# configure:16025: checking for byteswap.h
# configure:16025: result: yes
# configure:16036: checking for an ANSI C-conforming const
# configure:16101: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16101: $? = 0
# configure:16108: result: yes
# configure:16116: checking for inline
# configure:16132: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16132: $? = 0
# configure:16140: result: inline
# configure:16158: checking for size_t
# configure:16158: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# configure:16158: $? = 0
# configure:16158: gcc -c -U_FORTIFY_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:69:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:16158: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16158: result: yes
# configure:16173: checking size of off_t
# configure:16178: gcc -o conftest -U_FORTIFY_SOURCE conftest.c >&5
# configure:16178: $? = 0
# configure:16178: ./conftest
# configure:16178: $? = 0
# configure:16192: result: 8
# configure:16205: checking for struct dl_phdr_info.dlpi_subs
# configure:16205: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16205: $? = 0
# configure:16205: result: yes
# configure:16216: checking for struct elf_prstatus
# configure:16216: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16216: $? = 0
# configure:16216: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:76:34: error: expected expression before ')' token
# if (sizeof ((struct elf_prstatus)))
# ^
# configure:16216: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_SYS_PROCFS_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct elf_prstatus)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16216: result: yes
# configure:16230: checking for struct prstatus
# configure:16230: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:77:13: error: invalid application of 'sizeof' to incomplete type 'struct prstatus'
# if (sizeof (struct prstatus))
# ^~~~~~
# configure:16230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_SYS_PROCFS_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof (struct prstatus))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16230: result: no
# configure:16246: checking whether PTRACE_POKEUSER is declared
# configure:16246: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16246: $? = 0
# configure:16246: result: yes
# configure:16262: checking whether PTRACE_POKEDATA is declared
# configure:16262: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16262: $? = 0
# configure:16262: result: yes
# configure:16278: checking whether PTRACE_TRACEME is declared
# configure:16278: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16278: $? = 0
# configure:16278: result: yes
# configure:16294: checking whether PTRACE_CONT is declared
# configure:16294: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16294: $? = 0
# configure:16294: result: yes
# configure:16310: checking whether PTRACE_SINGLESTEP is declared
# configure:16310: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16310: $? = 0
# configure:16310: result: yes
# configure:16326: checking whether PTRACE_SYSCALL is declared
# configure:16326: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16326: $? = 0
# configure:16326: result: yes
# configure:16342: checking whether PT_IO is declared
# configure:16342: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:88:10: error: 'PT_IO' undeclared (first use in this function)
# (void) PT_IO;
# ^~~~~
# conftest.c:88:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:16342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #include
# |
# |
# | int
# | main ()
# | {
# | #ifndef PT_IO
# | #ifdef __cplusplus
# | (void) PT_IO;
# | #else
# | (void) PT_IO;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16342: result: no
# configure:16358: checking whether PT_GETREGS is declared
# configure:16358: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16358: $? = 0
# configure:16358: result: yes
# configure:16374: checking whether PT_GETFPREGS is declared
# configure:16374: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16374: $? = 0
# configure:16374: result: yes
# configure:16390: checking whether PT_CONTINUE is declared
# configure:16390: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16390: $? = 0
# configure:16390: result: yes
# configure:16406: checking whether PT_TRACE_ME is declared
# configure:16406: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16406: $? = 0
# configure:16406: result: yes
# configure:16422: checking whether PT_STEP is declared
# configure:16422: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16422: $? = 0
# configure:16422: result: yes
# configure:16438: checking whether PT_SYSCALL is declared
# configure:16438: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16438: $? = 0
# configure:16438: result: yes
# configure:16460: checking for dl_iterate_phdr
# configure:16460: gcc -o conftest -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16460: $? = 0
# configure:16460: result: yes
# configure:16460: checking for dl_phdr_removals_counter
# configure:16460: gcc -o conftest -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccSocMcG.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dl_phdr_removals_counter'
# collect2: error: ld returned 1 exit status
# configure:16460: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | #define HAVE_DECL_PT_IO 0
# | #define HAVE_DECL_PT_GETREGS 1
# | #define HAVE_DECL_PT_GETFPREGS 1
# | #define HAVE_DECL_PT_CONTINUE 1
# | #define HAVE_DECL_PT_TRACE_ME 1
# | #define HAVE_DECL_PT_STEP 1
# | #define HAVE_DECL_PT_SYSCALL 1
# | #define HAVE_DL_ITERATE_PHDR 1
# | /* end confdefs.h. */
# | /* Define dl_phdr_removals_counter to an innocuous variant, in case declares dl_phdr_removals_counter.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dl_phdr_removals_counter innocuous_dl_phdr_removals_counter
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dl_phdr_removals_counter (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dl_phdr_removals_counter
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dl_phdr_removals_counter ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dl_phdr_removals_counter || defined __stub___dl_phdr_removals_counter
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dl_phdr_removals_counter ();
# | ;
# | return 0;
# | }
# configure:16460: result: no
# configure:16460: checking for dlmodinfo
# configure:16460: gcc -o conftest -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccfiSHaJ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlmodinfo'
# collect2: error: ld returned 1 exit status
# configure:16460: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | #define HAVE_DECL_PT_IO 0
# | #define HAVE_DECL_PT_GETREGS 1
# | #define HAVE_DECL_PT_GETFPREGS 1
# | #define HAVE_DECL_PT_CONTINUE 1
# | #define HAVE_DECL_PT_TRACE_ME 1
# | #define HAVE_DECL_PT_STEP 1
# | #define HAVE_DECL_PT_SYSCALL 1
# | #define HAVE_DL_ITERATE_PHDR 1
# | /* end confdefs.h. */
# | /* Define dlmodinfo to an innocuous variant, in case declares dlmodinfo.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlmodinfo innocuous_dlmodinfo
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlmodinfo (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlmodinfo
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlmodinfo ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dlmodinfo || defined __stub___dlmodinfo
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlmodinfo ();
# | ;
# | return 0;
# | }
# configure:16460: result: no
# configure:16460: checking for getunwind
# configure:16460: gcc -o conftest -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccJJ2dqK.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `getunwind'
# collect2: error: ld returned 1 exit status
# configure:16460: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | #define HAVE_DECL_PT_IO 0
# | #define HAVE_DECL_PT_GETREGS 1
# | #define HAVE_DECL_PT_GETFPREGS 1
# | #define HAVE_DECL_PT_CONTINUE 1
# | #define HAVE_DECL_PT_TRACE_ME 1
# | #define HAVE_DECL_PT_STEP 1
# | #define HAVE_DECL_PT_SYSCALL 1
# | #define HAVE_DL_ITERATE_PHDR 1
# | /* end confdefs.h. */
# | /* Define getunwind to an innocuous variant, in case declares getunwind.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getunwind innocuous_getunwind
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getunwind (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getunwind
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getunwind ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getunwind || defined __stub___getunwind
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getunwind ();
# | ;
# | return 0;
# | }
# configure:16460: result: no
# configure:16460: checking for ttrace
# configure:16460: gcc -o conftest -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/cc6j21zN.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `ttrace'
# collect2: error: ld returned 1 exit status
# configure:16460: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | #define HAVE_DECL_PT_IO 0
# | #define HAVE_DECL_PT_GETREGS 1
# | #define HAVE_DECL_PT_GETFPREGS 1
# | #define HAVE_DECL_PT_CONTINUE 1
# | #define HAVE_DECL_PT_TRACE_ME 1
# | #define HAVE_DECL_PT_STEP 1
# | #define HAVE_DECL_PT_SYSCALL 1
# | #define HAVE_DL_ITERATE_PHDR 1
# | /* end confdefs.h. */
# | /* Define ttrace to an innocuous variant, in case declares ttrace.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define ttrace innocuous_ttrace
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char ttrace (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef ttrace
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char ttrace ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_ttrace || defined __stub___ttrace
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return ttrace ();
# | ;
# | return 0;
# | }
# configure:16460: result: no
# configure:16460: checking for mincore
# configure:16460: gcc -o conftest -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:16460: $? = 0
# configure:16460: result: yes
# configure:16470: checking if building with AltiVec
# configure:16480: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c:53:3: error: #error choke
# # error choke
# ^~~~~
# configure:16480: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | #define HAVE_DECL_PT_IO 0
# | #define HAVE_DECL_PT_GETREGS 1
# | #define HAVE_DECL_PT_GETFPREGS 1
# | #define HAVE_DECL_PT_CONTINUE 1
# | #define HAVE_DECL_PT_TRACE_ME 1
# | #define HAVE_DECL_PT_STEP 1
# | #define HAVE_DECL_PT_SYSCALL 1
# | #define HAVE_DL_ITERATE_PHDR 1
# | #define HAVE_MINCORE 1
# | /* end confdefs.h. */
# |
# | #ifndef __ALTIVEC__
# | # error choke
# | #endif
# |
# configure:16494: result: no
# configure:16505: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c:53:3: error: #error choke
# # error choke
# ^~~~~
# configure:16505: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | #define HAVE_DECL_PT_IO 0
# | #define HAVE_DECL_PT_GETREGS 1
# | #define HAVE_DECL_PT_GETFPREGS 1
# | #define HAVE_DECL_PT_CONTINUE 1
# | #define HAVE_DECL_PT_TRACE_ME 1
# | #define HAVE_DECL_PT_STEP 1
# | #define HAVE_DECL_PT_SYSCALL 1
# | #define HAVE_DL_ITERATE_PHDR 1
# | #define HAVE_MINCORE 1
# | /* end confdefs.h. */
# |
# | #ifndef __powerpc64__
# | # error choke
# | #endif
# |
# configure:16588: checking if we should build libunwind-coredump
# configure:16590: result: yes
# configure:16593: checking for build architecture
# configure:16595: result: x86_64
# configure:16597: checking for host architecture
# configure:16599: result: x86_64
# configure:16601: checking for target architecture
# configure:16603: result: x86_64
# configure:16605: checking for target operating system
# configure:16607: result: linux-gnu
# configure:16723: checking for ELF helper width
# configure:16728: result: 64
# configure:16759: checking whether to include DWARF support
# configure:16774: result: yes
# configure:16784: checking whether to restrict build to remote support
# configure:16792: result: no
# configure:16795: checking whether to enable debug support
# configure:16807: result:
# configure:16810: checking whether to enable C++ exception support
# configure:16836: result: no
# configure:16839: checking whether to load .debug_frame sections
# configure:16857: result: no
# configure:16860: checking whether to block signals during mutex ops
# configure:16874: result: yes
# configure:16877: checking whether to validate memory addresses before use
# configure:16891: result: yes
# configure:16894: checking whether to enable msabi support
# configure:16906: result:
# configure:16909: checking whether to support LZMA-compressed symbol tables
# configure:16918: result: auto
# configure:16921: checking for lzma_mf_is_supported in -llzma
# configure:16946: gcc -o conftest -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG conftest.c -llzma >&5
# configure:16946: $? = 0
# configure:16955: result: yes
# configure:16984: checking for __thread
# configure:16993: gcc -U_FORTIFY_SOURCE -c conftest.c >&5
# configure:16996: $? = 0
# configure:17004: result: yes
# configure:17015: checking for Intel compiler
# configure:17030: gcc -c -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:60:2: error: #error choke me
# #error choke me
# ^~~~~
# configure:17030: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libunwind"
# | #define PACKAGE_TARNAME "libunwind"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "libunwind 1.1"
# | #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libunwind"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ATOMIC_OPS_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_SYS_PTRACE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# | #define HAVE_STRUCT_ELF_PRSTATUS 1
# | #define HAVE_DECL_PTRACE_POKEUSER 1
# | #define HAVE_DECL_PTRACE_POKEDATA 1
# | #define HAVE_DECL_PTRACE_TRACEME 1
# | #define HAVE_DECL_PTRACE_CONT 1
# | #define HAVE_DECL_PTRACE_SINGLESTEP 1
# | #define HAVE_DECL_PTRACE_SYSCALL 1
# | #define HAVE_DECL_PT_IO 0
# | #define HAVE_DECL_PT_GETREGS 1
# | #define HAVE_DECL_PT_GETFPREGS 1
# | #define HAVE_DECL_PT_CONTINUE 1
# | #define HAVE_DECL_PT_TRACE_ME 1
# | #define HAVE_DECL_PT_STEP 1
# | #define HAVE_DECL_PT_SYSCALL 1
# | #define HAVE_DL_ITERATE_PHDR 1
# | #define HAVE_MINCORE 1
# | #define CONFIG_BLOCK_SIGNALS /**/
# | #define CONSERVATIVE_CHECKS 1
# | #define HAVE_LZMA 1
# | #define HAVE___THREAD 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | #ifndef __INTEL_COMPILER
# | #error choke me
# | #endif
# | ;
# | return 0;
# | }
# configure:17041: result: no
# configure:17075: checking for __builtin___clear_cache
# configure:17088: gcc -o conftest -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -D_GNU_SOURCE -DNDEBUG conftest.c >&5
# configure:17088: $? = 0
# configure:17100: result: yes
# configure:17103: checking for __sync atomics
# configure:17119: gcc -o conftest -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -D_GNU_SOURCE -DNDEBUG conftest.c >&5
# configure:17119: $? = 0
# configure:17131: result: yes
# configure:17146: checking for library containing backtrace
# configure:17177: gcc -o conftest -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -D_GNU_SOURCE -DNDEBUG conftest.c >&5
# configure:17177: $? = 0
# configure:17194: result: none required
# configure:17448: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libunwind config.status 1.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e789855baa11
#
# config.status:1265: creating Makefile
# config.status:1265: creating src/Makefile
# config.status:1265: creating tests/Makefile
# config.status:1265: creating tests/check-namespace.sh
# config.status:1265: creating doc/Makefile
# config.status:1265: creating doc/common.tex
# config.status:1265: creating include/libunwind-common.h
# config.status:1265: creating include/libunwind.h
# config.status:1265: creating include/tdep/libunwind_i.h
# config.status:1265: creating src/unwind/libunwind.pc
# config.status:1265: creating src/coredump/libunwind-coredump.pc
# config.status:1265: creating src/ptrace/libunwind-ptrace.pc
# config.status:1265: creating src/setjmp/libunwind-setjmp.pc
# config.status:1265: creating src/libunwind-generic.pc
# config.status:1265: creating include/config.h
# config.status:1494: executing depfiles commands
# config.status:1494: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCASFLAGS_set=
# ac_cv_env_CCASFLAGS_value=
# ac_cv_env_CCAS_set=
# ac_cv_env_CCAS_value=
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=' -U_FORTIFY_SOURCE'
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_dl_iterate_phdr=yes
# ac_cv_func_dl_phdr_removals_counter=no
# ac_cv_func_dlmodinfo=no
# ac_cv_func_getunwind=no
# ac_cv_func_mincore=yes
# ac_cv_func_ttrace=no
# ac_cv_have_decl_PTRACE_CONT=yes
# ac_cv_have_decl_PTRACE_POKEDATA=yes
# ac_cv_have_decl_PTRACE_POKEUSER=yes
# ac_cv_have_decl_PTRACE_SINGLESTEP=yes
# ac_cv_have_decl_PTRACE_SYSCALL=yes
# ac_cv_have_decl_PTRACE_TRACEME=yes
# ac_cv_have_decl_PT_CONTINUE=yes
# ac_cv_have_decl_PT_GETFPREGS=yes
# ac_cv_have_decl_PT_GETREGS=yes
# ac_cv_have_decl_PT_IO=no
# ac_cv_have_decl_PT_STEP=yes
# ac_cv_have_decl_PT_SYSCALL=yes
# ac_cv_have_decl_PT_TRACE_ME=yes
# ac_cv_header_asm_ptrace_offsets_h=no
# ac_cv_header_atomic_ops_h=yes
# ac_cv_header_byteswap_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_execinfo_h=yes
# ac_cv_header_ia64intrin_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_endian_h=no
# ac_cv_header_sys_procfs_h=yes
# ac_cv_header_sys_ptrace_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uc_access_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lzma_lzma_mf_is_supported=yes
# ac_cv_lib_uca___uc_get_grs=no
# ac_cv_member_struct_dl_phdr_info_dlpi_subs=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_gcc_c_o=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_backtrace='none required'
# ac_cv_search_dlopen=-ldl
# ac_cv_sizeof_off_t=8
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_size_t=yes
# ac_cv_type_struct_elf_prstatus=yes
# ac_cv_type_struct_prstatus=no
# am_cv_CCAS_dependencies_compiler_type=gcc3
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# libc_cv_gcc___thread=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_LDCXX='/usr/sbin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libunwind/src/libunwind-1.1/config/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AR='ar'
# ARCH='X86_64'
# ARCH_ARM_FALSE=''
# ARCH_ARM_TRUE='#'
# ARCH_HPPA_FALSE=''
# ARCH_HPPA_TRUE='#'
# ARCH_IA64_FALSE=''
# ARCH_IA64_TRUE='#'
# ARCH_MIPS_FALSE=''
# ARCH_MIPS_TRUE='#'
# ARCH_PPC32_FALSE=''
# ARCH_PPC32_TRUE='#'
# ARCH_PPC64_FALSE=''
# ARCH_PPC64_TRUE='#'
# ARCH_SH_FALSE=''
# ARCH_SH_TRUE='#'
# ARCH_X86_64_FALSE='#'
# ARCH_X86_64_TRUE=''
# ARCH_X86_FALSE=''
# ARCH_X86_TRUE='#'
# AUTOCONF='${SHELL} /tmp/libunwind/src/libunwind-1.1/config/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libunwind/src/libunwind-1.1/config/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libunwind/src/libunwind-1.1/config/missing --run automake-1.11'
# AWK='gawk'
# BUILD_COREDUMP_FALSE='#'
# BUILD_COREDUMP_TRUE=''
# CC='gcc'
# CCAS='gcc'
# CCASDEPMODE='depmode=gcc3'
# CCASFLAGS=' -U_FORTIFY_SOURCE -D_GNU_SOURCE -DNDEBUG'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare'
# CPP='gcc -E'
# CPPFLAGS=' -D_GNU_SOURCE -DNDEBUG'
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLIB='-ldl'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# HAVE_LZMA_FALSE='#'
# HAVE_LZMA_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LDFLAGS_STATIC_LIBCXA=''
# LIBCRTS='-lgcc'
# LIBLZMA='-lzma'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libunwind/src/libunwind-1.1/config/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_FREEBSD_FALSE=''
# OS_FREEBSD_TRUE='#'
# OS_HPUX_FALSE=''
# OS_HPUX_TRUE='#'
# OS_LINUX_FALSE='#'
# OS_LINUX_TRUE=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='libunwind'
# PACKAGE_BUGREPORT='libunwind-devel@nongnu.org'
# PACKAGE_NAME='libunwind'
# PACKAGE_STRING='libunwind 1.1'
# PACKAGE_TARNAME='libunwind'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.1'
# PATH_SEPARATOR=':'
# PKG_EXTRA=''
# PKG_MAINTAINER='libunwind-devel@nongnu.org'
# PKG_MAJOR='1'
# PKG_MINOR='1'
# RANLIB='ranlib'
# REMOTE_ONLY_FALSE=''
# REMOTE_ONLY_TRUE='#'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SUPPORT_CXX_EXCEPTIONS_FALSE=''
# SUPPORT_CXX_EXCEPTIONS_TRUE='#'
# USE_ALTIVEC_FALSE=''
# USE_ALTIVEC_TRUE='#'
# USE_DWARF_FALSE='#'
# USE_DWARF_TRUE=''
# USE_ELF32_FALSE=''
# USE_ELF32_TRUE='#'
# USE_ELF64_FALSE='#'
# USE_ELF64_TRUE=''
# USE_ELFXX_FALSE=''
# USE_ELFXX_TRUE='#'
# VERSION='1.1'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCCAS_FALSE='#'
# am__fastdepCCAS_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# arch='x86_64'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_arch='x86_64'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# enable_cxx_exceptions='no'
# enable_debug_frame='no'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libunwind/src/libunwind-1.1/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libunwind"
# #define PACKAGE_TARNAME "libunwind"
# #define PACKAGE_VERSION "1.1"
# #define PACKAGE_STRING "libunwind 1.1"
# #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libunwind"
# #define VERSION "1.1"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ATOMIC_OPS_H 1
# #define STDC_HEADERS 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_EXECINFO_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_PROCFS_H 1
# #define HAVE_SYS_PTRACE_H 1
# #define HAVE_BYTESWAP_H 1
# #define SIZEOF_OFF_T 8
# #define HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS 1
# #define HAVE_STRUCT_ELF_PRSTATUS 1
# #define HAVE_DECL_PTRACE_POKEUSER 1
# #define HAVE_DECL_PTRACE_POKEDATA 1
# #define HAVE_DECL_PTRACE_TRACEME 1
# #define HAVE_DECL_PTRACE_CONT 1
# #define HAVE_DECL_PTRACE_SINGLESTEP 1
# #define HAVE_DECL_PTRACE_SYSCALL 1
# #define HAVE_DECL_PT_IO 0
# #define HAVE_DECL_PT_GETREGS 1
# #define HAVE_DECL_PT_GETFPREGS 1
# #define HAVE_DECL_PT_CONTINUE 1
# #define HAVE_DECL_PT_TRACE_ME 1
# #define HAVE_DECL_PT_STEP 1
# #define HAVE_DECL_PT_SYSCALL 1
# #define HAVE_DL_ITERATE_PHDR 1
# #define HAVE_MINCORE 1
# #define CONFIG_BLOCK_SIGNALS /**/
# #define CONSERVATIVE_CHECKS 1
# #define HAVE_LZMA 1
# #define HAVE___THREAD 1
# #define HAVE__BUILTIN___CLEAR_CACHE 1
# #define HAVE_SYNC_ATOMICS 1
#
# configure: exit 0