Find the answer to your Linux question:
Results 1 to 6 of 6
I tried to install tar.gz package. But after type ./configure This problem found ---- configure: error: no acceptable C compiler found in $PATH See `config.log' for more details ---- How ...
  1. #1
    Just Joined!
    Join Date
    Jan 2012
    Posts
    2

    No acceptable C compiler on Fedora 16 Xfce

    I tried to install tar.gz package.
    But after type ./configure
    This problem found
    ----
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details
    ----
    How to fix it?

  2. #2
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Install compiler (like it says):

    Code:
    yum install gcc gcc-c++
    This assumes the machine is on the internet and you have a RHN login and yum configured. You can also install from the original installation media.

    What are you trying to compile? That might be available via the Yum distros, too.

  3. #3
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Quote Originally Posted by atreyu View Post
    ... and you have a RHN login ...
    You shouldn't need this with Fedora. 'yum' will just work provided you're connected to the internet.
    Linux user #126863 - see http://linuxcounter.net/

  4. #4
    Just Joined!
    Join Date
    Jan 2012
    Posts
    2
    My fedora can't online for now. I have problem with modem driver.
    Please give me another solution for offline computer.

  5. #5
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Get a Fedora installation DVD. Follow the instructions here about setting up a DVD as an installation source and then use yum to install required packages.

  6. #6
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Quote Originally Posted by Roxoff View Post
    You shouldn't need this with Fedora. 'yum' will just work provided you're connected to the internet.
    you're absolutely right, Roxoff, I didn't notice the Fedora bit in the title...

Posting Permissions

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