Use common name for ActiveMQ C++ library on Windows and Linux
-------------------------------------------------------------

                 Key: AMQCPP-22
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-22
             Project: ActiveMQ C++ Client
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Albert Strasheim
         Assigned To: Nathan Mittler


We're using SCons to build our application that links against the ActiveMQ-CPP 
library on Windows and Linux.

The Visual Studio files included with ActiveMQ-CPP builds a library called 
"activemq.lib" whereas the Linux Autotools build builds a library called 
"libactivemq-cpp.a". SCons takes care of the platform-specific prefix (lib or 
nothing) and the suffix (.a or .lib), but the base names of the library still 
differs, i.e. activemq vs activemq-cpp.

I think it would make sense to standardise on one library name across all 
platforms. Personally, I'd go for "activemq", but "activemq-cpp" is fine, as 
long as it's the same everywhere.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to