John Calcote <john.calc...@gmail.com> 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, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool