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 ?
osix_time::milliseconds>':
.rodata._ZTIN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvRK16RefSequenceTableP9HitBundleP11BiasLearnereP8_IO_FILESC_SC_SC_ENS2_5list8INS_17reference_wrapperIS5_EENS2_5valueIS8_EENSI_ISA_EENSI_IeEENSI_ISC_EESM_SM_SM_EEEEEE[typeinfo for boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(RefSequenceTable const&, HitBundle*, BiasLearner*, long double, _IO_FILE*, _IO_FILE*, _IO_FILE*, _IO_FILE*), boost::_bi::list8<boost::reference_wrapper<RefSequenceTable const>, boost::_bi::value<HitBundle*>, boost::_bi::value<BiasLearner*>, boost::_bi::value<long double>, boost::_bi::value<_IO_FILE*>, boost::_bi::value<_IO_FILE*>, boost::_bi::value<_IO_FILE*>, boost::_bi::value<_IO_FILE*> > > >]+0x10): undefined reference to `typeinfo for boost::detail::thread_data_base'
Comment