dmd build instructions from source don't work anymore

Timothee Cour via Digitalmars-d digitalmars-d at puremagic.com
Mon May 11 10:23:17 PDT 2015


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 at puremagic.com> wrote:

> On Monday, 11 May 2015 at 12:25:27 UTC, Daniel Murphy wrote:
>
>> "John Colvin"  wrote in message news:jsnuhemrispqiwvwlfde at 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150511/f36f23f4/attachment.html>


More information about the Digitalmars-d mailing list