I am fairly new to Unix based dev. so pardon me if I ask obvious questions. I am using ActiveMQ 3.1, but could upgrade it if required. We required a C Client for Unix Sun Solaris and I could not get correct documentation. I started at this location:
http://stomp.codehaus.org/libstomp+Examples Then, downloaded the main.c example there, I downloaded it's other dependencies files from this location: http://www.activemq.org/OpenWire+C+Client Then, I built a make file for the example sample and required to down load the Apache Portable Runtime library, compiled and installed it at my /usr/local/apr I got a little ahead with these steps and got the example to compile but am still having linking errors. Undefined first referenced symbol in file __umoddi3 /usr/local/apr/lib/libapr-1.so __divdi3 /usr/local/apr/lib/libapr-1.so Could someone let me know if I am on the right path or have any other documentation would help me compile this sample code for C Client correctly. Thanks very much in advance. Sunil Rodrigues -- View this message in context: http://www.nabble.com/Openwire-C-Client.-t1506711.html#a4086304 Sent from the ActiveMQ - Dev forum at Nabble.com.
