Static compiling with dmd

Zardoz luis.panadero at gmail.com
Wed Dec 12 06:28:46 PST 2012


How I can compile with static linking with dmd ?
I try with dmd -L-static ....
but i get this error :
/usr/bin/ld: cannot find -lgcc_s

I used before gdc with -static options and owrked well on it, but 
I need to use now dmd.


More information about the Digitalmars-d-learn mailing list