Linking problem with lld
Tijl Coosemans
tijl at FreeBSD.org
Sat Mar 2 17:36:14 UTC 2019
On Sat, 2 Mar 2019 17:49:25 +0100 Willem Jan Withagen <wjw at digiware.nl>
wrote:
> On 2-3-2019 16:21, Tijl Coosemans wrote:
>> On Sat, 2 Mar 2019 14:21:57 +0100 Willem Jan Withagen <wjw at digiware.nl>
>> wrote:
>>> Now if I look in librados.so for rados_create that gives:
>>> ====
>>> > objdump -t librados.so.2.0.0 | grep rados_create
>> You want to look at dynamic symbols so "objdump -T".
> Right, that list is empty.
>
> So I'm wondering what I can do to get them in that list.
Try the command that creates librados.so.2.0.0 without the
--version-script argument.
More information about the freebsd-toolchain
mailing list