Linker error while building phobos on linux on a fresh system

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 25 16:56:06 PDT 2014


On Monday, 25 August 2014 at 23:26:40 UTC, Dicebot wrote:
> On Monday, 25 August 2014 at 22:46:37 UTC, Andrei Alexandrescu 
> wrote:
>> Argh, I had an old ~/dmd.conf. I've mentioned this before: our 
>> build process should override all user options and only use 
>> its own artifacts. I sent a diff a while ago adding an empty 
>> dmd.conf to phobos/, but there was backlash about it that I 
>> find unjustified.
>>
>> Andrei
>
> It needs to be fixed on DMD side and not via Phobos workarounds 
> in my opinion. For example, by ignoring -defaultlib flag if it 
> can't be found and trying to link anyway.

Yeah, I'd expect the empty dmd.conf to be part of dmd and not 
Phobos, but I do agree that we need something like that.

- Jonathan M Davis


More information about the Digitalmars-d mailing list