[OpenAFS] AKLOG build error...

Jeffrey Hutzelman jhutz@cmu.edu
Fri, 28 Apr 2006 19:36:47 -0400


On Friday, April 28, 2006 04:32:32 PM -0400 Derrick J Brashear 
<shadow@dementia.org> wrote:

> On Fri, 28 Apr 2006, Derek Atkins wrote:
>
>> I think the problem is that the configure script swaps over to
>> /opt/SUNWspro/bin/cc too early, before it runs the krb5 checks,
>> and therefore causes the tests to fail.
>>
>> So..  Perhaps we need to move all the kernel tests later in the
>> configure script and have all the user-space tests earlier, so we
>> don't wind up with this problem?
>
> In theory no tests should require the kernel CC at all on Solaris.

Right, but _all_ the tests should be run with the compiler we will actually 
_use_, not the one configure selects.

-- Jeff