how to lin standard C++ libraries

Adam D. Ruppe destructionator at gmail.com
Wed Jun 26 17:27:21 PDT 2013


On Thursday, 27 June 2013 at 00:24:49 UTC, Milvakili wrote:
> I have tried this it did not work.  And tells:
>
> Error: unrecognized switch '-lstdc++'

Did you do:

-lstdc++

or

-L-lstdc++

?


More information about the Digitalmars-d mailing list