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 bu...@apache.org on 2001/11/27 16:48:28 UTC

DO NOT REPLY [Bug 4475] - Undefined symbol

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

knoaman@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From knoaman@ca.ibm.com  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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org