<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Dne 10.10.2016 v 15:27 openwrt via Digitalmars-d napsal(a):<br>
    </p>
    <blockquote cite="mid:rpevpuefabcxuxqaggek@forum.dlang.org"
      type="cite">On Sunday, 9 October 2016 at 15:48:49 UTC, Daniel
      Kozak wrote:
      <br>
      <blockquote type="cite">On Sunday, 9 October 2016 at 13:38:33 UTC,
        Jacob Carlborg wrote:
        <br>
        <blockquote type="cite">On 2016-10-08 20:47, Daniel Kozak wrote:
          <br>
          <br>
          <blockquote type="cite">What is the current status? Without
            support of musl-libc, I can not ad
            <br>
            support for a Alpine linux distribution. It is a shame
            because they
            <br>
            already have go and rust support.
            <br>
          </blockquote>
          <br>
          I've not worked at this at all. For my use case it was easier
          to just build in Docker instead.
          <br>
        </blockquote>
        <br>
        I solved this by using libexecinfo library from freebsd
        <br>
      </blockquote>
      <br>
      openwrt also use musl,  and I can not run my d code on it(unless I
      rebuild everythings with glic).
      <br>
    </blockquote>
    Yes, even libexecinfo does not fixed all issues, we really need to
    add other C runtimes. In D runtime and phobos there is a lot of
    places which  wrongly use version(linux) instead of CRuntime_Glibc.<span
      style="color: rgb(51, 51, 51); font-family: Consolas,
      "Bitstream Vera Sans Mono", "Andale Mono",
      Monaco, "DejaVu Sans Mono", "Lucida Console",
      monospace; font-size: 15px; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: bold; letter-spacing: normal; orphans: 2; text-align:
      justify; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; background-color: rgb(255, 255, 255); display: inline
      !important; float: none;"></span>
  </body>
</html>