summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-12 06:52:14 +0100
committerJim Meyering <meyering@redhat.com>2010-01-12 06:52:14 +0100
commit37b8bfda56adc0c633b041948ef78e53b8ce1add (patch)
treea28fa5e280db5974c9c7b354444c9b967122d2c7 /NEWS
parent21a6a7f64c8dab1d07fbbc1ff25a58aaf706d08e (diff)
downloadcoreutils-37b8bfda56adc0c633b041948ef78e53b8ce1add.tar.xz
doc: mention the wchar.h vs. glibc build problem
* NEWS (Build-related): Mention the wchar.h issue.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f0c8e275..61e6a31c9 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,11 @@ GNU coreutils NEWS -*- outline -*-
Work around a build failure when using buggy <sys/capability.h>.
Alternatively, configure with --disable-libcap.
+ Compilation would fail on systems using glibc-2.7..2.9 due to changes in
+ gnulib's wchar.h that tickled a bug in at least those versions of glibc's
+ own <wchar.h> header. Now, gnulib works around the bug in those older
+ glibc <wchar.h> headers.
+
* Noteworthy changes in release 8.3 (2010-01-07) [stable]