Re: libtool



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 OP could check out the source code to nm in the GNU binutils, for
example: http://www.gnu.org/software/binutils/

.



Relevant Pages