forked from cvxgrp/scs
-
Notifications
You must be signed in to change notification settings - Fork 11
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
windows 10 +MSYS : error while loading shared libraries #35
Comments
Hello, this works now. The error is gone.
is functionnal on my machine, Windows 10 msys/Mingw64 emulation. Please find below some recipes (some obvious) to make it work.
|
I have run into another error while trying to compile this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello I have managed to compile the C project successfully (thanks to MSYS/Mingw64), however
This happens whether
libblas.dll
andliblapack.dll
are in theout
directory or not. (I put them there after compilation).some subquestions:
To test, type 'out/demo_direct' or 'out/demo_indirect',
does not seem to work… should there be an .exe in there?Thanks!
The text was updated successfully, but these errors were encountered: