[dmd-beta] dmd 1.069 and 2.054 beta

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jul 5 22:16:17 PDT 2011


Here's my log:

D:\DMD>where dmd

D:\DMD>dmd
'dmd' is not recognized as an internal or external command,
operable program or batch file.

D:\DMD>unzip dmd2beta.zip
Archive:  dmd2beta.zip
...

D:\DMD>where dmd
D:\DMD\dmd2\windows\bin\dmd.exe

D:\DMD>cd dmd2\windows\bin\

D:\DMD\dmd2\windows\bin>echo import std.stdio; void main() {
writeln("a"); } > test.d

D:\DMD\dmd2\windows\bin>dmd test.d

OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
test.obj(test)
 Error 42: Symbol Undefined _D3std9exception7bailOutFAyaixAaZv
--- errorlevel 1

Everything (http://www.voidtools.com/) confirms the only Phobos.lib on
my system is in the newly extracted folder.


More information about the dmd-beta mailing list