使用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工作正常.