Computing.Net > Forums > Linux > Is cc/gcc installed in Red Hat 7.3?

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.

Is cc/gcc installed in Red Hat 7.3?

Reply to Message Icon

Name: Sebastian
Date: July 13, 2002 at 21:15:55 Pacific
Comment:

Hi,
I have RedHat7.3 and want to install some new software, (./configure) but I got the message:

configure: error: no acceptable cc found in $PATH

Is gcc/cc not installed on RH7.3
How can I install it without gcc/cc?
Using RPM?

Thank you.

Sebastian



Sponsored Link
Ads by Google

Response Number 1
Name: Mikael Wärlander
Date: July 14, 2002 at 01:49:00 Pacific
Reply:

GCC is not always installed, it depends on what packages you choose during installation. If you didn't choose "software development", i don't think it's in your box.

Another test you can try is typing: rpm -q gcc

and you should get an answer like "gcc-2.96-110". If you do, gcc is installed.

But to be on the safe side, type "echo $PATH", and you should have "/usr/bin" somewhere in there...if it's not there, the ./configure script cant find it! IF you didnt have it in your path, add it with this command:

export PATH=$PATH:/usr/bin

and try ./configuring again


0

Response Number 2
Name: Lawrence
Date: July 14, 2002 at 04:53:07 Pacific
Reply:

And if somehow you didn't install GCC initially,
then run upgrade from the CD and pick to
have it install again... Otherwise, you can
download the latest version of GCC, 3.1,
and install it yourself!

Lawrence


0

Response Number 3
Name: Tom
Date: July 14, 2002 at 05:05:15 Pacific
Reply:

Also, try:
export CC=gcc


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Folder permissions for a ... Compatability question...



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: Is cc/gcc installed in Red Hat 7.3?

Media Player in Red Hat 7.3????? www.computing.net/answers/linux/media-player-in-red-hat-73/13530.html

No graphics in Red Hat 7.3 www.computing.net/answers/linux/no-graphics-in-red-hat-73/13884.html

Xine DVD support in Red Hat 7.3 www.computing.net/answers/linux/xine-dvd-support-in-red-hat-73/10578.html