Results 1 to 3 of 3
Hi
I am trying to install gcc 4.6.1 on RHEL 4.9. When I tried to run ‘configure’, I get the following error:
$ sudo /opt/iam/install/gcc-4.6.1/configure
checking build system type... i686-pc-linux-gnu
...
- 09-29-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 1
Trouble installing GCC
Hi
I am trying to install gcc 4.6.1 on RHEL 4.9. When I tried to run ‘configure’, I get the following error:
$ sudo /opt/iam/install/gcc-4.6.1/configure
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 a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/opt/iam/install/gcc-4.6.1/INSTALL':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Can someone help me please?
Thanks
-- ASAPMEM
- 09-29-2011 #2
Hello and Welcome!
Are you unable to install from your package manager (yum install gcc)?
Also, does looking at config.log reveal anything?Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-01-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 52
try up2date -i gcc


Reply With Quote