Centos --选择linux的选项。/configure命令

Centos --选择linux的选项。/configure命令,centos,Centos,我是Linux新手,希望在CentOS 6虚拟机上安装MonoDevelop。我发现了这个问题:并按照上面列出的说明进行操作,但当我转到此步骤时: 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/li

我是Linux新手,希望在CentOS 6虚拟机上安装MonoDevelop。我发现了这个问题:并按照上面列出的说明进行操作,但当我转到此步骤时:

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
选项有什么作用?

这不是我熟悉的标准选项,如果它不起作用,我会猜它是原稿中的一个打字错误。如果你想问答案的作者,在回答中添加一条评论,问他们。这不是我熟悉的标准选项,如果它不起作用,我会猜这是原文中的一个打字错误。如果您想询问答案的作者,请在回答中添加一条评论,询问他们。