Can not run configure command: "No such file or directory"
Can not run configure command: "No such file or directory"
I'm trying to install a glib-2.57.2 tar.gz package from source. I downloaded the package, changed to the package’s directory and ran ./configure command but it returned > bash: ./configure: No such file or directory. What can be the problem? A configure.ac file is located in the program folder.Please Help Me!!!
-
- Emeritus
- Posts: 2435
- Joined: 2010-12-07 19:55
- Has thanked: 14 times
- Been thanked: 55 times
Re: Can not run configure command: "No such file or directory"
Thank you for getting back to me so fast.The file i try to open is here: https://download.gnome.org/sources/glib/2.57/
Re: Can not run configure command: "No such file or directory"
Presumably the configure script is in the directory where you are trying to run it. Perhaps show bash the command by running:
Code: Select all
bash ./configure
Re: Can not run configure command: "No such file or directory"
Their website says to build with meson.
Code: Select all
meson setup _build
meson compile -C _build
meson install -C _build