Hello! When I build (on Linux) a GNU Radio OOT module, written in C++, the library file is named like this: libgnuradio-modulename.so.v0.2-compat-xxx-xuknown The name is the same for versions 0.2.0, 0,2.1, ... which makes conflicts when the library is updated by a package manager.
How to change library name to somtething shorter and with full version number like: libgnuradio-modulename.so.0.2.0 ? Wojciech