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