This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]