libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] [PATCH] Build libunwind-coredump using libtool


From: Arun Sharma
Subject: Re: [Libunwind-devel] [PATCH] Build libunwind-coredump using libtool
Date: Wed, 4 Jul 2012 17:02:24 -0700

On Fri, Jun 29, 2012 at 2:42 AM, Martin Milata <address@hidden> wrote:
> Hello,
> here's another patch related to the coredump functionality. I need to link
> libunwind-coredump to another library, which wasn't possible as it was built 
> as
> non-PIC static library. The patch is also available at
> https://github.com/b42/libunwind/tree/coredump-test

Applied with a minor change:

--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -121,7 +121,7 @@ crasher: crasher.c

 LIBUNWIND = $(top_builddir)/src/libunwind-$(arch).la
 LIBUNWIND_ptrace = $(top_builddir)/src/libunwind-ptrace.a
-LIBUNWIND_coredump = $(top_builddir)/src/libunwind-coredump.a
+LIBUNWIND_coredump = $(top_builddir)/src/libunwind-coredump.la

 if USE_ELF32
 LIBUNWIND_ELF = $(top_builddir)/src/libunwind-elf32.la

 -Arun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]