bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 4/6] fts: cache dirent_inode_sort_may_be_useful too


From: Bruno Haible
Subject: Re: [PATCH 4/6] fts: cache dirent_inode_sort_may_be_useful too
Date: Fri, 11 Aug 2017 20:46:23 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-89-generic; KDE/5.18.0; x86_64; ; )

Tom G. Christensen wrote:
> /usr/tgcware/gcc45/bin/gcc -std=gnu99  -g -O2  -L/usr/tgcware/lib 
> -R/usr/tgcware/lib -o test-fts test-
> fts.o ../gllib/libgnu.a -lm   -lm     -lm    -lm  -lm  -lm
> Undefined                       first referenced
>   symbol                             in file
> libintl_gettext                     ../gllib/libgnu.a(openat-die.o)
> ld: fatal: Symbol referencing errors. No output written to test-fts
> collect2: ld returned 1 exit status
> make[4]: *** [test-fts] Error 1

This should fix it:


2017-08-11  Bruno Haible  <address@hidden>

        fts tests: Fix link error.
        Reported by Tom G. Christensen in
        https://lists.gnu.org/archive/html/bug-gnulib/2017-08/msg00078.html
        * modules/fts-tests (Makefile.am): Link test-fts against LIBINTL.

diff --git a/modules/fts-tests b/modules/fts-tests
index 115bf66..1651290 100644
--- a/modules/fts-tests
+++ b/modules/fts-tests
@@ -11,3 +11,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-fts
 check_PROGRAMS += test-fts
+test_fts_LDADD = $(LDADD) @LIBINTL@




reply via email to

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