Another entry to the [error message] => [solution] hash table.
Context: C++ build with Conan.
Error: relocation R_X86_64_PC32 against undefined hidden symbol `_ZTCN5boost10wrapexceptISt11logic_errorEE0_NS_16exception_detail10clone_implINS3_19error_info_injectorIS1_EEEE' can not be used when making a shared object
Solution: add the following to the Conan profile:
[options]
boost:shared=True