Mail Archives: djgpp-workers/1998/09/06/05:41:57
On Sat, 5 Sep 1998, Ilya Ryzhenkov wrote:
> 3. Is their any tool, which can show the reason of including
> some .o from libc.a ? I.e. the symbol used, which require other, etc..
I don't think there is such a tool, but I might be wrong.
> And more, can I get in some easy way list of object files from some
> archive file used to link my exe ? Any option or a script ?
I think the --trace option to the linker will do that (use
"-Xlinker --trace", if you invoke through GCC).
- Raw text -