[521] in Kerberos-V5-bugs
Re: Kerberos 5.4 Bugs
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Mon Jun 20 21:04:33 1994
Date: Mon, 20 Jun 94 21:04:05 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: "Doug Engert" <DEEngert@anl.gov>
Cc: <krb5-bugs@MIT.EDU>
In-Reply-To: "[519] in Kerberos-V5-bugs"
>> (I droped back to the Imake, since the configure did not use
>> gcc, and it was not clear how to specify the isode libs.
This should be noted in release notes (Ted, who's keeping track of them?):
To use a compiler other than "cc" with autoconf --
setenv CC "other compiler"
configure ...
make CC=$CC
You need to set CC before running configure so that the automatic
tests test the right compiler. We're specifically *not* having the
configure scripts look for gcc instead of cc, to avoid confusion.
_Mark_