[Bug bootstrap/15830] --disable-nls doesn't disable nls
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jun 5 05:02:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list