[PATCH] Re: gmtime_r

Phil Dibowitz phil at usc.edu
Thu May 12 21:16:08 EDT 2005


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mailman.mit.edu/pipermail/kerberos/attachments/20050512/35907c7f/attachment.bin


More information about the Kerberos mailing list