9

マウンテン ライオンに autoconf ビュー自作をインストールしようとしています$ brew install autoconf

Warning: Could not link autoconf. Unlinking... Error: The brew link step did not complete successfully The formula built, but is not symlinked into /usr/local You can try again using brew link autoconf ==> Summary /usr/local/Cellar/autoconf/2.69: 69 files, 2.0M, built in 52 seconds server:~ europemart$ brew link autoconf Linking /usr/local/Cellar/autoconf/2.69... Warning: Could not link autoconf. Unlinking... Error: Could not symlink file: /usr/local/Cellar/autoconf/2.69/bin/ifnames Target /usr/local/bin/ifnames already exists. You may need to delete it. To force the link and delete this file, do: brew link --overwrite formula_name

$ brew install autoconfもう一度試してみると、次のようになります。

Warning: autoconf-2.69 already installed, it's just not linked

私はこれまで自作を使用したことがなく、ターミナルの経験もほとんどありません。私を助けて、autoconfを適切にインストールできる人はいますか?

乾杯

4

3 に答える 3

2

で実行$sudo

$sudo brew link --overwrite --dry-run autoconf

また

$sudo brew link --overwrite autoconf
于 2015-12-21T09:36:51.590 に答える