DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4475>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4475 Undefined symbol [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2001-11-27 07:48 ------- Have you built the xercesc library yourself, or are you using a pre-built binary? A pretty safe bet is that you are using a pre-built library built with another C++ compiler and try to link it, which will fail. You must use the same compiler for library builds and subsequent linking (and in some cases, e.g. if the binary specification has changed, even the same version - this is highly compiler/platform dependent). Take a look at http://xml.apache.org/xerces-c/index.html, section "Platforms with Binaries", for an overview of the compilers used for binary Xerces-C distributions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
