Computing.Net > Forums > Linux > can't install .tar.gz file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

can't install .tar.gz file

Reply to Message Icon

Name: Travis
Date: August 18, 2003 at 14:27:31 Pacific
OS: Red Hat 9.0
CPU/Ram: 256
Comment:

I tried to install a .tar.gz file. When I do tar -zxvf filename.tar.gz it works fine. But once I CD to the directory and type make and try that it gives me this error :checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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.

after a whole lot of other text. (that looks like the error thouhgh.) if you have any ideas or know what to do please help. Thanks in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: mandika
Date: August 18, 2003 at 14:41:06 Pacific
Reply:

Do you have gcc-devel installed?

When you get errors like these (complaining something is not installed, when you think it is) it is usually 1 of 2 things... either the development package is not there or else it is installed someplace that is not in your Path.

I would start by checking if you have gcc-devel. If you do, find out where it is. Then type # echo $PATH to find out if your path is pointing to that location.

BTW... I stopped using Red Hat because of too many such problems... incomplete or missing libraries... especially if you are trying to install any KDE programs. the libraries are pretty much crippled... but that's a Qt thing, not gcc. (me rambling here... sorry)


0

Response Number 2
Name: Travis
Date: August 18, 2003 at 15:47:29 Pacific
Reply:

yeah, I don't think that I have that. I think I am going to have to switch to debian sometime, the thing is that I am kind of afraid to. But where do I get it anyhow? thanks for the help.


0

Response Number 3
Name: C_Legend
Date: August 19, 2003 at 01:00:29 Pacific
Reply:

Do a complete installation of Redhat 9 (install everything), and you shouldn't have this problem. Just as mandika says, you are likely missing at least one vital development package.

Another possible solution is to find an equivalent RPM instead of that tar.gz file. This would contain precompiled binaries rather than the uncompiled code, and therefore you wouldn't need the development packages. Although, with the RPM, you may need additional libraries, but you'll find that out when you upgrade or install the RPM:

rpm -i package.rpm

Good luck.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: can't install .tar.gz file

How can I install tar.gz files? www.computing.net/answers/linux/how-can-i-install-targz-files/22527.html

installing tar.gz files www.computing.net/answers/linux/installing-targz-files/1996.html

problem in installing tar.gz file www.computing.net/answers/linux/problem-in-installing-targz-file/24677.html