From: wolf
Date: Wed, 19 Jun 2002 13:55:32 +0000 (+0000)
Subject: Update.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8d0db0bb1117e2181d751c2488153dbc942766;p=dealii-svn.git
Update.
git-svn-id: https://svn.dealii.org/trunk@6170 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/platforms/dec-osf.html b/deal.II/doc/platforms/dec-osf.html
index c8c8752799..f71f5bd4fb 100644
--- a/deal.II/doc/platforms/dec-osf.html
+++ b/deal.II/doc/platforms/dec-osf.html
@@ -21,7 +21,8 @@
We have also made preliminary tests with DEC's cxx compiler,
version 6.0, on a OSF1 V4.0 system. This compiler seems to be
rather conformant and discovered a number of places where we
- involuntarily seem to have used gcc's sloppyness. The largest
+ involuntarily seem to have used gcc's sloppyness. These are of
+ course fixed now. The largest
drawback was that version 6.0 of the compiler did not yet know
about the standard C++ headers cmath
,
cstdlib
, etc, which are included instead of
@@ -31,12 +32,9 @@
- Unfortunately, we were not able to fully test the library on that
- system, so there are certainly still a great number of places that
- need minor fixes. Also, at present the ./configure
- script does not automatically recognize DEC's compiler. If someone
- would want to provide us with a test account for a couple of days,
- we would be happy to fix these things.
+ Unfortunately, we were not able to test the library further on that
+ system, so there may still be a number of places that
+ need minor fixes.
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 2dac05f1c8..b233f18bae 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -36,13 +36,13 @@
developed and tested on Unix or Unix-like systems only. It can be
used positively on
- - Linux ELF on i386 with gcc 2.95.x, gcc 3.x and Intel ICC 5.0
+
- Linux ELF on i386 with gcc 2.95, gcc 3.0, gcc 3.1, and Intel ICC 5.0
and 6.0;
-
- Sun Solaris 2.5, 2.6, and 7 on Sparc, with gcc 2.95.x
- and gcc 3.x;
-
- Sun Solaris 8 on i386, with gcc 2.95.x;
-
- FreeBSD 4.5 with gcc 2.95.x;
-
- IBM AIX 4.2, with gcc 2.95.x (with some restrictions on
+
- Sun Solaris 2.5, 2.6, 7, and 8 on Sparc, with gcc 2.95,
+ gcc 3.0, and gcc 3.1;
+
- Sun Solaris 8 on i386, with gcc 2.95;
+
- FreeBSD 4.5 with gcc 2.95;
+
- IBM AIX 4.2, with gcc 2.95 (with some restrictions on
the use of shared libraries).
Furthermore, for the following list of systems, we have collected