No Make, No install, No joy

Discussion in 'Linux' started by Mugwah, Nov 12, 2008.

  1. Mugwah

    Mugwah

    Joined:
    Oct 19, 2008
    Messages:
    2
    Likes Received:
    0
    When I attempted to install a program from source code i realised that in the stripped-down version of fedora that is Linpus, "Make" is not installed. The online repositories do not include "make" because (I suppose)it is a core feature that should be installed as default with any distribution.

    My question is: I wish to be able to run make on my aspire one. Can I just copy any files with "make" in the title from a (fedora) live CD to the corresponding folders of my aser aspired version of linpus - or is that too simplistic a view?

    in anticipation

    Trevor Noble
     
    Mugwah, Nov 12, 2008
    #1
  2. Mugwah

    Grim Squeaker

    Joined:
    Aug 19, 2008
    Messages:
    410
    Likes Received:
    0
    make and compilers like gcc and so on ARE in the repositories. Look at the category "development" in pirut (add/remove software) or install them from the command line with

    Code:
    sudo yum install make gcc
    Of course, you will need the necessary development libraries as well...
     
    Grim Squeaker, Nov 12, 2008
    #2
  3. Mugwah

    N6546R

    Joined:
    Aug 27, 2008
    Messages:
    126
    Likes Received:
    0
    There's a meta-package that should install everything you need... yum install build-essential

    Perry
    www.kidpub.com
     
    N6546R, Nov 13, 2008
    #3
  4. Mugwah

    Grim Squeaker

    Joined:
    Aug 19, 2008
    Messages:
    410
    Likes Received:
    0
    build-essential does not exist for fedora afaik...

    Of course,
    Code:
    sudo yum groupinstall "Development Tools"
    and optionally
    Code:
    sudo yum groupinstall "Legacy Software Development"
    would amount to pretty much the same thing. However, it is a few 100 mb.
     
    Grim Squeaker, Nov 13, 2008
    #4
  5. Mugwah

    N6546R

    Joined:
    Aug 27, 2008
    Messages:
    126
    Likes Received:
    0
    How quickly we forget that everyone isn't running Ubuntu :D

    Perry
    www.kidpub.com
     
    N6546R, Nov 13, 2008
    #5
  6. Mugwah

    A_I

    Joined:
    Aug 1, 2008
    Messages:
    63
    Likes Received:
    0
    Well, my SUSE 11.0 did not have it either :D
     
    A_I, Nov 13, 2008
    #6
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.