This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15830] --disable-nls doesn't disable nls
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2004 05:02:23 -0000
- Subject: [Bug bootstrap/15830] --disable-nls doesn't disable nls
- References: <20040605023604.15830.mckelvey@maskull.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-05 05:02 -------
If I read the docs right this is the correct behavior as --disable-nls only disables the translation support
in the error messages and not the use of libintl* in libstdc++:
--enable-nls
--disable-nls
The --enable-nls option enables Native Language Support (NLS), which lets GCC output diagnostics in
languages other than American English. Native Language Support is enabled by default if not doing a
canadian cross build. The --disable-nls option disables NLS.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15830