From bad0f9f0eca8b60e6de88a00b7d070951257f02c Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 26 Nov 2000 15:57:37 +0000 Subject: [PATCH] r218: *** empty log message *** --- README.RedHat7 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 -- 2.34.1