bitcoin0.12.1在ubuntu14.04LTS下make出错,make check出现如下信息:

:~/bitcoin-0.12.1$ make check
Making check in src
make[1]: 正在进入目录 `/home/star/bitcoin-0.12.1/src'
make[2]: 正在进入目录 `/home/star/bitcoin-0.12.1/src'
  CXXLD    bitcoind
libtool: link: warning: library `/usr/lib/libevent_pthreads.la' was moved.
libtool: link: warning: library `/usr/lib/libevent.la' was moved.
libtool: link: warning: library `/usr/lib/libevent_pthreads.la' was moved.
libtool: link: warning: library `/usr/lib/libevent.la' was moved.
libbitcoin_wallet.a(libbitcoin_wallet_a-walletdb.o): In function `boost::filesystem::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option)':
/usr/include/boost/filesystem/operations.hpp:381: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make[2]: *** [bitcoind] 错误 1
make[2]:正在离开目录 `/home/star/bitcoin-0.12.1/src'
make[1]: *** [check-recursive] 错误 1
make[1]:正在离开目录 `/home/star/bitcoin-0.12.1/src'
make: *** [check-recursive] 错误 1

正在想办法解决
 

猜你喜欢

转载自blog.csdn.net/csdnhhxxttxs/article/details/106268117