Compilation of ActiveMQ-CPP 1.1 fails under linux

2007-02-28 Thread Yigal K
Hi, I've downloaded the new ActiveMQ-CPP and tried to compile it under linux with 'make' and recieved then following error: "no rule to make target `activemq/connector/openwire/marshal/ActiveMQTempDestinationMarshaller.cpp`..." Did anyone tried and succeded ? -- View this message in context: ht

Compiling ActiveMQ-CPP client as a shared (dynamic) library under Linux

2007-02-20 Thread Yigal K
Hi, Can anyone tell if it's possible to compile the activemq-cpp client as a dynamic shared library and not as a static library ? The 'configure' script creates a Makefile for static compilation by default and doesn't seem to have an option to make the library shared. Thanks in advance, Yigal.