Hey,
On Fri, 21 May 2010, Gary V. Vaughan wrote:
GNU Libtool hides the complexity of using shared libraries behind a
consistent, portable interface. GNU Libtool ships with GNU libltdl,
which hides the complexity of loading dynamic runtime libraries
(modules) behind a consistent, portable inter
GNU Libtool hides the complexity of using shared libraries behind a
consistent, portable interface. GNU Libtool ships with GNU libltdl,
which hides the complexity of loading dynamic runtime libraries
(modules) behind a consistent, portable interface.
The Libtool Team is pleased to announce release
On Thu, May 20, 2010 at 13:37, Ralf Wildenhues wrote:
> For what it's worth, I wouldn't treat this as an incompatible API bump.
> I would mention it to my users though, because when they use function
> pointers and assign your library function, the change will show up.
Thanks for the clarificati
Hello,
* Adam Mercer wrote on Thu, May 20, 2010 at 06:43:38AM CEST:
> On Wed, May 19, 2010 at 23:36, Daniel Herring wrote:
> > ISTM that this is not an ABI change; the addition of const only affects the
> > code being called, and in a manner compatible with the non-const version
> > (assuming call