On 06/17/2011 01:45 PM, Bruno Haible wrote:
On 2011-06-06 I wrote:
spawn-pipe tests: Like the child program only against libc.
2011-06-17 Bruno Haible<br...@clisp.org>
spawn-pipe tests: Fix link error.
* tests/test-spawn-pipe-child.c: Undefine fflush.
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'
/home/tgc/projects/gnulib/build/gltests/test-spawn-pipe-child.c:96:
undefined reference to `rpl_fprintf'
-tgc