Thanks for reporting this. I hadn't noticed this because it does not occur on MacOS X, though it's easily reproducible on Linux. Embarassing to admit, but I have been unable to fix it. The autoconf/automake macros that control this naming confuse me. Any help appreciated!
cz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for reporting this. I hadn't noticed this because it does not occur on MacOS X, though it's easily reproducible on Linux. Embarassing to admit, but I have been unable to fix it. The autoconf/automake macros that control this naming confuse me. Any help appreciated!
cz
The strange thing is that libnco dynamic names are correctly versioned, and I cannot see why libnco_c++ names behave differently...
Well, nco/Makefile.am has:
and nco_c++/Makefile.am has:
So I suspect that needs to be @VERSION@ as well.
I thought I checked that but apparently not. Yes, this solves the problem. Thanks, closing the issue.