Re: popen2 popen call

From: F. Heitkamp
Date: Wed Sep 09 2009 - 08:51:18 EST


Ulrich Drepper wrote:
On Sat, Sep 5, 2009 at 10:39, F. Heitkamp<heitkamp@xxxxxxxxxxxxx> wrote:
linux-pipe.c:(.text+0x3b): warning: warning: pipe2 is not implemented and
will always fail

you will get this warning if the glibc you're using was compiled
without appropriate kernel headers. I.e., the definition of
__NR_pipe2 wasn't available.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Compiling glibc with newer headers worked! Thank you all.

Fred

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/