From: Kevin M. Rosenberg Date: Sun, 26 Nov 2000 15:57:37 +0000 (+0000) Subject: r218: *** empty log message *** X-Git-Tag: debian-4.5.3-3~799 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=bad0f9f0eca8b60e6de88a00b7d070951257f02c r218: *** empty log message *** --- 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