LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is ./configure? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-configure-69469/)

Tim K. 07-02-2003 02:07 AM

What is ./configure?
 
I am trying to use ./configure command, but I always get this error message.

bash: ./configure: No such file or directory

What am I missing? What package do I need to install?

Thank you.

KDE4me 07-02-2003 02:26 AM

./configure is part of the GCC(GNU Compiler Collection) it trys to guess system settings for the compilation(make) and the installation (make install)
I'd check that you have the GCC on your box if it doesn't work.

MasterC 07-02-2003 02:44 AM

Configure is nothing more than a script made by some of the software developers to check that certain things exist on your system, and to further modify/configure your package to suite your needs.

The error you are getting is most likely caused by:
1. The developer did not create a configure script.
2. You are not in the correct directory where the configure script lives.
3. The configure script does not have execute bit set, at least not for that user.

Cool

mhearn 07-02-2003 04:23 AM

configure scripts are not a part of gcc.

Use the "ls" command to see if you have that file.


All times are GMT -5. The time now is 03:18 AM.