I am having Ubuntu 16.04lts running on intel i3 5th generation.
I tried installing sagemath from source but keep receiving error msg:
Error building Sage.
The following package(s) may have failed to build (not necessarily
during this run of 'make all'):
The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
Makefile:16: recipe for target 'all' failed
make: *** [all] Error 1.
Additional info:
Drive's file system is ntfs.
Installed in this way:
$ export make -j4
$ ./configure
$ make

make? If so, add that to the question as an edit, because that usually points at to why things failed. The error messages alone are not useful enough to debug compile-time errors. – Thomas Ward Mar 12 '18 at 17:25at the Sage command prompt ('sage:').
– kiran Mar 13 '18 at 00:31