CMS: invalid static library created
-----------------------------------

                 Key: AMQ-3429
                 URL: https://issues.apache.org/jira/browse/AMQ-3429
             Project: ActiveMQ
          Issue Type: Bug
          Components: CMS (C++ client)
    Affects Versions: 5.5.0
         Environment: $ uname -a
AIX aix03 3 5 00CBFD314C00
$ xlC -qversion
IBM XL C/C++ Enterprise Edition for AIX, V9.0
Version: 09.00.0000.0000

            Reporter: Yakov Dekel
            Priority: Critical


When building cpp-cms, the resulting static library is useless. Instead of 
archiving the entire cast of objects, the shared library is archived as a 
single entity:
$ ar -vt -Xany libactivemq-cpp.a
rwxr-xr-x  1048/100   60870613 Jul 21 14:04 2011 libactivemq-cpp.so.14

Obviously this is wrong. The archive should contain the raw objects. Statically 
linking against such an archive is meaningless. 


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to