dmd: failed to launch executable
Laeeth Isharc via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 19 08:32:31 PDT 2015
On Saturday, 19 September 2015 at 10:21:30 UTC, Rinzler wrote:
> On Saturday, 19 September 2015 at 10:17:21 UTC, Jacob Carlborg
> wrote:
>> On 2015-09-19 12:05, Rinzler wrote:
>>>> what does "which dmd" give you?
>>>
>>> Nothing...
>>
>> And "type dmd | head -n 1"? If that gives you some kind of
>> path, what does then "file <path>" print?
>
> I don't even have a tool called "type"? Should I install it
> just for testing this?
He means type ie enter the following line in the console:
dmd | head -n 1
More information about the Digitalmars-d
mailing list