如何使用终端在 Ubuntu 中安装 xgap 4.30?
How to install xgap 4.30 in Ubuntu using the terminal?
我尝试在终端中安装 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. Now go to the download folder where you have just download xgap-4.30.tar.gz
. Now, open your terminal ad do following things as mentioned here:
- tar xzvf xgap-4.30.tar.gz
- cd xgap
- ./配置
- 制作
我尝试在终端中安装 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. Now go to the download folder where you have just download xgap-4.30.tar.gz
. Now, open your terminal ad do following things as mentioned here:
- tar xzvf xgap-4.30.tar.gz
- cd xgap
- ./配置
- 制作