How to build a statically linked executable, before i loose my mind

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Sat Jul 13 16:16:20 UTC 2024


Seeing ``_d_arraybounds_slice`` missing sounds like druntime isn't being 
linked against.

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.


More information about the Digitalmars-d-learn mailing list