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

XercesC++ 2.3.0 Link error in AIX 5.1

           Summary: XercesC++ 2.3.0 Link error in AIX 5.1
           Product: Xerces-C++
           Version: 2.3.0
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am using VisualAge for C++ 6.0 in AIX 5.1 
When I compile the sample DOMCount as follow, I don't get any compilation error

xlC -c -qnamemangling=v5 
-I/tools/xerces2.3/32bit/xerces-c_2_3_0-AIX51_6.00/include DOMCount.cpp


But when I tried to link using the follow command I got several Undefined 
symbol errors:
xlC -brtl -bnoquiet -o DOMCount DOMCount.o 
-L /tools/xerces2.3/32bit/xerces-c_2_3_0-AIX51_6.00/lib -lxerces-c23.0

ld: 0711-317 ERROR: Undefined symbol: .xercesc_2_3::XMLPlatformUtils::Initialize

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to