DUB - link error on Windows 10 64-bit

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 16 19:07:39 PST 2016


On Saturday, 16 January 2016 at 21:51:15 UTC, Dibyendu Majumdar 
wrote:

>
> Well as far as I can tell they are correct (unchanged from 
> whatever the installer set them to):
>
> ; environment for both 32/64 bit
> [Environment]
> DFLAGS="-I%@P%\..\..\src\phobos" 
> "-I%@P%\..\..\src\druntime\import"
>
> ; optlink only reads from the Environment section so we need 
> this redundancy
> ; from the Environment32 section (bugzilla 11302)
> LIB="%@P%\..\lib"
>
>
> [Environment32]
> LIB="%@P%\..\lib"
> LINKCMD=%@P%\link.exe
>
>
> [Environment64]
> LIB="%@P%\..\lib64"

Have you verified that this is the only DMD installation on your 
path?


More information about the Digitalmars-d-learn mailing list