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 ...
- 01-10-2012 #1Just 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?
- 01-10-2012 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Install compiler (like it says):
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.Code:yum install gcc gcc-c++
What are you trying to compile? That might be available via the Yum distros, too.
- 01-10-2012 #3Linux user #126863 - see http://linuxcounter.net/
- 01-10-2012 #4Just 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.
- 01-10-2012 #5
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.
- 01-10-2012 #6Linux Guru
- Join Date
- May 2011
- Posts
- 1,843


Reply With Quote
