Jarrett Billingsley wrote:
On Mon, Feb 16, 2009 at 9:54 PM, Walter Bright
<newshou...@digitalmars.com> wrote:
One thing you can try is:

1. download imagecfg.exe from http://www.robpol86.com/pages/imagecfg.php

2. run the command:

       imagecfg -a 0x1 link.exe

This will set optlink to use only one core. I've suspected for a while that
the multithreading locks in it don't work right for multicore. I have a
single core machine and cannot test multicore behavior.

Tom S does all of his development on a single-core machine, and I have
this problem on my single-core laptop as well.  It is not
multithreading.

But I downloaded the offending obj file from bugzilla, and it links and runs without error:

http://d.puremagic.com/issues/show_bug.cgi?id=2436

Reply via email to