Re: libtool



Antoninus Twink wrote:
On 15 Sep 2008 at 23:26, Keith Thompson wrote:
Neil Morris <neil.morris2@xxxxxxxxxx> writes:
Is it possible to code in c using libtool an executable that list the
symbols in shared/static libraries? Could someone show an example?
There's no portable C solution.

Of course, this is complete nonsense.

All that is required is to parse a binary file, and this can be done in
100% portable C.

The same code can be used to parse shared/static libraries on all implementations of C? How was a single uniform library file format established? When? By whom? Who's responsible for executing anyone who might otherwise dare to define a new, incompatible library file format? How did they get rid of all of the legacy systems using different file formats?
.



Relevant Pages

  • Re: libtool
    ... How was a single uniform library file format ... He didn't say it will parse any binary file, ... I criticized his suggestion the ground that it will not correctly parse all library file formats. ...
    (comp.lang.c)
  • Re: libtool
    ... The same code can be used to parse shared/static libraries on all ... How was a single uniform library file format ... He didn't say it will parse any binary file, ...
    (comp.lang.c)
  • Re: libtool
    ... All that is required is to parse a binary file, ... How was a single uniform library file ... incompatible library file format? ...
    (comp.lang.c)
  • Re: libtool
    ... All that is required is to parse a binary file, ... How was a single uniform library file ... incompatible library file format? ...
    (comp.lang.c)