On Sunday, 24 November 2013 at 05:25:36 UTC, CJS wrote: > > bash calls: > dmd -c foo.d > gcc bar.c foo.o > this is wrong. there should flag for building static lib which should produce foo.a which then you link with C build.