Announcement

Collapse
No announcement yet.

Missing gcc :(

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Missing gcc :(

    Hello,

    Ive just installed Kubuntu and when i try to make / make install i get message telling me that it cant find my gcc or cc when its "checking for"

    Ive done:
    sudo apt-get gcc
    "Invalid operation gcc..."

    sudo apt-get install gcc
    "Couldnt find package gcc..."

    sudo apt-get build-essential
    "Invalid operation build-essential..."

    sudo apt-get install build-essential
    "Couldnt find package build-essential..."

    Any ideas on where to look for a gcc :S

    I've googled gcc's and am lost on what to do/get

    #2
    Re: Missing gcc

    Have you tried using Adept?

    Alt-F2 'kdesu adept_manager'

    Mike
    http://monte48lowes.blogspot.com

    Comment


      #3
      Re: Missing gcc

      yes and under that it says that it's installed but gcc is not in any of my bin folders and seems unrecognized...

      Comment


        #4
        Re: Missing gcc

        In Adept Manager, go to the Adept menu -> Manage Repositories. And then to the Third Party, make sure that the cdrom repository is disabled. This might be causing conflicts with locating packages. If not, make sure that you have the repositories Kubuntu Software tab enabled. After you're done checking this, click on Fetch Updates and try again.

        Oh... and install build-essential, not gcc.
        Jucato's Data Core

        Comment


          #5
          Re: Missing gcc

          This will work, too:

          # apt-get install module-assistant
          # m-a prepare

          txWingMan

          Comment


            #6
            Re: Missing gcc

            Originally posted by FrostSteiger
            sudo apt-get install build-essential
            "Couldnt find package build-essential..."
            This message implies that your /etc/apt/sources.list file, where apt-get looks for packages, is messed up. Can you post it here?

            Comment

            Working...
            X