You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Robert Middleton (Jira)" <lo...@logging.apache.org> on 2020/08/05 02:38:00 UTC

[jira] [Created] (LOGCXX-512) cmake and autotools generate different versioned binaries

Robert Middleton created LOGCXX-512:
---------------------------------------

             Summary: 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


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)