【问题标题】:./configure is not recognized as the name of a cmdlet./configure 未被识别为 cmdlet 的名称
【发布时间】:2016-08-16 17:35:16
【问题描述】:

我正在尝试在 github shell 中使用这个 github 代码,但是消息

./configure 未被识别为 cmdlet 的名称

$ git clone git@github.com:jedisct1/libsodium.git
    $ ( cd libsodium && \
    ./configure --prefix="/usr/local" --disable-ssp --disable-pie \
                    --disable-silent-rules && \
    make && make check && sudo make install && make clean )

如何解决这个问题?

【问题讨论】:

    标签: xcode github github-for-windows libsodium


    【解决方案1】:

    检查你是否安装了 [autogen]、[autoconf] 和 [libtool] 包。

    【讨论】:

      【解决方案2】:

      当我试图弄清楚如何在 Windows 上使用 MinGW 编译 htmlcxx 时,我遇到了同样的错误 并运行

      autoreconf -i`
      

      在“./configure”帮助我解决这个问题之前。

      【讨论】:

        猜你喜欢
        • 2017-03-26
        • 2022-01-10
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2018-06-21
        • 2016-10-15
        • 2020-03-28
        • 2021-05-27
        相关资源
        最近更新 更多