Libtorrent を Visual Studio 2013 と静的にリンクしようとしていますが、Libtorrent をビルドしてからプロジェクトをコンパイルした後、次の 1 つのエラーが発生し続けます。
LINK : fatal error LNK1104: cannot open file 'libboost_system-vc120-mt-1_55.lib'
私は静的にビルドしているので、 libboost_system-vc120-mt-1_55.lib はありませんが、libboost_system - vc120-mt-s-1_55.lib があります。次のパラメーターを使用してブーストを作成しました。
"toolset=msvc-12.0 variant=release link=static runtime-link=static --with-date_time --with-system --with-thread"
これらを含むLibtorrent:
"toolset=msvc-12.0 boost=source boost-link=static geoip=off encryption=tommath link=static dht=on logging=none statistics=off i2p=on variant=release"
ビルドされた Libtorrent が静的ではなく共有されていると考えているため、何が欠けていますか?