Trying to compile openmotif-2.2.2 under RedHat Linux 7.3. Compilation aborts with error message $LANG contains unknown character set This happens when compiling in "demo/programs" the program Any clue as to what to touch and where so compilation Thanks, Martin |
|||

Anonymous
Comp Error: $LANG contains unknown ...
do this
setenv LANG C
or
setenv LANG en_US
both should work,
then compile as normal..
jim