Author: LinuXperia 2015-09-05 17:54:55
Published on: 2015-09-05T17:54:55+00:00
The user is attempting to compile bitcoin core on their Ubuntu Linux machine using the commands "./autogen.sh", "./configure", "make" and "--without-gui". However, they are receiving an error message and need assistance in resolving the issue so that they can run the Bitcoin-core node on their machine. The error message indicates that there are undefined references to various functions within boost::filesystem and boost::program_options libraries, which may be due to incorrect CPPFLAGS and LDFLAGS settings or missing dependencies.
Updated on: 2023-06-10T22:11:04.548904+00:00