]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
is_(ex_)(exactly_)of_type: macros fixed, simplfied and documented.
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index eac5e0f33cdf5d36f5245cd39cee22c51acc42ad..551b5995236ddb6fea8a433f0e0e17d1d30a2591 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -74,7 +74,8 @@ Problems with CLN
 You should use at least CLN-1.1, since during the development of
 GiNaC various bugs have been discovered and fixed in earlier versions.
 Please install CLN properly on your system before continuing with
-GiNaC.
+GiNaC.  When using GCC3 as compiler please use at least CLN-1.1.1
+since some parts of GiNaC won't build with CLN-1.1.
 
 Problems with building ginsh
 ----------------------------
@@ -110,4 +111,6 @@ to compile, install and work properly:
 --------------+----------------------------------------------------------
  < 5.14.39    | `VERBOTEN' by license (please bite your favorite lawyer)
  < 5.14.60    | since GiNaC version 0.7, these do not compile any more
-   5.14.62-66 | compiles fine, works well
+   5.14.62-72 | compiles fine, works well with GCC 2.95.x.  GCC3 no go.
+   5.14.74    | requires defining -DG__LONGBUF in SYSMACRO and OTHMACRO.
+   5.14.75-76 | compiles fine, works well with GCC 2.95.x.  GCC3 no go.