diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-28 22:44:24 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-28 22:44:38 +0100 |
commit | 4352534a0cb9f48fc47f98e048265087a6cd9dba (patch) | |
tree | 234f32d3de4d4f24cd08a3a9204ee04a6184d5ca /README | |
parent | 77f8502ea70614032f35b8ac7254a9a040c2489b (diff) | |
download | coreutils-4352534a0cb9f48fc47f98e048265087a6cd9dba.tar.xz |
README: Document the known problem with gettext <= 0.17.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -63,6 +63,18 @@ the ls `time-1' test to fail. I believe that is due to a bug in the way Sun implemented link(2) and chmod(2). +***************************************** +Test failure with NLS and gettext <= 0.17 +----------------------------------------- + +Due to a conflict between libintl.h and gnulib's new xprintf module, +when you configure with NLS support, and with a gettext installation +older than 0.17.1 (not yet released, at the time of this writing), +then some tests fail, at least on NetBSD 1.6. To work around it in +the mean time, you can configure with --disable-nls. For details, +see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/12015/>. + + *********************** Pre-C99 build failure ----------------------- |