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