Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取 icu 的静态库标志。使用 icu-config 。
如果我跑icu-config --ldflags
icu-config --ldflags
它与动态库链接。我想链接到静态库。我怎样才能得到静态标志使用icu-config
icu-config
如果 ICU 仅用于静态库,则 icu-config 应输出静态库的参数。如果两者都可用,则没有选择静态库的选项。您可以对此提出错误。
更好的是使用类似的东西,pkg-config --static icu-uc --libs但这似乎也不起作用。您可以对此提出错误。
pkg-config --static icu-uc --libs