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
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.