On 3/23/2011 3:46 PM, "Jérôme M. Berger" wrote:
dsimcha wrote:
On 3/22/2011 8:22 PM, Daniel Green wrote:
D2 has been released for testing. Now in a zip file.

https://bitbucket.org/goshawk/gdc/downloads

gcc-4.5.1-tdm-1-gdc-r499-20110322.zip

  From here on out, D1 and D2 will be combined into a single release.
Since D1 appears more stable it is the default. Use -v2 to access D2.

gdc dummy.d # Compiles dummy.d with D1.
gdc -v2 dummy.d # Compiles dummy.d with D2.

I can't run it because I get the following error:

cc1d.exe:  The program can't start because libcloog-0.dll is missing
from your computer.

        Did you also install the tdm-gcc core package? IIRC libcloog should
be part of it...

                Jerome

Ok, did that and moved the GDC binaries into the bin/ directory of this installation. Now, I get:

gdc.exe: CreateProcess: No such file or directory

Reply via email to