2

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

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

Moeb
  • 10,527
  • 31
  • 84
  • 110

1 Answers1

2

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

From command line:

yum install gcc
Yuval Adam
  • 161,610
  • 92
  • 305
  • 395