Re: Compiling issue with ActiveMQ-CPP on armv7l

2013-07-02 Thread kururuKT
Thanks all, cross-compile completed without those examples After calling make install, the compiler will install the new library then crash during the example section. Compile my program with the new libraries, things works out fine, with no apr-util dependency. Happy. Next I'll work on openssl

Re: Compiling issue with ActiveMQ-CPP on armv7l

2013-06-26 Thread kururuKT
After I take a second look, it shown that the compiler is compiling things in the "examples" directory. I wonder if I can simply remove the entire "example" folder from the build? libactivemq.so doesn't need the examples to run right? make[2]: Leaving directory `/home/jacky/apache/Apache_apr/acti

Re: Compiling issue with ActiveMQ-CPP on armv7l

2013-06-26 Thread kururuKT
Yet another update. All the errors I got is related to out of memory. I was able to compile activemq-3.4.4 locally, but not 3.7.0. So means I'm going to cross-compile, and IT GIVE ME HELL AGAIN I downloaded + cross-compiled APR library - after pain search - with the following configure option .

Re: Compiling issue with ActiveMQ-CPP on armv7l

2013-06-25 Thread kururuKT
Hello all, An update to the situation, it turns out the cause of the compiling error is out of memory. I restart the compilation with a higher memory device and got pass that point. However I've encountered an error again with the error below: libtool: link: `cms/libactivemq_cpp_la-Destination.l

Compiling issue with ActiveMQ-CPP on armv7l

2013-06-24 Thread kururuKT
Hello all, Wonder if anyone had issue with compiling ActiveMQ-CPP library on ARM system. I'm not cross-compiling, install all the dependency (apr, cppunit...) Things are alright in the configuration. But when I run make, the code compiles until I get to /libactivemq_cpp_la-ActiveMQConnection.o an

Cross-compile Apache APR-util library for ARM-linux

2012-10-12 Thread kururuKT
first post~ I'm trying to port ActiveMQ-cpp client to an ARM platform (Beaglebone/BeagleBoard) - since I'm doing my development on my PC, I'll need to cross-compile the ActiveMQ-cpp library in order for it to run on the ARM systems. I follow through the steps in their building instruction