I was looking for the link which supports the statement that one cannot use -compat=4 for linking Solaris libs.
Anyway, right now I am running into another problem. We cannot use
-compat=5 (default ...
I was wrong when I said LOCAL_CCFLAGS= -compat=5 really modifies compatibility mode. This is evident from the output of link command. For post CC operations, it is still using ...
I use mkmk compilation commands. It internally uses CC.
The linking lib are specified in another file. The contents of this file:
OS = SunOS
LINK_WITH=JS0LIB0 VX0TOOLS imqs23as imqb23as mqm mqmcs ...
Thanks for the reply.
I tried the compilation options given in the link. (-xarch=v8plus for 32-bit application on Solaris) But still getting the same linker errors. I am running on MQ6.0
I am trying to build the code against libimqb23as.so libimqc23as.so libimqs23as.so libs.
But getting following linker error:
Undefined symbol: ImqStr::pasteIn(const double, const char*)
...