Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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.

  3. #3
    Just Joined!
    Join Date
    Sep 2011
    Posts
    52
    try up2date -i gcc

Posting Permissions

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