how to lin standard C++ libraries

Adam D. Ruppe destructionator at gmail.com
Wed Jun 26 17:20:28 PDT 2013


On Thursday, 27 June 2013 at 00:19:11 UTC, Milvakili wrote:
> dmd do not except -lstdc++ option so what is the correct way 
> doing this?


Pass -L-lstdc++ to dmd.

-L means pass the rest of the option to the linker, and -l of 
course is known to ld.


More information about the Digitalmars-d mailing list