Re: [PATCH 00/12] Improve AIX support: libltdl, filename-based versioning.
Michael Haubenwallner <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <[email protected]> |
On 10/02/2012 05:34 PM, Michael Haubenwallner wrote: > here's a set of patches to fix the two major problems with current AIX support > in libtool, that is: > > *) libltdl: lt_dlopen() does work /with/ runtime linking (LDFLAGS=-brtl) only. > *) libtool: /Without/ runtime linking, there is "some" versioning support, but > still far from being ideal for package managers, as they have to deal with > flags (F_LOADONLY) of Shared Objects, and merge them inside archive files, > maybe conflicting with existing archives with the same name in /usr/lib/. > But /with/ runtime linking, there is "no" versioning support in libtool at > all, while - even worse - the symlinks do suggest the opposite. Anyone about (to consider) to look at these patches? Thank you! /haubi/