r218: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 26 Nov 2000 15:57:37 +0000 (15:57 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 26 Nov 2000 15:57:37 +0000 (15:57 +0000)
README.RedHat7

index e40fb05cf5ec204c0b1ec9ada19a142990d87492..ae33697da12ace5e96cc674d290064fe70ec3aed 100644 (file)
@@ -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