When I try to build xerces-c-1_4 on AIX 4.3.2 I get the following problem
ld: 0711-224 WARNING: Duplicate symbol:
TranscodingException::TranscodingException(const TranscodingException&)
ld: 0711-224 WARNING: Duplicate symbol:
XMLDeleterFor<XMLMutex>::XMLDeleterFor(XMLMutex* const)
ld: 0711-224 WARNING: Duplicate symbol:
XMLDeleterFor<XMLMsgLoader>::XMLDeleterFor(XMLMsgLoader* const)
ld: 0711-224 WARNING: Duplicate symbol: BitOps::swapBytes(const unsigned
int)
ld: 0711-224 WARNING: Duplicate symbol:
TranscodingException::TranscodingException(const char* const,const unsigned
int,const XMLExcepts::Codes)
ld: 0711-224 WARNING: Duplicate symbol:
RefHashTableOf<XMLRefInfo>::~RefHashTableOf()
ld: 0711-224 WARNING: Duplicate symbol: EndOfEntityException::getEntity()
const
ld: 0711-224 WARNING: Duplicate symbol:
RefVectorOf<XMLAttr>::elementAt(const unsigned int)
ld: 0711-224 WARNING: Duplicate symbol:
RefHashTableOf<XMLRefInfo>::removeAll()
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
ld: 0711-317 ERROR: Undefined symbol: .stricmp
ld: 0711-317 ERROR: Undefined symbol: .strnicmp
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutexattr_setkind_np
The make files were created by using
runConfigure -paix -cxlc_r -xlC_r -rpthread
I had previous problems with stricmp,and strnicmp even on Hp-UX. But
defining them as external "C" seemd to have resolved the problem. But on AIX
even this solution does not work
ANy help is greatly appreciated
Thanks
Aniruddha
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]