我是一個完全新的Perl和我無法安裝perlbrew。有人幫助我,但他今天整天都在忙,所以我試圖自己解決這個問題。我安裝了perlbrew root並修改了bashrc,但現在我無法安裝任何版本的perlbrew(5.14.2或其他任何版本)。這是我收到的錯誤:Perlbrew安裝失敗
Installing /Users/wuzl/perl5/perlbrew/build/perl-5.14.2 failed.
See /Users/wuzl/perl5/perlbrew/build.log to see why.
If you want to force install the distribution, try:
perlbrew --force install perl-5.14.2
我試過強制安裝,而且也沒有工作。所以我檢查了日誌,它說了一大堆東西,並在最後:
I can't find make or gmake, and my life depends on it.
Go find a public domain implementation or fix your PATH setting!
sh: make: command not found
sh: make: command not found
這是什麼意思?
就像錯誤消息所述,安裝'make'或'gmake'。你可能不在Unix/Linux系統上,否則你可能已經有'make'了。因此,如果您使用的是Windows系統,請查找並安裝'gmake'。 – 2011-12-08 18:53:01
這是令人困惑的部分,我在Mac上,這是Linux,是否正確? – matthewb
嚴格來說,Mac OS是一個品牌化的UNIX。也就是說,仍然沒有要求包含開發工具。 – JRFerguson