标题:A C interpreter and API explorer. 出处:向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除 时间:Wed, 09 Oct 2019 14:38:01 +0000 作者:jackxiang 地址:http://jackxiang.com/post/10322/ 内容: https://github.com/hexagonal-sun/bic Installation You can compile and install bic with the following commands: autoreconf -i ./configure --enable-debug make make install make出现: onfigure: WARNING: Expect not found, disabling REPL test cases. ./configure: line 5093: AX_LIB_READLINE: command not found checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/ ========================安装地发现问题======================= 执行autoconf -i是遇到 possibly undefined macro: AM_INIT_AUTOMAKE 尝试运行: autoreconf --install autoreconf --install Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory sudo yum install automake #解决:failed to run aclocal: No such file or directory #autoreconf --install configure.ac:8: installing './config.guess' configure.ac:8: installing './config.sub' configure.ac:11: installing './install-sh' configure.ac:11: installing './missing' src/Makefile.am: installing './depcomp' configure.ac: installing './ylwrap' parallel-tests: installing './test-driver' Generated by Jackxiang's Bo-blog 2.1.1 Release