Comp Error: $LANG contains unknown ...
Submitted by molivera on Thu, 07/25/2002 - 21:44.
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
‹ Motif 2.2.1 don`t compile Caldera Open Unix 8.0 ›
Fri, 08/02/2002 - 01:22#1
Anonymous
Comp Error: $LANG contains unknown ...
do this
setenv LANG C
or
setenv LANG en_US
both should work,
then compile as normal..
jim