libtool
[Top][All Lists]
Advanced

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

Re: Setting shared lib version not functioning


From: Andreas Schwab
Subject: Re: Setting shared lib version not functioning
Date: Wed, 06 May 2009 11:15:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

John Calcote <address@hidden> writes:

> One thing that bothers me a little is that we never really did solve
> Gerald's original problem. He said his library was created just fine when
> he was passing 2:0:0, but when he switched to 2:0:1, it created a library
> with a version number of 1:1:0. Now, why would Libtool do this? Granted,
> he didn't really want 2:0:1, but 2:0:1 isn't a bogus triplet, either. So
> why did Libtool convert it to 1:1:0?

For the linux way of library versioning the library suffix is computed
as (current-age).age.revision, thus 2:0:1 maps to 1.1.0.  A libtool
version of 1:1:0 whould map to 1.0.1.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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