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.

Reply via email to