Adding libraries to an executable

FreeSlave freeslave93 at gmail.com
Fri Sep 13 14:44:14 PDT 2013


On Friday, 13 September 2013 at 19:54:41 UTC, Anton Alexeev wrote:
> So, nobody can give an easy answer how to statically link the 
> libraries with the executable and I have yo use Bin2D?

Did you try to use -static option of compiler? It forces to link 
application with static libraries instead of shared.


More information about the Digitalmars-d-learn mailing list