digitalmars.D.learn - [Repost] Link error?
- Jack (8/8) Dec 16 2013 Apparently I can't run link.exe.
- Mike Parker (5/13) Dec 16 2013 When compiling 64-bit with DMD, you need the Visual Studio toolchain
- Jack (2/16) Dec 16 2013 Thank you for your help then.
Apparently I can't run link.exe. I've set up the paths as intended. Here: C:\D\dm\bin; C:\D\dmd2\windows\bin; I've been trying to build gtkd with -m64 and this happens. On Win7 64 bit. Help?
Dec 16 2013
On 12/16/2013 9:07 PM, Jack wrote:Apparently I can't run link.exe. I've set up the paths as intended. Here: C:\D\dm\bin; C:\D\dmd2\windows\bin; I've been trying to build gtkd with -m64 and this happens. On Win7 64 bit. Help?When compiling 64-bit with DMD, you need the Visual Studio toolchain installed and properly configured. See the wiki[1] for help. [1] http://wiki.dlang.org/Installing_DMD_on_64-bit_Windows_7_(COFF-compatible)
Dec 16 2013
On Monday, 16 December 2013 at 12:33:14 UTC, Mike Parker wrote:On 12/16/2013 9:07 PM, Jack wrote:Thank you for your help then.Apparently I can't run link.exe. I've set up the paths as intended. Here: C:\D\dm\bin; C:\D\dmd2\windows\bin; I've been trying to build gtkd with -m64 and this happens. On Win7 64 bit. Help?When compiling 64-bit with DMD, you need the Visual Studio toolchain installed and properly configured. See the wiki[1] for help. [1] http://wiki.dlang.org/Installing_DMD_on_64-bit_Windows_7_(COFF-compatible)
Dec 16 2013