[
https://issues.apache.org/jira/browse/LOGCXX-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Middleton resolved LOGCXX-512.
-------------------------------------
Resolution: Fixed
> cmake and autotools generate different versioned binaries
> ---------------------------------------------------------
>
> Key: LOGCXX-512
> URL: https://issues.apache.org/jira/browse/LOGCXX-512
> Project: Log4cxx
> Issue Type: Bug
> Reporter: Robert Middleton
> Assignee: Robert Middleton
> Priority: Major
>
> When building log4cxx, using cmake results in a library like the following:
> {code:java}
> liblog4cxx.so.0.11.0{code}
> However, when building with autotools, the binary is the following:
> {code:java}
> liblog4cxx.so.10.0.0
> {code}
> 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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)