当前位置:  开发笔记 > 开发工具 > 正文

ICU 58在MSYS2/MinGW64中未定义参考

如何解决《ICU58在MSYS2/MinGW64中未定义参考》经验,为你挑选了0个好方法。

使用Compiling-ICU-with-MinGW中的指令, 我收到以下错误

digitlst.o:digitlst.cpp:(.text+0x11): undefined reference to `_free_locale'
digitlst.o:digitlst.cpp:(.text+0x8fe): undefined reference to `_create_locale'
digitlst.o:digitlst.cpp:(.text+0xa20): undefined reference to `_create_locale'
collect2.exe: error: ld returned 1 exit status

我的构建环境:

MSYS2与gcc版本6.3.0(Rev1,由MSYS2项目建立)

64位工具链:pacman -S mingw-w64-x86_64-toolchain

ICU 58.2来源ICU4C

我做到了

unzip icu4c-58_2-src.zip
cd icu/source
./runConfigureICU MinGW prefix=$PWD/../dist
make

有谁知道如何解决这个问题?

编辑:与58.1相同,但57.1工作正常.

推荐阅读
喜生-Da
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有