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 13:45:01 +0200
User-agent: KMail/1.9.9

On 2011-06-06 I wrote:
>       spawn-pipe tests: Like the child program only against libc.

One link failure is still present:

gcc  -g -O2   -o test-spawn-pipe-child test-spawn-pipe-child.o  
test-spawn-pipe-child.o: In function `main':
/tmp/testdir/gltests/test-spawn-pipe-child.c:86: undefined reference to 
`rpl_fflush'
collect2: ld returned 1 exit status

This fixes it:


2011-06-17  Bruno Haible  <address@hidden>

        spawn-pipe tests: Fix link error.
        * tests/test-spawn-pipe-child.c: Undefine fflush.

--- tests/test-spawn-pipe-child.c.orig  Fri Jun 17 13:11:52 2011
+++ tests/test-spawn-pipe-child.c       Fri Jun 17 13:10:31 2011
@@ -45,6 +45,7 @@
 #undef close
 #undef fcntl
 #undef fdopen
+#undef fflush
 #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]