-
Notifications
You must be signed in to change notification settings - Fork 49
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
Relation problem during compilation #3846
Comments
I would suggest you try using the build script to install charm++, as opposed to directly using cmake, and see if that resolves your issue. |
? |
But sure, the build script works. However, it only creates static libraries. How do I tell it to make shared? |
|
Ok, that builds the shared & static in two separate directories. (Not great, usually that's combined in one directory.)
but the |
Let me ask that last one separately. |
I'm configuring with
so the
fPIC
flag should be covered. Maybe you're not propagating it?I get the same problem with gcc14
The text was updated successfully, but these errors were encountered: