Freshly Compiled DMD + Visual Studio

Andre Artus andre.artus at gmail.com
Tue Aug 27 06:55:54 PDT 2013


On Tuesday, 27 August 2013 at 13:32:06 UTC, Meta wrote:
> On Tuesday, 27 August 2013 at 12:09:22 UTC, Dmitry Olshansky 
> wrote:
>> Linker errors are typically solve by doing clean, then 
>> rebuilding from source. There is a decent chance that you (or 
>> VisualD) do separate compilation and old object files can't 
>> find matching symbols in the new runtime library.
>
> I rebuilt it, but I am still getting the same linker errors. 
> Both times I built DMD following the directions on this page: 
> http://wiki.dlang.org/Building_DMD. Are they perhaps out of 
> date?

Check that your library paths are all set to the  path for of the 
newly built Phobos. It may be that it's trying to link in the old 
library.


More information about the Digitalmars-d-learn mailing list