We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we compile PRIMA with CMake on Windows, the extension of the shared libraries is .a instead of .dll.
.a
.dll
The text was updated successfully, but these errors were encountered:
Hi Alexis @amontoison ,
Thank you for pointing this out.
Hi Julien @jschueller ,
Could you have a look at this?
Thanks!
Zaikun
Sorry, something went wrong.
no, they are actually static libs, shared libs are not supported on windows atm
@jschueller Can you explain why the shared libs are not supported on Windows for PRIMA?
on windows symbols must be explicitely exported, which is not done
Solved by #59
jschueller
No branches or pull requests
When we compile PRIMA with CMake on Windows, the extension of the shared libraries is
.a
instead of.dll
.The text was updated successfully, but these errors were encountered: