libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: totally confused by versioning system of libtool...


From: Bob Friesenhahn
Subject: Re: totally confused by versioning system of libtool...
Date: Fri, 13 May 2005 09:44:30 -0500 (CDT)

On Fri, 13 May 2005, Ed Hartnett wrote:

How does the version number get used in this situation? That is, is
there any time on the users machine that the linker notices that he is
now linking to 1.0.0 instead of 0.0.0?

Yes, the linker notices it when it runs. :-)

Existing programs continue to use existing libraries according to ELF versioning rules.

Programs linked after the newer library is installed will use the newer library.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]