Thread overview
[Repost] Link error?
Dec 16, 2013
Jack
Dec 16, 2013
Mike Parker
Dec 16, 2013
Jack
December 16, 2013
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?
December 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)
December 16, 2013
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.