我的 Ubuntu 16.04lts 在英特爾 i3 第五代上運行。我嘗試sagemath
從來源安裝但不斷收到錯誤訊息:
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.
附加資訊:
驅動器的檔案系統是ntfs
.
是這樣安裝的:
$ export make -j4
$ ./configure
$ make