Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

./configure is not recognized as the name of a cmdlet

I am trying to use this github code in github shell, but the message

./configure is not recognized as the name of a cmdlet

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

what to do to solve this problem?

like image 853
ABDULRAHMAN AL-QADHI Avatar asked Oct 15 '25 18:10

ABDULRAHMAN AL-QADHI


2 Answers

Check out do you have installed [autogen], [autoconf] and [libtool] packages.

like image 59
Amit Vujic Avatar answered Oct 17 '25 10:10

Amit Vujic


I had same error while I was trying to figure out how to compile htmlcxx on Windows using MinGW and running

autoreconf -i`

before "./configure" helped me with this issue.

like image 45
max paint Avatar answered Oct 17 '25 09:10

max paint



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!