bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: diffutils now uses git


From: Eric Blake
Subject: Re: diffutils now uses git
Date: Thu, 12 Nov 2009 15:20:21 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Jim Meyering <jim <at> meyering.net> writes:

>     http://git.savannah.gnu.org/cgit/diffutils.git/

Thanks!

However, you need this patch before diffutils is usable on all platforms, 
because I got this link error when building on cygwin:

| ../lib/libdiffutils.a(c-stack.o): In function `c_stack_action':
| /home/eblake/diffutils/lib/c-stack.c:199: undefined reference to 
`_stackoverflow_install_handler'


From: Eric Blake <address@hidden>
Date: Thu, 12 Nov 2009 08:17:56 -0700
Subject: [PATCH] build: avoid link failure when libsigsegv is used

* src/Makefile.am (LDADD): Link against LIBCSTACK.
---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 99c011b..f8491ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@ localedir = $(datadir)/locale

 AM_CPPFLAGS = -I../lib -I$(top_srcdir)/lib

-LDADD = ../lib/libdiffutils.a $(LIBINTL)
+LDADD = ../lib/libdiffutils.a $(LIBINTL) $(LIBSIGSEGV)
 diff_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)

 cmp_SOURCES = cmp.c
-- 
1.6.4.2







reply via email to

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