0

我试图在终端中安装 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 软件包?

4

1 回答 1

0

下载xgap-4.30.tar.gz。现在转到您刚刚下载的下载文件夹xgap-4.30.tar.gz。现在,打开您的终端广告,按照此处所述执行以下操作:

  • 焦油 xzvf xgap-4.30.tar.gz
  • cd xgap
  • 。/配置
  • 制作
于 2020-02-04T00:43:07.637 回答