我正在尝试安装一些 perl 模块作为Circos设置的一部分。我在终端中使用 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,但我认为在这里提出问题可能值得一试。