aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index bba2116..eb10c50 100644
--- a/README
+++ b/README
@@ -152,8 +152,16 @@ Alpha
with
LIBS="m c_r dxml for"
* Using the DEC/Compaq/HP/whatever-their-corporate-name-is-this-week
- compiler, you need to specify the -nopt option to disable automatic
- template instantiation.
+ compiler, you need to specify the -nopt compiler option to disable
+ automatic template instantiation.
+
+SGI
+===
+* On modi4.ncsa.uiuc.edu (an old SGI Origin), using
+ MIPSpro Compilers: Version 7.3.1.3m
+ you need to specify the -no_auto_include compiler option to disable
+ automatic template instantiation. In fact, you should probably specify
+ this option on any SGI system...
IBM Power4 (AIX)
================