r216: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 25 Nov 2000 17:27:48 +0000 (17:27 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 25 Nov 2000 17:27:48 +0000 (17:27 +0000)
ChangeLog
Makefile.am
README.RedHat7 [new file with mode: 0644]

index 26ac2cc36f14a63bb54fc4d8673fdc7e6dbf12e4..1c1167acc9bcd9670ccb90b47e332c9363bbee19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-2.0.4 -
+2.0.4 - 11/25/00
    Added documentation for --geometry setting
+   Added README.RedHat7 document
         
 2.0.3 - 11/20/00
    Fixed bug in generation of binary PGM files
index 7dcde91e3317f951a017eb38ff4d1551ee02d5e3..2a8514302ad2fff7a108549046039faa28292a2a 100644 (file)
@@ -18,7 +18,7 @@ endif
 
 SUBDIRS=$(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) 
 
-EXTRA_DIST=acsite.m4 make.bat
+EXTRA_DIST=acsite.m4 make.bat 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
+