Re: [zeromq-dev] ZeroMQ in AIX: native base compiled ok / java bindings fail

2013-03-13 Thread Gonzalo Vasquez
Sorry, my mistake...I built something else not the zmq java binding. Still not able to compile it as the ./configure doesn't find the zmq.h file, but that's not included in the jzmq lib, but in the zmq lib, do I have to copy those files somewhere else? Gonzalo Vásquez Sáez Gerente Investigación

Re: [zeromq-dev] ZeroMQ in AIX: native base compiled ok / java bindings fail

2013-03-13 Thread Gonzalo Vasquez
You did it! That single case change solved my problem. Thank Ivan! Gonzalo Vásquez Sáez Gerente Investigación y Desarrollo (R&D) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl http://www

Re: [zeromq-dev] ZeroMQ in AIX: native base compiled ok / java bindings fail

2013-03-13 Thread Ivan Pechorin
Hi Gonzalo, the only extra needed step was to force the use of IBM's XLC C++ compiler > by issuing the following statement: > > export CXX=xlc > > > Now I have the couple of files corresponding to the base zmq native > libraries (libzmq.a and libzmq.la). > > Tried the same procedure with the zmq J

[zeromq-dev] ZeroMQ in AIX: native base compiled ok / java bindings fail

2013-03-13 Thread Gonzalo Vasquez
Dear fellows, I've successfully built ZMQ (v3.2.2) in a Power 7 AIX 6.1 environment. After installing the specified prerequisites (automake, autoconf, etc), the only extra needed step was to force the use of IBM's XLC C++ compiler by issuing the following statement: export CXX=xlc Now I have