[Issue 13452] VisualD keeps linking freshly built project
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Oct 13 08:36:08 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13452
--- Comment #2 from Orhun Birsoy <orhunbirsoy at gmail.com> ---
(In reply to Rainer Schuetze from comment #1)
> The lnkdep file is the output of a dependency-tracker that tries to figure
> out what libraries the linker is actually using.
>
> Unfortunately it does not work with the 64-bit version of the MS linker. I
> think you might call it when using the D installer and allowing it to modify
> sc.ini.
>
> Have you tried the "override linker settings in sc.ini" option
> (Tools->Option->Projects and Solutions->Visual D Settings->DMD
> directories->x64) to switch to the 32-bit linker?
>
> If that does not help, you can disable "Monitoring OPTLINK dependencies" on
> the "Visual D settings" page.
"override linker settings in sc.ini" is checked and set to
"$(VCINSTALLDIR)\bin\link.exe" and I am still getting the same message.
But disabling "Monitoring OPTLINK dependencies" option worked.
Thanks.
--
More information about the Digitalmars-d-bugs
mailing list