LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-29-2004, 01:52 PM   #1
mfeyzifar
LQ Newbie
 
Registered: Mar 2004
Location: Turkey
Distribution: FC 2 - WinXP
Posts: 8

Rep: Reputation: 0
configure: error: no acceptable C compiler found in $PATH


first, if there exists a topic similar to mine problem, please forgive me because I couldn't find any solution

my problem is :

[mfeyzifar@localhost xine-lib-1-rc6a]$ ./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 build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.


however, I am not able to install any program related to C/C Compiler by using Add/Remove Applications

I use Fedora Core 2.

please tell me how to solve

thanks ...
 
Old 10-29-2004, 01:57 PM   #2
Donboy
Member
 
Registered: Aug 2003
Location: Little Rock, Arkansas
Distribution: RH, Fedora, Suse, AIX
Posts: 736

Rep: Reputation: 31
Try installing it via Yum.

yum install gcc

You may need to search the forums here for configuring yum properly.
 
Old 11-04-2004, 08:54 AM   #3
mfeyzifar
LQ Newbie
 
Registered: Mar 2004
Location: Turkey
Distribution: FC 2 - WinXP
Posts: 8

Original Poster
Rep: Reputation: 0
thank you

I'll try
 
Old 11-17-2004, 10:42 AM   #4
pradeepmenon777
Member
 
Registered: Jan 2004
Location: India
Distribution: Android 9.0.6
Posts: 123

Rep: Reputation: 16
Unhappy help me out too!!

i have a similar problem in installing the gcc package, I know that it is due to the absence of a default compiler to compile the binaries of gcc package. but what to do , i am not being able to install the rpm of the gcc along with the os. please advice and the steps to be followed to correct. i want to work with gcc.

please do respond, i am losing hope in these forums as no one is replying........

Last edited by pradeepmenon777; 12-15-2004 at 06:22 AM.
 
Old 04-26-2010, 08:14 AM   #5
sonu_123
LQ Newbie
 
Registered: Apr 2010
Posts: 1

Rep: Reputation: 0
no acceptable C compiler found in $PATH

checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
I have alreadt download gcc 4.5.0 package.
So anyone pls help me.
i use fedora 10.
 
Old 08-10-2014, 09:20 PM   #6
jdn
LQ Newbie
 
Registered: Jan 2012
Posts: 4

Rep: Reputation: Disabled
Install gcc 4.7.3

I have the same problem when I try to install gcc on suse Linux enterprise desktop11, the configure script says:
Error: no acceptable c compiler found in $PATH.
Please any help, I appreciate.
Thanks.
 
Old 08-11-2014, 03:58 PM   #7
Clovis_Sangrail
LQ Newbie
 
Registered: Mar 2012
Posts: 13

Rep: Reputation: Disabled
Quote:
Originally Posted by jdn View Post
I have the same problem when I try to install gcc on suse Linux enterprise desktop11, the configure script says:
Error: no acceptable c compiler found in $PATH.
Please any help, I appreciate.
Thanks.
You should ask this question in the Suse Distribution Forum, not here.

But the generalities of the answers here apply to you also. The Suse people should supply a gcc compiler package that you do not have to configure, compile, link, and install. Instead, the compiler and supporting libraries and programs will already be compiled from source code, and you just install the executables with your package manager.

In Redhat/Fedora land the packages are called ".rpm" files (that are not ".src.rpm" files) and they are installed from the command prompt with the "yum" program, like it says in the earlier reply above. The package names and installer-program names are different in Suse, I don't know what they are. That is why you should ask this question there.
 
Old 08-12-2014, 12:19 AM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Originally Posted by jdn View Post
I have the same problem when I try to install gcc on suse Linux enterprise desktop11, the configure script says:
Error: no acceptable c compiler found in $PATH.
Please any help, I appreciate.
Thanks.


wrong forum
please use the suse forum here

but

use the suse opendatabase
http://software.opensuse.org
type in gcc and search
BUT sence this IS "SUSE Enterprise Linux Desktop 11" service pack 3 ( SELD11 sp3)
you do have the required and mandatory SUPPORT contract
https://www.suse.com/products/desktop/how-to-buy/

-- the one you are spending $120 per year on
-- you might want to use it

Last edited by John VV; 08-12-2014 at 12:25 AM.
 
Old 08-12-2014, 09:24 AM   #9
jdn
LQ Newbie
 
Registered: Jan 2012
Posts: 4

Rep: Reputation: Disabled
Thanks folks for your information. Especially John VV, these resources might be helpful, once again thank you all but SUSE is just a flavor of Linux, the concept is the same.
 
Old 08-15-2014, 03:05 AM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Try
Quote:
cat > version-check.sh << "EOF"
 
Old 08-15-2014, 03:13 AM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
After posting I realized that this post refers to Fedora-Core 2 which hasn't been supported since 2005.
As a side note @jdn it's better to open a new thread instead of resurrecting an old 1. Anyyway the command I provided in my previous post is still valid.
If you still have questions open a new thread.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error: no acceptable C compiler found in $PATH Tracianddwayne Linux - Newbie 1 12-23-2004 03:18 PM
configure: error: no acceptable C compiler found in $PATH Free-Blade Linux - Newbie 15 09-13-2004 11:33 AM
GAIM configure: error: no acceptable C compiler found in $PATH, newb bryak Linux - Software 2 08-18-2004 08:02 AM
configure: error: no acceptable C compiler found in $PATH pdemaers Linux - Software 6 05-15-2004 01:11 PM
configure: error: no acceptable C compiler found in $PATH habitue Red Hat 0 10-14-2003 06:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration