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: Tom G. Christensen
Subject: Re: [PATCH 4/6] fts: cache dirent_inode_sort_may_be_useful too
Date: Fri, 11 Aug 2017 20:21:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

On 10/08/17 15:10, Paul Eggert wrote:
Tom G. Christensen wrote:
This broke the build on CentOS 6 since it has glibc 2.12 which is from before the introduction of the internal __fsword_t type.

Thanks for reporting that. I reproduced the problem on a nearby old server and fixed it by installing the attached patch.

Thank you.

This exposed another problem when using external gettext:
/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

-tgc



reply via email to

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