From 839ca9a858e65e059caab12d16c168e2e37cece7 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Mon, 17 Apr 2000 13:07:21 +0000
Subject: [PATCH] Don't support egcs1.1 any more.
git-svn-id: https://svn.dealii.org/trunk@2730 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/readme.html | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index f2917c4b7a..fba4689818 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -34,7 +34,7 @@
developed and tested on Unix systems only. It can be used positively on
- Linux ELF with gcc 2.95.x;
-
- Sun Solaris 2.5, 2.6, and 7, with egcs 1.1.x and gcc 2.95.x;
+
- Sun Solaris 2.5, 2.6, and 7, with and gcc 2.95.x;
- SGI IRIX64 with gcc 2.95.x;
- IBM AIX 4.2, with gcc 2.95.x (with some restrictions on
the use of shared libraries).
@@ -43,7 +43,10 @@
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.
+ 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.
@@ -146,8 +149,8 @@
The most important result of ./configure
is the
creation of the file common/Make.global_options
. This
file contains compiler options, paths, etc which you may want to
- use in the Makefiles of your own
- projects. It is definitely a good
+ use in the Makefiles
+ of your own projects. It is definitely a good
idea to include it into your Makefile, to allow using the same
flags for compilation between library files and the files of your
project, and to access the paths of the library files. To find
--
2.39.5