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
It happens since MTIDD was added. I have only seen this issue under linux machines with older versions of GCC (4.9 and 5.3).
Instead of linking statically, dReal links against the dynamic version. Then dReal fails to run.
A workaround is to add $DREAL_HOME/build/external/src/MTIDD to LD_LIBRARY_PATH.
The text was updated successfully, but these errors were encountered:
It happens since MTIDD was added. I have only seen this issue under linux machines with older versions of GCC (4.9 and 5.3).
Instead of linking statically, dReal links against the dynamic version. Then dReal fails to run.
A workaround is to add
$DREAL_HOME/build/external/src/MTIDD
toLD_LIBRARY_PATH
.The text was updated successfully, but these errors were encountered: