Colleagues, I'm from Institute for System<br>
Programing of Russian Academy of Sciences and we are developing a free<br>
lightweight tool for checking backward/forward binary compatibility of<br>
shared C/C++ libraries in OS Linux. It checks interface signatures and<br>
data type definitions in two library versions (headers and shared<br>
objects) and searches ABI changes that may lead to incompatibility.<br>
We have released 1.2 version of this tool and we'd like you to consider<br>
its usefulness for your project.<br>
The wiki-page with the latest release of binary compatibility checker is<br>
<a href="http://ispras.linux-foundation.org/index.php/ABI_compliance_checker" target="_blank">http://ispras.linux-foundation.org/index.php/ABI_compliance_checker</a><br>
<br>
Andrey Ponomarenko