On 14/07/2024 4:37 AM, ryuukk_ wrote:
On Saturday, 13 July 2024 at 16:16:20 UTC, Richard (Rikki) Andrew Cattermole wrote:
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.

`curl -fsS https://dlang.org/install.sh | bash -s ldc`

Okay yup, looks like its all there in latest release.

Have to dump out what ld is getting passed to it, and what it thinks it is doing next.
  • 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
        • Re:... ryuukk_ via Digitalmars-d-learn
          • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
            • ... ryuukk_ via Digitalmars-d-learn
              • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
                • ... ryuukk_ via Digitalmars-d-learn

Reply via email to