[2992] in Kerberos-V5-bugs
pending/654: krb5-1.0.5 build problem
daemon@ATHENA.MIT.EDU (Noah Treuhaft)
Thu Nov 5 23:03:34 1998
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, Noah Treuhaft <treuhaft@CS.Berkeley.EDU>
Date: 05 Nov 1998 19:53:17 -0800
From: Noah Treuhaft <treuhaft@CS.Berkeley.EDU>
To: krb5-bugs@MIT.EDU
>Number: 654
>Category: pending
>Synopsis: krb5-1.0.5 build problem
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Thu Nov 05 22:54:01 EST 1998
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
Hello.
The config.guess and config.sub files (found in krb5-1.0.5/src/config)
that you distribute are a little out of date. Config.sub doesn't know
about the i686 processor, so it can't give good info to the
AC_CANONOCAL_HOST autoconf macro. As a result, running "configure
--enable-shared" on i686 machines bombs out. I was able to fix the
problem by upgrading to newer config.* files.
Noah