系統:opensuse13.2
我想要使用graph-tool,所以照著https://graph-tool.skewed.de/download
的指示更新了gcc到49,用source-install安裝了cgal和boost、boost-devel和python3
套件。
不過./configure時會到boost函式的區段停住,
編譯指令:
./configure PYTHON=/usr/bin/python3
錯誤訊息:
checking for boostlib >= 1.53.0... yes
checking whether the Boost::Python library is available... yes
checking for exit in -lboost_python... no
checking for exit in -lboost_python... (cached) no
configure: error: No usable boost::python found
我確定/usr/lib64裡有libboost_python.so的函式庫
有試著指定boost函式庫的位址再編譯:
./configure PYTHON=/usr/bin/python3 BOOST_INCLUDE=/usr/include/boost
BOOST_LIB=/usr/lib64
不過還是一樣的錯誤訊息。請問該怎麼才能繼續編譯下去?
--
我想要使用graph-tool,所以照著https://graph-tool.skewed.de/download
的指示更新了gcc到49,用source-install安裝了cgal和boost、boost-devel和python3
套件。
不過./configure時會到boost函式的區段停住,
編譯指令:
./configure PYTHON=/usr/bin/python3
錯誤訊息:
checking for boostlib >= 1.53.0... yes
checking whether the Boost::Python library is available... yes
checking for exit in -lboost_python... no
checking for exit in -lboost_python... (cached) no
configure: error: No usable boost::python found
我確定/usr/lib64裡有libboost_python.so的函式庫
有試著指定boost函式庫的位址再編譯:
./configure PYTHON=/usr/bin/python3 BOOST_INCLUDE=/usr/include/boost
BOOST_LIB=/usr/lib64
不過還是一樣的錯誤訊息。請問該怎麼才能繼續編譯下去?
--
All Comments