Skip to content
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

Extension of the shared libraries on windows #58

Closed
amontoison opened this issue Sep 14, 2023 · 5 comments
Closed

Extension of the shared libraries on windows #58

amontoison opened this issue Sep 14, 2023 · 5 comments
Assignees
Labels
cmake Issues related to CMake windows Issues related to Windows

Comments

@amontoison
Copy link
Member

When we compile PRIMA with CMake on Windows, the extension of the shared libraries is .a instead of .dll.

@zaikunzhang
Copy link
Member

Hi Alexis @amontoison ,

Thank you for pointing this out.

Hi Julien @jschueller ,

Could you have a look at this?

Thanks!

Zaikun

@zaikunzhang zaikunzhang added cmake Issues related to CMake windows Issues related to Windows labels Sep 14, 2023
@jschueller
Copy link
Collaborator

no, they are actually static libs, shared libs are not supported on windows atm

@amontoison
Copy link
Member Author

@jschueller Can you explain why the shared libs are not supported on Windows for PRIMA?

@jschueller
Copy link
Collaborator

jschueller commented Sep 14, 2023

on windows symbols must be explicitely exported, which is not done

@zaikunzhang
Copy link
Member

Solved by #59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Issues related to CMake windows Issues related to Windows
Projects
None yet
Development

No branches or pull requests

3 participants