modelica-3rdparty/Modelica_DeviceDrivers

Compile libMDDSpaceMouse.a with -fPIC

Closed this issue · 2 comments

Problem: Linking Resources/Library/linux64/libMDDSpaceMouse.a/libMDDSpaceMouse.a fails when trying to make a shared object.

Solution: Push a binary which was compiled with the -fPIC option.

tbeu commented

OT: Prefered workflow on GitHub (instead of creating an self-assigned issue and closing via magic keyword in commit message during direct push to master) could be to create a PR, enable auto-merge with squash and let the CI checks succeed. What do you think? The benefit I see is the green CI.

You are right. I bypassed that in a hurry, but the workflow with CI is much better.