views:

76

answers:

1

http://gcc.gnu.org/install/binaries.html

This page has the binaries. Which one would work for Fedora?

+2  A: 

You would be better off using the GCC RPM for Fedora.

From command line:

yum install gcc
Yuval A
@Yuval A: I did that. It installed gcc 3.4.something. I want to use gcc 4.5!
Amoeba
@cambr - as suggested, build it by yourself from source.
Yuval A