Comp Error: $LANG contains unknown ...

Trying to compile openmotif-2.2.2 under RedHat Linux 7.3.

Compilation aborts with error message

$LANG contains unknown character set
Info no UID file was produced

This happens when compiling in "demo/programs" the program
"animate".

Any clue as to what to touch and where so compilation
resumes?

Thanks,

Martin
molivera@ucsd.edu


Anonymous

Anonymous's picture

Comp Error: $LANG contains unknown ...

do this

setenv LANG C

or

setenv LANG en_US

both should work,
then compile as normal..
jim