r227: *** empty log message ***
[ctsim.git] / README.RedHat7
1 RedHat 7.0 uses a non-standard gcc package, v2.96, which has some
2 incompatibility problems. Currently, this package does not not compile
3 with this version of c++.
4
5 However, RedHat 7.0 does include egcs++ (cc++ 2.95.2) which works
6 fine. To use this version of the compiler, prefix the configure and
7 command with CXX=egcs++. For example:
8   CXX=egcs++ ./configure 
9