r216: *** empty log message ***
[ctsim.git] / README.RedHat7
1 RedHat 7.0 uses gcc 2.96 which has some incompatibility problems with
2 c++. Currently, this package does not not compile with this version of
3 c++.
4
5 However, RedHat 7.0 does include egcs++ (gcc 2.95) which works
6 fine. To use this version of the compiler, prefix the configure and
7 make commands with CC=egcs++. For example:
8   CC=egcs++ ./configure ...
9   CC=egcs++ ./make
10