Install GCC 3.4

26 October 2006 This is an optional step.
FC6 includes GCC 4.1 compiler. Some applications will NOT compile in GCC 4.1. You can install GCC 3.4 to allow compiling applications which do not yet support GCC 4.1. Make sure to have the following RPM’s installed. These are included with the FC6 CD’s or DVD or online (ftp, yum, etc).

compat-gcc-34
compat-gcc-34-c++
With ‘yum’, run:
[mirandam@charon ~]$ sudo yum install compat-gcc-34 compat-gcc-34-c++
To use either, run gcc34 or g++34. I have more information on using alternate compilers.
Top Resources

0 Response to "Install GCC 3.4"

Posting Komentar