Circosのセットアップの一環として、いくつかの perl モジュールをインストールしようとしています。ターミナルで cpan を使用してモジュールをインストールしています。初期設定はうまくいっているようですが、インストールの最終段階で Makefile が書き込まれているときにすべてのモジュールが失敗します。
エラーは次のようになります。
Checking if your kit is complete...
Looks good
Writing Makefile for Font::TTF
Can't exec "make": No such file or directory at /System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.
MHOSKEN/Font-TTF-1.02.tar.gz
make -- NOT OK
'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
MHOSKEN/Font-TTF-1.02.tar.gz : make NO
唯一のオプションは、cpan を使用する代わりにモジュールを手動でインストールすることだと思いますが、ここで質問をする価値があると考えました。