Announcement

Collapse
No announcement yet.

C compiler on kubuntu 6.06

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

    C compiler on kubuntu 6.06

    at Adept Manager I can see that gcc-3.3-base,gcc-4.0-base and libgcc1 are installed.
    What else to do to make the compiler work??
    I type "man gcc" on terminal and says"no manual entry for gcc"
    heeeelp!

    #2
    Re: C compiler on kubuntu 6.06

    Install the package 'build-essential', as this will install gcc and all the other needed bits to get you started.

    Comment


      #3
      Re: C compiler on kubuntu 6.06

      How to install 'build-essential'?Is it in the CD I've ordered?I dont have Internet on my kubuntu,I need the compiler to install my dsl modem..

      Comment


        #4
        Re: C compiler on kubuntu 6.06

        I think it is, you should be able to get it in adept package manager, though I am not sure what else you will need beyond that.

        Comment


          #5
          Re: C compiler on kubuntu 6.06

          Can I use the terminal and how instead of adept package management?

          Comment


            #6
            Re: C compiler on kubuntu 6.06

            Code:
            sudo apt-cdrom add ### this makes sure your cdrom is used as a repository
            sudo apt-get install build-essential ### this will install the package and its dependecies

            Comment


              #7
              Re: C compiler on kubuntu 6.06

              thanx a lot,it worked! I started installing a patch for my dsl modem(sagem Fast 800/840) and when i typed ./configure everything seemed to be OK excepr this:
              KERNEL CAN NOT BE FOUND! what's wrong with that?

              Comment


                #8
                Re: C compiler on kubuntu 6.06

                Originally posted by winnie
                thanx a lot,it worked! I started installing a patch for my dsl modem(sagem Fast 800/840) and when i typed ./configure everything seemed to be OK excepr this:
                KERNEL CAN NOT BE FOUND! what's wrong with that?
                Maybe you need your kernel sources?
                <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

                Comment


                  #9
                  Re: C compiler on kubuntu 6.06

                  I dont know what kernel sources are,I am totally new to kubuntu and linux in general.Is it sth I have to download or install from the CD?

                  Comment

                  Working...
                  X