轉載: http://blog.csdn.net/qianggezhishen/article/details/48622999
如果出現這種報錯config.status: error: cannot find input file: src/Makefile.in,就在configure 之前執行如下命令
aclocal
libtoolize –force
automake –add-missing
autoconf
autoheader
make clean
轉載: http://blog.csdn.net/qianggezhishen/article/details/48622999
如果出現這種報錯config.status: error: cannot find input file: src/Makefile.in,就在configure 之前執行如下命令
aclocal
libtoolize –force
automake –add-missing
autoconf
autoheader
make clean
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。