Hi, all guys,
Before the install of cufflinks, it need the bjam of boost.
the step i typed is :
(1) ./bootstrap.sh
(2) cp bjam ~/bin
(3) bjam --prefix=/home/wxf/ --toolset=gcc architecture=x86 address-model=64 link=static runtime-link=static stage install
then, i tried to enter the directory of cuffilinks,
(1) ./configure --with-boost=/home/wxf/boost_1_47/boost/
(2) make
errors occur
checking for boostlib >= 1.38.0... configure: error: We could not detect the boost libraries (version 1.38 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.
could some help me to solve it ?
Before the install of cufflinks, it need the bjam of boost.
the step i typed is :
(1) ./bootstrap.sh
(2) cp bjam ~/bin
(3) bjam --prefix=/home/wxf/ --toolset=gcc architecture=x86 address-model=64 link=static runtime-link=static stage install
then, i tried to enter the directory of cuffilinks,
(1) ./configure --with-boost=/home/wxf/boost_1_47/boost/
(2) make
errors occur
checking for boostlib >= 1.38.0... configure: error: We could not detect the boost libraries (version 1.38 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.
could some help me to solve it ?
Comment