how to lin standard C++ libraries

Milvakili maliy.kayit at gmail.com
Wed Jun 26 17:24:47 PDT 2013


On Thursday, 27 June 2013 at 00:20:29 UTC, Adam D. Ruppe wrote:
> 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.

I have tried this it did not work.  And tells:

Error: unrecognized switch '-lstdc++'


More information about the Digitalmars-d mailing list