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 the couple of files corresponding to the base zmq native libraries 
(libzmq.a and libzmq.la).

Tried the same procedure with the zmq Java Binding (v2.1.3-snapshot from 
yesterday), but haven't been able to properly compile it. Right now I'm stuck 
in the "make" phase with the following err msg:

  CXXLD  test_connect_resolve
  CXX    test_connect_delay.o
  CXXLD  test_connect_delay
  CXX    test_last_endpoint.o
  CXXLD  test_last_endpoint
  CXX    test_term_endpoint.o
  CXXLD  test_term_endpoint
  CXX    test_monitor.o
  CXXLD  test_monitor
ld: 0711-317 ERROR: Undefined symbol: .__dl__FPv
ld: 0711-317 ERROR: Undefined symbol: .__ReThrowV6
ld: 0711-317 ERROR: Undefined symbol: .__setUncaughtExceptionFlag__3stdFb
ld: 0711-317 ERROR: Undefined symbol: .unexpected__3stdFv
ld: 0711-317 ERROR: Undefined symbol: .terminate__3stdFv
ld: 0711-317 ERROR: Undefined symbol: .__nw__FUl
ld: 0711-317 ERROR: Undefined symbol: .__ThrowV6
ld: 0711-317 ERROR: Undefined symbol: .__CleanupCatchV6a
ld: 0711-317 ERROR: Undefined symbol: ._Xlen__Q2_3std12_String_baseCFv
ld: 0711-317 ERROR: Undefined symbol: ._Xran__Q2_3std12_String_baseCFv
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.


Any extra libraries needed? I do have Java 6 installed, but this doesn't seem 
to be a Java related issue:

>java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pap6460sr8fp1-20100624_01(SR8 FP1))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 
jvmap6460sr8ifx-20100609_59383 (JIT enabled, AOT enabled)
J9VM - 20100609_059383
JIT  - r9_20100401_15339ifx2
GC   - 20100308_AA)
JCL  - 20100624_01


Any hints would be appreciated.

Regards,
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.altiuzreports.com
  


_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to