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/02/07 23:14:08 UTC

DO NOT REPLY [Bug 6319] New: - Undefined symbols from AIX link

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

Undefined symbols from AIX link

           Summary: Undefined symbols from AIX link
           Product: Xerces-C++
           Version: 1.6.0
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Samples/Tests
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: rmickel@uhc.com


We are using XML 3.5.0 package from AlphaWorks and I'm trying to upgrade to your
package version 4.0.0. I'm getting the following when I try to link:
ld: 0711-317 ERROR: Undefined symbol:
.MemBufInputSource::MemBufInputSource(const unsigned char* const,const unsigned
int,const char* const,const int)
ld: 0711-317 ERROR: Undefined symbol: .DOMParser::parse(const InputSource&,const
int)
make: The error code from the last command is 8.

I can't send you all of out code so in an attempt to create a simple test case I
tried to use your Sample/MemParse. When I try to link it I get the following
linker errors:

 xlC_r -g -brtl -o MemParse MemParse.o MemParseHandlers.o -L.
-L/rdev/rmickel/xml/xml4c4.0.0/xml4c4_0_0-AIX43_5.02/lib -licudata -licuuc
-lxerces-c1_6_0
ld: 0711-317 ERROR: Undefined symbol: .SAXParser::setDoNamespaces(const int)
ld: 0711-317 ERROR: Undefined symbol: .SAXParser::setDoSchema(const int)
ld: 0711-317 ERROR: Undefined symbol:
.SAXParser::setValidationSchemaFullChecking(const int)
ld: 0711-317 ERROR: Undefined symbol:
.MemBufInputSource::MemBufInputSource(const unsigned char* const,const unsigned
int,const char* const,const int)
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: The error code from the last command is 8.

Can you help?
Thanks

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