William Pursell
8/16/2008 8:34:00 AM
On 16 Aug, 09:25, onkar <onkar....@gmail.com> wrote:
> I have compiled the code with lots of libraries (some of which might
> not be required in the code at all !) I want to know which function
> is in which library . How do I get info about the function (i.e., it
> belong to which library ) from the exe of my compiled code ?
How did you build the executable? You could omit
libraries from the link line (don't specify -lfoo) and
see which functions the linker complains about. You
might use the various tools for examining the contents of
the library (eg objdump).
Your best bet is to ask the question in a more appropriate
newsgroup.