This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Opening archive files
- From: "Andrea 'fwyzard' Bocci" <fwyzard at inwind dot it>
- To: Satya <satya at ittc dot ku dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 30 Oct 2002 19:45:58 +0100
- Subject: Re: Opening archive files
At 17.44 29/10/2002 -0600, Satya wrote:
Hi,
I want to read the symbols from an archive (.a) file. I tried to use
dlopen, it works fine for a .so file, but fails to recognize the format of
an archive file. Can anyone tell me how to do this.
maybe "ar", "nm" or "ranlib" ? I don't know/remember...