April 03, 2009
Walter Bright Wrote:

> The large volume of bug fixes is because a lot of people contributed patches. Thanks!
> 
> http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.042.zip
> 
> 
> http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.027.zip

Have someone managed to compile the druntime-2.027? Running build-dmd.sh yields: : No such file or directory

And "make -f dmd-posix.mak":
make[1]: *** No rule to make target `../../lib/debug/libdruntime-core.a', needed by `debug'.  Stop.
make: *** [debug] Error 2
April 04, 2009
naryl wrote:
> And "make -f dmd-posix.mak":
> make[1]: *** No rule to make target `../../lib/debug/libdruntime-core.a', needed by `debug'.  Stop.
> make: *** [debug] Error 2

Seems that my update script neglected to add a crucial file, threadasm.S. I updated the zip file.