On 17 March 2012 21:37, Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote:
> On 3/17/12, Manu <turkey...@gmail.com> wrote: > > Did find that one, but now missing libppl_c-4.dll > > This is a bit silly. A binary toolchain needs to have these in the > archive. > > No point if you can't run it. > > I think I've had the same issues before because I've installed TDM x86 > instead of the TDM x64 (labeled "experimental" in setup) . Could that > be the issue? > > The GDC I've used is: > gcc-4.6.1-tdm64-1-gdc-232cd89d90b4-20120128.7z > > The TDM setup: > tdm64-gcc-4.6.1.exe > > libgmp-3.dll is then installed to > MinGW64\libexec\gcc\x86_64-w64-mingw32\4.6.1\ (and so is > libppl_c-4.dll) > 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: > gdc main.d gdc: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found compilation terminated. that dll was in there too, and it is certainly present in my path, but it continues to complain... :/