Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
When building log4cxx, using cmake results in a library like the following:
liblog4cxx.so.0.11.0
However, when building with autotools, the binary is the following:
liblog4cxx.so.10.0.0
Things to do:
- Fix the cmake build to do the same as autotools for consistency.
- (optional) remove autotools so we don't have this problem in the future.
- (optional) If we're not removing autotools, fix the so versioning.
See also: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html