You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the simulator is built like this: mkdir out; cd out; cmake ..; make
On some versions of Apple Clang, the above fails due to problems with static linking. A workaround exists: mkdir out; cd out; cmake -DSTATIC_LINKING=False ..; make
A fix will be available soon. This is just to track, and to offer a temporary fix.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
Version used: 0.4.11
Environment name and version (e.g. Python 3.6.1): Python 3.6.1
Operating System and version: Mac OS 10.13.3, Clang-900.0.39.2, LLVM 9.0.0
The text was updated successfully, but these errors were encountered:
Currently the simulator is built like this:
mkdir out; cd out; cmake ..; make
On some versions of Apple Clang, the above fails due to problems with static linking. A workaround exists:
mkdir out; cd out; cmake -DSTATIC_LINKING=False ..; make
A fix will be available soon. This is just to track, and to offer a temporary fix.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: