Hi Flemming et al, On Sat, 14 Jul 2001 13:32:07 -0400 "Flemming Videbaek" <videbaek@sgs1.hirg.bnl.gov> wrote concerning ": Update of Brahms Online programs": > It was attempted to increment the version number from 1.0.1 to 1.0.2 > in configure.in, but the code would not create libraries, so it was > bumoed back to 1.0.1 and then compiles . Why !? The trouble is, that the -version-info argument was 1:0:2. Reading the libtool doc, you'll see that the format of that argument is CURRENT[:REVISION[:AGE]] and hence the error message: libtool: link: AGE `2' is greater than the current interface number `1' libtool: link: `1:0:2' is not valid version information The fix of this is easy (I did that for BRAT, but forgot to do it for BROP - sorry), is to make the argument to -version-info <major version>:<minor version>:0 I also bumped the revision number, but did not tag. You do that if you feel it's approppiate. Yours, Christian ----------------------------------------------------------- Holm Christensen Phone: (+45) 35 35 96 91 Sankt Hansgade 23, 1. th. Office: (+45) 353 25 305 DK-2200 Copenhagen N Web: www.nbi.dk/~cholm Denmark Email: cholm@nbi.dk
This archive was generated by hypermail 2b30 : Sun Jul 15 2001 - 07:02:59 EDT