Problem compiling bitcoin-core



Summary:

The user is trying to compile Bitcoin Core on Ubuntu Linux machine using custom lib directory. However, they are running into a Build Error with undefined references to Boost libs. The error message shows that Boost filesystem and program_options libraries are not found. The user is seeking help to fix the build problem so that they can run the Bitcoin-core Node on their machine. The error messages include undefined references to boost::filesystem::path_traits::dispatch(), boost::thread::physical_concurrency(), boost::program_options::to_internal(), boost::program_options::detail::common_config_file_iterator::common_config_file_iterator(), and boost::filesystem::detail::copy_file().


Updated on: 2023-06-10T22:11:19.073580+00:00