|
|
偶在编译LFS的临时Glibc2.3.5的时候出了点问题
#make
#mkdir -vp /tools/etc
#touch /tools/etc/ld.so.conf
#make install
这些都通过了的
我没有使用
#make localedata/install-locales
而是使用的
#mkdir -pv /tools/lib/locale
#localedef -v -i en_US -f UTF-8 en_US.UTF-8
就出现下面的提示拉
/tools/share/i18n/locales/translit_neutral:17:non-symbolic character value should not be used
... ...
LC_NAME:field 'name_gen' not defined
LC_IDENTIFICATION:field 'audience' not defined
LC_IDENTIFICATION:field 'application' not defined
LC_IDENTIFICATION:field 'abbreviation' not defined
LC_IDENTIFICATION:no identification for category 'LC_MEASUREMENT'no output file produced because warning were issued
我使用
#locale
查看了以下
显示的都是POSIX
另外,使用
#localedef -v -i en_US -f ISO-8859-1 en_US
也一样出现上面的错误!
希望XD们能帮助以下小弟!
先谢谢拉! |
|