dmd.conf... again

wobbles via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 12 06:46:23 PDT 2015


On Wednesday, 12 August 2015 at 13:00:45 UTC, Atila Neves wrote:
> On Wednesday, 12 August 2015 at 12:40:49 UTC, Adam D. Ruppe 
> wrote:
>> On Wednesday, 12 August 2015 at 12:16:50 UTC, Atila Neves 
>> wrote:
>>> I'm trying to use dmd on a VM where I don't have root 
>>> privileges (don't ask). I can't copy dmd.conf to /etc.
>>
>> If you use the dmd zip, everything just works when you just 
>> unzip it and use it all in-place. No need to move or copy 
>> files anywhere, no need for root.
>
> I downloaded the zip, added linux/bin64 to PATH, tried 
> compiling a hello world and got:
>
> usr/bin/ld: cannot find -l:libphobos2.a
>
> That's when I started trying to set the configuration but 
> nothing seems to work.
>
> Atila

Have you run dmd from the directory you unzipped it to?
libphobos2.a is in there I think, so ld wouldn't be able to find 
it.


More information about the Digitalmars-d-learn mailing list