安装MIX开发工具包时出错

时间:2013-04-05 18:05:29

标签: terminal makefile mix

我尝试在我的Mac上设置MIX环境,但我似乎无法安装mdk。我按照http://www.gnu.org/software/mdk/manual/mdk.html#Requirements上的步骤进行操作。我解压缩源tarball。我在终端中运行了./configure,它似乎已成功配置。但是当我在终端中运行make install时,会出现一些错误。下面是终端日志。

ROCKAFELLA:mdk-1.2.7 Derek$ sudo make install
Making install in po
linguas="de "; \
<snipped>
      done; \
    else \
      : ; \
    fi
Making install in doc
Making install in img
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
 .././install-sh -c -d '/usr/local/share/info'
 /usr/bin/install -c -m 644 ./mdk.info '/usr/local/share/info'
 install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/mdk.info'
Making install in lib
rm -f libreplace.a
ar cru libreplace.a  
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
    ar -m [-TLsv] archive file ...
    ar -m [-abiTLsv] position archive file ...
    ar -p [-TLsv] archive [file ...]
    ar -q [-cTLsv] archive file ...
    ar -r [-cuTLsv] archive file ...
    ar -r [-abciuTLsv] position archive file ...
    ar -t [-TLsv] archive [file ...]
    ar -x [-ouTLsv] archive [file ...]
make[1]: *** [libreplace.a] Error 1
make: *** [install-recursive] Error 1
ROCKAFELLA:mdk-1.2.7 Derek$ make
make  all-recursive
Making all in po
make[2]: Nothing to be done for `all'.
Making all in intl
make[2]: Nothing to be done for `all'.
Making all in doc
Making all in img
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in lib
rm -f libreplace.a
ar cru libreplace.a  
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
    ar -m [-TLsv] archive file ...
    ar -m [-abiTLsv] position archive file ...
    ar -p [-TLsv] archive [file ...]
    ar -q [-cTLsv] archive file ...
    ar -r [-cuTLsv] archive file ...
    ar -r [-abciuTLsv] position archive file ...
    ar -t [-TLsv] archive [file ...]
    ar -x [-ouTLsv] archive [file ...]
make[2]: *** [libreplace.a] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

0 个答案:

没有答案