From: Wolfgang Bangerth
Date: Thu, 10 Aug 2000 09:07:04 +0000 (+0000)
Subject: Exclude egcs1.1.
X-Git-Tag: v8.0.0~20180
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082fad70098de6f8afc871ec6f03ca1d678988c8;p=dealii.git
Exclude egcs1.1.
git-svn-id: https://svn.dealii.org/trunk@3249 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 2d3c7cf8bf..ffa96bc3b6 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -43,10 +43,7 @@
operating system. It should therefore be rather simple to port it
to other systems, at least with the compilers stated above. See here, if your system is not on this
- list. Note that we have supported egcs 1.1.x in previous releases
- of the library (up to deal.II 3.0), but due to
- some missing feature in the support of Standard C++, we now only
- support later versions of gcc.
+ list.
@@ -55,14 +52,22 @@
-
A fairly complete C++ compiler. We use
- egcs1.1.2 and
- gcc2.95 but other compilers might work as well. egcs1.0
+ gcc2.95 but
+ other compilers might work as well. egcs1.x
and older gcc versions will not work, however. Also, Sun
Workshop C++ 5.0 will not work since it does not support
template member functions, and IBM C Set++ 3.0 will not
work since they only have non-ISO header file names (with
appended .h; probably, version 3.0 is not the most recent
- one, but we don't have access to newer ones).
+ one, but we don't have access to newer ones).
+
+
+
+ Note that we have supported egcs 1.1.x in previous releases
+ of the library (up to deal.II 3.0), but
+ due to some missing feature in the support of Standard C++,
+ we now only support later versions of gcc for releases of
+ deal.II after version 3.0.x.