www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - [Repost] Link error?

reply "Jack" <Jackoz530 gmail.com> writes:
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
parent reply Mike Parker <aldacron gmail.com> writes:
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
parent "Jack" <Jackoz530 gmail.com> writes:
On Monday, 16 December 2013 at 12:33:14 UTC, Mike Parker wrote:
 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)
Thank you for your help then.
Dec 16 2013