(I'm working on automatic demangling for linker error messages)
BTW did you see this post from a few days ago? http://forum.dlang.org/thread/vvkckjmvyfdtxqdqx...@forum.dlang.org#post-rdjerzfmfcpfxrpcujmx:40forum.dlang.orgIt's possible to do that automatic demangling now without modifying dmd. Instead of calling the linker, we call a helper script that runs linker | demangle. dmd.conf can be used to change the linker command.