每当我尝试“制作”文件时都会出错,我在输入“制作”之前这样做了:
tar xjf xarchiver-0.5.4.tar.bz2
cd ./xarchiver-0.5.4
./configure
Run Code Online (Sandbox Code Playgroud)
配置命令:
thomas@thomas-pc:~/Downloads/xarchiver-0.5.4$ ./configure
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 a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default …Run Code Online (Sandbox Code Playgroud)