On Friday, 28 December 2012 at 15:29:58 UTC, Jacob Carlborg wrote:
On 2012-12-28 16:18, Russel Winder wrote:Is there a reason for using g++ to compile and link the C code of DMD?As far as I know it doesn't work with Clang. Did you have any other compiler in mind?
Actually it works with Clang (v4.5), albeit with many warnings. Just pass HOST_CC=clang++ to the makefile.