PDA

View Full Version : Avoid GCC localized output



jigarzon
January 12th, 2013, 05:08 AM
Hi!

im using gcc. The problem is that my IDE (eclipse) does not handle correctly localized gcc's output (my language is spanish)

I want gcc to display messages in english.

I already tryied defining LANG=C, LC_MESSAGES, LC_CTYPE, but gcc --version always gives output in spanish

Do I need to install some extra package?

Thanks in advance