NVIDIA / ai-assisted-annotation-client

Client side integration example source code and libraries for AI-Assisted Annotation SDK
Other
307 stars 64 forks source link

Link MITK plugin against PocoNet #12

Closed kislinsk closed 5 years ago

kislinsk commented 5 years ago

GCC 7.3 has problems when linking against some loose dependencies and needs a little help to actually link. Otherwise this can lead to runtime errors because the loose dependency isn't found even though it is present in the library search path.

For example, the build tree version of the plugin may fail to start but the installed version starts because the install script re-resolves all dependencies when copying libraries into the installer.