This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]