terminal - make error when installing MIX development kit -


i try set mix environment on mac, cannot seem install mdk. follow step on http://www.gnu.org/software/mdk/manual/mdk.html#requirements. unzip source tarball. ran ./configure in terminal, , appears has been configured. when ran make install in terminal, errors come up. below terminal log.

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 done `install-exec-am'. make[3]: nothing done `install-data-am'. make[3]: nothing done `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 in po make[2]: nothing done `all'. making in intl make[2]: nothing done `all'. making in doc making in img make[3]: nothing done `all'. make[3]: nothing done `all-am'. making 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 


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -