| delorie.com/archives/browse.cgi | search |
| Date: | Mon, 12 Jan 1998 16:30:10 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | Martin Bernreuther <Martin DOT Bernreuther AT po DOT uni-stuttgart DOT de> |
| 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: | <Pine.SUN.3.91.980112162417.3180A-100000@is> |
| MIME-Version: | 1.0 |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |