LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem using ./configure (https://www.linuxquestions.org/questions/linux-newbie-8/problem-using-configure-270096/)

HMSS013 12-24-2004 11:22 PM

problem using ./configure
 
i am attempting to compile my first tar...
i have unpacked the tar... and am attempting to use the
./configure
but this bash returns
bash: ./configure: No such file or directory

what am i doing wrong?

btmiller 12-24-2004 11:47 PM

Did you change to the directory that the tarball extracted into? Usually listing the directory will tell you what this is (usually the same name as the tarball, minux the .tar extension).

HMSS013 12-25-2004 12:06 AM

yes... im in the new directory

btmiller 12-25-2004 12:12 AM

Then perhaps the softwqare you're trying to install does not use autoconf to generate its Makefile or needs some extra steps to go through. Sometimes, for example, you need to actually run autoconf to create the configure script. There should be a README or INSTALL file detailing how to install the software. If not, let us know what software it is and we'll try to help.


All times are GMT -5. The time now is 04:13 AM.