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
Some components of Sage, e.g., libsingular, link in the systemwide libtermcap.so dynamically instead of statically linking the libtermcap.a that is built by the Sage termcap spkg. This is a big problem when building a binary on a system that has libtermcap.so and trying to run it on another system that does not have that so.
Solution?: Modifying the spkg-install script for termcap so it also builds the so libraries.
The version of termcap in Sage (i.e. the official upstream version) does not support building shared libraries. So, I am a bit surprised to see the file libtermcap.so appear on your system. Could you try whether the spkg from #12725 fixes the problem? i.e. build termcap from #12725 and then rebuild Singular and check whether local/lib/libsingular.so still links against libtermcap.so
Some components of Sage, e.g., libsingular, link in the systemwide libtermcap.so dynamically instead of statically linking the libtermcap.a that is built by the Sage termcap spkg. This is a big problem when building a binary on a system that has libtermcap.so and trying to run it on another system that does not have that so.
Solution?: Modifying the spkg-install script for termcap so it also builds the so libraries.
Component: packages: standard
Issue created by migration from https://trac.sagemath.org/ticket/12934
The text was updated successfully, but these errors were encountered: