On Monday, October 26, 2015 at 3:19:45 PM UTC-7, Volker Braun wrote:
>
> You can try to delete /home/bxf4/src/sage-6.9/local/lib/libtinfo.so.5 and
> run "make" again, but no guarantees.
>
This does seem to have worked. Thank you!
--
You received this message because you are subscribed to the
On Monday, October 26, 2015 at 5:14:56 PM UTC-7, Brian Flaherty wrote:
>
>
> - if I remove ncurses package and directory containing patches from safe
> directory tree, I assume compilation will just try to use system ncurses.
> This is analogous to deleting the one library as suggested?
>
>
FYI,
Is this something that would benefit from debugging, or is it simply something
that will be fixed upstream?
If the former, I'm wondering two things:
- if I remove ncurses package and directory containing patches from safe
directory tree, I assume compilation will just try to use system ncurses.
Sage's libtinfo is incompatible with your bash. This is why LD_LIBRARY_PATH
is bad. You can try to
delete /home/bxf4/src/sage-6.9/local/lib/libtinfo.so.5 and run "make"
again, but no guarantees.
On Monday, October 26, 2015 at 10:39:40 PM UTC+1, Brian Flaherty wrote:
>
> Hello,
> I'm learning s