Cannot link with libphobos2.a with GCC 6.2 on Ubuntu 16.10

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 13 12:11:36 PDT 2016


Try `-defaultlib=libphobos2.so` with your dmd command line. The 
.so version is pic compiled.

Or you can recompile the whole lib.


More information about the Digitalmars-d-learn mailing list