Hello!

This little patch is vital to make current trunk
(r928701) compile on Fedora Rawhide with Boost 1.41.0.
As far as I recall, I was compiling with this patch
cleanly on previous versions as well but I will
verify the compilation on RHEL5 with this patch applied
soon.

The other line adds libpthread linking option. It works
but you may want to add it elsewhere if you choose.

  Best regards, Ján

fedora-release-14-0.4.noarch
glibc-2.11.90-16.x86_64
gcc-4.4.3-13.fc14.x86_64
gcc-c++-4.4.3-13.fc14.x86_64
boost-1.41.0-7.fc13.x86_64
-- 
Red Hat Czech, MRG Quality Assurance Associate
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 2256ca7..add15bb 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -314,6 +314,8 @@ EXTRA_DIST +=\
 libqpidcommon_la_LIBADD = \
   -lboost_program_options \
   -lboost_filesystem \
+  -lboost_system \
+  -lpthread \
   -luuid \
   $(LIB_DLOPEN) \
   $(LIB_CLOCK_GETTIME)

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

Reply via email to