Fw: gcc 3.2 code bloating?
Rupert Wood
rup@kanat.pair.com
Wed Oct 9 05:51:00 GMT 2002
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.
More information about the Gcc-help
mailing list