bash: ./configure :No such file or directory

I want to install siesta-4.1-b4 in ubuntu 18.04. I run following command:

sudo tar -xzvf siesta-4.0.1.tar.gz
cd siesta-4.0.1/Obj
sh ../Src/obj_setup.sh
cd ../Src
./configure

I have this error

./configure: No such file or directory

Could you help me to fixed the problem, please?

1

1 Answer

Thedocumentationsays only this:

cd siesta-4.0.1/Obj
sh ../Src/obj_setup.sh
make

And the same for the utility programs in Util.

Remark: The latest version currently seems to besiesta-4.1-b4.tar.gz.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like