LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ./configure: no such file or directory (https://www.linuxquestions.org/questions/linux-newbie-8/configure-no-such-file-or-directory-567424/)

Matthew T. 07-07-2007 01:37 PM

./configure: no such file or directory
 
How do I get Slackware 12.0 to realize I'm not talking about a file, but a command? I've unzipped the tar.gz package, cd'd into the new directory, and I can't run ./configure. I'm a brand-newbian.

Nylex 07-07-2007 01:43 PM

configure is a file, it's a shell script. Commands are files too, executable ones (well, mostly). Anyway, what are you trying to install?

hacker supreme 07-07-2007 02:01 PM

maybe it hasn't got the executable permissions set?

try chmod a+x configure
then try and run it.

Nylex 07-07-2007 02:04 PM

You'd get a "Permission denied" message if executable permissions weren't set.

jschiwal 07-07-2007 03:01 PM

Does the directory contain a configure file? What is the source package that you want to build and install?
Look at the directory listing and most importantly read the README and INSTALL files.

Not all developers use the autoconf system when they develop and package their software. Some have a different install script that contains the files in it as "here" documents. Others have a Makefile, that copies files to their target.

If there is a configure file, you can either make it executable as described earlier or use "sh ./configure".

Matthew T. 07-07-2007 03:11 PM

but wait, there's more
 
I started over for the third time and downloaded gnomesword-2.2.3.tar.gz one more time. I got the ./configure command to work but running the make command in the newly unpacked directory gives me the message "No target specified and no make file found."

The ./configure command dropped me a hint that I need gnome to run gnomesword. It never came back with a "yes" after checking for gnome. I may be starting to see the light, since Slackware has practially every windows manager except gnome.

Nylex 07-07-2007 03:15 PM

Yes, Slackware dropped GNOME several releases ago. There are several projects that have packaged GNOME for Slack: Dropline, Freerock, GWARE. Edit: I've never used any of these and I'm not sure if they're compatible with 12.0 yet.

larvyde 07-11-2007 06:20 AM

gnomesword? isn't that a bible study software?

you may want to try bibletime (http://www.bibletime.info/), it uses KDE, which (should) come by default on slackware.... this should save you the trouble of installing gnome


All times are GMT -5. The time now is 09:54 PM.