- 选择linux ./configure命令

时间:2015-06-30 15:24:38

标签: centos

我是Linux的新手,想在我的CentOS 6 VM上安装MonoDevelop。我发现了这个问题:Install Mono and Monodevelop on CentOS 5.x/6.x并按照其中列出的说明进行操作,但是当我执行此步骤时:

cd /usr/src
wget http://download.mono-project.com/sources/monodevelop/monodevelop-3.1.1.tar.bz2
tar -xvjf monodevelop-3.1.1.tar.bz2
cd monodevelop-3.1.1
PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH
./configure --prefix=/usr --select
make && make install

特别是./configure --prefix=/usr --select命令,我的系统出现以下错误:

configure: error: unrecognized option: `--select'
Try `./configure --help' for more information

我在终端中输入了./configure --help,但没有看到--select选项。 --select选项有什么作用?

0 个答案:

没有答案