From 1d8e2c1ae568a1d684015350097d493b1b13c0c7 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Sat, 10 Sep 2011 19:56:54 -0700 Subject: [PATCH] Explicitly specify the libraries Without this linking fails with gold and newer versions of ld. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8a298cab..3dab3149 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -143,9 +143,9 @@ Gtest_dyn1_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) Gtest_exc_LDADD = $(LIBUNWIND) Gtest_init_LDADD = $(LIBUNWIND) Gtest_resume_sig_LDADD = $(LIBUNWIND) -Gperf_simple_LDADD = $(LIBUNWIND) +Gperf_simple_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) Gtest_trace_LDADD=$(LIBUNWIND) $(LIBUNWIND_local) -Gperf_trace_LDADD = $(LIBUNWIND) +Gperf_trace_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) Ltest_bt_LDADD = $(LIBUNWIND_local) Ltest_concurrent_LDADD = $(LIBUNWIND_local) -lpthread