r216: *** empty log message ***
[ctsim.git] / README.RedHat7
diff --git a/README.RedHat7 b/README.RedHat7
new file mode 100644 (file)
index 0000000..e40fb05
--- /dev/null
@@ -0,0 +1,10 @@
+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++.
+
+However, RedHat 7.0 does include egcs++ (gcc 2.95) 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
+