When linking two separately compiled object files, both using the C-API, the linker informed me about a multiply defined symbol. This turned out to be the const global SilKit_LinDataLengthUnknown.
I did grep through the C headers and haven't found another one of those.
Neither the .dll nor the .so export this symbol so no trouble there.
Issue: SILKIT-1654
Developer checklist (address before review)
[ ] Changelog.md updated
[ ] Prepared update for depending repositories
[ ] Documentation updated (public API changes only)
[ ] API docstrings updated (public API changes only)
Subject
When linking two separately compiled object files, both using the C-API, the linker informed me about a multiply defined symbol. This turned out to be the
const
globalSilKit_LinDataLengthUnknown
.I did grep through the C headers and haven't found another one of those.
Neither the
.dll
nor the.so
export this symbol so no trouble there.Issue: SILKIT-1654
Developer checklist (address before review)