1 2016-12-19 01:14:54 <red_Wasp> hello
 2 2016-12-19 11:33:56 <ThomasV> I'm having trouble compiling bitcoind on debian stretch.
 3 2016-12-19 11:33:58 <ThomasV> /usr/include/boost/program_options/detail/config_file.hpp:171: undefined reference to `boost::program_options::to_internal(std::string const&)'
 4 2016-12-19 11:34:12 <ThomasV> using libboost-all-dev version 1.62
 5 2016-12-19 11:39:11 <ThomasV> note that I am building with --disable-wallet
 6 2016-12-19 11:39:28 <ThomasV> it is not the same issue as http://bitcoin.stackexchange.com/questions/50125/failing-to-build-bitcoin-core-v0-13-1-on-debian-stretch
 7 2016-12-19 11:57:12 <ThomasV> ok, issue solved; I had to upgrade g++
 8 2016-12-19 11:57:33 <ThomasV> I think debian should not let me upgrade libboost without g++, though
 9 2016-12-19 11:57:36 <ThomasV> s7r: ^
10 2016-12-19 11:58:30 <ThomasV> s7r: I believe you are involved with the debian project?