Andrew Stitcher created PROTON-7: ------------------------------------ Summary: libqpid-proton-posix seems like an unnecessary library Key: PROTON-7 URL: https://issues.apache.org/jira/browse/PROTON-7 Project: Qpid Proton Issue Type: Improvement Reporter: Andrew Stitcher
The current proton build creates 2 libs qpid-proton & qpid-proton-posix. This seems unnecessary, it needs only to create a single library because any given platform will either by posix or win32 or whatever else. You'll never need both say qpid-proton-posix and qpid-proton-win32 installed on the same machine. Additionally the library linkage is badly arranged so that the actual executable has to explicitly link in libraries it doesn't use because intermally proton uses them (libuuid). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira