NOTE: I had 'export CC=gcc' in my environment, leading to this behavior (ie worked fine until 'Merge pull request #3970 from yebblies/idgend2', and breaks after that pull request is merged).
If I 'unset CC' it works. But IMO it should work even when user has set CC (or at least provide a better error message) Also I notice CC is set to 'g++' in posix.mak which is untypical (instead of gcc for example) Other users could face the same issue which is hard to debug. On Mon, May 11, 2015 at 5:55 AM, John Colvin via Digitalmars-d < digitalmars-d@puremagic.com> wrote: > On Monday, 11 May 2015 at 12:25:27 UTC, Daniel Murphy wrote: > >> "John Colvin" wrote in message news:jsnuhemrispqiwvwl...@forum.dlang.org. >> .. >> >> Do you >>> 1) already have a version of dmd installed (relatively new requirement) >>> >> >> Yeah, it's this. Which page is this that needs updating? >> > > I don't see the necessary info in http://wiki.dlang.org/Building_DMD, but > I might have missed it. >