www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - GDC with newer MinGW?

I have tried this unofficial MinGW and it works well enough for me, the
compilation time is half and produces often smaller execs:

http://www.develer.com/oss/GccWinBinaries

But comping D code (GDC) gives me this problem (note the 3.4.5 in that path, it
may not see the 4.1.2 stuff):

C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
crtbegin.o: No such file: No such file or directory
collect2: ld returned 1 exit status

I haven't tried to fix that prolem yet, but is it possible to compile D code
with MinGW based on GCC 4.1.2?

Bye,
bearophile
Dec 28 2007