Hi, I am trying to compile Bitcoin on Ubuntu 16 . I have installed correctly all the dependencies. the ./configure shows no errors, but when I run the make command :
CXXLD bitcoind libbitcoin_util.a(libbitcoin_util_a-utiltime.o): In function boost::this_thread::sleep_for(boost::chrono::duration<long, boost::ratio<1l, 1000000000l> > const&)': /usr/local/include/boost/thread/pthread/thread_data.hpp:258: undefined reference to boost::this_thread::hidden::sleep_for(timespec const&)' collect2: error: ld returned 1 exit status Makefile:3712: recipe for target 'bitcoind' failed
Also when I run ./configure --with-boost=/usr/local it returns :
checking whether the Boost::Thread library is available... yes configure: error: Could not find a version of the boost_thread library!