Computing.Net > Forums > Linux > Down/Upgrade C compiler

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.

Down/Upgrade C compiler

Reply to Message Icon

Name: soothsayer
Date: March 16, 2004 at 16:08:28 Pacific
OS: Linux
CPU/Ram: 256
Comment:

Recently, I wasn't able to install packages of type .tar.gzip and .tar.bzip2
when running ./configure, it always fails to check for cc or gcc and says that:

Please downgrade / upgrade C compiler to version gcc-2.95.x .....

I don't know how to do that. Please help me.



Sponsored Link
Ads by Google

Response Number 1
Name: dieymir
Date: March 16, 2004 at 16:12:20 Pacific
Reply:

Run:
gcc --version
to see what version you have
What Linux distro are you running ?



0

Response Number 2
Name: taurus
Date: March 16, 2004 at 18:45:31 Pacific
Reply:

What kind of programs are you trying to compile for your system???

taurus


0

Response Number 3
Name: soothsayer
Date: March 17, 2004 at 01:50:54 Pacific
Reply:

I don't know, how to check that ?


0

Response Number 4
Name: taurus
Date: March 17, 2004 at 04:01:13 Pacific
Reply:

How to check what??? If you want people to help you, you need to explain it clearly or give example; otherwise, you figure it out yourself...

taurus


0

Response Number 5
Name: soothsayer
Date: March 17, 2004 at 06:14:47 Pacific
Reply:

I'm sorry, I'm trying to install Mediaplayer, which is in type .tar.bzip2. Since using Linux, I've never been able to install that kind of package, and when run ./confiugre, it always fails to check c or gcc ( which I don't know what it means ).


0

Related Posts

See More



Response Number 6
Name: heart_debian
Date: March 17, 2004 at 06:45:29 Pacific
Reply:

the tar.bz2 you're talking about is a bzipped tar (much like a zip file) and it contains the source code to the program. To run it as an executable you'll first have to compile the code, and for that you will need a C compiler (or whatever language the program is written in).
Depending on the distribution you're using, you can get ready to use (binary) executables for your system, much like in windows. Most distros use the rpm package format.
Btw, "Linux" is no OS, its only the kernel. For us to be able to help you, you'll have to tell us the exact system you're using.


There are 10 kinds of people, those who count in binary and those who don't.


0

Response Number 7
Name: 3Dave
Date: March 17, 2004 at 08:25:19 Pacific
Reply:

Your distro will be called something like redhat, mandrake, suse etc.....all of which use linux as their kernel.

The easiest way to install a C compiler and related libraries for compiling software is to install the development packages which are generally included with most distributions of GNU/Linux. If you were running suse you would use yast to do that, for mandrake the mandrake control centre (mcc) etc....it depends on what distro you are using.


0

Response Number 8
Name: soothsayer
Date: March 17, 2004 at 10:43:53 Pacific
Reply:

I'm using RedHat Linux 9 and I didn't find anything like C compiler when installing Linux.


0

Response Number 9
Name: Dlonra
Date: March 17, 2004 at 12:13:24 Pacific
Reply:

Did you check if there is a Mediaplayer rpm for RH9? It is always very much preferred and better to install from RPMs.

rpm -qa gcc
if nothing, you need to install gcc. If you installed from CD's, the gcc rpm of some level will be on 1 of the CD's.

However, there area few applications which require a specific gcc release.



0

Sponsored Link
Ads by Google
Reply to Message Icon






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: Down/Upgrade C compiler

ansi c compiler www.computing.net/answers/linux/ansi-c-compiler/2742.html

C compiler missing? www.computing.net/answers/linux/c-compiler-missing/21780.html

C++ compiler www.computing.net/answers/linux/c-compiler/25518.html