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

           Summary: optlink failing on multicore machines
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optlink
        AssignedTo: nob...@puremagic.com
        ReportedBy: bugzi...@digitalmars.com


Optlink simply doesn't work on multicore. The multithreading code in it was
developed for a single core machine, and multicore is different.

I was able to fix it by running the command:

   imagecfg -a 0x1 \dm\bin\link.exe

imagecfg.exe is downloadable from the internet. This command patches the
executable so it only runs on one core.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to