It is possible that your distribution of ldc doesn't include a static build of druntime/phobos. You need to verify that ld is trying to link against a static build and that static build exists.
Re: How to build a statically linked executable, before i loose my mind
Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn Sat, 13 Jul 2024 09:21:45 -0700
Seeing ``_d_arraybounds_slice`` missing sounds like druntime isn't being
linked against.
- Re: How to build... Sergey via Digitalmars-d-learn
- Re: How to ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
- Re: How to ... ryuukk_ via Digitalmars-d-learn
- Re: How... ryuukk_ via Digitalmars-d-learn
- Re: How... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn