Linux下编译时报错loadlocale.c:130
(2019-02-20 15:13:57)
标签:
linux |
编译时报错如下:
flex-2.5.39: loadlocale.c:130: _nl_intern_locale_data:
Assertioncnt < (sizeof (_nl_value_type_LC_TIME) / sizeof
(_nl_value_type_LC_TIME[0]))' failed.
Aborted (core dumped)
---------------------
搜索之,在这个链接中找到解法
export LC_ALL=C
把这行代码添加到/home/yyq/.bashrc
文件中。
实测有效。
那么这句配置是什么意思呢?
搜索得到:
LC_ALL=C
是为了去除所有本地化的设置,让命令能正确执行。
前一篇:学习英文
后一篇:androidc语言开发