[Issue 13759] VS2010 Win64 linker path wrong

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Nov 22 09:19:39 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13759

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
(In reply to Manu from comment #2)
> I'll leave that decision with you, but in my case, I updated the path to
> point to the 64bit linker and had no problems... what problems should I
> expect?

Obviously, the settings didn't match for your installation. I'll have to check
where the appropriate DLLs are in a VS2010 installation, but I don't have that
version on my computer ATM. My guess is that $(VSInstallDir)\Common7\IDE needs
to added to PATH, but not if the 64-bit linker is used.

The expected problem is that "monitoring OPTlink" will not work, it's also
tried with the MS linker. The net effect is that the project always wants to
rebuild.

> 
> I had noticed the updates. I've been in the process of moving house and
> starting a new job recently, so I haven't had a chance to try it out, but
> I'll get on to it some time soon and let you know how I go :)

np, and good luck with your new job. If you find the time, it'd be nice if you
could check whether the reported bugs that I couldn't reproduce, are still
valid: Issue 13198, 11549/11033, 12021, 11029.

--


More information about the Digitalmars-d-bugs mailing list