When I try to compile a C++ code on HP-UX_B.11.23 Itanium Server on 32-bit mode, I get the following linker error
ld: The shared library "/opt/Orbix/lib/liborbixmt.sl" cannot be processed in a relocatable link
My compiler options is linked with the library as -L/opt/Orbix/lib -lorbixmt
Can anyone provide solution for this please?
ld: The shared library "/opt/Orbix/lib/liborbixmt.sl" cannot be processed in a relocatable link
My compiler options is linked with the library as -L/opt/Orbix/lib -lorbixmt
Can anyone provide solution for this please?