<div class="gmail_quote">On 19 March 2012 10:59, Manu <span dir="ltr"><<a href="mailto:turkeyman@gmail.com">turkeyman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><div class="gmail_quote">On 17 March 2012 21:37, Andrej Mitrovic <span dir="ltr"><<a href="mailto:andrej.mitrovich@gmail.com" target="_blank">andrej.mitrovich@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 3/17/12, Manu <<a href="mailto:turkeyman@gmail.com" target="_blank">turkeyman@gmail.com</a>> wrote:<br>
> Did find that one, but now missing libppl_c-4.dll<br>
> This is a bit silly. A binary toolchain needs to have these in the archive.<br>
> No point if you can't run it.<br>
<br>
</div>I think I've had the same issues before because I've installed TDM x86<br>
instead of the TDM x64 (labeled "experimental" in setup) . Could that<br>
be the issue?<br>
<br>
The GDC I've used is:<br>
gcc-4.6.1-tdm64-1-gdc-232cd89d90b4-20120128.7z<br>
<br>
The TDM setup:<br>
tdm64-gcc-4.6.1.exe<br>
<br>
libgmp-3.dll is then installed to<br>
MinGW64\libexec\gcc\x86_64-w64-mingw32\4.6.1\ (and so is<br>
libppl_c-4.dll)<br>
</blockquote></div><br></div></div><div>Okay, well I got that package, and it does seem to have the full list of dll's I need (there were about 5 more), but gdc still won't work:</div><div><div>> gdc main.d</div>
<div>gdc: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found compilation terminated.</div>
</div><div><br></div><div>that dll was in there too, and it is certainly present in my path, but it continues to complain... :/</div>
</blockquote></div><br><div>Okay, I managed to make it work by just transplanting the whole gdc distribution directly into a functioning MinGW64 installation. There must have been weird relative pathing built into the tools, so it didn't find the DLL's even though they were present in the path.</div>
<div><br></div><div>I really think the next binary GDC release should carefully have all those DLL's included, so it actually like, works.</div><div>I'd say the point of a binary release is for windows users who don't want to know anything about linux or gcc toolchain issues can just use it and get to work :)</div>