bug-gnulib
[Top][All Lists]
Advanced

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

Re: spawn-pipe tests on OSF/1


From: Bruno Haible
Subject: Re: spawn-pipe tests on OSF/1
Date: Fri, 17 Jun 2011 18:09:51 +0200
User-agent: KMail/1.9.9

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  <address@hidden>

        spawn-pipe tests: Fix link error.
        * tests/test-spawn-pipe-child.c: Undefine fprintf.
        Reported by Tom G. Christensen <address@hidden>.

--- 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>



reply via email to

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