Thread overview | |||||
---|---|---|---|---|---|
|
December 16, 2013 [Repost] Link error? | ||||
---|---|---|---|---|
| ||||
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 Re: [Repost] Link error? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jack | 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 Re: [Repost] Link error? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike Parker | 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.
|
Copyright © 1999-2021 by the D Language Foundation