[1734] in Kerberos-V5-bugs
Re: Problem configuring Krb5
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Dec 1 22:31:09 1995
Date: Fri, 1 Dec 1995 22:31:03 -0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: omalley@CES.Teradyne.COM
Cc: krb5-bugs@MIT.EDU, omalley@CES.Teradyne.COM
In-Reply-To: Christopher M. O'Malley 's message of Fri, 1 Dec 1995 16:04:55 -0500,
<199512012104.QAA05217@tiny.icdpcb>
If you see a message about cross-compiling, and you're not, that
generally means that there's something seriously wrong with the compiler
as you're using it.
I suspect that in this case that it's the combination of /usr/ucb/cc and
-gO as options. In any case, using /usr/ucb/cc is completely the wrong
thing to do. Solaris's UCB compatibility is just good enough to lull
you into thinking that it might be worth wasting your time, and bad
enough that you will end up tearing out your hair wondering why
everything worked until you linked in some library, or some other subtle
failure makes your program start doing all sorts of mysterious things.
The Krb5 tree should work using either suncc or gcc, without any need
for the BSD compatibility libraries or the Solaris BSD compatibility C
compiler.
- Ted