Find the answer to your Linux question:
Results 1 to 2 of 2
Hello All, I am using Red Hat Enterprise 5 and have downloaded GCC 4.4.5 and trying to install or configuring the same, but getting some problem. Code: # mkdir objdir ...
  1. #1
    Just Joined!
    Join Date
    May 2011
    Posts
    1

    Problem in configuring GCC 4.4.5

    Hello All,
    I am using Red Hat Enterprise 5 and have downloaded GCC 4.4.5 and trying to install or configuring the same, but getting some problem.

    Code:
     # mkdir objdir
     #  cd objdir
     # srcdir/configure
    Output of command

    Code:
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln works... yes
    checking whether ln -s works... yes
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no
    configure: error: in `/root':
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.
    Please help me in this to install GCC package.

  2. #2
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    It's chicken and egg thing. In order to compile the compiler you need a compiler. There should be a gcc rpm on your install media.

Posting Permissions

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