[Issue 1940] Phobos buildscripts do not work on x86_64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 23 08:55:10 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1940





------- Comment #11 from lindevel at gmx.net  2008-06-23 10:55 -------
If you have dmd installed on your system, you have one dmd executable in your
system path.
If you compile dmd, you have a second dmd executable in the sourcecode
directory.
To fetch the correct one you need to specify the path to one of them.
Since you want to compile and install a new version of dmd, you probably want
the executable in the sourcecode directory. Thus you need to set DMD to the
path to that one, and not to the system binary.


-- 



More information about the Digitalmars-d-bugs mailing list