-
Notifications
You must be signed in to change notification settings - Fork 6
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
Find proxyfmu using parent executable #41
Conversation
Works well on windows. Unfortunately not on linux.
|
Then it might be the rdynamic linker option that we need, but the error suggests that it actually works, but it might not like the string format of the executable path. |
BTW, works well on linux if cosim-cli is called from its path. |
Should work now. Also fixed an issue where proxyfmu would only work in a bash shell in windows. It never used the .exe postfix... |
Closes #40
Unsure if this works on linux without linker flags.
Also resolves #39