[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-diffutils] simple fix for FreeBSD build problem with diffutils-
From: |
Jim Meyering |
Subject: |
Re: [bug-diffutils] simple fix for FreeBSD build problem with diffutils-3.2.37-f0b0 |
Date: |
Thu, 01 Nov 2012 18:06:00 +0100 |
Nelson H. F. Beebe wrote:
> The Makefile for one of the test programs needed by "make check" in
> diffutils-3.2.37-f0 is missing essential library flags that broke
> the build on FreeBSD 9.0:
>
> gcc -std=gnu99 -g -O2 -o test-sh-quote test-sh-quote.o libtests.a
> ../lib/libdiffutils.a libtests.a
> ../lib/libdiffutils.a(xalloc-die.o): In function `xalloc_die':
> /local/build/bare/diffutils-3.2.37-f0b0/lib/xalloc-die.c:34: undefined
> reference to `libintl_gettext'
> ../lib/libdiffutils.a(error.o): In function `print_errno_message':
> /local/build/bare/diffutils-3.2.37-f0b0/lib/error.c:188: undefined
> reference to `libintl_gettext'
> ../lib/libdiffutils.a(quotearg.o): In function `gettext_quote':
> /local/build/bare/diffutils-3.2.37-f0b0/lib/quotearg.c:195: undefined
> reference to `libintl_gettext'
Thanks. That was fixed by Paul Eggert in gnulib shortly
after the test release.