LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-13-2004, 05:01 PM   #1
AppleMan
LQ Newbie
 
Registered: Mar 2004
Location: Wales-UK
Distribution: Yellow Dog 3.0.1 - Sirius
Posts: 15

Rep: Reputation: 0
Err: 'No Acceptable C Commplier.....


Hi guys,

I get this error when trying to ./configure in the wine20031212 directory. Why is this?

The Error: 'configure: error: no acceptable C compiler found in $PATH'

Last edited by AppleMan; 03-13-2004 at 05:03 PM.
 
Old 03-13-2004, 05:06 PM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hi again AppleMan!

Do you have gcc compiler installed?. That is an ultra important package and is surely shipped with most of Linux distributions. You might want to install them from your CD's

Lemme know your distribution and version if you cannot find them.

Regards!
 
Old 03-13-2004, 05:09 PM   #3
AppleMan
LQ Newbie
 
Registered: Mar 2004
Location: Wales-UK
Distribution: Yellow Dog 3.0.1 - Sirius
Posts: 15

Original Poster
Rep: Reputation: 0
Ha ha,

Well, Megaman, I've got yellowdog linus install, the latest version. 3.0.1 sirius. can I download a gcc complier? if so how would I install that? I seem to be getting an awful lot of installation errors when I try and put something new into the system. Is there a program out there that makes installing programs simper? I may be being as clear as mud again.
 
Old 03-13-2004, 05:14 PM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Don't you worry mate The beginning of everything stinks, girlfriends, drivin', OS'es. I will look up for Yellow Dog Linux package manager on the net and see if it's similar to anything that I've used so far be right back
 
Old 03-13-2004, 05:19 PM   #5
AppleMan
LQ Newbie
 
Registered: Mar 2004
Location: Wales-UK
Distribution: Yellow Dog 3.0.1 - Sirius
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Megaman X
Don't you worry mate The beginning of everything stinks, girlfriends, drivin', OS'es......
yup, and they're all self-inflicted!
 
Old 03-13-2004, 05:21 PM   #6
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Ok, google looked messy so I jumped at libranet irc channel and it seems a couple of guys are familiar with Yellow Dog and Macs. It uses, apparently, a package manager called yum. Try to find that program and install gcc (GNU C Compiler) from there. Looks like Yellow Dog is Redhat based too, so it should be capable of installing rpm's(?). Try looking at yum first
 
Old 03-13-2004, 05:22 PM   #7
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally posted by AppleMan
yup, and they're all self-inflicted!
ghahaha lol
 
Old 03-13-2004, 05:25 PM   #8
AppleMan
LQ Newbie
 
Registered: Mar 2004
Location: Wales-UK
Distribution: Yellow Dog 3.0.1 - Sirius
Posts: 15

Original Poster
Rep: Reputation: 0
I really should be getting myself a nice new chair from IKEA or something given the ammount of time I spend on my computer. I mean, I can spend anything upto 10 hours per day messing arround with new projects on my computer. Is anyone else got the same problem? It's difficult waking up in the morning on workdays though
 
Old 03-13-2004, 05:29 PM   #9
AppleMan
LQ Newbie
 
Registered: Mar 2004
Location: Wales-UK
Distribution: Yellow Dog 3.0.1 - Sirius
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Megaman X
Ok, google looked messy so I jumped at libranet irc channel and it seems a couple of guys are familiar with Yellow Dog and Macs. It uses, apparently, a package manager called yum. Try to find that program and install gcc (GNU C Compiler) from there. Looks like Yellow Dog is Redhat based too, so it should be capable of installing rpm's(?). Try looking at yum first
Right, can't find yum. So I'm downloading GCC 3.3.2 from www.tucows.com .

What are the normal ways of installing software? i.e. Mac and Windows users are used to a GUI explaining what is going on, how does linux manage this?
 
Old 03-13-2004, 05:31 PM   #10
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Cool that you mention IKEA. I'm in Sweden by the way . Anyway, I found this on google for you:

http://www.yellowdoglinux.com/suppor...eral/yum.shtml

looks like all you've to do is to type:

yum install gcc
 
Old 03-13-2004, 05:34 PM   #11
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally posted by AppleMan
Right, can't find yum. So I'm downloading GCC 3.3.2 from www.tucows.com .

What are the normal ways of installing software? i.e. Mac and Windows users are used to a GUI explaining what is going on, how does linux manage this?
That's a difficult question to answer. Every Linux distribution seems to have a way of installing packages. With Redhat and Mandrake, you can pretty much install everything using GUI's. It really won't matter the distro you use, sooner or later it's back to the command line . Like the old times... which I personally think it's great. I'd suggest you to stick with the command line...
 
Old 03-13-2004, 05:34 PM   #12
AppleMan
LQ Newbie
 
Registered: Mar 2004
Location: Wales-UK
Distribution: Yellow Dog 3.0.1 - Sirius
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Megaman X


looks like all you've to do is to type:

yum install gcc

lol, just typed it in and it's doing something, yiipppeeeeeeeeeeee, keep you updated
 
Old 03-13-2004, 05:35 PM   #13
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Cool sounds great . You are almost making me want to have a Mac now too... maybe someday I can afford one lol
 
Old 03-13-2004, 05:51 PM   #14
AppleMan
LQ Newbie
 
Registered: Mar 2004
Location: Wales-UK
Distribution: Yellow Dog 3.0.1 - Sirius
Posts: 15

Original Poster
Rep: Reputation: 0
Next Error: (getting a little closer now i think)

root@localhost gcc-3.3.2]# ./configure
Configuring for a powerpc-unknown-linux-gnu host.
Created "Makefile" in /root/Downloads/gcc-3.3.2 using "mt-frag"
./configure: line 8: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.


What is this telling me?
 
Old 03-13-2004, 05:57 PM   #15
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
I will play clean with you for me it does not say much, ghehe. But as always, I've found a link for you here and see if it helps. You could also try to install wine through yum:

yum install wine

maybe?...hmmmm....
 
  


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
Dual system boot err: rootnoverify(hd1,0),but the hd0 err msg existed befor shut down lilipeng24 Linux - General 3 06-25-2005 12:10 PM
No acceptable C compiler? fugufondue Linux - Newbie 6 03-22-2005 08:05 PM
no acceptable cc Alucardx Fedora 4 06-23-2004 01:17 AM
Acceptable Errors? Phat420 Linux - Networking 1 03-11-2003 10:00 PM
acceptable C compiler? arlothemoo Linux - Software 2 10-26-2002 08:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:35 PM.

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