-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error LNK2019: unresolved external symbol zgtcon_
under Windows
#369
Comments
Did you try the
|
It looks like these symbols are missing from the For example the linker complains about missing |
I downloaded the release package from the OpenBLAS repository. The DLL compiled by vcpkg is suspiciously small (only 1.7 MB) while the DLL from the OpenBLAS repo is 50MB. When I replaced the files produced by vcpkg with the ones from OpenBLAS the linker errors went away and my program is working. |
@relf It didn't work when I tried it the first time.. |
I cannot get any of the backends to work under Windows.
For example using this configuration from the docs:
Gives a whole lot of errors like this:
I have openblas installed with vcpkg and the linker command produced by cargo build contains these entries:
The text was updated successfully, but these errors were encountered: