Configure ISSUE LIST

    xiaoxiao2021-03-25  116

    1. configure: cannot find install-sh, install.sh or shtool

    If the following error is encountered during ./configure: configure: error: cannot find install-sh, install.sh, or shtool in build "."/build Run the commands: (Ubuntu) sudo apt-get install automake autoconf libtool Then rerun ./configure, make all, make install ##################################### **Q:** The problem won't go away by just installing automake/autoconf/libtool. One also needs to run 'autoreconf -i' before rerunning ./configure - it will install the missing files that ./configure is complaining about.
    转载请注明原文地址: https://ju.6miu.com/read-13786.html

    最新回复(0)