Posted: Thu Aug 19, 2004 8:24 am Post subject: C++ - building application with client libraries
Newbie
Joined: 19 Aug 2004 Posts: 1
I'm currently trying to build a MQ server application against the MQ client libraries but I am getting linkage errors. Compiler version is CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-07 2002/04/10.
The libraries i am trying to build against are -limqb23as -limqc23as -lmqmcs -lmqmzse -lmqic -lsocket -lnsl -ldl as specified in the IBM documentation.
The strange thing is is that the app will build succesfully using the older library versions -limqb23ss -limqc23ss.
Undefined first referenced
symbol in file
ImqQue::put(ImqMsg&) mqsrv.o
ImqQue::get(ImqMsg&) mqsrv.o
ImqObj::setConnectionReference(ImqMgr*) mqsrv.o
ImqMgr::connect(void) mqsrv.o
ImqStr::~ImqStr(void) mqsrv.o
ImqObj::setName(const char*) mqsrv.o
ImqQue::ImqQue(void) mqsrv.o
ImqQue::~ImqQue(void) mqsrv.o
ImqMgr::ImqMgr(void) mqsrv.o
ImqMsg::writeItem(ImqItm&) mqsrv.o
ImqMgr::~ImqMgr(void) mqsrv.o
ImqStr::ImqStr(const char*) mqsrv.o
ImqMsg::ImqMsg(void) mqsrv.o
ImqMsg::~ImqMsg(void) mqsrv.o
ld: fatal: Symbol referencing errors. No output written to mqdispatch _________________ Dave
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum