On 2012-09-05 13:59, Russel Winder wrote:
In C/C++, with f.c or f.cpp I can do:

        cc f.o -lncurses

something similar works for gdc, but what to write for dmd? Assuming f.d
obviously :-)

Thanks.


GDC/GCC just forwards that flag to the linker, so:

dmd f.d -L-lncurses

--
/Jacob Carlborg

Reply via email to