dmd and Archlinux

Antonio Corbi via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 9 12:28:22 PDT 2017


On Sunday, 9 July 2017 at 19:15:15 UTC, Nemanja Boric wrote:
> On Sunday, 9 July 2017 at 18:35:09 UTC, Antonio Corbi wrote:
>> [...]
>
> Hm, I can't reproduce this issue with dmd 2.074.0-1. I've just 
> installed dmd and it works out
> of the box:
>
> ```
> ➜  arch tmp% pacman -Q | grep phob
> libphobos-devel 1:2.074.0-1
> ➜  arch tmp% pacman -Q | grep dmd
> dmd 1:2.074.0-1
> ➜  arch tmp% cat test.d
> import std.stdio;
>
> void main()
> {
> 	writeln("hello!");
> }
> ➜  arch tmp% dmd -c test.d
> ➜  arch tmp% dmd test.o
> ➜  arch tmp% ./test
> hello!
> ```

Thank's!

In my case the error persists.
I'm using the testing repo...so I think it must be related to 
that.

A. Corbi


More information about the Digitalmars-d mailing list