[Issue 1940] Phobos buildscripts do not work on x86_64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 23 09:19:15 PDT 2008


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





------- Comment #12 from andrei at metalanguage.com  2008-06-23 11:19 -------
(In reply to comment #11)
> 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.
> 

I see. But these makefiles do not build dmd. They build phobos. So I'd suggest
we opt for using "dmd" by default and a user-specified dmd in the command line.


-- 



More information about the Digitalmars-d-bugs mailing list