Hi
I am getting the following linker error
undefined reference to symbol '_ZN4absl12lts_202308026Status15UnrefNonInlinedEm'
[build] /usr/bin/ld: /usr/local/lib/libabsl_status.so.2308.0.0: error adding symbols: DSO missing from command line
The .proto files are compiled with the same version (24) that I am linking against so I am fairly sure that is not the issue.
Any ideas or pointers welcome.
Best regards
Ends