We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, auto'. libtoolize: copying file auto/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. libtoolize: copying file m4/libtool.m4' libtoolize: copying file m4/ltoptions.m4' libtoolize: copying file m4/ltsugar.m4' libtoolize: copying file m4/ltversion.m4' libtoolize: copying file m4/lt~obsolete.m4' configure.ac:240: error: required file 'libcork/Makefile.in' not found autoreconf: automake failed with exit status: 1
auto'. libtoolize: copying file
m4'. libtoolize: copying file
m4/ltoptions.m4' libtoolize: copying file
m4/ltversion.m4' libtoolize: copying file
这种情况怎么解决?我看了libcork,download下来就是空的 server:centos
The text was updated successfully, but these errors were encountered:
找到原因,少执行一个命令
git submodule update --init --recursive
Sorry, something went wrong.
优秀
No branches or pull requests
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
auto'. libtoolize: copying file
auto/ltmain.sh'libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
m4'. libtoolize: copying file
m4/libtool.m4'libtoolize: copying file
m4/ltoptions.m4' libtoolize: copying file
m4/ltsugar.m4'libtoolize: copying file
m4/ltversion.m4' libtoolize: copying file
m4/lt~obsolete.m4'configure.ac:240: error: required file 'libcork/Makefile.in' not found
autoreconf: automake failed with exit status: 1
这种情况怎么解决?我看了libcork,download下来就是空的
server:centos
The text was updated successfully, but these errors were encountered: