Hello I built the xerces library on SunOS 5.6 using CC compiler 4.2 .The library was built using the runConfigure utility and gmake. When I am trying to link my application to the library I get the following error messages Undefined first referenced symbol in file int stricmp(const char*const,const char*const) SunOS/lib/libxerces-c1_4.so int strnicmp(const char*const,const char*const,const unsigned) SunOS/lib/libxerces-c1_4.so ld: fatal: Symbol referencing errors. No output written to SunOS/admserv6 *** Error code 1 make: Fatal error: Command failed for target `SunOS/admserv6' These two funtions have been defined for each platform in a platform specific file . And in the present case the XMLString.cpp which uses these function is supposed to include the appropriate header file . (util/compilers/SunCCDefs.hpp). Is there any reason that this file is not being included. I also browsed the <util/XercesDefs.hpp> and <util/AutoSense.hpp>, which decide which header files to include All the necessary conditions for inclusion of the approprate header file (SunCCDefs.hpp) seem to be met. Any advice in this case would be greatly appreciated Thanks in advance Aniruddha Actuate Corporation mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
