There is no command that can tell you which static libraries are being used by an application. You can look for telltale signs of the libraries by running the application executable through the strings command and then doing some kind of comparison with the static libraries. Not easy or accurate. -Naren On Mon, 28 Jan 2002, SATHISH.J wrote: > Hi, > We can find the dynamic libraries associated with an application using > 'ldd' command. Is there any way/command to find out the static libraries > associated(compiled with the application) an application? > > Thanks in advance, > Sathish.J > > > _______________________________________________ > linux-india-programmers mailing list > linux-india-programmers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/linux-india-programmers > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/