Closed dangulod closed 4 years ago
Looking at https://github.com/mlpack/ensmallen/pull/158/files it should be possible to use ensmallen on Windows, can you check the build steps used in the config and also provide some more information, e.g. command line you used to build each?
Hi zoq,
Thank you for your reply. I have just solved the linker error by using the link you provided. Instead of build OpenBlas, I used nugget to download OpenBLAS.0.2.14.1 and then link to it,
However, I do not know if I was not building OpenBLAS properly or there is some kind of incompatibilities.
Regards
Great that you could solve the issue, difficult to tell what went wrong, maybe some missing flag, I'll see if I can reproduce the issue at some point.
Should we close the issue?
Yes, you can close the issue.
Maybe a missing flag or some kind of incompatibility. Thank you for your help.
Okay, we can always reopen this one if there are any updates.
Hi,
I was testint how the library works on Windows with Microsoft Visual Studio 2017. I compile every library manually: armadillo 9.8 and openblas 0.3.7 according to the documentation.
However, when i build a simple example:
Moreover, I have linked
armadillo.lib
,openblas.lib
andlapack.lib
. Unfourtunately, I get two linker error:I imagine that I am not building something properly, but I have tried to everything.