This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: util-linux build fails with glibc HEAD
- From: Jeff Bailey <jbailey at nisa dot net>
- To: Andrew Walrond <andrew at walrond dot org>
- Cc: aeb at cwi dot nl, libc-alpha at sources dot redhat dot com
- Date: Sat, 25 Jan 2003 08:19:03 -0800
- Subject: Re: util-linux build fails with glibc HEAD
- References: <3E32B781.3020008@walrond.org>
On Sat, Jan 25, 2003 at 04:12:49PM +0000, Andrew Walrond wrote:
> Having got glibc HEAD to get around an ldconfig bug, util-linux now
> bails complaining about undefined errno. With gcc 3.2.1:
Your code probably doesn't #include <errno.h>. Make sure that it does
that. The old glibc used to allow non-standards compliant code to
compile and work. Recent glibcs aren't as permissive. Note that old
binaries run against the new glibc will fail (either silently or at
startup time, depending on whether the bug related to that has been
fixed or not)
Tks,
Jeff Bailey