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 2002/09/30 17:34:38 UTC

DO NOT REPLY [Bug 13074] - link fails on DEC alpha OSF1 workstation

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=13074>.
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=13074

link fails on DEC alpha OSF1 workstation





------- Additional Comments From tng@ca.ibm.com  2002-09-30 15:34 -------
which compiler are you using?  According to src/xercesc/util/Makefile.in:

ifeq (${CXX}, cxx)
    ifeq (${PLATFORM},TRU64)
        CPP_OBJECTS = DECCXXDefs.$(TO)
    endif
endif

if you compiler is cxx and if it is tru64, it should have pulled in 
DECCXXDefs.cpp which has these two functions declared.   Does your link step 
has this file (DECCXXDefs.o)?

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org