Make command

Discussion in 'Linux' started by ChakaZulu, Dec 27, 2008.

  1. ChakaZulu

    ChakaZulu

    Joined:
    Dec 15, 2008
    Messages:
    3
    Likes Received:
    0
    There are a few programs I've downloaded and tried to install following instructions. Any time I use the "make" command I get told that bash: make: command not found.


    Any suggestions?
     
    ChakaZulu, Dec 27, 2008
    #1
  2. ChakaZulu

    melhiore

    Joined:
    Sep 3, 2008
    Messages:
    1,503
    Likes Received:
    0
    Location:
    Bolton, Lancashire, UK
    Probably you need root privileges. Try:

    Code:
    sudo make
    If it does not help probably make command is not installed. Try

    Code:
    sudo yum install make
     
    melhiore, Dec 27, 2008
    #2
  3. ChakaZulu

    richbstevenson

    Joined:
    Jan 4, 2009
    Messages:
    1
    Likes Received:
    0
    sudo yum install make

    worked a treat, thanks
     
    richbstevenson, Jan 4, 2009
    #3
  4. ChakaZulu

    Rapax

    Joined:
    Nov 13, 2008
    Messages:
    51
    Likes Received:
    0
    Are you sure you want to install these programs by compiling them from source? That's the absolute hardest way of installing software in Linux, and should IMHO only be resorted to when all else fails.

    The package manager (what you just used to install 'make') is way quicker, easier and provides a lot of other advantages.
     
    Rapax, Jan 4, 2009
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.