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]

Re: Fw: gcc 3.2 code bloating?


Eljay Love-Jensen wrote:

> On the various platforms, check out the dependencies of the executable.
:
> I don't know how to do the equivalent thing on Windows / Cygwin's Bash for
> Windows / MinGW type of environment.

Command line/GUI tool from:

    http://www.dependencywalker.com/

(which is the same as is distributed with MSVC and the platform SDK)

Or you could use 'dumpbin /imports' (aka 'link /dump /imports') if you've
got the Microsoft linker.

Rup.


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