【发布时间】:2020-05-19 17:03:30
【问题描述】:
我尝试在终端中安装 xgap,我的系统上已经有 gap 4.10.2。但是我遇到了以下问题:
root@heino-VirtualBox:~/Downloads/xgap-4.30# /home/heino/Schreibtisch/gap-4.30/
bash: /home/heino/Schreibtisch/gap-4.30/: Datei oder Verzeichnis nicht gefunden
root@heino-VirtualBox:~/Downloads/xgap-4.30# ./configure --with-gaproot=/home/heino/Schreibtisch /gap-4.10.2
checking for make... make
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... needed
checking whether make sets $(MAKE)... yes
checking for CONFIGNAME... none
checking for GAP root directory... /home/heino/Schreibtisch/gap-4.10.2
checking for GAP architecture... x86_64-pc-linux-gnu-default64-kv3
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: `xgap.sh.in'
我是数学系的学生,对 Linux 编程一无所知。如何在 Ubuntu 中安装 xgap4.30 包?
【问题讨论】:
-
一个有效的
xgap-4.30.tar.gz提供xgap-4.30/xgap.sh.indrive.google.com/file/d/1qO7-2WH4JDNr1mSzL5lbaDJziCy8eB6o/… ...(从Fedora 31 源包中提取=xgap-4.30-3.fc31.src.rpm)。 -
你成功安装了吗?如果您从gap-system.org/Releases 安装了 GAP,它应该已经存在,无需单独下载。
标签: ubuntu installation package gap-system