On Wednesday, 27 April 2022 at 07:42:31 UTC, Alexander Zhirov wrote:
```d
~/programming/d/pic $ dmd app.d
```

Try passing the `-i` flag: `dmd -i app.d`. This way, imported modules are actually compiled and linked too. Currently it looks like you import arsd, but then don't link the library, so it complains about undefined references to functions in arsd.

Reply via email to