Date: Sun, 6 Sep 1998 12:41:18 +0300 (IDT) From: Eli Zaretskii To: Ilya Ryzhenkov cc: djgpp workers list Subject: Re: Exceptions, linker and other ... In-Reply-To: <35F16687.5C81F35E@inetlab.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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).