Find the answer to your Linux question:
Results 1 to 4 of 4
Hello I think problem is self explanantory .. Thanks for answering bashrc.jpg gcc.jpg...
  1. #1
    Just Joined!
    Join Date
    Dec 2011
    Posts
    4

    GCC not found

    Hello I think problem is self explanantory ..
    Thanks for answering

    bashrc.jpggcc.jpg
    Attached Images Attached Images

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Hello.

    It simply means that gcc is not installed.
    Have you tried installing it?
    Code:
    sudo apt-get install gcc
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Just Joined!
    Join Date
    Dec 2011
    Posts
    4
    root@ubuntu:/home/elysium# gcc
    The program 'gcc' can be found in the following packages:
    * gcc
    * pentium-builder
    Try: apt-get install <selected package>
    root@ubuntu:/home/elysium# apt-get install gcc
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    gcc is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 284 not upgraded.
    root@ubuntu:/home/elysium# gcc
    The program 'gcc' can be found in the following packages:
    * gcc
    * pentium-builder
    Try: apt-get install <selected package>

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Have you tried installing the other package in the error?
    Try this:
    Code:
    apt-get update
    apt-get upgrade
    apt-get install pentium-builder
    apt-get install gcc
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Posting Permissions

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