LinuxQuestions.org
Help answer threads with 0 replies.
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-03-2003, 11:03 AM   #1
loran
Member
 
Registered: Jan 2003
Posts: 121

Rep: Reputation: 15
Unhappy I don't even know what to name this one!


Ok, I was told I couldn't get my packages to compile correctly because I was missing Kaccel. So, I found it at KDE.org, cut and pasted to an editor...now what. How do I get this thing to work. Where do I save it to, etc...
 
Old 03-03-2003, 11:07 AM   #2
johan the olive
Member
 
Registered: Feb 2003
Posts: 98

Rep: Reputation: 15
why'd you do that? go download it at rpmfind.net and install it from there. your making life difficult
 
Old 03-03-2003, 11:08 AM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
huh?

Who told you, and what are you trying to compile? If you just cut and pasted a link to Kaccell (whatever that is) that's not really gonna help...

Can you give us a bit of info, maybe even what distro you are using?

Cool
 
Old 03-03-2003, 11:08 AM   #4
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Kaccel is part of the kde libraries. You shouldn't cut and paste the file but rather it should be installed from the kde libraries package.
 
Old 03-03-2003, 11:19 AM   #5
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
hmmn, Ok..

Johan...rpmfind doesn't have it.

MasterC...Mandrake 8.2, KDE Desktop, The problem is I'm trying to install some silly little game. It keeps giving me the following message..."Configure: Error: no acceptable cc found in $path".

Crash...I don't have my disks anymore..I can't explain why it wasn't installed in the first place.
 
Old 03-03-2003, 11:28 AM   #6
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Oh well thats a different story then. It can't find your C compiler. Do you have a C compiler installed? Is it in your path? Is this just going to spark more questions from you? Yes, I believe it will.
 
Old 03-03-2003, 11:31 AM   #7
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
So far, the only thing in my path to computing bliss is this version of Linux...;-)

Seriously, how can I find out?
 
Old 03-03-2003, 11:34 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
just run "urpmi gcc" and mandrake should install the compiler just fine for you, asking you to inster the right cd's etc...

but you proabbly don;t want to be installing from source quite yet, install from RPM when possible
 
Old 03-03-2003, 11:36 AM   #9
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
again, don't have the CDs anymore. Stupid, I know.
 
Old 03-03-2003, 11:38 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
whereis gcc

whereis cc

whereis MasterC's house

whereis will look for binary executables. This helps to look for those instead of locate of find that will produce anything with the letters gcc or cc in them. To see if they are in your path, find the path they are with the whereis, and then:
echo $PATH
And see if that location is listed.

MOST LIKELY however, they are not installed. They are part of the "development" portion of the install which confuses many people (including me when I ran that distro). You can install via RPM from your discs if you had them, or via an ftp mirror for your distro's release:
ftp://ftp-linux.cc.gatech.edu/pub/ma...drake-old/8.2/

Find the GCC packages (all of them, or urpmi them and add that ftp mirror to your listed sites) and install it.

Cool
 
Old 03-03-2003, 11:50 AM   #11
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
thats a lot of info. Stay tuned for an update...
 
Old 03-03-2003, 12:26 PM   #12
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
maybe I'm not doing it right...Type whereis gcc in the command line or in the console? I cant get either to work,
 
Old 03-03-2003, 12:33 PM   #13
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i'd asume that the "command line" is a console.... what does happen?
 
Old 03-03-2003, 12:38 PM   #14
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
i get, for instance...

where is gcc (enter)
(result) gcc:
 
Old 03-03-2003, 03:43 PM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
That means it cannot find gcc, in other words, it's not installed. If it was it would say:
gcc: /usr/bin/gcc

So go ahead and get it installed

Cool
 
  


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



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

All times are GMT -5. The time now is 06:14 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