Re: libtool
- From: Antoninus Twink <nospam@xxxxxxxxxxxxxx>
- Date: Mon, 15 Sep 2008 23:45:20 +0000 (UTC)
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/
.
- Follow-Ups:
- Re: libtool
- From: James Kuyper
- Re: libtool
- References:
- libtool
- From: Neil Morris
- Re: libtool
- From: Keith Thompson
- libtool
- Prev by Date: Re: Any way to take a word as input from stdin ?
- Next by Date: Re: Structures with variable length array known at compile time
- Previous by thread: Re: libtool
- Next by thread: Re: libtool
- Index(es):
Relevant Pages
|