Find the answer to your Linux question:
Results 1 to 4 of 4
Hello! I have an SMC NAS with MontaVista linux on it. I can access it via SSH and want to be able to install different applications. My problem that there ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    2

    Install compiler

    Hello!

    I have an SMC NAS with MontaVista linux on it. I can access it via SSH and want to be able to install different applications. My problem that there is no any C compiler and make on the system. Can anyone tell me how to install a compiler and all the things needed to compile programs to the system?

    Thanx for the help!

    Tom

  2. #2
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    Since i don't know on which distribution is MontaVista based on, try the following to see which one works(gcc is GNU C Compiler):
    Code:
    sudo apt-get install gcc
    Code:
    sudo yum install gcc
    Code:
    sudo zypper install gcc
    Code:
    sudo urpmi gcc
    Hope one of those works..There are more commands for other distros here.

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    2
    Thanx for the help, but the Montavista doesn't recognize any of the command you adviced. It is an embedded linux version other name is Hard Hat Linux.

    Tom

  4. #4
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    Did they give you a message other than "command not found"?? If it tells you "The program apt,yum,etc is currently not installed." post the message, it will tell us how to install things. Post any other message that appears as well.

    Does anyone know on which distro is MontaVista based? (formerly "Hard Hat").

Posting Permissions

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