On Fri, Jun 29, 2012 at 2:42 AM, Martin Milata <[email protected]> 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

_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to