DUB - link error on Windows 10 64-bit

Dibyendu Majumdar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 16 13:51:15 PST 2016


On Saturday, 16 January 2016 at 20:50:51 UTC, Robert M. Münch 
wrote:
>
> Check your paths in sc.ini Looks like the D link libraries are 
> not found.

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"


More information about the Digitalmars-d-learn mailing list