digitalmars.D.learn - Compiling dmd -m64 on windows?
- Tofu Ninja (3/5) Jan 29 2016 Can't run '\bin\link.exe', check PATH
- Tofu Ninja (3/9) Jan 29 2016 C:\D\dmd2\windows\bin\link.exe
- Adam D. Ruppe (7/9) Jan 29 2016 -m64 needs a different link.exe. It uses the Microsoft linker so
For some reason it complains that link.exe is missing. Anyone know what's up?dmd test.ddmd test.d -m64Can't run '\bin\link.exe', check PATH
Jan 29 2016
On Friday, 29 January 2016 at 18:26:15 UTC, Tofu Ninja wrote:For some reason it complains that link.exe is missing. Anyone know what's up?link.exe is definitely on PATH...dmd test.ddmd test.d -m64Can't run '\bin\link.exe', check PATHwhere link.exeC:\D\dmd2\windows\bin\link.exe
Jan 29 2016
On Friday, 29 January 2016 at 18:27:50 UTC, Tofu Ninja wrote:-m64 needs a different link.exe. It uses the Microsoft linker so you've gotta be sure that one is installed and the path of the VS bin is in there too. The dmd install exe will do all this for you, but then you need to remember to run the "D2 64 bit command prompt" so the PATH is set rather than just any cmd.where link.exeC:\D\dmd2\windows\bin\link.exe
Jan 29 2016