On Sunday 2009-05-03 17:41, Gerald I. Evenden wrote:

>libproject_la_LDFLAGS = -version-info 2:0:1
>
>which worked fine when with previous loading of a library with 2:0:0 
>versioning code.
>
>But now, when I go through the autoreconf, configure, compile and install I 
>get:
>
>libproject.so.1.1.0

Which is absolutely correct. Either you wanted 2:1:0, or 3:0:1 (just
a guess though, I can't read minds).
Have a look at `info libtool`, section Versioning::.



Reply via email to