我是 Linux 和 Ubuntu(11.10,Oneiric Ocelot)的新手,所以如果有某种可以双击的安装程序就太好了。否则,你能帮我理解这里发生了什么吗?
gmp-5.0.2.tar.bz2
下载并解压到我的 Documents 文件夹后,我按照这些说明,但我遇到了一个错误:
louis@x-pc:~/Documents/gmp-5.0.2$ ./configure
[checking various things...]
checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
louis@x-pc:~/Documents/gmp-5.0.2$ make
make: *** No targets specified and no makefile found. Stop.
config.log
实际上是 180KB,我真的不知道要寻找什么。
你能告诉我我该怎么办吗?
答案1
好的,这是我的答案,所以你可以接受它,我们双方都会获得一些分数。
您必须安装 m4 包。
使用 Ubuntu 软件包管理器或在终端打印sudo apt-get install m4
答案2
从 Ubuntu 软件中心安装非常简单!如果您是 Ubuntu 新手,我强烈建议您从那里开始。您还可以安装“Synaptic 包管理器”并以此方式安装应用程序。
答案3
你应该从 Ubuntu 软件中心安装软件。它更简单、更直接。还有一个在线应用网站这里