This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Help with gcc - compile option to list/report modules included in compiled program
- From: "Jeffrey Thorson" <Jeffrey dot Thorson at EmpireCLS dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Tue, 10 Jul 2007 13:37:27 -0400
- Subject: Help with gcc - compile option to list/report modules included in compiled program
Hi All,
Is there an option to the compiler/linker that will produce a listing or
report of all modules included in the compiled program?
What I mean by this is we have many programs that when compiled with our
own lib produce a completed compiled program. We need to know for each
stand alone program which lib modules are included in that program (We
have over 100 programs like this and would hate to have to do this by
hand). This in under a Linux environment.
If there is not an option maybe a program that could extract that
information would work too.
Thank you in advance for any help on this.
Jeff