Linking problem with lld
Ed Maste
emaste at freebsd.org
Fri Feb 22 20:09:42 UTC 2019
On Fri, 22 Feb 2019 at 10:09, Willem Jan Withagen <wjw at digiware.nl> wrote:
>
> My guess is that your linker doesn't support the new symbol versioning
> exports and since the symbols are hidden by default they aren't visible
> in the shared library. Previously there was a bug (since Luminous and
> the switch the cmake) where every public and private symbol was exported
> by librados.
lld is largely compatible with GNU ld / gold on the command-line and
in linker scripts and version scripts. Can you provide the error you
see or an example of one of the symbols with incorrect visibility?
More information about the freebsd-toolchain
mailing list