[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: packagers note: do not run ld directly
- From: Roland McGrath <roland redhat com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: packagers note: do not run ld directly
- Date: Wed, 8 Aug 2007 13:26:34 -0700 (PDT)
> Pardon a silly question, but is it possible that
>
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=251410,
> "libtcl8.4.so lacks an SONAME record"
>
> is caused by this?
Nope, sorry. You still have to know what you're doing with DSOs and
supporting an ABI. ;-) Every general-purpose installed DSO should have an
explicit SONAME, which you pass with the -Wl,-soname=foobar option.
The maintainer of the package needs to grok what this means and what
constitute ABI changes that mandate changing the SONAME.
Thanks,
Roland
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]