This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/15830] --disable-nls doesn't disable nls


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]