RESOLVED: make: Command not found

Discussion in 'Linux' started by steveg100, Mar 18, 2009.

  1. steveg100

    steveg100

    Joined:
    Sep 14, 2008
    Messages:
    11
    Likes Received:
    0
    Afternoon all,

    I'm hoping this is a bit of a daft question and easly solved:

    When I run 'make', I get an error that the command is not found. Am I missing a package?

    Solution: (from this link viewtopic.php?f=39&t=5105&start=20#p64249 )
    "
    First update the fedora repository locations, if you haven't already:
    Code:
        sudo yum update fedora-release
    Then install the compiler and build tools:
    Code:
        sudo yum install gcc make
    "
     
    steveg100, Mar 18, 2009
    #1
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.