Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Just Joined! andriagutama's Avatar
    Join Date
    Jul 2008
    Location
    Batam, Indonesia
    Posts
    34
    Quote Originally Posted by ferraricrazy421 View Post
    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?
    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'

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by ferraricrazy421 View Post
    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?
    Which Package are you trying to install? A tons of packages are available in Debian sources and one has to compile from sources rarely.
    Does your machine has internet access? Have you searched that package in sources?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just 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.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  6. #6
    Just Joined!
    Join Date
    Aug 2008
    Posts
    4
    yeah, after i run the ./configure script it says "configure: error: no acceptable ld found in $PATH"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •