gdc and Make

nedbrek nedbrek at yahoo.com
Sat Apr 10 18:27:20 PDT 2010


Hello all,
   I have been following D for over a year now, and have just started my 
first big project.  I am really enjoying it so far!

   I am using Cygwin, with the patched in gdc 0.24 for D 1.0 (old, I know).

   I am also using Make as my build system.  I tried to get bud and dsss to 
work, but failed :(

   Things are working fairly well, but I sometimes have to do a "make 
clean".  The only dependencies I have in my Makefile are "%.o: %.d" (objects 
depend on source).

I think there are circumstances where one .d depends on another, but I'm not 
sure...  is it every import?

I tried "gdc -MM", but it said that option is not supported for D.

Any recommendations?  Do I need to break out sed and awk?

Thanks,
Ned

I am documenting my experiences:
http://mudge-a209.blogspot.com/2010/04/delight.html




More information about the Digitalmars-d-learn mailing list