summaryrefslogtreecommitdiffstats
path: root/doc/install.texi
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-03-07 02:44:50 +0000
committerTheodore Tso <tytso@mit.edu>1995-03-07 02:44:50 +0000
commit03c46646d3c869bdd9ab010858975a5a3170741b (patch)
treeeb3b95a1fb7989007da60a312f032e326ff22c6c /doc/install.texi
parent44aaa95295259354b16f32359e0e26579bb9effe (diff)
downloadkrb5-03c46646d3c869bdd9ab010858975a5a3170741b.tar.gz
krb5-03c46646d3c869bdd9ab010858975a5a3170741b.tar.xz
krb5-03c46646d3c869bdd9ab010858975a5a3170741b.zip
Fixed incompatibilities section for OSF/1 V1.3 and 2.0
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5075 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/install.texi')
-rw-r--r--doc/install.texi30
1 files changed, 22 insertions, 8 deletions
diff --git a/doc/install.texi b/doc/install.texi
index 910f63d551..81b6ae3514 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -8,7 +8,7 @@
@set EDITION pre-BETA 5
@set VERSION pre-BETA 5
-@set UPDATED March 3, 1995
+@set UPDATED March 6, 1995
@ignore
@iftex
@@ -644,28 +644,42 @@ send a report to @b{krb5-bugs@@mit.edu}. Thanks!
@node Ultrix 4.2/3, Alpha OSF/1 V1.3, OS Incompatibilities, OS Incompatibilities
@subsection Ultrix 4.2/3
-On the MIPS platform, @file{md4.c} and @file{md5.c} can not be
-compiled with the optimizer set at level 1. That is, you must specify
-either @samp{--with-ccopts=-O} and @samp{--with-ccopts=-g} to
-configure. If you don't specify either, the compile will never complete.
+On the MIPS platform, using the native compiler, @file{md4.c} and
+@file{md5.c} can not be compiled with the optimizer set at level 1.
+That is, you must specify either @samp{--with-ccopts=-O} and
+@samp{--with-ccopts=-g} to configure. If you don't specify either, the
+compile will never complete.
The optimizer isn't hung; it just takes an exponentially long time. 6
out of the 48 algorithmic steps takes 3 seconds, 7 steps takes 9
seconds, 8 steps takes 27 seconds, and so on. Calculations estimate
it will finish in approximately 3,469 billion years....
+Using GCC version 2.5 instead of the native compiler will also fine,
+both with or without optimization.
+
@node Alpha OSF/1 V1.3, Alpha OSF/1 V2.0, Ultrix 4.2/3, OS Incompatibilities
@subsection Alpha OSF/1 V1.3
There is a bug in OSF/1's fgrep which causes the @samp{configure}
script to fail.
+Using the native compiler, compiling with the @samp{-O} compiler flag
+causes the @code{asn.1} library to be compiled incorrectly.
+
+Using GCC version 2.6.3 instead of the native compiler will also work
+fine, both with or without optimization.
+
@node Alpha OSF/1 V2.0, BSDI, Alpha OSF/1 V1.3, OS Incompatibilities
@subsection Alpha OSF/1 V2.0
-@file{md4.c} can not be compiled with the optimizer on. (This could possibly
-be the same sort of bug as found in @ref{Ultrix 4.2/3}, but that seems
-rather remarkable.)
+Using the native compiler, @file{md4.c} must be compiled with either the
+@samp{-O} or @samp{-g} compiler options. (This could possibly be the
+same sort of bug as found in @ref{Ultrix 4.2/3}, but that seems rather
+remarkable.)
+
+Using GCC version 2.6.3 as the compiler will also work fine, both with
+or without optimization.
@node BSDI, Solaris versions 2.0 through 2.3, Alpha OSF/1 V2.0, OS Incompatibilities
@subsection BSDI