Hi All, First Post, I couldnt find anything related.
While trying to access the Xerces library from a c++ program in cygwin, I get the follwing messages on compilation. /cygdrive/c/DOCUME~1/anshul/LOCALS~1/Temp/ccclcT8W.o:test.cpp:(.text+0x74): undefined reference to `xercesc_2_5::XMLUni::fgXercescDefaultLocale' /cygdrive/c/DOCUME~1/anshul/LOCALS~1/Temp/ccclcT8W.o:test.cpp:(.text+0x80): undefined reference to `xercesc_2_5::XMLPlatformUtils::Initialize(char const*, char const*, xercesc_2_5::PanicHandler*, xercesc_2_5::MemoryManager*)' /cygdrive/c/DOCUME~1/anshul/LOCALS~1/Temp/ccclcT8W.o:test.cpp:(.text+0xd4): undefined reference to `xercesc_2_5::XMLPlatformUtils::Terminate()' collect2: ld returned 1 exit status Any Idea as to what should I do about this? Thanks, Anshul
