From: Wolfgang Bangerth
Date: Mon, 13 Mar 2000 12:31:05 +0000 (+0000)
Subject: Update for IRIX64.
X-Git-Tag: v8.0.0~20792
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd20ab31096dd8a3cfbbec7fe77655fa4fce5d0;p=dealii.git
Update for IRIX64.
git-svn-id: https://svn.dealii.org/trunk@2578 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 13783bb127..669308d6c8 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -31,6 +31,8 @@
- Linux ELF with egcs 1.1.x and gcc 2.95.x;
- Sun Solaris 2.5, 2.6, and 7, with egcs 1.1.x and gcc 2.95.x;
+
- SGI IRIX64 with gcc 2.95.x (with some restrictions on
+ the use of shared libraries);
- IBM AIX 4.2, with gcc 2.95.x (with some restrictions on
the use of shared libraries).
@@ -267,7 +269,7 @@
You will want to link your programs against these libraries when
- your application runs stably and are used in production mode.
+ they run stable and are used in production mode.
@@ -285,11 +287,11 @@
start-up time, so this is the default. However, some systems
might not support shared libraries, in which case you should
call ./configure with the parameter
- --disable-shared
. (Since on AIX we could not get
- shared libraries right immediately, they are disabled by default
- on this system. Probably, there is a simple work-around, but
- since we do not regularly test on AIX, we did not try very
- hard.)
+ --disable-shared
. (Since on AIX and IRIX64 we could
+ not get shared libraries right immediately, they are disabled by
+ default on these systems. Probably, there is a simple
+ work-around, but since we do not regularly test on these
+ systems, we did not try very hard.)