Date: Mon, 12 Jan 1998 16:30:10 +0200 (IST) From: Eli Zaretskii To: Martin Bernreuther cc: djgpp AT delorie DOT com Subject: Re: How to find out, which parts of a library is used? In-Reply-To: <34B9E2BE.45DD0213@po.uni-stuttgart.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 12 Jan 1998, Martin Bernreuther wrote: > How can I find out which object files of the grx-library are needed > in my own library? Add -Xlinker --trace to the link command line, and the linker will print the names of all the objects from every library that it links into your program.