Announcement

Collapse
No announcement yet.

gcc configuration

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

    #16
    Re: gcc configuration

    I added the line..nothing happens
    But how can I have internet to do all this?
    I'm trying to install gcc so as to apply the patch for my USB modem and THEN have internet..Any other way plz?(a cd or sth I have to download)
    Thanx for any help!

    Comment


      #17
      Re: gcc configuration

      You may try to install one of the .deb available from this server:

      http://archive.ubuntu.com/ubuntu/poo...ild-essential/

      However, this is merely a wild guess - no guarantees given ...

      Comment


        #18
        Re: gcc configuration

        I downloaded these:
        1)build-essential_11.3_amd64.deb
        2)bulid-essential_10.1ubuntu1_amd64.deb
        kubuntu is on my AMD Turion64 laptop and I'll load these files with my USB flash
        Any ideas for how to install them?

        Comment


          #19
          Re: gcc configuration

          Originally posted by Fragile
          Any ideas for how to install them?
          Once they are "on board" your laptop, you may right-click on one of them to access the file's context menu, out of this select Package Menu > Install Package and proceed as requested (keeping your fingers crossed ...).

          Comment


            #20
            Re: gcc configuration

            I did keep my fingers crossed but this came out:
            dpkg:error in processing system:/media/sda1/build-essential_10.1ubuntu1_amd64.deb (--install)
            cannot access file:no such file or directory
            Errors while processing:
            system:/media/sda1/build-essential_10.1ubuntu1_amd64.deb (--install)

            What now?

            Comment


              #21
              Re: gcc configuration

              Originally posted by Fragile
              cannot access file:no such file or directory
              I'd suggest to copy the files to your laptop's own harddisk before attempting to install from them (thus assuming that /media/sda1 refers to the usb stick you're using for transfer ...).

              Comment


                #22
                Re: gcc configuration

                well..errors again,in dependancies this time..
                Reading data base...now 65717 files ad directories have been installed
                the following packages are needed but not installed:libc6-dev,libc-dev,gcc(>=4:4.1.1),,g++(>=4:4.1.1),make,dpkg-dev(>=1.13.5)
                Errors while processing build-essential
                ----
                I tried to install build-essential_11.3_i386.deb.

                Comment


                  #23
                  Re: gcc configuration

                  Originally posted by Fragile
                  well..errors again,in dependancies this time..
                  Reading data base...now 65717 files ad directories have been installed
                  the following packages are needed but not installed:libc6-dev,libc-dev,gcc(>=4:4.1.1),,g++(>=4:4.1.1),make,dpkg-dev(>=1.13.5)
                  Errors while processing build-essential
                  ----
                  I tried to install build-essential_11.3_i386.deb.
                  The problem with just downloading just the build-essential package is that it's just a meta-package (a package that depends on other packages, for easy installation of those packages), so you actually need those dependencies.

                  Luckily (all) the build-essential packages are available from the installation CDs (for the purposes you might not get online without them)...they are available from the liveCD and alternateCD alike, just add that CD as a repository with:

                  Code:
                  sudo apt-cdrom add
                  (with the CD in the drive)

                  Remember to refresh the package lists after adding the cd with:
                  Code:
                  sudo apt-get update
                  or clicking 'Fetch Updates' in Adept

                  Comment


                    #24
                    Re: gcc configuration

                    Originally posted by kubicle
                    The problem with just downloading just the build-essential package is that it's just a meta-package (a package that depends on other packages, for easy installation of those packages), so you actually need those dependencies.
                    I knew that I missed something ...

                    Comment


                      #25
                      Re: gcc configuration

                      gcc finally installed!
                      Now I have to install the patches for my mode(that will be more tough )
                      Thank you all for your help!!

                      Comment


                        #26
                        Re: gcc configuration

                        this is a test

                        Comment

                        Working...
                        X