This is a multi-part message in MIME format.
--------------DF51A57424
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Warren, try this for your linker sluggish behavior (if you haven't
already). I know it help my on my system
--------------DF51A57424
Content-Type: text/plain; charset=us-ascii; name="long link times in VC5.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="long link times in VC5.txt"
Here's a copy of a post made by Mark Hagen in the vc.utilities area:
"Hey folks,
I have a quick tip for those of you who might be
experiencing slow link times using Visual C++ 5.0.
The readme files for Visual C++ mention two new
linker options called /OPT:icf and /OPT:noicf.
The 'icf' part stands for "identical COMDAT folding"
and it's a form of linker optimization. This COMDAT
optimization however is a lengthy process, and with
a large application it can slow things down. To try
and get around the performance problem with the
linker, add the /OPT:noicf option to your linker
options.
I would like to hear from people who are experiencing
this problem. If you could reply back to this thread
and let me know:
1) How big the application is that you're trying to build
2) How long the link takes with the /OPT:noicf option
3) How long it takes without it
I can't guarantee that I'll reply to anyone posting a
reply to this message, so I will thank you in advance
for helping us make a better development product.
Sincerely,
Mark Hagen
Microsoft Technical Support
Visual C++"
--------------DF51A57424--