[1115] in Kerberos-V5-bugs
Infor for doc/install.texi
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Mon Mar 6 10:06:56 1995
From: epeisach@MIT.EDU
Date: Mon, 6 Mar 1995 10:05:20 -0500
To: krb5-bugs@MIT.EDU
The following compares OSF 1.3 and 2.1:
In both cases, compiling with gcc 2.6.3 with and without optimization
works throughout the tree.
However, the native compiler has problems in the following way:
OSF 1.3:
compiling the tree without optimization works fine
compiling -O breaks the asn.1 library.
OSF 2.1:
compiling w/o ccopts - the compiler hangs on the md4.c
(presumably md5.c as well). md4.c and md5.c may be compiled w/ either -g
or -O.
compiling with ccopts=-O works throughout the tree and the asn.1
bug is fixed.
Therefore, for OSF 2.1, recommendation is to either use gcc or
-O.
Ezra