Hi,

JimParinisi <[EMAIL PROTECTED]> writes:

> Thank you for your quick response.  The ar command failed on an AIX 5.3
> machine as well as the AIX 5.1 machine.  My company does not have an AIX 5.2
> machine.  I did get some useful information from the command 'dump -t
> libxerces-c28.0.a|grep "DOM_"|pg' which told me that deprecated classes like
> DOM_Node are in the .a file.

I am by no means an AIX expert though I think the reason why you can't
get symbols out of the archive is because it is actually a shared object.
(AIX uses .a files for actual archives as well as for shared objects).
I just tried to use dump -t on AIX 5.3 and I got the list of symbols
though they were mangled.

Also, I believe in 2.8.0 the deprecated DOM API is placed into a separate 
library called libxerces-depdom.a.

Boris

-- 
Boris Kolpackov, Code Synthesis Tools   http://codesynthesis.com/~boris/blog
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde

Reply via email to