On Tuesday, 12 August 2025 at 03:24:33 UTC, Marc wrote:
Using mir-blas is fundamental for implementing linear models in
D. However it keeps giving an error, other mir libraries work
fine.
I get the following error
```shell
/usr/bin/ld: -f may not be used without -shared
clang: error: linker command failed with exit code 1 (use -v to
see invocation)
Error: linker exited with status 1
```
I would appreciate if anyone can help me setting it up.
BLAS can be a tricky-to-install library.
Please provide your OS, dub.json/sdl and check that BLAS is
installed.