Re: Precompiled GDC binary issues

2012-11-27 Thread Daniel Green
Are you using the 64-bit version of TDM? This usually gets installed into c:\MinGW64 but you mention that you copied the files into c:\MinGW32 . The error can also indicate that the DLL is missing exported functions required by the executable. I've encountered the same error when mixing the

Re: libgmp-3.dll missing from windows binary release

2012-11-27 Thread Daniel Green
On 11/27/2012 6:37 AM, js.mdnq wrote: I'm trying to test gdc for Win/x64, I too get the same errors about missing dll's. This was my process: 1. Install tdm64-gcc-4.7.1-3.exe 2. Extract gcc-4.6.1-tdm64-1-gdc-20121117-D2.060.7z to the MinGW64 install dir. You will need to use the gcc-4.6.1 ver

Re: libgmp-3.dll missing from windows binary release

2012-11-27 Thread js.mdnq
I'm trying to test gdc for Win/x64, I too get the same errors about missing dll's. This was my process: 1. Install tdm64-gcc-4.7.1-3.exe 2. Extract gcc-4.6.1-tdm64-1-gdc-20121117-D2.060.7z to the MinGW64 install dir. Tried running gdc.exe and x86_64-w64-mingw32-gdc.exe and both complain abo