dmd build instructions from source don't work anymore
Daniel Murphy via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 12 04:45:27 PDT 2015
"Timothee Cour via Digitalmars-d" <digitalmars-d at puremagic.com> wrote in
message news:mailman.896.1431405519.4581.digitalmars-d at puremagic.com...
> I still think it is a regression.
> I did have dmd (2.067) in the path, see the whole thread for my
> diagnostic:
> http://forum.dlang.org/thread/mailman.861.1431333078.4581.digitalmars-d@puremagic.com#post-mailman.878.1431365007.4581.digitalmars-d:40puremagic.com
> (cf message 'I had 'export'...)
DMD uses 'CC' as the linker, but I'm not sure why settings CC would generate
that error.
>> g++ -m64: No such file or directory
This should mean that there is no g++ in path, but it does look like CC is
being set correctly by the makefile.
More information about the Digitalmars-d
mailing list