Re: library versioning problem

2007-03-31 Thread Gary V. Vaughan
Hi Lucien, On 30 Mar 2007, at 16:59, Lucien GENTIS wrote: Gary V. Vaughan a écrit : On 29 Mar 2007, at 15:48, Lucien GENTIS wrote: Gary V. Vaughan a écrit : On 26 Mar 2007, at 12:47, [EMAIL PROTECTED] wrote: Quoting "Gary V. Vaughan" <[EMAIL PROTECTED]>: On 25 Mar 2007, at 16:50, Lucien GEN

Re: {SPAM 03.3} Re: library versioning problem

2007-03-26 Thread Gary V. Vaughan
Hi Lucien, Please keep the relevant lists in the Cc: list for the benefit of other users experiencing the same problem. On 26 Mar 2007, at 12:47, [EMAIL PROTECTED] wrote: Quoting "Gary V. Vaughan" <[EMAIL PROTECTED]>: On 25 Mar 2007, at 16:50, Lucien GENTIS wrote: That means: CURRENT is repla

Re: library versioning problem

2007-03-26 Thread Gary V. Vaughan
Hi Lucien, On 25 Mar 2007, at 16:50, Lucien GENTIS wrote: That means: CURRENT is replaced by CURRENT - AGE (69 - 38 = 31) REVISION is replaced by AGE AGE is replaced by REVISION http://www.gnu.org/software/libtool/manual.html#Libtool-versioning Cheers, Gary -- ())_.

library versioning problem

2007-03-25 Thread Lucien GENTIS
Hi to all, I would like to use libtool to manage versioning of a library called, say "mylib" libtool version is 1.5.6-6 under Linux Debian Sarge 3.1 stable In the configure.ac at the project root, I have the lines: mylib_CUR=69 mylib_REV=47 mylib_AGE=38 AC_SUBST(mylib_CUR) AC_SUBST(mylib_REV)