Closed BrianSipos closed 8 months ago
@BrianSipos Thanks for capturing this issue. I'm also able to reproduce it. We'll look into a fix and will keep you updated.
This issue has been resolved with commit d50cb0d3dbce44fce79554fe67c53faa83ab9599 in the development branch.
When building HDTN with
BUILD_SHARED_LIBS
enabled there is a set of linker errors near the end of the build sequence. It looks like some internal libraries might not have their linker dependencies set properly, or there is some problem with public transitive link dependencies. All of the errors appear to come from the same two libraries and all seem to be related to*Telemetry_t
classes not being exported properly.The specific errors are: