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.
ほとんど静的バージョンを持たない動的ライブラリのみを使用するのは標準ですか? 私は特に数学ライブラリについて質問しています。私の fedora 17 (Intel 32 プロセッサの Linux マシン) には、最新の gcc があり、libm-2.15.so とシンボリック リンク ファイル libm.so がありますが、libm.a はありません。
システムに libm.a がありませんか?
通常、.soman と .a は同時に存在しますが、dll が最初に来ます。
静的ライブラリが見つからない可能性があります。nirk が言ったように、yum コマンドを試すことができます。