zezer3 / cmaked2

Automatically exported from code.google.com/p/cmaked2
0 stars 0 forks source link

linker is hardcoded to gcc #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CMake compiles and links in two separate steps.  However dmd does not work as a 
link driver.  During D compiler auto-detect, the C compiler is unknown and thus 
cannot link the small test program.  Hardcode the linkner to gcc until this is 
resolved.

Original issue reported on code.google.com by kingshiz...@gmail.com on 13 Aug 2010 at 5:49

GoogleCodeExporter commented 9 years ago
Fixed in the latest push.

Original comment by kingshiz...@gmail.com on 14 Aug 2010 at 5:39