Results 1 to 10 of 10
Kind of new to linux. Trying to install superkaramba from tar.gz file, but when I get to the ./configure part, it complains about no acceptable C compiler in $PATH. does ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-05-2005 #1Banned
- Join Date
- May 2005
- Posts
- 75
Installing a tar.gz file, help
Kind of new to linux. Trying to install superkaramba from tar.gz file, but when I get to the ./configure part, it complains about no acceptable C compiler in $PATH. does anyone know a remedy for this situation?
- 08-05-2005 #2Linux Newbie
- Join Date
- Apr 2005
- Location
- South America
- Posts
- 152
Are you sure you have gcc installed?
Type
And tell me what it outputsCode:gcc
- 08-05-2005 #3
The problem is exactly as it says. In order to "make" the document (the next step) you need to have a C compiler to compile the code. A lot of linux distros install a compiler by default, but some don't (my suse9.2 didn't), so you need to look into installing gcc.
Which distro are you using?? In some distros there are easy ways to do this. In others you'll have to google for gcc, and then "./configure && make && make install" it yourself.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 08-05-2005 #4
Any reason you can't just use some kind of repository through a package manager? Yum, YaST, Synaptic?
- 08-05-2005 #5Banned
- Join Date
- May 2005
- Posts
- 75
I am using SuSE 9.3 and when I typed gcc it said command not found
- 08-05-2005 #6
Are you familiar with YaST? It should install software for you. You shouldn't have to be dealing with gcc compilers, making, making installing, or whatnot.
A package manager installs software for you.
I'll give you an example from my Ubuntu installation. Sure, Synaptic is a little different from YaST, but the principle's the same.
If I want to install Superkaramba, this is what I do.
I go to System > Administration > Synaptic Package Manager.
I click Reload. I click Find. I type "Superkaramba." I double-click the box next to Superkaramba. I click "Apply."
That's it. Superkaramba is now installed. I didn't have to find a .tar.gz file. I didn't have to un-tar it. I didn't have to compile anything. I didn't have to decide what folder to put it in.
- 08-05-2005 #7Banned
- Join Date
- May 2005
- Posts
- 75
I know about YaST, I just don't know how to install packages with it.
- 08-05-2005 #8
Well, I looked up "yast superkaramba" on Google, and maybe it isn't as easy on YaST. I always assumed other package managers were as easy as Synaptic. I guess not.
Well, in any case, these are the instructions on how to install SuperKaramba on SuSE:
http://netdragon.sourceforge.net/faq...tion%20Guides0
This might help, too... instructions on how to add an .rpm file as a YaST source:
http://forums.suselinuxsupport.de/in...howtopic=11233
If you find that too difficult, how about giving Mepis or Ubuntu a try? Software installation doesn't get much easier than Synaptic Package Manager. Synaptic takes care of all dependencies, too.
- 08-05-2005 #9Banned
- Join Date
- May 2005
- Posts
- 75
Hey thanks, and I know the trouble of installing an RPM and having to get ike 6 dependencies, real pian. Thanks again.
- 06-05-2006 #10Just Joined!
- Join Date
- May 2006
- Posts
- 65
I'm running 'ubuntu breezy' and want to add more login screens to 'system>administration>login screen setup'.
MY problem is...
I dont know how to install 'tar.gz' files!
All the 'gdm' files that I downloaded from www.gnome-look.org are 'tar.gz'.
I downloaded one from them and now it's sitting on my desktop and I dont know what to do with it!


Reply With Quote
