You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (Commented) (JIRA)" <ji...@apache.org> on 2011/11/10 17:00:51 UTC

[jira] [Commented] (QPID-3606) Qpid.pc pkgconfig file isn't sufficient to compile programs using qpid API

    [ https://issues.apache.org/jira/browse/QPID-3606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147791#comment-13147791 ] 

Gordon Sim commented on QPID-3606:
----------------------------------

+1 for inclusion in 0.14
                
> Qpid.pc pkgconfig file isn't sufficient to compile programs using qpid API
> --------------------------------------------------------------------------
>
>                 Key: QPID-3606
>                 URL: https://issues.apache.org/jira/browse/QPID-3606
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.14, 0.15
>            Reporter: Andrew Stitcher
>
> The pkg-config file currently supplied with qpid only has -lqpidmessing in its LDFLAGS and omits -lqpidtypes.
> This used to work in many Linux versions because libqpidmessaging has a dependency on libqpidtypes itself so the library is pulled in. However newer versions of ld require that the link line is complete for the applications direct needs and won't use transitive needs to fulfil needed symbols.
> The fix is simply to add -lqpidtypes as well

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org