lundi 9 septembre 2019

Embedding lapack and blas library within executable

To run an executable program created in C++ for solving linear algebra (I am using the armadillo library) I have to place a few DLL files (for lapack and blas). Is it possible that these are self-included in the compiled exe?

I used -static to embed the library however failed to solve this. I go through several places to do this, but failed and now asking for help.

Aucun commentaire:

Enregistrer un commentaire