You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Danushka Menikkumbura (JIRA)" <qp...@incubator.apache.org> on 2008/05/02 10:52:55 UTC

[jira] Closed: (QPID-986) Need to link libuuid.a to libqpidbroker.so and libqpidclient.so in Qpid/C++

     [ https://issues.apache.org/jira/browse/QPID-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Danushka Menikkumbura closed QPID-986.
--------------------------------------


> Need to link libuuid.a to libqpidbroker.so and libqpidclient.so in Qpid/C++
> ---------------------------------------------------------------------------
>
>                 Key: QPID-986
>                 URL: https://issues.apache.org/jira/browse/QPID-986
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client
>            Reporter: Danushka Menikkumbura
>            Priority: Critical
>         Attachments: QPID-986.patch
>
>
> When I try to compile a repository working copy of Qpid/C++ I get a build error saying that there are undefined references to "uuid_generate" in both libqpidbroker.so and libqpidclient.so. When I was going through the makefile I found that libuuid.a is not linked to these two libs and I could easily get rid of the issue simply by modifying the makefile to link libuuid.a to these two libs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.