Author |
Message |
Topic: Problem in linking MQ lib on SUN |
AmolKatyare
Replies: 12 Views: 9029
|
Forum: IBM MQ API Support Posted: Thu Jan 19, 2006 3:24 am Subject: Problem in linking MQ lib on SUN |
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 ... |
Topic: Problem in linking MQ lib on SUN |
AmolKatyare
Replies: 12 Views: 9029
|
Forum: IBM MQ API Support Posted: Wed Jan 18, 2006 11:33 pm Subject: Problem in linking MQ lib on SUN |
Thanks for the reply.
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 ... |
Topic: Problem in linking MQ lib on SUN |
AmolKatyare
Replies: 12 Views: 9029
|
Forum: IBM MQ API Support Posted: Wed Jan 18, 2006 4:37 am Subject: Problem in linking MQ lib on SUN |
I checked with "-compat=5"; but still no change in the output. |
Topic: Problem in linking MQ lib on SUN |
AmolKatyare
Replies: 12 Views: 9029
|
Forum: IBM MQ API Support Posted: Wed Jan 18, 2006 4:06 am Subject: Problem in linking MQ lib on SUN |
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 ... |
Topic: Problem in linking MQ lib on SUN |
AmolKatyare
Replies: 12 Views: 9029
|
Forum: IBM MQ API Support Posted: Wed Jan 18, 2006 3:26 am Subject: Problem in linking MQ lib on SUN |
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 |
Topic: Problem in linking MQ lib on SUN |
AmolKatyare
Replies: 12 Views: 9029
|
Forum: IBM MQ API Support Posted: Tue Jan 17, 2006 10:39 pm Subject: Problem in linking MQ lib on SUN |
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*)
... |