Results 1 to 6 of 6
i tried to install a program on linux, but when i got to the step where you type 'make' the command line says that the command doesn't exist, how do ...
- 08-10-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 4
no 'make' command
i tried to install a program on linux, but when i got to the step where you type 'make' the command line says that the command doesn't exist, how do i get it to work?
- 08-11-2008 #2
You had extracted your source code package to a folder didnt you?
Then open a terminal, login as root and change directory to place where your extraxted that source code.
Type './configure', and then your terminal will print something...
After that, type 'make' or 'make install'
- 08-11-2008 #3It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-11-2008 #4Just Joined!
- Join Date
- Aug 2008
- Posts
- 4
i installed feather linux on my computer in my room, but it doesn't have internet. i was trying to install gimp on it. i unziped the .tar.bz2 file and then ran the configure script, but when i got to the step where you need to type make in the directory the files are in, it says that the command doesn't exist.
- 08-11-2008 #5
Check ReadMe or Install file in extracted folder and follow instructions.
Did ./configure throw any error?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-11-2008 #6Just Joined!
- Join Date
- Aug 2008
- Posts
- 4
yeah, after i run the ./configure script it says "configure: error: no acceptable ld found in $PATH"


Reply With Quote

