You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Abhijit Tamhane <at...@Adobe.COM> on 2000/12/03 03:12:20 UTC

undefined references

Hi,

Can anyone tell me any particular reason why I am getting undefined 
references while linking to libxerces-c1_3.so on Solaris 2.6. I am using a 
gcc 2.95 compiler and linker.

The undefined references I am getting are for functions stricmp(char 
const*, char const*) and strnicmp(char const*, char const*). These 
functions are used in XMLString.cpp and defined in various *defs.cpp files 
(for example GCCDefs.cpp).

Thanks,
Abhi.