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
...
- 05-16-2011 #1Just 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.
Output of commandCode:# mkdir objdir # cd objdir # srcdir/configure
Please help me in this to install GCC package.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.
- 05-16-2011 #2
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.


Reply With Quote