On Fri, 2009-04-24 at 12:45 -0700, manua wrote:
> Hi All,
> 
> I am writing my own producer and consumer code, but getting issues when
> compiling my code. If I refer my cpp files in Makefile.am in the same format
> as the example code, able to compile my code with make check. Kindly tell me
> which libraries to include while compiling my own code.
> 
> Thanks,
> Manu
> 

Besides the activemq-cpp lib you need:

libapr-1
libaprutil-1

and whatever libs that the APR scripts tell you
apr-1-config --libs
apu-1-config --libs

Regards
Tim.

Reply via email to