On Thu, May 12, 2005 at 03:35:12PM -0700, Phil Dibowitz wrote: > Hey folks, > > I'm compiling 5-1.4.1 on Solaris 9 and I get:
I was able to fix this:
--- configure.orig Thu May 12 18:13:10 2005
+++ configure Thu May 12 18:13:34 2005
@@ -8380,6 +8380,7 @@
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
+#include <time.h>
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
#include <assert.h>
You need to include time.h in order to find gmtime_r().
--
Phil Dibowitz
Systems Architect and Administrator
Enterprise Infrastructure / ISD / USC
UCC 174 - 213-821-5427
pgphzxuxRJLct.pgp
Description: PGP signature
________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
