GCC installation error!

Discussion in 'HOWTO-Related Questions' started by Biju, Apr 11, 2008.

  1. Biju

    Biju New Member

    Hello

    I was installing GCC and i followed the steps below and got the error, can anyone tell me on whats the error!.

    I downloaded gcc-4.3.0

    ftp://ftp.gnu.org/gnu/gcc/gcc-4.3.0/gcc-4.3.0.tar.bz2

    from http://linux.softpedia.com/progDownl...nload-641.html

    Error below!:)

    If i have to install CC, how to do it and is there any tutorial or info out there. I am using RHEL 5
     
  2. shakey_1

    shakey_1 New Member

    I don't have CentOS installed at the moment, so I can't verify it, but isn't GCC available in the repo's? If you don't want the version available in the repo for some reason, you just need to install a compiler.

    I think the following command should allow you to compile GCC from source.

    Code:
    yum install byacc
     
  3. Biju

    Biju New Member

    Well i don't have a internet connection and more over since i am learning i need to know how to install a C compiler, if i can't install GCC without it.

    I want to know how can i use yum if i don't have internet connection.
     
  4. shakey_1

    shakey_1 New Member

    No Internet connection certainly limits your options. The command I gave you earlier should work if byacc is on the RHEL5 media that you used to perform your install with.
     

Share This Page