LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems installing Makefiles in Knoppix (https://www.linuxquestions.org/questions/linux-software-2/problems-installing-makefiles-in-knoppix-317416/)

Tuxman8898 04-26-2005 03:34 PM

Problems installing Makefiles in Knoppix
 
I'm having some trouble installing stuff from Makefiles in knoppix. Here is the error I get:

http://img245.echo.cx/img245/6473/snapshot19ix.jpg

anybody know what the problem is? I'm using Knoppix version 3.8.1 on the CD.

masand 04-26-2005 03:43 PM

did u run
./configure and make earlier??

make is not required when u running "make install" but ./configure is req. since it will generate Makefiles

regards

Tuxman8898 04-26-2005 04:04 PM

Quote:

Originally posted by masand
did u run
./configure and make earlier??

make is not required when u running "make install" but ./configure is req. since it will generate Makefiles

regards

when I run make I get the same error. When I run ./configure it says bash: ./configure: No such file or directory


i'm in super user mode

there is already a make file that came in the tarball

masand 04-26-2005 10:35 PM

so do u have files in that path that is specified after u run

make install ???

Timtro 04-27-2005 12:25 AM

I'm probably just stating the obvious, but the make script is apparently referencing something for which it has no rule to make.

If there is no configure script, than there may be something else. Have you tried the README file? (sorry, thats probably a dumb question. But its good to ask anyway)

Also try, ./make first (I doubt that will help, but what the hell)

You can also try opening the make files to see where the error is happening. That usually gives you some insight.


All times are GMT -5. The time now is 12:02 PM.