Re: Problem building C++ application on AIX

2002-12-02 Thread David C. Partridge
-qnamemangling=v5 Heaven help anyone who needs to build an application using libraries built with both V5 and V6 of the compiler. Dave -Original Message- From: David C. Partridge [mailto:[EMAIL PROTECTED]] Sent: 22 November 2002 15:53 To: MQSeries List Subject: RE: Problem building C

Re: Problem building C++ application on AIX

2002-11-22 Thread David C. Partridge
The plot thickens ... The prototype for ImqObj::setOpenOptions in imqobj.h looks like: ImqBoolean setOpenOptions ( const MQLONG ); and that for ImqCac::read in imqcac.h looks like: ImqBoolean read ( const size_t, char * ); and the functions exported by the library match these signatures.

Problem building C++ application on AIX

2002-11-21 Thread David C. Partridge
A colleague has a problem building a C++ application on AIX using IBM VA C++ 5. He's using MQ 5.3 if that is relevant. He reports the problem as follows: The libraries are libimqb23ia.a libimqs23ia.a. When the program is compiled these errors are generated: ld: 0711-317 ERROR: Undefined