Tom G. Christensen wrote: > With this change there is still a link failure on CentOS 5.6: > gcc -std=gnu99 -g -O2 -Wall -o test-spawn-pipe-child > test-spawn-pipe-child.o -lm -lm -lm -lm -lm -lm -lm -lm -lm -lm -lm > test-spawn-pipe-child.o: In function `main': > /home/tgc/projects/gnulib/build/gltests/test-spawn-pipe-child.c:87: > undefined reference to `rpl_fprintf'
Fixed as well, see below. Thanks for mentioning it. 2011-06-17 Bruno Haible <br...@clisp.org> spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fprintf. Reported by Tom G. Christensen <t...@jupiterrise.com>. --- tests/test-spawn-pipe-child.c.orig Fri Jun 17 18:08:05 2011 +++ tests/test-spawn-pipe-child.c Fri Jun 17 18:07:25 2011 @@ -46,6 +46,7 @@ #undef fcntl #undef fdopen #undef fflush +#undef fprintf #undef read #undef write -- In memoriam The victims of the East German uprising <http://en.wikipedia.org/wiki/Uprising_of_1953_in_East_Germany>