Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Linux Support Linux - Operating Systems and Applications Support

Reply
 
Thread Tools
Old 03-20-2005, 11:36 AM   #1 (permalink)
Asst. Manager, Alternative Computing Forums
 
batty_professor's Avatar
 
Join Date: Jul 2004
Location: Hooterville Il 45 mi. east of St. Louis mo
Posts: 2,609
OS: Fedora Core 5 for now


Send a message via AIM to batty_professor Send a message via MSN to batty_professor Send a message via Yahoo to batty_professor
Does this mean I'm missing a C compiler?

I've installed RPM's before, but this is different, as it needs to be compiled never done that before. Call me spoon-fed Linux if you will, but at least I insist on being a user. Anyway, does the attached mean I need a C compiler package installed due to it being missing, or is it some directory issue? where it's just not finding the compiler I might have?
Attached Images
File Type: png snapshot13.png (29.9 KB, 7 views)
__________________
It's better to know me and not need me than to need me and not know me. B.

While users are never under any obligation, if you feel the urge please feel free to visit our donation page. Every little bit helps.
And we thank you for your support.

Microsoft free Registered Linux user 397458
batty_professor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Sponsored Links
Old 03-20-2005, 08:05 PM   #2 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 802
OS: Mac OS 9.1, Mac OS X 10.5.5, WinXP Pro, FreeBSD 6.0, Gentoo Linux


You probably don't have a C compiler. It's possible, but not probable, that the directory gcc is in isn't in your PATH variable. Usually you will find gcc somewhere like /usr/bin. Here's my output from whereis.
Code:
$ whereis gcc
gcc: /usr/bin/gcc /usr/share/man/man1/gcc.1.gz
Here's a link to the gcc homepage.

Last edited by shuuhen : 03-20-2005 at 08:09 PM.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-20-2005, 09:08 PM   #3 (permalink)
Asst. Manager, Alternative Computing Forums
 
batty_professor's Avatar
 
Join Date: Jul 2004
Location: Hooterville Il 45 mi. east of St. Louis mo
Posts: 2,609
OS: Fedora Core 5 for now


Send a message via AIM to batty_professor Send a message via MSN to batty_professor Send a message via Yahoo to batty_professor
Thanks, I found gcc-3.4.3.2.3.0.ix86-mandrake10.1-openpkg.rpm and downloaded. The software installer said it was already installed. So it must be some directory/path issue.
__________________
It's better to know me and not need me than to need me and not know me. B.

While users are never under any obligation, if you feel the urge please feel free to visit our donation page. Every little bit helps.
And we thank you for your support.

Microsoft free Registered Linux user 397458
batty_professor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2005, 06:10 PM   #4 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS

My System

Try typing just "gcc" and see if that gives you any meaningful output. If you have it installed and it's in your path, you should get something like this: "gcc: no input files".

I have gcc located at /usr/bin/gcc (same as shuuhen) . I don't know if Mandrake does things differently.
__________________
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2005, 08:20 PM   #5 (permalink)
Registered User
 
kickass's Avatar
 
Join Date: Jul 2004
Location: Detroit, MI
Posts: 7
OS: windows_xp_home_sp2: slackware 10


in mandrake if he installed gcc than it should be in /usr/bin thats where it use to be i was with mandrake up tell 9.2. maybe if you tell RPM to force a uninstall/reinstall it might fix it, i dont know how to do that i like to compile by source. If you know it is installed type
Code:
echo $PATH
in my case it is
Code:
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:
/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:
/usr/lib/qt/bin:/usr/share/texmf/bin:/home/will/bin:/home/will/scripts
i don't see why it wouldent be in your path but hey i have seen werder stuff happen
__________________
)( wardriver
kickass is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2005, 10:02 PM   #6 (permalink)
Asst. Manager, Alternative Computing Forums
 
batty_professor's Avatar
 
Join Date: Jul 2004
Location: Hooterville Il 45 mi. east of St. Louis mo
Posts: 2,609
OS: Fedora Core 5 for now


Send a message via AIM to batty_professor Send a message via MSN to batty_professor Send a message via Yahoo to batty_professor
Thanks to all so far. Here's the latest. gcc wasn't really installed afterall, I used the rpm -i --test to get the skinny. it told me I needed openpkg which I'm sure has something to do with using the rpm I downloaded from the openpkg website. So I instead installed gcc-2.96-cpp-2.96-0.83mdk , gcc-3.4.1-4mdk , and gcc-c++-3.4.1-4mdk . from the install CD's. So now sh ./configure gets through a whole lotsa stuff until it gets to where it can't find X includes. Can't find it in the packages on the CD's . So close!
__________________
It's better to know me and not need me than to need me and not know me. B.

While users are never under any obligation, if you feel the urge please feel free to visit our donation page. Every little bit helps.
And we thank you for your support.

Microsoft free Registered Linux user 397458
batty_professor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2005, 11:07 PM   #7 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS

My System

Quote:
Originally Posted by batty_professor
Thanks to all so far. Here's the latest. gcc wasn't really installed afterall, I used the rpm -i --test to get the skinny. it told me I needed openpkg which I'm sure has something to do with using the rpm I downloaded from the openpkg website. So I instead installed gcc-2.96-cpp-2.96-0.83mdk , gcc-3.4.1-4mdk , and gcc-c++-3.4.1-4mdk . from the install CD's. So now sh ./configure gets through a whole lotsa stuff until it gets to where it can't find X includes. Can't find it in the packages on the CD's . So close!
Go through your CD and look for any "devel" packages that would be related to X. All includes are part of blahblah-devel RPM's.
__________________
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 12:12 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82