root
deepin
2023-04-18 01:15 告诉编译器把 icu 库也 link 上

Reply Like 0 View the author
告诉编译器把 icu 库也 link 上

https://blog.csdn.net/mijichui2153/article/details/108963549
谢谢!
icu安装,参考分享
https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.tgz
https://noknow.info/it/os/install_icu4c_from_source?lang=en
icu 73.1安装了,还是同样的提示,头疼... /usr/bin/ld: libmongoc-1.0.so.0.0.0: undefined reference to `usprep_close_70'
解决,直接添加 https://github.com/julp/FindICU.cmake 搞定,具体原因没搞清😰
Popular Events
More
进行c++ 开发连接mongo 5.0,需要libmongoc,从最新源码构建libmongoc报错,求教解决办法,或者其他能让c++ 开发连接mongo 5.0的办法,用的是deepin社区(20.8),求助!