This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Opening archive files
- From: Mike Stump <mrs at apple dot com>
- To: Satya <satya at ittc dot ku dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 31 Oct 2002 11:37:31 -0800
- Subject: Re: Opening archive files
On Tuesday, October 29, 2002, at 03:44 PM, Satya wrote:
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.
Wrong list. Compilers don't do anything with binary files, like .a
files. :-) You can try the binutils list, certainly that software can
read .a files.