On Sat, Dec 24, 2011 at 6:29 PM, Robert Rouse <[email protected]> wrote: > Running a simple compile and link > > dmd test.d > > produces > > gcc-4.2: Invalid argument > > What can I provide to track this down?
Run with `dmd -v` to get the linker commandline.
