Problem building dmd d_do_test tool - missing link operand

Nick Treleaven via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Sep 27 05:28:16 PDT 2014


On 27/09/2014 12:59, Nick Treleaven wrote:
> # in dmd/test
> $ make DMD=../src/dmd.exe QUIET=''
> Building d_do_test tool
> OS: win32
> ../src/dmd.exe -m32 -unittest -run d_do_test.d -unittest
> /usr/bin/link: missing operand after `d_do_test,,nul,user32+kernel32/noi;'
> Try `/usr/bin/link --help' for more information.

Found the problem - I'd accidentally commented out this line from sc.ini:

LINKCMD=C:\D\dm\bin\link.exe



More information about the Digitalmars-d-learn mailing list