Selecting message language in gcc and g++

前端 未结 3 1579
面向向阳花
面向向阳花 2020-12-14 15:58

I use gcc/g++ on Linux and since my install is in Spanish (my native language), gcc prints warnings and errors in Spanish. I would rat

3条回答
  •  旧巷少年郎
    2020-12-14 16:06

    Try to change the LANG environment variable: http://gcc.gnu.org/onlinedocs/gcc-4.4.0/gcc/Environment-Variables.html#Environment-Variables.

提交回复
热议问题