> -----Original Message----- > From: JimParinisi [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2008 10:30 AM > To: c-users@xerces.apache.org > Subject: What is command to show contents of AIX XercesC archive > > > Two versions of XML-xercesc are installed (xerces-c-src_2_8_0, > xerces-c1_5_1-AIX43) on the AIX machines i use. I have been > using the AIX43 version for several years and i am switching > to the 2_8_0 version. I am getting link errors (using some > deprecated classes). the AIX ar command (with options > -tv)does not work on either of the xerces .a files > (libxerces-c28.0.a, libxerces-c1_5_1.a). Is there another > command i can use to display the content of these xerces .a files? > -- >
Well, the ar command on my AIX 5.2 box seems to work OK with the 2_8_0 .a's I have, but we did build from source on that machine, and that might affect things. An alternate approach would be to try dump -a <filename>, which also dumps the archive headers (i.e. what .o's are in the archive). Dale Pennington