msiy과 mingw와 함께 libtorrent-rasterbar-0.16.16을 컴파일 중입니다. ./configure가 부스트 라이브러리 검사에 도달 할 때까지 정상적으로 실행됩니다. 나는 부스트 1.51을 가지고 있으며, $ BOOST_ROOT를 설정했지만, 작동하지 않았다.부스트를 보는 방법 libtorrent를 얻는 방법?
Checking for boost libraries:
checking for boostlib >= 1.36... expr: syntax error
configure: We could not detect the boost libraries (version 1.36 or higher). If
you have a staged boost library (still not installed) please specify $BOOST_ROOT
in your environment and do not give a PATH to --with-boost option. If you are
sure you have boost installed, then check your version number looking in <boost/
version.hpp>. See http://randspringer.de/boost for more documentation.
checking whether the Boost::System library is available... no
configure: error: Boost.System library not found. Try using --with-boost-system=
lib
--with-boost-system = 옵션을 시도했지만 작동하지 않았습니다. 또한 libboost_system-mgw47-mt-1_51.a를 libtorrent와 같은 디렉토리에 복사했지만 작동하지 않았습니다.
무엇이 누락 되었습니까?
--with-boost 인수를 시도했습니다. 정확히 당신은 무엇을 통과 했습니까? – Arvid
./config --with-boost-system =./libboost_system-mgw47-mt-1_51.a – user1017291