X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=README.RedHat7;h=ae33697da12ace5e96cc674d290064fe70ec3aed;hb=75f16c2cce21659cd370b8d3090a6905cbdc6cca;hp=e40fb05cf5ec204c0b1ec9ada19a142990d87492;hpb=9bf016234cd06857e8d98cc1170cad7a42f0e45e;p=ctsim.git diff --git a/README.RedHat7 b/README.RedHat7 index e40fb05..ae33697 100644 --- a/README.RedHat7 +++ b/README.RedHat7 @@ -1,10 +1,9 @@ -RedHat 7.0 uses gcc 2.96 which has some incompatibility problems with -c++. Currently, this package does not not compile with this version of -c++. +RedHat 7.0 uses a non-standard gcc package, v2.96, which has some +incompatibility problems. Currently, this package does not not compile +with this version of c++. -However, RedHat 7.0 does include egcs++ (gcc 2.95) which works +However, RedHat 7.0 does include egcs++ (cc++ 2.95.2) which works fine. To use this version of the compiler, prefix the configure and -make commands with CC=egcs++. For example: - CC=egcs++ ./configure ... - CC=egcs++ ./make +command with CXX=egcs++. For example: + CXX=egcs++ ./configure