charfi asma <charfiasma@xxxxxxxx> writes: > I tried to modify the language by exporting LANG env var to en_US.UTF-8 > I even add those lines in my .bash_profile file and reboot my computer: > > export LC_ALL=en_US.UTF-8 > export LANG=en_US.UTF-8 > export LC_CTYPE=en_US.UTF-8 > > [root@is010178 charfi]# echo $LANG > en_US.UTF-8 > > but I still have errors in french Odd. Is LC_MESSAGES set in the environment? > 1. when I git clone the gcc-dev directory and build the UML front end for the > first time I get this error: > > > gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes > -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long > -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat > -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ > build/gengtype.o build/errors.o build/gengtype-lex.o > build/gengtype-parse.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a > make[2]: *** Pas de rÃgle pour fabriquer la cible  ../../gcc-dev/gcc/uml/u Â, > nÃcessaire pour  s-gtype Â. ArrÃt. > > --> In english it becomes: no rule to build the target  ../../gcc-dev/gcc/uml/u >  required for  s-gtype Â. Stop This seems to be looking for a file gcc/uml/u. That seems odd. Is that exactly what it says? Does uml/u appear in the Makefile? I don't know anything about the UML frontend and it is not part of standard gcc; have you tried asking the author? Ian